summaryrefslogtreecommitdiffstats
path: root/arch/um/include/shared
AgeCommit message (Expand)AuthorLines
2022-07-14um: Replace to_phys() and to_virt() with less generic function namesGuenter Roeck-2/+2
2022-03-31Merge tag 'for-linus-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+1
2022-03-11um: Fix WRITE_ZEROES in the UBD DriverFrédéric Danis-0/+1
2022-02-17treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva-1/+1
2021-12-21um: header debriding - sigio.hAl Viro-1/+0
2021-12-21um: header debriding - os.hAl Viro-13/+0
2021-12-21um: header debriding - net_*.hAl Viro-3/+0
2021-12-21um: header debriding - mem_user.hAl Viro-5/+0
2021-12-21um: header debriding - activate_ipi()Al Viro-1/+0
2021-12-21um: common-offsets.h debriding...Al Viro-12/+0
2021-12-21um, x86: bury crypto_tfm_ctx_offsetAl Viro-3/+0
2021-12-21um: remove a dangling extern of syscall_trace()Al Viro-1/+0
2021-12-21um: kill unused cpu()Al Viro-1/+0
2021-12-21um: stop polluting the namespace with registers.h contentsAl Viro-2/+0
2021-12-21um: registers: Rename function names to avoid conflicts and build problemsRandy Dunlap-2/+2
2021-12-21um: rename set_signals() to um_set_signals()Johannes Berg-3/+3
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-2/+0
2021-08-19isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan-2/+0
2021-07-19printk: Userspace format indexing supportChris Down-1/+2
2021-06-17um: Remove the repeated declarationShaokun Zhang-1/+0
2021-06-17um: Add support for host CPU flags and alignmentAnton Ivanov-0/+3
2021-06-17um: time-travel/signals: fix ndelay() in interruptJohannes Berg-0/+4
2021-06-17um: expose time-travel mode to userspace sideJohannes Berg-0/+22
2021-06-17um: export signals_enabled directlyJohannes Berg-8/+7
2021-06-17um: remove unused smp_sigio_handler() declarationJohannes Berg-1/+0
2021-02-12um: remove process stub VMAJohannes Berg-1/+2
2021-02-12um: rework userspace stubs to not hard-code stub locationJohannes Berg-12/+10
2021-02-12um: separate child and parent errors in clone stubJohannes Berg-1/+1
2021-02-12um: defer killing userspace on page table update failuresJohannes Berg-0/+1
2021-02-12um: time-travel: rework interrupt handling in ext modeJohannes Berg-0/+60
2021-01-26Revert "um: allocate a guard page to helper threads"Johannes Berg-1/+1
2020-12-13um: time-travel: Correct time event IRQ deliveryJohannes Berg-0/+6
2020-12-13um: irq/sigio: Support suspend/resume handling of workaround IRQsJohannes Berg-0/+8
2020-12-13um: allocate a guard page to helper threadsJohannes Berg-1/+1
2020-12-13um: Support suspend to RAMJohannes Berg-0/+4
2020-12-13um: Allow PM with suspend-to-idleJohannes Berg-0/+3
2020-12-13um: Simplify os_idle_sleep() and sleep longerJohannes Berg-1/+1
2020-12-13um: Remove IRQ_NONE typeJohannes Berg-10/+12
2020-12-13um: irq: Reduce irq_reg allocationJohannes Berg-1/+1
2020-12-13um: irq: Clean up and rename struct irq_fdJohannes Berg-14/+0
2020-12-13um: Support dynamic IRQ allocationJohannes Berg-6/+6
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches-11/+11
2020-03-29um: Implement time-travel=extJohannes Berg-0/+1
2020-03-29um: Move timer-internal.h to non-sharedJohannes Berg-76/+0
2019-12-18um: ubd: use 64-bit time_t where possibleArnd Bergmann-1/+1
2019-09-15um: Add SPDX headers for files in arch/um/includeAlex Dewar-21/+21
2019-09-15um: drivers: Add virtio vhost-user driverErel Geron-0/+5
2019-09-15um: time-travel: Fix periodic timersJohannes Berg-0/+9
2019-09-15um: Implement TRACE_IRQFLAGS_SUPPORTJohannes Berg-1/+8
2019-08-23um: fix time travel modeJohannes Berg-4/+10