summaryrefslogtreecommitdiff
path: root/arch/um/kernel
AgeCommit message (Expand)AuthorFilesLines
2021-06-18sched: Introduce task_is_running()Peter Zijlstra1-1/+1
2021-05-05Merge tag 'for-linus-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-19/+13
2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang1-1/+0
2021-04-28Merge tag 'printk-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+12
2021-04-16um: Replace if (cond) BUG() with BUG_ON()Yang Li1-2/+1
2021-04-16um: Disable CONFIG_GCOV with MODULESJohannes Berg2-17/+0
2021-04-16um: Mark all kernel symbols as localJohannes Berg2-0/+12
2021-03-08printk: introduce a kmsg_dump iteratorJohn Ogness1-1/+4
2021-03-08um: synchronize kmsg_dumperJohn Ogness1-0/+8
2021-02-22arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe1-1/+1
2021-02-12um: add a pseudo RTCJohannes Berg1-1/+9
2021-02-12um: remove process stub VMAJohannes Berg4-105/+6
2021-02-12um: rework userspace stubs to not hard-code stub locationJohannes Berg1-2/+1
2021-02-12um: separate child and parent errors in clone stubJohannes Berg1-14/+11
2021-02-12um: defer killing userspace on page table update failuresJohannes Berg1-4/+3
2021-02-12um: mm: check more comprehensively for stub changesJohannes Berg1-1/+11
2021-02-12um: time-travel: rework interrupt handling in ext modeJohannes Berg2-25/+153
2021-01-27um: time: fix initialization in time-travel modeJohannes Berg1-19/+31
2021-01-27Revert "um: support some of ARCH_HAS_SET_MEMORY"Johannes Berg1-54/+0
2021-01-27Revert "um: allocate a guard page to helper threads"Johannes Berg1-7/+4
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
2020-12-14um: Fix build w/o CONFIG_PM_SLEEPJohannes Berg1-1/+1
2020-12-14um: time-travel: Correct time event IRQ deliveryJohannes Berg1-0/+38
2020-12-14um: irq/sigio: Support suspend/resume handling of workaround IRQsJohannes Berg1-1/+16
2020-12-14um: time-travel: Actually apply "free-until" optimisationJohannes Berg1-1/+12
2020-12-14um: allocate a guard page to helper threadsJohannes Berg1-4/+7
2020-12-14um: support some of ARCH_HAS_SET_MEMORYJohannes Berg1-0/+54
2020-12-14um: time-travel: avoid multiple identical propagationsJohannes Berg1-0/+6
2020-12-14um: Support suspend to RAMJohannes Berg3-2/+130
2020-12-14um: Allow PM with suspend-to-idleJohannes Berg1-0/+25
2020-12-14um: time: Fix read_persistent_clock64() in time-travelJohannes Berg1-3/+20
2020-12-14um: Simplify os_idle_sleep() and sleep longerJohannes Berg2-9/+14
2020-12-14um: Simplify IRQ handling codeJohannes Berg1-242/+128
2020-12-14um: Remove IRQ_NONE typeJohannes Berg1-8/+7
2020-12-14um: irq: Reduce irq_reg allocationJohannes Berg1-6/+6
2020-12-14um: irq: Clean up and rename struct irq_fdJohannes Berg1-12/+22
2020-12-14um: Clean up alarm IRQ chip nameJohannes Berg1-5/+4
2020-12-14um: Support dynamic IRQ allocationJohannes Berg2-6/+33
2020-12-14um: Fix time-travel modeJohannes Berg1-5/+0
2020-12-14um: Add support for TIF_NOTIFY_SIGNALJens Axboe1-1/+2
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra1-1/+1
2020-10-27arch/um: partially revert the conversion to __section() macroLinus Torvalds1-1/+1
2020-10-26treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2-2/+2
2020-10-23Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2020-10-18Merge tag 'for-linus-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-11/+14
2020-10-18tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe1-1/+1
2020-10-12Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-2/+2
2020-10-12um: Clean up stacktrace dumpJohannes Berg1-3/+1
2020-10-12um: change sigio_spinlock to a mutexJohannes Berg1-3/+3