summaryrefslogtreecommitdiff
path: root/sys/x86/linux
AgeCommit message (Expand)Author
2025-07-04linux: Add inotify supportMark Johnston
2023-08-18linux(4): Remove sys/cdefs.h inclusion under x86/linux due to 685dc743Dmitry Chagin
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-07-28linux(4): Add elf_hwcap2 to x86Dmitry Chagin
2023-06-09linux(4): Preserve fpu xsave state across signal delivery on amd64Dmitry Chagin
2023-06-09linux(4): In preparation for xsave refactor fxsave code on amd64Dmitry Chagin
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-02-14linux(4): Cleanup includes under x86/linuxDmitry Chagin
2023-02-12linux(4): Get rid of the opt_compat.h include.Dmitry Chagin
2023-02-02linux(4): Preserve fpu fxsave state across signal delivery on amd64.Dmitry Chagin
2022-07-25Adjust linux_vdso_{cpu,tsc}_selector_idx() definitions to avoid clang 15 warn...Dimitry Andric
2022-07-04linux(4): Use saved cpu feature bitsDmitry Chagin
2022-05-30linux(4): Properly restore the thread signal mask after signal delivery on i386Dmitry Chagin
2022-05-23linux(4): Deduplicate bsd_to_linux_trapcode()Dmitry Chagin
2022-05-23linux(4): Deduplicate translate_traps()Dmitry Chagin
2022-05-15linux(4): Better naming for ucontext field of struct rt_sigframeDmitry Chagin
2022-05-15linux(4): Move sigframe definitions to separate headersDmitry Chagin
2022-05-08linux(4): Implement vdso getcpu for x86.Dmitry Chagin
2022-05-08linux(4): Refactor vdso_gettc_x86 includes.Dmitry Chagin
2021-07-20Drop "All rights reserved" from my copyright statements.Dmitry Chagin
2021-07-20linux(4); Almost complete the vDSO.Dmitry Chagin
2021-05-29linux: deduplicate DUMMY() entriesEdward Tomasz Napierala
2020-11-05linux(4): Deduplicate unimpl/dummy syscall handlersConrad Meyer