summaryrefslogtreecommitdiff
path: root/arch/um/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-5/+3
2022-01-15mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng1-5/+3
2022-01-12Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+0
2021-12-22um: Add devicetree supportVincent Whitchurch4-0/+51
2021-12-22um: Extract load file helper from initrd.cVincent Whitchurch4-43/+75
2021-12-22um: remove set_fsChristoph Hellwig1-25/+0
2021-12-21um: unexport handle_page_fault()Al Viro1-1/+0
2021-12-21um: kill unused cpu()Al Viro1-5/+0
2021-12-21um: stop polluting the namespace with registers.h contentsAl Viro2-0/+2
2021-12-21um: move amd64 variant of mmap(2) to arch/x86/um/syscalls_64.cAl Viro2-29/+1
2021-12-21um: Replace if (cond) BUG() with BUG_ON()Changcheng Deng1-2/+1
2021-12-21um: rename set_signals() to um_set_signals()Johannes Berg1-1/+1
2021-11-25futex: Remove futex_cmpxchg detectionArnd Bergmann1-1/+0
2021-11-11Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2021-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2021-11-06memblock: use memblock_free for freeing virtual pointersMike Rapoport1-1/+1
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport1-1/+1
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+1
2021-10-29signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV)Eric W. Biederman1-1/+1
2021-10-29x86/alternative: Implement .retpoline_sites supportPeter Zijlstra1-0/+4
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook1-4/+1
2021-09-09Merge tag 'for-linus-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+1
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-4/+0
2021-09-08trap: cleanup trap_init()Kefeng Wang1-4/+0
2021-08-26um: fix stub location calculationJohannes Berg1-2/+1
2021-07-23asm-generic/uaccess.h: remove __strncpy_from_user/__strnlen_userArnd Bergmann1-4/+10
2021-07-09Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-44/+258
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko1-0/+1
2021-06-29Merge tag 'x86-entry-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2021-06-19um: remove unneeded semicolon in um_arch.cWan Jiabing1-1/+1
2021-06-18sched: Introduce task_is_running()Peter Zijlstra1-1/+1
2021-06-17um: Fix stack pointer alignmentYiFei Zhu1-1/+1
2021-06-17um: add a UML specific futex implementationAnton Ivanov1-0/+136
2021-06-17um: Add support for host CPU flags and alignmentAnton Ivanov2-6/+55
2021-06-17um: add PCI over virtio emulation driverJohannes Berg3-3/+18
2021-06-17um: irqs: allow invoking time-travel handler multiple timesJohannes Berg1-4/+6
2021-06-17um: time-travel/signals: fix ndelay() in interruptJohannes Berg2-29/+41
2021-06-17um: export signals_enabled directlyJohannes Berg1-1/+1
2021-05-20x86/syscalls: Use __NR_syscalls instead of __NR_syscall_maxMasahiro Yamada1-1/+1
2021-05-05Merge tag 'for-linus-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-19/+13
2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang1-1/+0
2021-04-28Merge tag 'printk-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+12
2021-04-16um: Replace if (cond) BUG() with BUG_ON()Yang Li1-2/+1
2021-04-16um: Disable CONFIG_GCOV with MODULESJohannes Berg2-17/+0
2021-04-16um: Mark all kernel symbols as localJohannes Berg2-0/+12
2021-03-08printk: introduce a kmsg_dump iteratorJohn Ogness1-1/+4
2021-03-08um: synchronize kmsg_dumperJohn Ogness1-0/+8
2021-02-22arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe1-1/+1
2021-02-12um: add a pseudo RTCJohannes Berg1-1/+9