aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-26um: time: fix initialization in time-travel modeJohannes Berg1-19/+31
2021-01-26um: fix os_idle_sleep() to not hangJohannes Berg1-1/+14
2021-01-26Revert "um: support some of ARCH_HAS_SET_MEMORY"Johannes Berg4-59/+0
2021-01-26Revert "um: allocate a guard page to helper threads"Johannes Berg4-11/+8
2021-01-26um: virtio: free vu_dev only with the contained struct deviceJohannes Berg1-1/+2
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
2021-01-26um: return error from ioremap()Johannes Berg1-1/+1
2021-01-26um: ubd: fix command line handling of ubdHajime Tazaki1-2/+2
2020-12-17Merge tag 'for-linus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds35-588/+897
2020-12-16Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2-1/+4
2020-12-16Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-1/+0
2020-12-15Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-7/+5
2020-12-15Merge tag 'irq-core-2020-12-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-16/+1
2020-12-15Merge tag 'irqchip-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/coreThomas Gleixner2-2/+8
2020-12-14Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-14/+0
2020-12-14um: Fix build w/o CONFIG_PM_SLEEPJohannes Berg1-1/+1
2020-12-13um: time-travel: Correct time event IRQ deliveryJohannes Berg4-0/+47
2020-12-13um: irq/sigio: Support suspend/resume handling of workaround IRQsJohannes Berg3-16/+56
2020-12-13um: time-travel: Actually apply "free-until" optimisationJohannes Berg1-1/+12
2020-12-13um: chan_xterm: Fix fd leakAnton Ivanov1-0/+5
2020-12-13um: tty: Fix handling of close in tty linesAnton Ivanov1-2/+2
2020-12-13um: Monitor error events in IRQ controllerAnton Ivanov1-1/+1
2020-12-13um: allocate a guard page to helper threadsJohannes Berg4-8/+11
2020-12-13um: support some of ARCH_HAS_SET_MEMORYJohannes Berg4-0/+59
2020-12-13um: time-travel: avoid multiple identical propagationsJohannes Berg1-0/+6
2020-12-13um: Fetch registers only for signals which need themAnton Ivanov1-1/+14
2020-12-13um: Support suspend to RAMJohannes Berg6-2/+139
2020-12-13um: Allow PM with suspend-to-idleJohannes Berg5-1/+46
2020-12-13um: time: Fix read_persistent_clock64() in time-travelJohannes Berg1-3/+20
2020-12-13um: Simplify os_idle_sleep() and sleep longerJohannes Berg5-25/+21
2020-12-13um: Simplify IRQ handling codeJohannes Berg1-242/+128
2020-12-13um: Remove IRQ_NONE typeJohannes Berg8-45/+26
2020-12-13um: irq: Reduce irq_reg allocationJohannes Berg2-7/+7
2020-12-13um: irq: Clean up and rename struct irq_fdJohannes Berg2-26/+22
2020-12-13um: Clean up alarm IRQ chip nameJohannes Berg1-5/+4
2020-12-13um: virtio: Use dynamic IRQ allocationJohannes Berg2-11/+16
2020-12-13um: Support dynamic IRQ allocationJohannes Berg13-32/+65
2020-12-13um: sigio: Return error from add_sigio_fd()Johannes Berg1-2/+4
2020-12-13um: ubd: Set device serial attribute from cmdlineChristopher Obbard1-16/+62
2020-12-13um: Increase stack frame size threshold for signal.cAndy Shevchenko1-0/+2
2020-12-13um: line: Don't free winch (with IRQ) under spinlockJohannes Berg1-4/+8
2020-12-13um: ubd: Submit all data segments atomicallyGabriel Krisman Bertazi1-76/+115
2020-12-13um: Fix time-travel modeJohannes Berg1-5/+0
2020-12-13um: Remove use of asprinf in umid.cAnton Ivanov1-12/+5
2020-12-13um: Add support for TIF_NOTIFY_SIGNALJens Axboe2-1/+4
2020-12-13um: random: Register random as hwrng-core deviceChristopher Obbard1-76/+25
2020-12-13um: Convert tasklets to use new tasklet_setup() APIAllen Pais1-3/+3
2020-11-29Merge tag 'locking-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra1-1/+1