summaryrefslogtreecommitdiff
path: root/arch/um/include/shared/os.h
AgeCommit message (Expand)AuthorFilesLines
2024-07-03um: simplify and consolidate TLB updatesBenjamin Berg1-6/+6
2024-07-03um: Delay flushing syscalls until the thread is restartedBenjamin Berg1-0/+4
2024-07-03um: remove copy_context_skas0Benjamin Berg1-1/+0
2024-07-03um: Rework syscall handlingBenjamin Berg1-13/+9
2024-07-03um: add mmap/mremap OS callsJohannes Berg1-0/+2
2024-07-03um: generalize os_rcv_fdJohannes Berg1-1/+2
2024-07-03um: chan: use blocking IO for console output for time-travelBenjamin Berg1-0/+1
2024-01-05um: Rely on PTRACE_SETREGSET to set FS/GS base registersBenjamin Berg1-3/+0
2022-07-18um: seed rng using host OS rngJason A. Donenfeld1-0/+7
2022-03-11um: Fix WRITE_ZEROES in the UBD DriverFrédéric Danis1-0/+1
2021-12-21um: header debriding - os.hAl Viro1-13/+0
2021-12-21um: rename set_signals() to um_set_signals()Johannes Berg1-2/+2
2021-08-19isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan1-1/+0
2021-06-17um: Remove the repeated declarationShaokun Zhang1-1/+0
2021-06-17um: Add support for host CPU flags and alignmentAnton Ivanov1-0/+3
2021-06-17um: time-travel/signals: fix ndelay() in interruptJohannes Berg1-0/+3
2021-06-17um: export signals_enabled directlyJohannes Berg1-1/+0
2020-12-14um: time-travel: Correct time event IRQ deliveryJohannes Berg1-0/+3
2020-12-14um: irq/sigio: Support suspend/resume handling of workaround IRQsJohannes Berg1-0/+8
2020-12-14um: Support suspend to RAMJohannes Berg1-0/+3
2020-12-14um: Allow PM with suspend-to-idleJohannes Berg1-0/+1
2020-12-14um: Simplify os_idle_sleep() and sleep longerJohannes Berg1-1/+1
2020-12-14um: Remove IRQ_NONE typeJohannes Berg1-3/+3
2020-03-30um: Implement time-travel=extJohannes Berg1-0/+1
2019-12-18um: ubd: use 64-bit time_t where possibleArnd Bergmann1-1/+1
2019-09-15um: Add SPDX headers for files in arch/um/includeAlex Dewar1-1/+1
2019-09-15um: drivers: Add virtio vhost-user driverErel Geron1-0/+5
2019-09-15um: Implement TRACE_IRQFLAGS_SUPPORTJohannes Berg1-0/+7
2019-07-03um: Pass nsecs to os timer functionsJohannes Berg1-2/+2
2019-07-03um: Timer code cleanupJohannes Berg1-5/+3
2019-07-03um: fix os_timer_one_shot()Johannes Berg1-1/+1
2018-12-28um: Add support for DISCARD in the UBD DriverAnton Ivanov1-0/+1
2018-02-19Epoll based IRQ controllerAnton Ivanov1-8/+9
2017-09-13um: Fix FP register size for XSTATE/XSAVEThomas Meyer1-1/+1
2017-07-06um: Add os_warn() for pre-boot warning/error messagesMasami Hiramatsu1-0/+2
2017-07-06um: Add os_info() for pre-boot information messagesMasami Hiramatsu1-0/+2
2017-03-20x86/arch_prctl/64: Rename do_arch_prctl() to do_arch_prctl_64()Kyle Huey1-1/+1
2017-03-20x86/arch_prctl: Rename 'code' argument to 'option'Kyle Huey1-2/+2
2016-01-10um: Fix ptrace GETREGS/SETREGS bugsMickaël Salaün1-1/+0
2016-01-10um: Update UBD to use pread/pwrite family of functionsAnton Ivanov1-0/+2
2015-11-07um: Switch clocksource to hrtimersAnton Ivanov1-5/+13
2015-11-07um: Store syscall number after syscall_trace_enter()Richard Weinberger1-0/+1
2015-05-31um: Move syscall() declaration into os.hRichard Weinberger1-0/+2
2015-04-13um: Remove SKAS3/4 supportRichard Weinberger1-2/+0
2014-04-21um: Memory corruption on startupAnton Ivanov1-0/+1
2013-11-17um: Make stack trace reliable against kernel mode faultsRichard Weinberger1-0/+1
2013-09-07um: Cleanup SIGTERM handlingRichard Weinberger1-0/+1
2013-09-07um: ubd: Add REQ_FLUSH suppportRichard Weinberger1-0/+1
2013-09-07um: Implement probe_kernel_read()Richard Weinberger1-0/+1
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+0