summaryrefslogtreecommitdiff
path: root/arch/um/include/shared/os.h
AgeCommit message (Expand)Author
2024-11-07um: remove broken double fault detectionBenjamin Berg
2024-11-07um: remove file sync for stub dataBenjamin Berg
2024-10-25um: Add os_set_pdeathsig helper functionTiwei Bie
2024-10-23um: Abandon the _PAGE_NEWPROT bitTiwei Bie
2024-10-10um: Discover host_task_size from envpBenjamin Berg
2024-10-10um: remove auxiliary FP registersBenjamin Berg
2024-10-10um: Remove unused os_getpgrp functionBenjamin Berg
2024-10-10um: Remove unused os_stop_processBenjamin Berg
2024-10-10um: Remove unused os_process_parentBenjamin Berg
2024-10-10um: Remove unused os_process_pcBenjamin Berg
2024-07-03um: simplify and consolidate TLB updatesBenjamin Berg
2024-07-03um: Delay flushing syscalls until the thread is restartedBenjamin Berg
2024-07-03um: remove copy_context_skas0Benjamin Berg
2024-07-03um: Rework syscall handlingBenjamin Berg
2024-07-03um: add mmap/mremap OS callsJohannes Berg
2024-07-03um: generalize os_rcv_fdJohannes Berg
2024-07-03um: chan: use blocking IO for console output for time-travelBenjamin Berg
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