aboutsummaryrefslogtreecommitdiff
path: root/sys/x86/linux
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-233-6/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-231-2/+0
* linux(4): Add elf_hwcap2 to x86Dmitry Chagin2023-08-112-1/+23
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-255-5/+5
* linux(4): Preserve fpu xsave state across signal delivery on amd64Dmitry Chagin2023-06-291-1/+19
* linux(4): In preparation for xsave refactor fxsave code on amd64Dmitry Chagin2023-06-291-2/+7
* linux(4): Cleanup includes under x86/linuxDmitry Chagin2023-03-011-2/+1
* linux(4): Get rid of the opt_compat.h include.Dmitry Chagin2023-02-261-2/+0
* linux(4): Preserve fpu fxsave state across signal delivery on amd64.Dmitry Chagin2023-02-091-3/+4
* Adjust linux_vdso_{cpu,tsc}_selector_idx() definitions to avoid clang 15 warn...Dimitry Andric2022-07-271-2/+2
* linux(4): Use saved cpu feature bitsDmitry Chagin2022-07-111-11/+0
* linux(4): Properly restore the thread signal mask after signal delivery on i386Dmitry Chagin2022-06-171-1/+1
* linux(4): Deduplicate bsd_to_linux_trapcode()Dmitry Chagin2022-06-172-0/+44
* linux(4): Deduplicate translate_traps()Dmitry Chagin2022-06-172-0/+58
* linux(4): Better naming for ucontext field of struct rt_sigframeDmitry Chagin2022-06-171-2/+2
* linux(4): Move sigframe definitions to separate headersDmitry Chagin2022-06-171-0/+196
* linux(4): Implement vdso getcpu for x86.Dmitry Chagin2022-06-173-1/+98
* linux(4): Refactor vdso_gettc_x86 includes.Dmitry Chagin2022-06-171-13/+0
* Drop "All rights reserved" from my copyright statements.Dmitry Chagin2022-06-171-2/+1
* linux(4); Almost complete the vDSO.Dmitry Chagin2022-06-173-0/+254
* linux: deduplicate DUMMY() entriesEdward Tomasz Napierala2022-02-131-10/+0
* linux(4): Deduplicate unimpl/dummy syscall handlersConrad Meyer2020-11-051-0/+69