summaryrefslogtreecommitdiffstats
path: root/arch/um
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-271-1/+1
|\
| * arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe2021-02-211-1/+1
* | Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-02-241-0/+1
|\ \ | |/ |/|
| * um: Enforce the usage of asm-generic/softirq_stack.hThomas Gleixner2021-02-161-0/+1
* | um: irq.h: include <asm-generic/irq.h>Johannes Berg2021-02-121-0/+1
* | um: io.h: include <linux/types.h>Johannes Berg2021-02-121-0/+1
* | um: add a pseudo RTCJohannes Berg2021-02-127-1/+339
* | um: remove process stub VMAJohannes Berg2021-02-128-138/+10
* | 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