summaryrefslogtreecommitdiff
path: root/arch/um
AgeCommit message (Expand)AuthorFilesLines
2021-02-12um: irq.h: include <asm-generic/irq.h>Johannes Berg1-0/+1
2021-02-12um: io.h: include <linux/types.h>Johannes Berg1-0/+1
2021-02-12um: add a pseudo RTCJohannes Berg7-1/+339
2021-02-12um: remove process stub VMAJohannes Berg8-138/+10
2021-02-12um: rework userspace stubs to not hard-code stub locationJohannes Berg4-14/+13
2021-02-12um: separate child and parent errors in clone stubJohannes Berg3-25/+25
2021-02-12um: defer killing userspace on page table update failuresJohannes Berg3-4/+8
2021-02-12um: mm: check more comprehensively for stub changesJohannes Berg1-1/+11
2021-02-12um: print register names in wait_for_stubJohannes Berg1-2/+53
2021-02-12mm: Remove arch_remap() and mm-arch-hooks.hChristophe Leroy1-1/+0
2021-02-12um: fix spelling mistake in Kconfig "privleges" -> "privileges"Colin Ian King1-1/+1
2021-02-12um: virtio: allow devices to be configured for wakeupJohannes Berg1-3/+16
2021-02-12um: time-travel: rework interrupt handling in ext modeJohannes Berg5-69/+267
2021-02-12um: virtio: disable VQs during suspendJohannes Berg1-0/+36
2021-02-12um: virtio: fix handling of messages without payloadJohannes Berg1-0/+3
2021-02-12um: virtio: clean up a commentJohannes Berg1-2/+1
2021-01-27um: time: fix initialization in time-travel modeJohannes Berg1-19/+31
2021-01-27um: fix os_idle_sleep() to not hangJohannes Berg1-1/+14
2021-01-27Revert "um: support some of ARCH_HAS_SET_MEMORY"Johannes Berg4-59/+0
2021-01-27Revert "um: allocate a guard page to helper threads"Johannes Berg4-11/+8
2021-01-27um: virtio: free vu_dev only with the contained struct deviceJohannes Berg1-1/+2
2021-01-27um: kmsg_dumper: always dump when not tty consoleThomas Meyer1-2/+7
2021-01-27um: stdio_console: Make preferred consoleThomas Meyer1-3/+19
2021-01-27um: return error from ioremap()Johannes Berg1-1/+1
2021-01-27um: ubd: fix command line handling of ubdHajime Tazaki1-2/+2
2020-12-18Merge tag 'for-linus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus 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/ker...Linus Torvalds1-1/+0
2020-12-16Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-7/+5
2020-12-16Merge tag 'irq-core-2020-12-15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-16/+1
2020-12-15Merge tag 'irqchip-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner2-2/+8
2020-12-15Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-14/+0
2020-12-14um: Fix build w/o CONFIG_PM_SLEEPJohannes Berg1-1/+1
2020-12-14um: time-travel: Correct time event IRQ deliveryJohannes Berg4-0/+47
2020-12-14um: irq/sigio: Support suspend/resume handling of workaround IRQsJohannes Berg3-16/+56
2020-12-14um: time-travel: Actually apply "free-until" optimisationJohannes Berg1-1/+12
2020-12-14um: chan_xterm: Fix fd leakAnton Ivanov1-0/+5
2020-12-14um: tty: Fix handling of close in tty linesAnton Ivanov1-2/+2
2020-12-14um: Monitor error events in IRQ controllerAnton Ivanov1-1/+1
2020-12-14um: allocate a guard page to helper threadsJohannes Berg4-8/+11
2020-12-14um: support some of ARCH_HAS_SET_MEMORYJohannes Berg4-0/+59
2020-12-14um: time-travel: avoid multiple identical propagationsJohannes Berg1-0/+6
2020-12-14um: Fetch registers only for signals which need themAnton Ivanov1-1/+14
2020-12-14um: Support suspend to RAMJohannes Berg6-2/+139
2020-12-14um: Allow PM with suspend-to-idleJohannes Berg5-1/+46
2020-12-14um: time: Fix read_persistent_clock64() in time-travelJohannes Berg1-3/+20
2020-12-14um: Simplify os_idle_sleep() and sleep longerJohannes Berg5-25/+21
2020-12-14um: Simplify IRQ handling codeJohannes Berg1-242/+128
2020-12-14um: Remove IRQ_NONE typeJohannes Berg8-45/+26
2020-12-14um: irq: Reduce irq_reg allocationJohannes Berg2-7/+7