summaryrefslogtreecommitdiffstats
path: root/arch/um/include/shared/os.h
Commit message (Expand)AuthorAgeFilesLines
* um: simplify and consolidate TLB updatesBenjamin Berg2024-07-031-6/+6
* um: Delay flushing syscalls until the thread is restartedBenjamin Berg2024-07-031-0/+4
* um: remove copy_context_skas0Benjamin Berg2024-07-031-1/+0
* um: Rework syscall handlingBenjamin Berg2024-07-031-13/+9
* um: add mmap/mremap OS callsJohannes Berg2024-07-031-0/+2
* um: generalize os_rcv_fdJohannes Berg2024-07-031-1/+2
* um: chan: use blocking IO for console output for time-travelBenjamin Berg2024-07-031-0/+1
* um: Rely on PTRACE_SETREGSET to set FS/GS base registersBenjamin Berg2024-01-051-3/+0
* um: seed rng using host OS rngJason A. Donenfeld2022-07-181-0/+7
* um: Fix WRITE_ZEROES in the UBD DriverFrédéric Danis2022-03-111-0/+1
* um: header debriding - os.hAl Viro2021-12-211-13/+0
* um: rename set_signals() to um_set_signals()Johannes Berg2021-12-211-2/+2
* isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan2021-08-191-1/+0
* um: Remove the repeated declarationShaokun Zhang2021-06-171-1/+0
* um: Add support for host CPU flags and alignmentAnton Ivanov2021-06-171-0/+3
* um: time-travel/signals: fix ndelay() in interruptJohannes Berg2021-06-171-0/+3
* um: export signals_enabled directlyJohannes Berg2021-06-171-1/+0
* um: time-travel: Correct time event IRQ deliveryJohannes Berg2020-12-131-0/+3
* um: irq/sigio: Support suspend/resume handling of workaround IRQsJohannes Berg2020-12-131-0/+8
* um: Support suspend to RAMJohannes Berg2020-12-131-0/+3
* um: Allow PM with suspend-to-idleJohannes Berg2020-12-131-0/+1
* um: Simplify os_idle_sleep() and sleep longerJohannes Berg2020-12-131-1/+1
* um: Remove IRQ_NONE typeJohannes Berg2020-12-131-3/+3
* um: Implement time-travel=extJohannes Berg2020-03-291-0/+1
* um: ubd: use 64-bit time_t where possibleArnd Bergmann2019-12-181-1/+1
* um: Add SPDX headers for files in arch/um/includeAlex Dewar2019-09-151-1/+1
* um: drivers: Add virtio vhost-user driverErel Geron2019-09-151-0/+5
* um: Implement TRACE_IRQFLAGS_SUPPORTJohannes Berg2019-09-151-0/+7
* um: Pass nsecs to os timer functionsJohannes Berg2019-07-021-2/+2
* um: Timer code cleanupJohannes Berg2019-07-021-5/+3
* um: fix os_timer_one_shot()Johannes Berg2019-07-021-1/+1
* um: Add support for DISCARD in the UBD DriverAnton Ivanov2018-12-271-0/+1
* Epoll based IRQ controllerAnton Ivanov2018-02-191-8/+9
* um: Fix FP register size for XSTATE/XSAVEThomas Meyer2017-09-131-1/+1
* um: Add os_warn() for pre-boot warning/error messagesMasami Hiramatsu2017-07-051-0/+2
* um: Add os_info() for pre-boot information messagesMasami Hiramatsu2017-07-051-0/+2
* x86/arch_prctl/64: Rename do_arch_prctl() to do_arch_prctl_64()Kyle Huey2017-03-201-1/+1
* x86/arch_prctl: Rename 'code' argument to 'option'Kyle Huey2017-03-201-2/+2
* um: Fix ptrace GETREGS/SETREGS bugsMickaël Salaün2016-01-101-1/+0
* um: Update UBD to use pread/pwrite family of functionsAnton Ivanov2016-01-101-0/+2
* um: Switch clocksource to hrtimersAnton Ivanov2015-11-061-5/+13
* um: Store syscall number after syscall_trace_enter()Richard Weinberger2015-11-061-0/+1
* um: Move syscall() declaration into os.hRichard Weinberger2015-05-311-0/+2
* um: Remove SKAS3/4 supportRichard Weinberger2015-04-131-2/+0
* um: Memory corruption on startupAnton Ivanov2014-04-201-0/+1
* um: Make stack trace reliable against kernel mode faultsRichard Weinberger2013-11-171-0/+1
* um: Cleanup SIGTERM handlingRichard Weinberger2013-09-071-0/+1
* um: ubd: Add REQ_FLUSH suppportRichard Weinberger2013-09-071-0/+1
* um: Implement probe_kernel_read()Richard Weinberger2013-09-071-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-131-1/+0
|\