aboutsummaryrefslogtreecommitdiff
path: root/arch/um/include/shared
AgeCommit message (Expand)AuthorFilesLines
2021-02-12um: remove process stub VMAGravatar Johannes Berg 1-1/+2
2021-02-12um: rework userspace stubs to not hard-code stub locationGravatar Johannes Berg 2-12/+10
2021-02-12um: separate child and parent errors in clone stubGravatar Johannes Berg 1-1/+1
2021-02-12um: defer killing userspace on page table update failuresGravatar Johannes Berg 1-0/+1
2021-02-12um: time-travel: rework interrupt handling in ext modeGravatar Johannes Berg 1-0/+60
2021-01-26Revert "um: allocate a guard page to helper threads"Gravatar Johannes Berg 1-1/+1
2020-12-13um: time-travel: Correct time event IRQ deliveryGravatar Johannes Berg 2-0/+6
2020-12-13um: irq/sigio: Support suspend/resume handling of workaround IRQsGravatar Johannes Berg 1-0/+8
2020-12-13um: allocate a guard page to helper threadsGravatar Johannes Berg 1-1/+1
2020-12-13um: Support suspend to RAMGravatar Johannes Berg 2-0/+4
2020-12-13um: Allow PM with suspend-to-idleGravatar Johannes Berg 2-0/+3
2020-12-13um: Simplify os_idle_sleep() and sleep longerGravatar Johannes Berg 1-1/+1
2020-12-13um: Remove IRQ_NONE typeGravatar Johannes Berg 3-10/+12
2020-12-13um: irq: Reduce irq_reg allocationGravatar Johannes Berg 1-1/+1
2020-12-13um: irq: Clean up and rename struct irq_fdGravatar Johannes Berg 1-14/+0
2020-12-13um: Support dynamic IRQ allocationGravatar Johannes Berg 1-6/+6
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Gravatar Joe Perches 1-11/+11
2020-03-29um: Implement time-travel=extGravatar Johannes Berg 1-0/+1
2020-03-29um: Move timer-internal.h to non-sharedGravatar Johannes Berg 1-76/+0
2019-12-18um: ubd: use 64-bit time_t where possibleGravatar Arnd Bergmann 1-1/+1
2019-09-15um: Add SPDX headers for files in arch/um/includeGravatar Alex Dewar 21-21/+21
2019-09-15um: drivers: Add virtio vhost-user driverGravatar Erel Geron 1-0/+5
2019-09-15um: time-travel: Fix periodic timersGravatar Johannes Berg 1-0/+9
2019-09-15um: Implement TRACE_IRQFLAGS_SUPPORTGravatar Johannes Berg 2-1/+8
2019-08-23um: fix time travel modeGravatar Johannes Berg 1-4/+10
2019-07-04um: fix build without CONFIG_UML_TIME_TRAVEL_SUPPORTGravatar Johannes Berg 1-0/+2
2019-07-02um: Support time travel modeGravatar Johannes Berg 1-0/+46
2019-07-02um: Pass nsecs to os timer functionsGravatar Johannes Berg 1-2/+2
2019-07-02um: Timer code cleanupGravatar Johannes Berg 1-5/+3
2019-07-02um: fix os_timer_one_shot()Gravatar Johannes Berg 1-1/+1
2018-12-27um: Remove obsolete reenable_XX callsGravatar Anton Ivanov 1-1/+0
2018-12-27um: Add support for DISCARD in the UBD DriverGravatar Anton Ivanov 1-0/+1
2018-10-29um: remove unused AIO codeGravatar Christoph Hellwig 1-28/+0
2018-06-10um: remove uml initcallsGravatar Alexander Pateenok 1-5/+0
2018-02-19High Performance UML Vector Network DriverGravatar Anton Ivanov 1-0/+2
2018-02-19Epoll based IRQ controllerGravatar Anton Ivanov 2-10/+19
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsGravatar Ingo Molnar 3-0/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 3-0/+3
2017-10-24linux/compiler.h: Split into compiler.h and compiler_types.hGravatar Will Deacon 1-1/+1
2017-09-13um: Fix FP register size for XSTATE/XSAVEGravatar Thomas Meyer 1-1/+1
2017-07-07um: stub-data.h: remove superfluous includeGravatar Thomas Meyer 1-2/+0
2017-07-05um: Add os_warn() for pre-boot warning/error messagesGravatar Masami Hiramatsu 1-0/+2
2017-07-05um: Add os_info() for pre-boot information messagesGravatar Masami Hiramatsu 1-0/+2
2017-03-20x86/arch_prctl/64: Rename do_arch_prctl() to do_arch_prctl_64()Gravatar Kyle Huey 1-1/+1
2017-03-20x86/arch_prctl: Rename 'code' argument to 'option'Gravatar Kyle Huey 1-2/+2
2016-05-21um: add extended processor state save/restore supportGravatar Eli Cooper 1-0/+2
2016-01-10um: Fix ptrace GETREGS/SETREGS bugsGravatar Mickaël Salaün 1-1/+0
2016-01-10um: Update UBD to use pread/pwrite family of functionsGravatar Anton Ivanov 1-0/+2
2015-11-06um: Switch clocksource to hrtimersGravatar Anton Ivanov 3-8/+30
2015-11-06um: Store syscall number after syscall_trace_enter()Gravatar Richard Weinberger 1-0/+1