aboutsummaryrefslogtreecommitdiff
path: root/sys/x86/linux
Commit message (Expand)AuthorAgeFilesLines
* linux: Add inotify supportMark Johnston2025-07-041-2/+0
* linux(4): Remove sys/cdefs.h inclusion under x86/linux due to 685dc743Dmitry Chagin2023-08-183-3/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-163-6/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* linux(4): Add elf_hwcap2 to x86Dmitry Chagin2023-07-282-1/+23
* linux(4): Preserve fpu xsave state across signal delivery on amd64Dmitry Chagin2023-06-081-1/+19
* linux(4): In preparation for xsave refactor fxsave code on amd64Dmitry Chagin2023-06-081-2/+7
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-125-5/+5
* linux(4): Cleanup includes under x86/linuxDmitry Chagin2023-02-141-2/+1
* linux(4): Get rid of the opt_compat.h include.Dmitry Chagin2023-02-121-2/+0
* linux(4): Preserve fpu fxsave state across signal delivery on amd64.Dmitry Chagin2023-02-021-3/+4
* Adjust linux_vdso_{cpu,tsc}_selector_idx() definitions to avoid clang 15 warn...Dimitry Andric2022-07-241-2/+2
* linux(4): Use saved cpu feature bitsDmitry Chagin2022-07-041-11/+0
* linux(4): Properly restore the thread signal mask after signal delivery on i386Dmitry Chagin2022-05-301-1/+1
* linux(4): Deduplicate bsd_to_linux_trapcode()Dmitry Chagin2022-05-232-0/+44
* linux(4): Deduplicate translate_traps()Dmitry Chagin2022-05-232-0/+58
* linux(4): Better naming for ucontext field of struct rt_sigframeDmitry Chagin2022-05-151-2/+2
* linux(4): Move sigframe definitions to separate headersDmitry Chagin2022-05-151-0/+196
* linux(4): Implement vdso getcpu for x86.Dmitry Chagin2022-05-083-1/+98
* linux(4): Refactor vdso_gettc_x86 includes.Dmitry Chagin2022-05-081-13/+0
* Drop "All rights reserved" from my copyright statements.Dmitry Chagin2021-07-201-2/+1
* linux(4); Almost complete the vDSO.Dmitry Chagin2021-07-203-0/+254
* linux: deduplicate DUMMY() entriesEdward Tomasz Napierala2021-05-291-10/+0
* linux(4): Deduplicate unimpl/dummy syscall handlersConrad Meyer2020-11-051-0/+69