summaryrefslogtreecommitdiffstats
path: root/arch/um/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-161-1/+1
|\
| * treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-1/+1
* | Merge tag 'for-linus-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-10-143-9/+9
|\ \ | |/ |/|
| * uml: Remove the initialization of statics to 0Shaomin Deng2022-09-191-1/+1
| * um: Fix comment typoJason Wang2022-09-191-1/+1
| * um: Improve panic notifiers consistency and orderingGuilherme G. Piccoli2022-09-191-4/+4
| * um: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-191-1/+1
| * um: increase default virtual physical memory to 64 MiBChristian Lamparter2022-09-191-1/+1
| * UM: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACKHuacai Chen2022-09-191-1/+1
* | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-8/+6
|\ \
| * | um: remove vma linked list walkMatthew Wilcox (Oracle)2022-09-261-8/+6
| |/
* | um: Prevent KASAN splats in dump_stack()Vincent Whitchurch2022-09-191-1/+2
* | um: fix default console kernel parameterChristian Lamparter2022-09-191-1/+1
|/
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-052-0/+24
|\
| * um/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-171-0/+20
| * mm: avoid unnecessary page fault retires on shared memory typesPeter Xu2022-06-161-0/+4
* | Merge tag 'for-linus-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-08-054-2/+26
|\ \
| * | um: Add missing apply_returns()Peter Zijlstra2022-07-171-0/+4
| * | UML: add support for KASAN under x86_64Patricia Alfonso2022-07-173-2/+25
| * | arch: um: Fix build for statically linked UML w/ constructorsDavid Gow2022-07-171-0/+1
| |/
* | Merge tag 'random-6.0-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-08-021-0/+8
|\ \
| * | um: seed rng using host OS rngJason A. Donenfeld2022-07-181-0/+8
| |/
* / um: Add missing apply_returns()Peter Zijlstra2022-07-141-0/+4
|/
* Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-06-034-8/+8
|\
| * ptrace/um: Replace PT_DTRACE with TIF_SINGLESTEPEric W. Biederman2022-05-114-8/+8
* | fork: Generalize PF_IO_WORKER handlingEric W. Biederman2022-05-071-6/+4
* | fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman2022-05-071-2/+5
|/
* Merge tag 'for-linus-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-311-1/+1
|\
| * um: Fix order of dtb unflatten/early initVincent Whitchurch2022-03-111-1/+1
* | Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-03-282-5/+4
|\ \
| * | resume_user_mode: Move to resume_user_mode.hEric W. Biederman2022-03-101-2/+2
| * | ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman2022-03-101-3/+2
| |/
* / x86/alternative: Use .ibt_endbr_seal to seal indirect callsPeter Zijlstra2022-03-151-0/+4
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-151-5/+3
|\
| * mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng2022-01-151-5/+3
* | Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-01-111-1/+0
|\ \
| * | futex: Remove futex_cmpxchg detectionArnd Bergmann2021-11-251-1/+0
| |/
* | um: Add devicetree supportVincent Whitchurch2021-12-224-0/+51
* | um: Extract load file helper from initrd.cVincent Whitchurch2021-12-224-43/+75
* | um: remove set_fsChristoph Hellwig2021-12-221-25/+0
* | um: unexport handle_page_fault()Al Viro2021-12-211-1/+0
* | um: kill unused cpu()Al Viro2021-12-211-5/+0
* | um: stop polluting the namespace with registers.h contentsAl Viro2021-12-212-0/+2
* | um: move amd64 variant of mmap(2) to arch/x86/um/syscalls_64.cAl Viro2021-12-212-29/+1
* | um: Replace if (cond) BUG() with BUG_ON()Changcheng Deng2021-12-211-2/+1
* | um: rename set_signals() to um_set_signals()Johannes Berg2021-12-211-1/+1
|/
* Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-11-101-1/+1
|\
| * signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV)Eric W. Biederman2021-10-291-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-061-1/+1
|\ \
| * | memblock: use memblock_free for freeing virtual pointersMike Rapoport2021-11-061-1/+1