aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* vmm: MTRR should be saved/restoredVitaliy Gusev2023-12-292-0/+5
* x86: Adjust base addr for PCI MCFG regionsColin Percival2023-12-271-1/+1
* vmm: Fix handling of errors from subyte()Mark Johnston2023-12-261-3/+5
* thread: Add a return value to cpu_set_upcall()Mark Johnston2023-12-261-7/+12
* vm_iommu_map()/unmap(): stop transiently wiring already wired pagesKonstantin Belousov2023-12-221-14/+25
* vmm_iommu_modify(): split vm_iommu_map()/unmap() into separate functionsKonstantin Belousov2023-12-221-37/+45
* vmm.h: remove dup declarationKonstantin Belousov2023-12-201-2/+0
* xen: add SPDX license tags to Xen headersElliott Mitchell2023-12-151-0/+2
* vmm: implement VM_CAP_MASK_HWINTR on AMD CPUsBojan Novković2023-12-071-0/+11
* vmm: implement single-stepping for AMD CPUsBojan Novković2023-12-074-2/+202
* vmm: enable software breakpoints for AMD CPUsBojan Novković2023-12-071-0/+12
* vmm: refactor event reflection in AMD SVMBojan Novković2023-12-071-4/+5
* x86: Support multiple PCI MCFG regionsJohn Baldwin2023-11-291-38/+84
* x86: Refactor pcie_cfgregopenJohn Baldwin2023-11-291-18/+25
* pci_cfgreg: Add a PCI domain argument to the low-level register APIJohn Baldwin2023-11-293-29/+38
* xen: correct spacing in hypercall.h headersElliott Mitchell2023-11-281-28/+28
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-2737-37/+0
* sccs: Manual changesWarner Losh2023-11-272-2/+0
* sys: Remove ancient SCCS tags.Warner Losh2023-11-2728-54/+0
* makesyscalls: don't make syscall.mk by defaultBrooks Davis2023-11-182-2/+0
* _bus.h: Use standard licnese textWarner Losh2023-11-131-24/+7
* amd64: Remove PMAP_INLINEMark Johnston2023-11-021-14/+4
* amd64 pmap: Prefer consistent naming for loader tunableZhenlei Huang2023-10-211-0/+3
* vmx: Prefer consistent naming for loader tunablesZhenlei Huang2023-10-191-5/+27
* amd64: Fix two typos of loader tunablesZhenlei Huang2023-10-191-2/+2
* uiomove: Add some assertionsMark Johnston2023-10-171-0/+6
* amd64: Zero-fill AP PCPU pagesMark Johnston2023-10-171-2/+3
* pmap: add pmap_kextract(9) man pageMina Galić2023-10-131-1/+7
* x86: Rename {stop,start}_emulating to fpu_{enable,disable}John Baldwin2023-10-112-26/+20
* amd64: Remove a stale comment from cpu_setregsJohn Baldwin2023-10-111-4/+0
* Add a COMPAT_FREEBSD14 kernel optionKristof Provost2023-10-103-0/+3
* linux(4): Drop the outdated comments about sixth register on i386 int0x80Dmitry Chagin2023-10-101-1/+1
* linux(4): Deduplicate SystemV IPC defines from amd64/linuxDmitry Chagin2023-10-041-28/+0
* linux(4): Deorbit linux_nosysDmitry Chagin2023-10-031-1/+0
* linux(4): Regen for linux_nosys changeDmitry Chagin2023-10-0310-22/+2
* linux(4): Deorbit linux_nosys from syscalls.masterDmitry Chagin2023-10-032-12/+2
* linuxolator: fix nosys() to not send SIGSYSKonstantin Belousov2023-10-022-2/+2
* sysentvec: add SV_SIGSYS flagKonstantin Belousov2023-10-021-2/+4
* syscalls: fix missing SIGSYS for several ENOSYS errorsKonstantin Belousov2023-10-022-2/+2
* amd64 cpu_fetch_syscall_args_fallback(): fix whitespaceKonstantin Belousov2023-10-021-5/+5
* x86: AMD Zen2: Zenbleed chicken bit mitigationOlivier Certner2023-10-023-0/+8
* linux(4): RegenDmitry Chagin2023-09-2510-6/+384
* linux(4): Update syscalls.master to 6.5Dmitry Chagin2023-09-253-6/+103
* amd64: Convert a cheap DIAGNOSTIC check to a KASSERTMark Johnston2023-09-171-6/+3
* amd64: Add a leaf PTP when pmap_enter(psind=1) creates a wired mappingBojan Novković2023-09-171-2/+25
* x86: Add defines for workaround bits in AMD's MSR "Decode Configuration"Olivier Certner2023-09-141-2/+3
* linux(4): Cleanup includes under amd64/linux32Dmitry Chagin2023-09-112-20/+1
* linux(4): Cleanup includes under amd64/linuxDmitry Chagin2023-09-112-19/+1
* linux(4): Deduplicate mmap2Dmitry Chagin2023-09-053-18/+4
* linux(4): Deduplicate mprotect, madviseDmitry Chagin2023-09-052-29/+0