aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+1
2021-10-29signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV)Eric W. Biederman1-1/+1
2021-10-28x86/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/git/rw/umlLinus 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/git/rw/umlLinus 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/git/tip/tipLinus 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-04Merge tag 'for-linus-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds5-19/+13
2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang1-1/+0
2021-04-27Merge tag 'printk-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus Torvalds1-1/+12
2021-04-15um: Replace if (cond) BUG() with BUG_ON()Yang Li1-2/+1
2021-04-15um: Disable CONFIG_GCOV with MODULESJohannes Berg2-17/+0
2021-04-15um: 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-21arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe1-1/+1
2021-02-12um: add a pseudo RTCJohannes Berg1-1/+9
2021-02-12um: remove process stub VMAJohannes Berg4-105/+6
2021-02-12um: rework userspace stubs to not hard-code stub locationJohannes Berg1-2/+1
2021-02-12um: separate child and parent errors in clone stubJohannes Berg1-14/+11
2021-02-12um: defer killing userspace on page table update failuresJohannes Berg1-4/+3
2021-02-12um: mm: check more comprehensively for stub changesJohannes Berg1-1/+11
2021-02-12um: time-travel: rework interrupt handling in ext modeJohannes Berg2-25/+153
2021-01-26um: time: fix initialization in time-travel modeJohannes Berg1-19/+31
2021-01-26Revert "um: support some of ARCH_HAS_SET_MEMORY"Johannes Berg1-54/+0
2021-01-26Revert "um: allocate a guard page to helper threads"Johannes Berg1-7/+4
2021-01-26um: kmsg_dumper: always dump when not tty consoleThomas Meyer1-2/+7
2021-01-26um: stdio_console: Make preferred consoleThomas Meyer1-3/+19
2020-12-14um: Fix build w/o CONFIG_PM_SLEEPJohannes Berg1-1/+1
2020-12-13um: time-travel: Correct time event IRQ deliveryJohannes Berg1-0/+38
2020-12-13um: irq/sigio: Support suspend/resume handling of workaround IRQsJohannes Berg1-1/+16
2020-12-13um: time-travel: Actually apply "free-until" optimisationJohannes Berg1-1/+12
2020-12-13um: allocate a guard page to helper threadsJohannes Berg1-4/+7
2020-12-13um: support some of ARCH_HAS_SET_MEMORYJohannes Berg1-0/+54