aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* sys: Retire le(4)Ed Maste14 hours1-1/+0
* amd64 initializecpu(): use 64bit type for rcr4() resultKonstantin Belousov2 days1-1/+1
* hwpmc: Initial support for AMD IBSAli Mashtizadeh4 days1-0/+5
* i386,amd64: Explicitly set ECX=0 in do_cpuid() to be future-proofAaron LI11 days1-6/+4
* vmm: Allow the use of PCI passthrough in a jailMark Johnston2026-02-161-7/+7
* amd64: add LASS supportKonstantin Belousov2026-02-115-0/+28
* amd64/acpica/acpi_wakeup.c: do not store to WARMBOOT_OFF in efi_boot caseKonstantin Belousov2026-02-101-22/+36
* Revert "pcb.h: mark struct pcb to be preserved"Konstantin Belousov2026-02-091-11/+10
* amd64: define and use STACKALIGN and REDZONE_SZKonstantin Belousov2026-02-094-7/+10
* pcb.h: mark struct pcb to be preservedMinsoo Choo2026-02-091-10/+11
* amd64/vmm: Lock global PCI passthrough structuresMark Johnston2026-02-061-51/+111
* acpi: New R/O 'hw.acpi.s4bios_supported' sysctl, gate S4BIOS with itOlivier Certner2026-02-061-1/+1
* amd64: parse_memmap(): Move comment about size at proper placeOlivier Certner2026-02-031-10/+9
* sys: enable both SCHED_ULE and SCHED_4BSD for some configsKonstantin Belousov2026-01-291-0/+1
* cpu_switch(): unconditionally wait on the blocked mutex transientKonstantin Belousov2026-01-291-5/+0
* kern/sched_shim.c: Provide a scheduler selection machineryKonstantin Belousov2026-01-291-0/+2
* amd64/machdep.c: remove extra empty lineKonstantin Belousov2026-01-291-1/+0
* sys: Use __is_aligned and __align_down for some kstack alignment operationsJohn Baldwin2026-01-271-2/+1
* amd64: Fix sys/pcpu.h usage in vmm_host.h and md_var.hHans Rosenfeld2026-01-242-0/+3
* x86: add machine/ifunc.hKonstantin Belousov2026-01-221-0/+5
* amd64/vmm: remove unused static function vcpu_state2str()Konstantin Belousov2026-01-191-20/+0
* sys: do not allow entering vm_fault() on boot until VM is initializedKonstantin Belousov2026-01-191-4/+1
* aq: Add to amd64 GENERIC and to sys/conf/NOTESBrad Smith2026-01-171-0/+1
* MINIMAL: Add virtio_scsiDag-Erling Smørgrav2026-01-161-0/+1
* sys: vt_efifb: EFI not supported on i386; move it back to amd64/NOTESOlivier Certner2026-01-121-0/+3
* rge: Add to amd64 GENERIC and to sys/conf/NOTESBrad Smith2026-01-101-0/+1
* vmm: Move common accessors and vm_eventinfo into sys/dev/vmmMark Johnston2026-01-084-77/+3
* vmm: Deduplicate VM and vCPU state management codeMark Johnston2026-01-086-515/+9
* vmm: Consolidate vm and vcpu definitionsMark Johnston2026-01-085-113/+32
* amd64: Remove tpm(4) from GENERIC for nowMark Johnston2026-01-082-2/+4
* Add ASMC_DEBUG make optionEnji Cooper2026-01-061-3/+4
* x86: change ap_boot_mtx from spinlock mutex to naive lockKonstantin Belousov2026-01-051-1/+0
* amd64/vmm.c: Fix an incorrect memory segment check in vm_iommu_{un}mapBojan Novković2025-12-151-4/+4
* Add sys/_align.h replacing machine/_align.hBrooks Davis2025-12-102-6/+1
* sys: RealTek -> Realtekykla2025-11-271-2/+2
* NOTES: Remove duplicate options KCSAN entriesykla2025-11-251-1/+0
* vmm: Initialize AMD IOMMU command buffersChuck Tuffli2025-11-121-9/+1
* random: allow disabling of entropy harvesting from keyboard & miceDavid E. O'Brien2025-11-112-0/+4
* random: TPM_HARVEST should have been named RANDOM_ENABLE_TPMDavid E. O'Brien2025-11-102-2/+10
* vmm: Move vm_maxcpu handling into MI codeMark Johnston2025-11-043-25/+1
* amd64/vmm: Remove an unused functionMark Johnston2025-11-042-13/+0
* vmm: Consolidate VM name length checkingMark Johnston2025-11-043-30/+2
* vmm: Move the module load handler to vmm_dev.cMark Johnston2025-11-041-73/+10
* amd64/vmm: Remove useless global variablesMark Johnston2025-11-041-8/+2
* amd64/vmm: Factor vcpu_notify_event() into two functionsMark Johnston2025-11-044-21/+28
* vmm: Fix routines which create maps of the guest physical address spaceMark Johnston2025-10-283-35/+38
* amd64: Add kexec supportJustin Hibbits2025-10-274-0/+444
* amd64: Add cpu_stop() support to go UP after SMPJustin Hibbits2025-10-273-0/+25
* amd64: print 'EFI RT fault' line before fault CPU stateKonstantin Belousov2025-10-241-2/+2
* padlock(4)/nehemiah: move i386-only entropy source to MD filesDavid E. O'Brien2025-10-232-2/+0