aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2020-11-23um/irqstat: Get rid of the duplicated declarationsThomas Gleixner1-16/+1
2020-11-10um: Call pgtable_pmd_page_dtor() in __pmd_free_tlb()Richard Weinberger1-1/+7
2020-11-09um: add support for TIF_NOTIFY_SIGNALJens Axboe2-1/+4
2020-11-06highmem: Get rid of kmap_types.hThomas Gleixner2-14/+0
2020-10-30timekeeping: default GENERIC_CLOCKEVENTS to enabledArnd Bergmann1-1/+0
2020-10-27um: use asm-generic/mmu_context.h for no-op implementationsNicholas Piggin1-7/+5
2020-10-26arch/um: partially revert the conversion to __section() macroLinus Torvalds1-1/+1
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches3-13/+13
2020-10-23Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1