summaryrefslogtreecommitdiffstats
path: root/arch/um/kernel
AgeCommit message (Expand)AuthorLines
2021-06-19um: remove unneeded semicolon in um_arch.cWan Jiabing-1/+1
2021-06-18sched: Introduce task_is_running()Peter Zijlstra-1/+1
2021-06-17um: Fix stack pointer alignmentYiFei Zhu-1/+1
2021-06-17um: add a UML specific futex implementationAnton Ivanov-0/+136
2021-06-17um: Add support for host CPU flags and alignmentAnton Ivanov-6/+55
2021-06-17um: add PCI over virtio emulation driverJohannes Berg-3/+18
2021-06-17um: irqs: allow invoking time-travel handler multiple timesJohannes Berg-4/+6
2021-06-17um: time-travel/signals: fix ndelay() in interruptJohannes Berg-29/+41
2021-06-17um: export signals_enabled directlyJohannes Berg-1/+1
2021-05-20x86/syscalls: Use __NR_syscalls instead of __NR_syscall_maxMasahiro Yamada-1/+1
2021-05-04Merge tag 'for-linus-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-19/+13
2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang-1/+0
2021-04-27Merge tag 'printk-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+12
2021-04-15um: Replace if (cond) BUG() with BUG_ON()Yang Li-2/+1
2021-04-15um: Disable CONFIG_GCOV with MODULESJohannes Berg-17/+0
2021-04-15um: Mark all kernel symbols as localJohannes Berg-0/+12
2021-03-08printk: introduce a kmsg_dump iteratorJohn Ogness-1/+4
2021-03-08um: synchronize kmsg_dumperJohn Ogness-0/+8
2021-02-21arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe-1/+1
2021-02-12um: add a pseudo RTCJohannes Berg-1/+9
2021-02-12um: remove process stub VMAJohannes Berg-105/+6
2021-02-12um: rework userspace stubs to not hard-code stub locationJohannes Berg-2/+1
2021-02-12um: separate child and parent errors in clone stubJohannes Berg-14/+11
2021-02-12um: defer killing userspace on page table update failuresJohannes Berg-4/+3
2021-02-12um: mm: check more comprehensively for stub changesJohannes Berg-1/+11
2021-02-12um: time-travel: rework interrupt handling in ext modeJohannes Berg-25/+153
2021-01-26um: time: fix initialization in time-travel modeJohannes Berg-19/+31
2021-01-26Revert "um: support some of ARCH_HAS_SET_MEMORY"Johannes Berg-54/+0
2021-01-26Revert "um: allocate a guard page to helper threads"Johannes Berg-7/+4
2021-01-26um: kmsg_dumper: always dump when not tty consoleThomas Meyer-2/+7
2021-01-26um: stdio_console: Make preferred consoleThomas Meyer-3/+19
2020-12-14um: Fix build w/o CONFIG_PM_SLEEPJohannes Berg-1/+1
2020-12-13um: time-travel: Correct time event IRQ deliveryJohannes Berg-0/+38
2020-12-13um: irq/sigio: Support suspend/resume handling of workaround IRQsJohannes Berg-1/+16
2020-12-13um: time-travel: Actually apply "free-until" optimisationJohannes Berg-1/+12
2020-12-13um: allocate a guard page to helper threadsJohannes Berg-4/+7
2020-12-13um: support some of ARCH_HAS_SET_MEMORYJohannes Berg-0/+54
2020-12-13um: time-travel: avoid multiple identical propagationsJohannes Berg-0/+6
2020-12-13um: Support suspend to RAMJohannes Berg-2/+130
2020-12-13um: Allow PM with suspend-to-idleJohannes Berg-0/+25
2020-12-13um: time: Fix read_persistent_clock64() in time-travelJohannes Berg-3/+20
2020-12-13um: Simplify os_idle_sleep() and sleep longerJohannes Berg-9/+14
2020-12-13um: Simplify IRQ handling codeJohannes Berg-242/+128
2020-12-13um: Remove IRQ_NONE typeJohannes Berg-8/+7
2020-12-13um: irq: Reduce irq_reg allocationJohannes Berg-6/+6
2020-12-13um: irq: Clean up and rename struct irq_fdJohannes Berg-12/+22
2020-12-13um: Clean up alarm IRQ chip nameJohannes Berg-5/+4
2020-12-13um: Support dynamic IRQ allocationJohannes Berg-6/+33
2020-12-13um: Fix time-travel modeJohannes Berg-5/+0
2020-12-13um: Add support for TIF_NOTIFY_SIGNALJens Axboe-1/+2