aboutsummaryrefslogtreecommitdiff
path: root/arch/um/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-07-17arch: um: Fix build for statically linked UML w/ constructorsGravatar David Gow 1-0/+1
2022-07-14um: Add missing apply_returns()Gravatar Peter Zijlstra 1-0/+4
2022-06-16mm: avoid unnecessary page fault retires on shared memory typesGravatar Peter Xu 1-0/+4
2022-06-03Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 4-8/+8
2022-05-11ptrace/um: Replace PT_DTRACE with TIF_SINGLESTEPGravatar Eric W. Biederman 4-8/+8
2022-05-07fork: Generalize PF_IO_WORKER handlingGravatar Eric W. Biederman 1-6/+4
2022-05-07fork: Pass struct kernel_clone_args into copy_threadGravatar Eric W. Biederman 1-2/+5
2022-03-31Merge tag 'for-linus-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-5/+4
2022-03-15x86/alternative: Use .ibt_endbr_seal to seal indirect callsGravatar Peter Zijlstra 1-0/+4
2022-03-11um: Fix order of dtb unflatten/early initGravatar Vincent Whitchurch 1-1/+1
2022-03-10resume_user_mode: Move to resume_user_mode.hGravatar Eric W. Biederman 1-2/+2
2022-03-10ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hGravatar Eric W. Biederman 1-3/+2
2022-01-15Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-5/+3
2022-01-15mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitGravatar Qi Zheng 1-5/+3
2022-01-11Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+0
2021-12-22um: Add devicetree supportGravatar Vincent Whitchurch 4-0/+51
2021-12-22um: Extract load file helper from initrd.cGravatar Vincent Whitchurch 4-43/+75
2021-12-22um: remove set_fsGravatar Christoph Hellwig 1-25/+0
2021-12-21um: unexport handle_page_fault()Gravatar Al Viro 1-1/+0
2021-12-21um: kill unused cpu()Gravatar Al Viro 1-5/+0
2021-12-21um: stop polluting the namespace with registers.h contentsGravatar Al Viro 2-0/+2
2021-12-21um: move amd64 variant of mmap(2) to arch/x86/um/syscalls_64.cGravatar Al Viro 2-29/+1
2021-12-21um: Replace if (cond) BUG() with BUG_ON()Gravatar Changcheng Deng 1-2/+1
2021-12-21um: rename set_signals() to um_set_signals()Gravatar Johannes Berg 1-1/+1
2021-11-25futex: Remove futex_cmpxchg detectionGravatar Arnd Bergmann 1-1/+0
2021-11-10Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+1
2021-11-06Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2021-11-06memblock: use memblock_free for freeing virtual pointersGravatar Mike Rapoport 1-1/+1
2021-11-06memblock: rename memblock_free to memblock_phys_freeGravatar Mike Rapoport 1-1/+1
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-4/+1
2021-10-29signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV)Gravatar Eric W. Biederman 1-1/+1
2021-10-28x86/alternative: Implement .retpoline_sites supportGravatar Peter Zijlstra 1-0/+4
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedGravatar Kees Cook 1-4/+1
2021-09-09Merge tag 'for-linus-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+1
2021-09-08Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-4/+0
2021-09-08trap: cleanup trap_init()Gravatar Kefeng Wang 1-4/+0
2021-08-26um: fix stub location calculationGravatar Johannes Berg 1-2/+1
2021-07-23asm-generic/uaccess.h: remove __strncpy_from_user/__strnlen_userGravatar Arnd Bergmann 1-4/+10
2021-07-09Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 8-44/+258
2021-07-02Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-0/+1
2021-07-01kernel.h: split out panic and oops helpersGravatar Andy Shevchenko 1-0/+1
2021-06-29Merge tag 'x86-entry-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2021-06-19um: remove unneeded semicolon in um_arch.cGravatar Wan Jiabing 1-1/+1
2021-06-18sched: Introduce task_is_running()Gravatar Peter Zijlstra 1-1/+1
2021-06-17um: Fix stack pointer alignmentGravatar YiFei Zhu 1-1/+1
2021-06-17um: add a UML specific futex implementationGravatar Anton Ivanov 1-0/+136
2021-06-17um: Add support for host CPU flags and alignmentGravatar Anton Ivanov 2-6/+55
2021-06-17um: add PCI over virtio emulation driverGravatar Johannes Berg 3-3/+18
2021-06-17um: irqs: allow invoking time-travel handler multiple timesGravatar Johannes Berg 1-4/+6