summaryrefslogtreecommitdiff
path: root/arch/um/kernel
AgeCommit message (Expand)Author
2021-05-04Merge tag 'for-linus-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang
2021-04-27Merge tag 'printk-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-04-15um: Replace if (cond) BUG() with BUG_ON()Yang Li
2021-04-15um: Disable CONFIG_GCOV with MODULESJohannes Berg
2021-04-15um: Mark all kernel symbols as localJohannes Berg
2021-03-08printk: introduce a kmsg_dump iteratorJohn Ogness
2021-03-08um: synchronize kmsg_dumperJohn Ogness
2021-02-21arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe
2021-02-12um: add a pseudo RTCJohannes Berg
2021-02-12um: remove process stub VMAJohannes Berg
2021-02-12um: rework userspace stubs to not hard-code stub locationJohannes Berg
2021-02-12um: separate child and parent errors in clone stubJohannes Berg
2021-02-12um: defer killing userspace on page table update failuresJohannes Berg
2021-02-12um: mm: check more comprehensively for stub changesJohannes Berg
2021-02-12um: time-travel: rework interrupt handling in ext modeJohannes Berg
2021-01-26um: time: fix initialization in time-travel modeJohannes Berg
2021-01-26Revert "um: support some of ARCH_HAS_SET_MEMORY"Johannes Berg
2021-01-26Revert "um: allocate a guard page to helper threads"Johannes Berg
2021-01-26um: kmsg_dumper: always dump when not tty consoleThomas Meyer
2021-01-26um: stdio_console: Make preferred consoleThomas Meyer
2020-12-14um: Fix build w/o CONFIG_PM_SLEEPJohannes Berg
2020-12-13um: time-travel: Correct time event IRQ deliveryJohannes Berg
2020-12-13um: irq/sigio: Support suspend/resume handling of workaround IRQsJohannes Berg
2020-12-13um: time-travel: Actually apply "free-until" optimisationJohannes Berg
2020-12-13um: allocate a guard page to helper threadsJohannes Berg
2020-12-13um: support some of ARCH_HAS_SET_MEMORYJohannes Berg
2020-12-13um: time-travel: avoid multiple identical propagationsJohannes Berg
2020-12-13um: Support suspend to RAMJohannes Berg
2020-12-13um: Allow PM with suspend-to-idleJohannes Berg
2020-12-13um: time: Fix read_persistent_clock64() in time-travelJohannes Berg
2020-12-13um: Simplify os_idle_sleep() and sleep longerJohannes Berg
2020-12-13um: Simplify IRQ handling codeJohannes Berg
2020-12-13um: Remove IRQ_NONE typeJohannes Berg
2020-12-13um: irq: Reduce irq_reg allocationJohannes Berg
2020-12-13um: irq: Clean up and rename struct irq_fdJohannes Berg
2020-12-13um: Clean up alarm IRQ chip nameJohannes Berg
2020-12-13um: Support dynamic IRQ allocationJohannes Berg
2020-12-13um: Fix time-travel modeJohannes Berg
2020-12-13um: Add support for TIF_NOTIFY_SIGNALJens Axboe
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra
2020-10-26arch/um: partially revert the conversion to __section() macroLinus Torvalds
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches
2020-10-23Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-10-18Merge tag 'for-linus-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe
2020-10-12Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-10-11um: Clean up stacktrace dumpJohannes Berg
2020-10-11um: change sigio_spinlock to a mutexJohannes Berg
2020-10-11um: time-travel: Return the sequence number in ACK messagesJohannes Berg