summaryrefslogtreecommitdiffstats
path: root/arch/um
AgeCommit message (Expand)AuthorLines
2020-12-17Merge tag 'for-linus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-588/+897
2020-12-16Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+4
2020-12-16Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+0
2020-12-15Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-7/+5
2020-12-15Merge tag 'irq-core-2020-12-15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-16/+1
2020-12-15Merge tag 'irqchip-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner-2/+8
2020-12-14Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-14/+0
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/+47
2020-12-13um: irq/sigio: Support suspend/resume handling of workaround IRQsJohannes Berg-16/+56
2020-12-13um: time-travel: Actually apply "free-until" optimisationJohannes Berg-1/+12
2020-12-13um: chan_xterm: Fix fd leakAnton Ivanov-0/+5
2020-12-13um: tty: Fix handling of close in tty linesAnton Ivanov-2/+2
2020-12-13um: Monitor error events in IRQ controllerAnton Ivanov-1/+1
2020-12-13um: allocate a guard page to helper threadsJohannes Berg-8/+11
2020-12-13um: support some of ARCH_HAS_SET_MEMORYJohannes Berg-0/+59
2020-12-13um: time-travel: avoid multiple identical propagationsJohannes Berg-0/+6
2020-12-13um: Fetch registers only for signals which need themAnton Ivanov-1/+14
2020-12-13um: Support suspend to RAMJohannes Berg-2/+139
2020-12-13um: Allow PM with suspend-to-idleJohannes Berg-1/+46
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-25/+21
2020-12-13um: Simplify IRQ handling codeJohannes Berg-242/+128
2020-12-13um: Remove IRQ_NONE typeJohannes Berg-45/+26
2020-12-13um: irq: Reduce irq_reg allocationJohannes Berg-7/+7
2020-12-13um: irq: Clean up and rename struct irq_fdJohannes Berg-26/+22
2020-12-13um: Clean up alarm IRQ chip nameJohannes Berg-5/+4
2020-12-13um: virtio: Use dynamic IRQ allocationJohannes Berg-11/+16
2020-12-13um: Support dynamic IRQ allocationJohannes Berg-32/+65
2020-12-13um: sigio: Return error from add_sigio_fd()Johannes Berg-2/+4
2020-12-13um: ubd: Set device serial attribute from cmdlineChristopher Obbard-16/+62
2020-12-13um: Increase stack frame size threshold for signal.cAndy Shevchenko-0/+2
2020-12-13um: line: Don't free winch (with IRQ) under spinlockJohannes Berg-4/+8
2020-12-13um: ubd: Submit all data segments atomicallyGabriel Krisman Bertazi-76/+115
2020-12-13um: Fix time-travel modeJohannes Berg-5/+0
2020-12-13um: Remove use of asprinf in umid.cAnton Ivanov-12/+5
2020-12-13um: Add support for TIF_NOTIFY_SIGNALJens Axboe-1/+4
2020-12-13um: random: Register random as hwrng-core deviceChristopher Obbard-76/+25
2020-12-13um: Convert tasklets to use new tasklet_setup() APIAllen Pais-3/+3
2020-11-29Merge tag 'locking-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+1
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra-1/+1
2020-11-23um/irqstat: Get rid of the duplicated declarationsThomas Gleixner-16/+1
2020-11-10um: Call pgtable_pmd_page_dtor() in __pmd_free_tlb()Richard Weinberger-1/+7
2020-11-09um: add support for TIF_NOTIFY_SIGNALJens Axboe-1/+4
2020-11-06highmem: Get rid of kmap_types.hThomas Gleixner-14/+0
2020-10-30timekeeping: default GENERIC_CLOCKEVENTS to enabledArnd Bergmann-1/+0
2020-10-27um: use asm-generic/mmu_context.h for no-op implementationsNicholas Piggin-7/+5
2020-10-26arch/um: partially revert the conversion to __section() macroLinus Torvalds-1/+1
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches-13/+13
2020-10-23Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+1