summaryrefslogtreecommitdiff
path: root/arch/um/kernel
AgeCommit message (Expand)Author
2025-12-07arch: Add the macro COMPILE_OFFSETS to all the asm-offsets.cMenglong Dong
2025-08-28um: Re-evaluate thread flags repeatedlyThomas Weißschuh
2025-07-06um: use proper care when taking mmap lock during segfaultBenjamin Berg
2025-06-04um: Update min_low_pfn to match changes in uml_reservedTiwei Bie
2025-04-10um: remove copy_from_kernel_nofault_allowedBenjamin Berg
2024-12-14um: Always dump trace for specified task in show_stackTiwei Bie
2024-12-14um: Fix the return value of elf_core_copy_task_fpregsTiwei Bie
2024-12-14um: Fix potential integer overflow during physmem setupTiwei Bie
2024-08-03um: time-travel: fix time-travel-start optionJohannes Berg
2024-02-05um: time-travel: fix time corruptionJohannes Berg
2024-02-05um: Fix naming clash between UML and schedulerAnton Ivanov
2023-08-08um/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner
2023-07-01mm: always expand the stack with the mmap write lock heldLinus Torvalds
2023-03-17UML: define RUNTIME_DISCARD_EXITMasahiro Yamada
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-10-14Merge tag 'for-linus-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-09-26um: remove vma linked list walkMatthew Wilcox (Oracle)
2022-09-19uml: Remove the initialization of statics to 0Shaomin Deng
2022-09-19um: Fix comment typoJason Wang
2022-09-19um: Improve panic notifiers consistency and orderingGuilherme G. Piccoli
2022-09-19um: Prevent KASAN splats in dump_stack()Vincent Whitchurch
2022-09-19um: move from strlcpy with unused retval to strscpyWolfram Sang
2022-09-19um: increase default virtual physical memory to 64 MiBChristian Lamparter
2022-09-19um: fix default console kernel parameterChristian Lamparter
2022-09-19UM: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACKHuacai Chen
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-08-05Merge tag 'for-linus-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-08-02Merge tag 'random-6.0-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-07-18um: seed rng using host OS rngJason A. Donenfeld
2022-07-17um/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual
2022-07-17um: Add missing apply_returns()Peter Zijlstra
2022-07-17UML: add support for KASAN under x86_64Patricia Alfonso
2022-07-17arch: um: Fix build for statically linked UML w/ constructorsDavid Gow
2022-07-14um: Add missing apply_returns()Peter Zijlstra
2022-06-16mm: avoid unnecessary page fault retires on shared memory typesPeter Xu
2022-06-03Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-05-11ptrace/um: Replace PT_DTRACE with TIF_SINGLESTEPEric W. Biederman
2022-05-07fork: Generalize PF_IO_WORKER handlingEric W. Biederman
2022-05-07fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman
2022-03-31Merge tag 'for-linus-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-03-15x86/alternative: Use .ibt_endbr_seal to seal indirect callsPeter Zijlstra
2022-03-11um: Fix order of dtb unflatten/early initVincent Whitchurch
2022-03-10resume_user_mode: Move to resume_user_mode.hEric W. Biederman
2022-03-10ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-15mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng
2022-01-11Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds