summaryrefslogtreecommitdiffstats
path: root/arch/um/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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 '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
| * | memblock: rename memblock_free to memblock_phys_freeMike Rapoport2021-11-061-1/+1
| |/
* | Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-11-011-4/+1
|\ \
| * | sched: Add wrapper for get_wchan() to keep task blockedKees Cook2021-10-151-4/+1
| |/
* / x86/alternative: Implement .retpoline_sites supportPeter Zijlstra2021-10-281-0/+4
|/
* Merge tag 'for-linus-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-09-091-2/+1
|\
| * um: fix stub location calculationJohannes Berg2021-08-261-2/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-081-4/+0
|\ \
| * | trap: cleanup trap_init()Kefeng Wang2021-09-081-4/+0
| |/
* / asm-generic/uaccess.h: remove __strncpy_from_user/__strnlen_userArnd Bergmann2021-07-231-4/+10
|/
* Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-098-44/+258
|\
| * um: remove unneeded semicolon in um_arch.cWan Jiabing2021-06-191-1/+1
| * um: Fix stack pointer alignmentYiFei Zhu2021-06-171-1/+1
| * um: add a UML specific futex implementationAnton Ivanov2021-06-171-0/+136
| * um: Add support for host CPU flags and alignmentAnton Ivanov2021-06-172-6/+55
| * um: add PCI over virtio emulation driverJohannes Berg2021-06-173-3/+18
| * um: irqs: allow invoking time-travel handler multiple timesJohannes Berg2021-06-171-4/+6
| * um: time-travel/signals: fix ndelay() in interruptJohannes Berg2021-06-172-29/+41
| * um: export signals_enabled directlyJohannes Berg2021-06-171-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-021-0/+1
|\ \
| * | kernel.h: split out panic and oops helpersAndy Shevchenko2021-07-011-0/+1
| |/
* | Merge tag 'x86-entry-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-06-291-1/+1
|\ \