aboutsummaryrefslogtreecommitdiff
path: root/arch/um
AgeCommit message (Expand)Author
2021-02-24Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-02-16um: Enforce the usage of asm-generic/softirq_stack.hThomas Gleixner
2021-02-12um: irq.h: include <asm-generic/irq.h>Johannes Berg
2021-02-12um: io.h: include <linux/types.h>Johannes Berg
2021-02-12um: add a pseudo RTCJohannes Berg
2021-02-12um: remove process stub VMAJohannes Berg
2021-02-12um: rework userspace stubs to not hard-code stub locationJohannes Berg
2021-02-12um: separate child and parent errors in clone stubJohannes Berg
2021-02-12um: defer killing userspace on page table update failuresJohannes Berg
2021-02-12um: mm: check more comprehensively for stub changesJohannes Berg
2021-02-12um: print register names in wait_for_stubJohannes Berg
2021-02-12mm: Remove arch_remap() and mm-arch-hooks.hChristophe Leroy
2021-02-12um: fix spelling mistake in Kconfig "privleges" -> "privileges"Colin Ian King
2021-02-12um: virtio: allow devices to be configured for wakeupJohannes Berg
2021-02-12um: time-travel: rework interrupt handling in ext modeJohannes Berg
2021-02-12um: virtio: disable VQs during suspendJohannes Berg
2021-02-12um: virtio: fix handling of messages without payloadJohannes Berg
2021-02-12um: virtio: clean up a commentJohannes Berg
2021-01-26um: time: fix initialization in time-travel modeJohannes Berg
2021-01-26um: fix os_idle_sleep() to not hangJohannes Berg
2021-01-26Revert "um: support some of ARCH_HAS_SET_MEMORY"Johannes Berg
2021-01-26Revert "um: allocate a guard page to helper threads"Johannes Berg
2021-01-26um: virtio: free vu_dev only with the contained struct deviceJohannes Berg
2021-01-26um: kmsg_dumper: always dump when not tty consoleThomas Meyer
2021-01-26um: stdio_console: Make preferred consoleThomas Meyer
2021-01-26um: return error from ioremap()Johannes Berg
2021-01-26um: ubd: fix command line handling of ubdHajime Tazaki
2020-12-17Merge tag 'for-linus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-12-16Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-16Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-12-15Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2020-12-15Merge tag 'irq-core-2020-12-15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-12-15Merge tag 'irqchip-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner
2020-12-14Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-12-14um: Fix build w/o CONFIG_PM_SLEEPJohannes Berg
2020-12-13um: time-travel: Correct time event IRQ deliveryJohannes Berg
2020-12-13um: irq/sigio: Support suspend/resume handling of workaround IRQsJohannes Berg
2020-12-13um: time-travel: Actually apply "free-until" optimisationJohannes Berg
2020-12-13um: chan_xterm: Fix fd leakAnton Ivanov
2020-12-13um: tty: Fix handling of close in tty linesAnton Ivanov
2020-12-13um: Monitor error events in IRQ controllerAnton Ivanov
2020-12-13um: allocate a guard page to helper threadsJohannes Berg
2020-12-13um: support some of ARCH_HAS_SET_MEMORYJohannes Berg
2020-12-13um: time-travel: avoid multiple identical propagationsJohannes Berg
2020-12-13um: Fetch registers only for signals which need themAnton Ivanov
2020-12-13um: Support suspend to RAMJohannes Berg
2020-12-13um: Allow PM with suspend-to-idleJohannes Berg
2020-12-13um: time: Fix read_persistent_clock64() in time-travelJohannes Berg
2020-12-13um: Simplify os_idle_sleep() and sleep longerJohannes Berg
2020-12-13um: Simplify IRQ handling codeJohannes Berg