summaryrefslogtreecommitdiff
path: root/arch/um/include/shared/os.h
AgeCommit message (Expand)Author
2024-01-05um: Rely on PTRACE_SETREGSET to set FS/GS base registersBenjamin Berg
2022-07-18um: seed rng using host OS rngJason A. Donenfeld
2022-03-11um: Fix WRITE_ZEROES in the UBD DriverFrédéric Danis
2021-12-21um: header debriding - os.hAl Viro
2021-12-21um: rename set_signals() to um_set_signals()Johannes Berg
2021-08-19isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan
2021-06-17um: Remove the repeated declarationShaokun Zhang
2021-06-17um: Add support for host CPU flags and alignmentAnton Ivanov
2021-06-17um: time-travel/signals: fix ndelay() in interruptJohannes Berg
2021-06-17um: export signals_enabled directlyJohannes 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: Support suspend to RAMJohannes Berg
2020-12-13um: Allow PM with suspend-to-idleJohannes Berg
2020-12-13um: Simplify os_idle_sleep() and sleep longerJohannes Berg
2020-12-13um: Remove IRQ_NONE typeJohannes Berg
2020-03-29um: Implement time-travel=extJohannes Berg
2019-12-18um: ubd: use 64-bit time_t where possibleArnd Bergmann
2019-09-15um: Add SPDX headers for files in arch/um/includeAlex Dewar
2019-09-15um: drivers: Add virtio vhost-user driverErel Geron
2019-09-15um: Implement TRACE_IRQFLAGS_SUPPORTJohannes Berg
2019-07-02um: Pass nsecs to os timer functionsJohannes Berg
2019-07-02um: Timer code cleanupJohannes Berg
2019-07-02um: fix os_timer_one_shot()Johannes Berg
2018-12-27um: Add support for DISCARD in the UBD DriverAnton Ivanov
2018-02-19Epoll based IRQ controllerAnton Ivanov
2017-09-13um: Fix FP register size for XSTATE/XSAVEThomas Meyer
2017-07-05um: Add os_warn() for pre-boot warning/error messagesMasami Hiramatsu
2017-07-05um: Add os_info() for pre-boot information messagesMasami Hiramatsu
2017-03-20x86/arch_prctl/64: Rename do_arch_prctl() to do_arch_prctl_64()Kyle Huey
2017-03-20x86/arch_prctl: Rename 'code' argument to 'option'Kyle Huey
2016-01-10um: Fix ptrace GETREGS/SETREGS bugsMickaël Salaün
2016-01-10um: Update UBD to use pread/pwrite family of functionsAnton Ivanov
2015-11-06um: Switch clocksource to hrtimersAnton Ivanov
2015-11-06um: Store syscall number after syscall_trace_enter()Richard Weinberger
2015-05-31um: Move syscall() declaration into os.hRichard Weinberger
2015-04-13um: Remove SKAS3/4 supportRichard Weinberger
2014-04-20um: Memory corruption on startupAnton Ivanov
2013-11-17um: Make stack trace reliable against kernel mode faultsRichard Weinberger
2013-09-07um: Cleanup SIGTERM handlingRichard Weinberger
2013-09-07um: ubd: Add REQ_FLUSH suppportRichard Weinberger
2013-09-07um: Implement probe_kernel_read()Richard Weinberger
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-12x86, um: convert to saner kernel_execve() semanticsAl Viro
2012-10-09um: get rid of pointless include "..." where include <...> will doAl Viro
2011-11-02um: merge os-Linux/tls.c into arch/x86/um/os-Linux/tls.cAl Viro
2011-11-02um: fill the handlers array at build timeAl Viro
2011-11-02um: simplify set_handler()Al Viro
2011-11-02um: kill dead code around uaccessAl Viro
2011-05-25um: add earlyprintk supportRichard Weinberger