summaryrefslogtreecommitdiffstats
path: root/arch/um/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-05-045-19/+13
|\
| * um: Replace if (cond) BUG() with BUG_ON()Yang Li2021-04-151-2/+1
| * um: Disable CONFIG_GCOV with MODULESJohannes Berg2021-04-152-17/+0
| * um: Mark all kernel symbols as localJohannes Berg2021-04-152-0/+12
* | mm: move mem_init_print_info() into mm_init()Kefeng Wang2021-04-301-1/+0
* | Merge tag 'printk-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-04-271-1/+12
|\ \ | |/ |/|
| * printk: introduce a kmsg_dump iteratorJohn Ogness2021-03-081-1/+4
| * um: synchronize kmsg_dumperJohn Ogness2021-03-081-0/+8
* | arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe2021-02-211-1/+1
|/
* um: add a pseudo RTCJohannes Berg2021-02-121-1/+9
* um: remove process stub VMAJohannes Berg2021-02-124-105/+6
* um: rework userspace stubs to not hard-code stub locationJohannes Berg2021-02-121-2/+1
* um: separate child and parent errors in clone stubJohannes Berg2021-02-121-14/+11
* um: defer killing userspace on page table update failuresJohannes Berg2021-02-121-4/+3
* um: mm: check more comprehensively for stub changesJohannes Berg2021-02-121-1/+11
* um: time-travel: rework interrupt handling in ext modeJohannes Berg2021-02-122-25/+153
* um: time: fix initialization in time-travel modeJohannes Berg2021-01-261-19/+31
* Revert "um: support some of ARCH_HAS_SET_MEMORY"Johannes Berg2021-01-261-54/+0
* Revert "um: allocate a guard page to helper threads"Johannes Berg2021-01-261-7/+4
* 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: Fix build w/o CONFIG_PM_SLEEPJohannes Berg2020-12-141-1/+1
* um: time-travel: Correct time event IRQ deliveryJohannes Berg2020-12-131-0/+38
* um: irq/sigio: Support suspend/resume handling of workaround IRQsJohannes Berg2020-12-131-1/+16
* um: time-travel: Actually apply "free-until" optimisationJohannes Berg2020-12-131-1/+12
* um: allocate a guard page to helper threadsJohannes Berg2020-12-131-4/+7
* um: support some of ARCH_HAS_SET_MEMORYJohannes Berg2020-12-131-0/+54
* um: time-travel: avoid multiple identical propagationsJohannes Berg2020-12-131-0/+6
* um: Support suspend to RAMJohannes Berg2020-12-133-2/+130
* um: Allow PM with suspend-to-idleJohannes Berg2020-12-131-0/+25
* um: time: Fix read_persistent_clock64() in time-travelJohannes Berg2020-12-131-3/+20
* um: Simplify os_idle_sleep() and sleep longerJohannes Berg2020-12-132-9/+14
* um: Simplify IRQ handling codeJohannes Berg2020-12-131-242/+128
* um: Remove IRQ_NONE typeJohannes Berg2020-12-131-8/+7
* um: irq: Reduce irq_reg allocationJohannes Berg2020-12-131-6/+6
* um: irq: Clean up and rename struct irq_fdJohannes Berg2020-12-131-12/+22
* um: Clean up alarm IRQ chip nameJohannes Berg2020-12-131-5/+4
* um: Support dynamic IRQ allocationJohannes Berg2020-12-132-6/+33
* um: Fix time-travel modeJohannes Berg2020-12-131-5/+0
* um: Add support for TIF_NOTIFY_SIGNALJens Axboe2020-12-131-1/+2
* sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra2020-11-241-1/+1
* arch/um: partially revert the conversion to __section() macroLinus Torvalds2020-10-261-1/+1
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-252-2/+2
* Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-231-1/+1
|\
| * tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe2020-10-171-1/+1
* | Merge tag 'for-linus-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-10-183-11/+14
|\ \ | |/ |/|
| * um: Clean up stacktrace dumpJohannes Berg2020-10-111-3/+1
| * um: change sigio_spinlock to a mutexJohannes Berg2020-10-111-3/+3
| * um: time-travel: Return the sequence number in ACK messagesJohannes Berg2020-10-111-0/+1
| * um: time-travel: Fix IRQ handling in time_travel_handle_message()Johannes Berg2020-10-111-5/+9