aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* gve: Fix build on i386 and enable LINT builds.Xin LI2023-08-182-0/+4
* bhyve: save/restore pir_descVitaliy Gusev2023-08-181-0/+3
* bhyve: fix vCPU single-stepping on VMXBojan Novković2023-08-172-0/+8
* linux(4): Add elf_hwcap2 to x86Dmitry Chagin2023-08-112-2/+2
* linux(4): Fix two typos in source code commentsGordon Bergling2023-08-051-1/+1
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-25115-115/+115
* linux(4): Preserve fpu xsave state across signal delivery on amd64Dmitry Chagin2023-06-291-4/+95
* linux(4): In preparation for xsave refactor fxsave code on amd64Dmitry Chagin2023-06-291-57/+69
* linux(4) rt_sendsig: Remove the use of caddr_tDmitry Chagin2023-06-291-4/+4
* linux(4): Fix stack unwinding across signal frame on x86_64Dmitry Chagin2023-06-291-2/+0
* linux(4): Preserve %rcx (return address) like a Linux doDmitry Chagin2023-06-291-0/+2
* linux(4): Simplify %r10 restoring on amd64Dmitry Chagin2023-06-292-9/+3
* linux(4): Add a comment explaining registers at syscall entry point on amd64Dmitry Chagin2023-06-291-0/+17
* linux(4): Drop a weird comment from linux_set_syscall_retval on amd64Dmitry Chagin2023-06-291-3/+0
* linux(4): Implement ptrace_pokeusr for x86_64Dmitry Chagin2023-06-291-3/+70
* linux(4): Make ptrace_pokeusr machine dependentDmitry Chagin2023-06-294-0/+21
* linux(4): Make ptrace_peekusr machine dependendDmitry Chagin2023-06-294-0/+44
* linux(4): Make struct stat64 to match Linux actual oneDmitry Chagin2023-06-291-6/+5
* linux(4): Regen for mknod syscall changesDmitry Chagin2023-06-294-9/+9
* linux(4): Use Linux dev_t type for mknod syscalls dev argumentDmitry Chagin2023-06-292-3/+3
* linux(4): Move dev_t type declaration under /compat/linuxDmitry Chagin2023-06-292-2/+0
* linux(4): Make struct newstat to match actual Linux oneDmitry Chagin2023-06-292-7/+5
* linux(4): Regen for struct l_old_stat changesDmitry Chagin2023-06-292-6/+6
* linux(4): Update syscalls.master to reflect struct l_old_statDmitry Chagin2023-06-291-2/+2
* linux(4): Mark old fstat syscal as unimplementedDmitry Chagin2023-06-291-0/+1
* linux(4): Rename obsolete old struct l_stat to struct l_old_statDmitry Chagin2023-06-291-1/+2
* linux(4): Fix LINUX_AT_COUNT commentsDmitry Chagin2023-06-292-2/+5
* linux(4): Deduplicate linux_copyout_auxargs()Dmitry Chagin2023-06-294-102/+22
* linux(4): Regen for close_range syscallDmitry Chagin2023-06-296-8/+52
* linux(4): Modify close_range syscall to match LinuxDmitry Chagin2023-06-292-4/+12
* hwpmc: use kstack_contains()Mitchell Horne2023-06-091-5/+3
* sysarch: Add includes required for ktrcapfail() calls to be compiledMark Johnston2023-06-091-0/+2
* amd64 MINIMAL: SysV IPC syscalls are loadableKonstantin Belousov2023-05-131-3/+0
* amd64 MINIMAL: remove UFS from compiled-in listKonstantin Belousov2023-05-131-1/+0
* amd64 MINIMAL config: remove statements about UFS moduleKonstantin Belousov2023-05-131-2/+0
* amd64: add MINIMALUP configKonstantin Belousov2023-05-131-0/+4
* amd64 MINIMAL config: remove sentence about acpiKonstantin Belousov2023-05-131-2/+0
* vmm: Fix casts around kmem_malloc/free() callsMark Johnston2023-05-112-4/+4
* vmm: don't free unallocated memoryCorvin Köhne2023-05-112-2/+7
* vmm: Dynamically allocate a couple of per-CPU state save areasMark Johnston2023-05-112-9/+14
* vmm: Expose some more AVX512 CPUID bits to guestsMark Johnston2023-05-091-3/+7
* vmm: fix HLT loop while vcpu has requested virtual interruptsVitaliy Gusev2023-05-081-25/+19
* x86: initialize use_xsave onceKonstantin Belousov2023-04-252-16/+5
* amd64: fix PKRU and swapout interactionKonstantin Belousov2023-04-212-9/+29
* amd64: ansifyMateusz Guzik2023-04-093-35/+11
* hv_hid: Hyper-V HID driverYuri2023-03-311-0/+1
* amd64 wakeup: recalculate mitigations after APICs are wokenKonstantin Belousov2023-03-291-5/+7
* vmm: fix missing ipi statisticVitaliy Gusev2023-03-273-8/+6
* ktls: Remove the KERN_TLS option from the i386 and amd64 LINT-NOIP kernel con...Hans Petter Selasky2023-03-231-0/+1
* acpi_wakeup.c: apply the reviewer' editorial corrections to the comment text.Konstantin Belousov2023-03-201-2/+2