summaryrefslogtreecommitdiffstats
path: root/arch/um
Commit message (Expand)AuthorAgeFilesLines
* um: rework userspace stubs to not hard-code stub locationJohannes Berg2021-02-124-14/+13
* um: separate child and parent errors in clone stubJohannes Berg2021-02-123-25/+25
* um: defer killing userspace on page table update failuresJohannes Berg2021-02-123-4/+8
* um: mm: check more comprehensively for stub changesJohannes Berg2021-02-121-1/+11
* um: print register names in wait_for_stubJohannes Berg2021-02-121-2/+53
* mm: Remove arch_remap() and mm-arch-hooks.hChristophe Leroy2021-02-121-1/+0
* um: fix spelling mistake in Kconfig "privleges" -> "privileges"Colin Ian King2021-02-121-1/+1
* um: virtio: allow devices to be configured for wakeupJohannes Berg2021-02-121-3/+16
* um: time-travel: rework interrupt handling in ext modeJohannes Berg2021-02-125-69/+267
* um: virtio: disable VQs during suspendJohannes Berg2021-02-121-0/+36
* um: virtio: fix handling of messages without payloadJohannes Berg2021-02-121-0/+3
* um: virtio: clean up a commentJohannes Berg2021-02-121-2/+1
* um: time: fix initialization in time-travel modeJohannes Berg2021-01-261-19/+31
* um: fix os_idle_sleep() to not hangJohannes Berg2021-01-261-1/+14
* Revert "um: support some of ARCH_HAS_SET_MEMORY"Johannes Berg2021-01-264-59/+0
* Revert "um: allocate a guard page to helper threads"Johannes Berg2021-01-264-11/+8
* um: virtio: free vu_dev only with the contained struct deviceJohannes Berg2021-01-261-1/+2
* um: kmsg_dumper: always dump when not tty consoleThomas Meyer2021-01-261-2/+7
* um: stdio_console: Make preferred consoleThomas Meyer2021-01-261-3/+19
* um: return error from ioremap()Johannes Berg2021-01-261-1/+1
* um: ubd: fix command line handling of ubdHajime Tazaki2021-01-261-2/+2
* Merge tag 'for-linus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-12-1735-588/+897
|\
| * um: Fix build w/o CONFIG_PM_SLEEPJohannes Berg2020-12-141-1/+1
| * um: time-travel: Correct time event IRQ deliveryJohannes Berg2020-12-134-0/+47
| * um: irq/sigio: Support suspend/resume handling of workaround IRQsJohannes Berg2020-12-133-16/+56
| * um: time-travel: Actually apply "free-until" optimisationJohannes Berg2020-12-131-1/+12
| * um: chan_xterm: Fix fd leakAnton Ivanov2020-12-131-0/+5
| * um: tty: Fix handling of close in tty linesAnton Ivanov2020-12-131-2/+2
| * um: Monitor error events in IRQ controllerAnton Ivanov2020-12-131-1/+1
| * um: allocate a guard page to helper threadsJohannes Berg2020-12-134-8/+11
| * um: support some of ARCH_HAS_SET_MEMORYJohannes Berg2020-12-134-0/+59
| * um: time-travel: avoid multiple identical propagationsJohannes Berg2020-12-131-0/+6
| * um: Fetch registers only for signals which need themAnton Ivanov2020-12-131-1/+14
| * um: Support suspend to RAMJohannes Berg2020-12-136-2/+139
| * um: Allow PM with suspend-to-idleJohannes Berg2020-12-135-1/+46
| * um: time: Fix read_persistent_clock64() in time-travelJohannes Berg2020-12-131-3/+20
| * um: Simplify os_idle_sleep() and sleep longerJohannes Berg2020-12-135-25/+21
| * um: Simplify IRQ handling codeJohannes Berg2020-12-131-242/+128
| * um: Remove IRQ_NONE typeJohannes Berg2020-12-138-45/+26
| * um: irq: Reduce irq_reg allocationJohannes Berg2020-12-132-7/+7
| * um: irq: Clean up and rename struct irq_fdJohannes Berg2020-12-132-26/+22
| * um: Clean up alarm IRQ chip nameJohannes Berg2020-12-131-5/+4
| * um: virtio: Use dynamic IRQ allocationJohannes Berg2020-12-132-11/+16
| * um: Support dynamic IRQ allocationJohannes Berg2020-12-1313-32/+65
| * um: sigio: Return error from add_sigio_fd()Johannes Berg2020-12-131-2/+4
| * um: ubd: Set device serial attribute from cmdlineChristopher Obbard2020-12-131-16/+62
| * um: Increase stack frame size threshold for signal.cAndy Shevchenko2020-12-131-0/+2
| * um: line: Don't free winch (with IRQ) under spinlockJohannes Berg2020-12-131-4/+8
| * um: ubd: Submit all data segments atomicallyGabriel Krisman Bertazi2020-12-131-76/+115
| * um: Fix time-travel modeJohannes Berg2020-12-131-5/+0