summaryrefslogtreecommitdiffstats
path: root/arch/um/include/shared/os.h
AgeCommit message (Expand)AuthorLines
2024-11-07um: remove broken double fault detectionBenjamin Berg-1/+0
2024-11-07um: remove file sync for stub dataBenjamin Berg-1/+0
2024-10-25um: Add os_set_pdeathsig helper functionTiwei Bie-0/+2
2024-10-23um: Abandon the _PAGE_NEWPROT bitTiwei Bie-2/+0
2024-10-10um: Discover host_task_size from envpBenjamin Berg-3/+0
2024-10-10um: remove auxiliary FP registersBenjamin Berg-1/+1
2024-10-10um: Remove unused os_getpgrp functionBenjamin Berg-1/+0
2024-10-10um: Remove unused os_stop_processBenjamin Berg-1/+0
2024-10-10um: Remove unused os_process_parentBenjamin Berg-1/+0
2024-10-10um: Remove unused os_process_pcBenjamin Berg-1/+0
2024-07-03um: simplify and consolidate TLB updatesBenjamin Berg-6/+6
2024-07-03um: Delay flushing syscalls until the thread is restartedBenjamin Berg-0/+4
2024-07-03um: remove copy_context_skas0Benjamin Berg-1/+0
2024-07-03um: Rework syscall handlingBenjamin Berg-13/+9
2024-07-03um: add mmap/mremap OS callsJohannes Berg-0/+2
2024-07-03um: generalize os_rcv_fdJohannes Berg-1/+2
2024-07-03um: chan: use blocking IO for console output for time-travelBenjamin Berg-0/+1
2024-01-05um: Rely on PTRACE_SETREGSET to set FS/GS base registersBenjamin Berg-3/+0
2022-07-18um: seed rng using host OS rngJason A. Donenfeld-0/+7
2022-03-11um: Fix WRITE_ZEROES in the UBD DriverFrédéric Danis-0/+1
2021-12-21um: header debriding - os.hAl Viro-13/+0
2021-12-21um: rename set_signals() to um_set_signals()Johannes Berg-2/+2
2021-08-19isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan-1/+0
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/+3
2021-06-17um: export signals_enabled directlyJohannes Berg-1/+0
2020-12-13um: time-travel: Correct time event IRQ deliveryJohannes Berg-0/+3
2020-12-13um: irq/sigio: Support suspend/resume handling of workaround IRQsJohannes Berg-0/+8
2020-12-13um: Support suspend to RAMJohannes Berg-0/+3
2020-12-13um: Allow PM with suspend-to-idleJohannes Berg-0/+1
2020-12-13um: Simplify os_idle_sleep() and sleep longerJohannes Berg-1/+1
2020-12-13um: Remove IRQ_NONE typeJohannes Berg-3/+3
2020-03-29um: Implement time-travel=extJohannes Berg-0/+1
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-1/+1
2019-09-15um: drivers: Add virtio vhost-user driverErel Geron-0/+5
2019-09-15um: Implement TRACE_IRQFLAGS_SUPPORTJohannes Berg-0/+7
2019-07-02um: Pass nsecs to os timer functionsJohannes Berg-2/+2
2019-07-02um: Timer code cleanupJohannes Berg-5/+3
2019-07-02um: fix os_timer_one_shot()Johannes Berg-1/+1
2018-12-27um: Add support for DISCARD in the UBD DriverAnton Ivanov-0/+1
2018-02-19Epoll based IRQ controllerAnton Ivanov-8/+9
2017-09-13um: Fix FP register size for XSTATE/XSAVEThomas Meyer-1/+1
2017-07-05um: Add os_warn() for pre-boot warning/error messagesMasami Hiramatsu-0/+2
2017-07-05um: Add os_info() for pre-boot information messagesMasami Hiramatsu-0/+2
2017-03-20x86/arch_prctl/64: Rename do_arch_prctl() to do_arch_prctl_64()Kyle Huey-1/+1
2017-03-20x86/arch_prctl: Rename 'code' argument to 'option'Kyle Huey-2/+2
2016-01-10um: Fix ptrace GETREGS/SETREGS bugsMickaël Salaün-1/+0
2016-01-10um: Update UBD to use pread/pwrite family of functionsAnton Ivanov-0/+2