summaryrefslogtreecommitdiff
path: root/arch/um/kernel
AgeCommit message (Expand)Author
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-15mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng
2022-01-11Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2021-12-22um: Add devicetree supportVincent Whitchurch
2021-12-22um: Extract load file helper from initrd.cVincent Whitchurch
2021-12-22um: remove set_fsChristoph Hellwig
2021-12-21um: unexport handle_page_fault()Al Viro
2021-12-21um: kill unused cpu()Al Viro
2021-12-21um: stop polluting the namespace with registers.h contentsAl Viro
2021-12-21um: move amd64 variant of mmap(2) to arch/x86/um/syscalls_64.cAl Viro
2021-12-21um: Replace if (cond) BUG() with BUG_ON()Changcheng Deng
2021-12-21um: rename set_signals() to um_set_signals()Johannes Berg
2021-11-25futex: Remove futex_cmpxchg detectionArnd Bergmann
2021-11-10Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-06memblock: use memblock_free for freeing virtual pointersMike Rapoport
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-10-29signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV)Eric W. Biederman
2021-10-28x86/alternative: Implement .retpoline_sites supportPeter Zijlstra
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook
2021-09-09Merge tag 'for-linus-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-08trap: cleanup trap_init()Kefeng Wang
2021-08-26um: fix stub location calculationJohannes Berg
2021-07-23asm-generic/uaccess.h: remove __strncpy_from_user/__strnlen_userArnd Bergmann
2021-07-09Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko
2021-06-29Merge tag 'x86-entry-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-06-19um: remove unneeded semicolon in um_arch.cWan Jiabing
2021-06-18sched: Introduce task_is_running()Peter Zijlstra
2021-06-17um: Fix stack pointer alignmentYiFei Zhu
2021-06-17um: add a UML specific futex implementationAnton Ivanov
2021-06-17um: Add support for host CPU flags and alignmentAnton Ivanov
2021-06-17um: add PCI over virtio emulation driverJohannes Berg
2021-06-17um: irqs: allow invoking time-travel handler multiple timesJohannes Berg
2021-06-17um: time-travel/signals: fix ndelay() in interruptJohannes Berg
2021-06-17um: export signals_enabled directlyJohannes Berg
2021-05-20x86/syscalls: Use __NR_syscalls instead of __NR_syscall_maxMasahiro Yamada
2021-05-04Merge tag 'for-linus-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang
2021-04-27Merge tag 'printk-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-04-15um: Replace if (cond) BUG() with BUG_ON()Yang Li
2021-04-15um: Disable CONFIG_GCOV with MODULESJohannes Berg
2021-04-15um: Mark all kernel symbols as localJohannes Berg
2021-03-08printk: introduce a kmsg_dump iteratorJohn Ogness
2021-03-08um: synchronize kmsg_dumperJohn Ogness
2021-02-21arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe
2021-02-12um: add a pseudo RTCJohannes Berg