summaryrefslogtreecommitdiffstats
path: root/arch/um/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-141-0/+5
|\
| * x86/ibt: Implement FineIBTPeter Zijlstra2022-11-011-0/+5
* | Merge tag 'pull-elfcore' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2022-12-121-1/+2
|\ \
| * | [elf][non-regset] uninline elf_core_copy_task_fpregs() (and lose pt_regs argu...Al Viro2022-11-241-1/+2
| |/
* | Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-12-121-1/+1
|\ \
| * | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-1/+1
| |/
* | um: kmsg_dumper: use srcu console list iteratorJohn Ogness2022-12-021-8/+5
* | um: kmsg_dump: only dump when no output console availableJohn Ogness2022-12-021-3/+12
|/
* 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