summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
AgeCommit message (Expand)Author
2022-07-12allow cpuid 0x8000001d, cache topology on AMDJonathan Gray
2022-07-12remove cache parts of struct cpu_info only vmm usedJonathan Gray
2022-07-11Switch bootloaders to the extended BOOTARG_CONSDEV struct.Mark Kettenis
2022-07-02remove machine/lock.h where unusedJonathan Gray
2022-06-30As we now have two bios_consdev_t structures, make use of the old oneAnton Lindqvist
2022-06-30amd64/pmap: Change the wording of a panic stringMike Larkin
2022-06-30vmm(4): reference count vm's and vcpu'sDave Voutila
2022-06-30amd64 pmap: Zero out the EPTP on pmap_createMike Larkin
2022-06-29remove archaic comment from original import of i386 pmapDave Voutila
2022-06-29Add support for using non-standard UARTs (such as the Synopsys DesignWareMark Kettenis
2022-06-29Make bus_space_map(9) work before the pmap is initialized for addressesMark Kettenis
2022-06-28Remove unused field d_poll from struct cdevsw.Visa Hankala
2022-06-28rewrite amd64 printing of cache detailsJonathan Gray
2022-06-27zap extraneous .PpJason McIntyre
2022-06-27Delete the ancient "hold Shift key to force CHS" code. Noone has neededTheo de Raadt
2022-06-27vmm: move ept pointer configuration to vcpu_init_vmxDave Voutila
2022-06-27vmm: zero virtual addresses of vcpu state pages after freeingDave Voutila
2022-06-26Delete trailing whitespace. No code change.Mike Larkin
2022-06-26vmd: create a copy of bios at 4g boundaryDave Voutila
2022-06-20When there are multiple GOPs, try to select first one from which weYASUOKA Masahiko
2022-06-12vmm(4): remove vm teardown from vcpu run pathDave Voutila
2022-06-01change amd64 pmap_convert to return voidDave Voutila
2022-05-30knf; fix whitespace in structsDave Voutila
2022-05-24fdisk(8) no longer uses the partition table it finds inKenneth R Westerback
2022-05-20vmm: remove spinout paranoiaDave Voutila
2022-05-20vmm: load the vmcs before reading vcpu registersDave Voutila
2022-05-13vmm: add additional fault type, fixing vm receiveDave Voutila
2022-05-04Missed removing some memory scaling in vmm, vmctl.Dave Voutila
2022-05-03vmm/vmd/vmctl: standardize memory units to bytesDave Voutila
2022-04-27vmm(4): dt(4) tracepoints for vm exit reporting previous exit.Dave Voutila
2022-04-26No need for line wrap here.Claudio Jeker
2022-04-26On CPUs that have MPERF/APERF support use that information to install aClaudio Jeker
2022-04-14The XOR instruction affects the carry and zero flag. Move it beforeAlexander Bluhm
2022-04-14ddb: constify command tablesChristian Weisgerber
2022-04-12ddb: simplify machine command handlingChristian Weisgerber
2022-04-09Simplify vmx instruction error handling.Dave Voutila
2022-04-07drm/amd/display: move FPU associated DSC code to DML folderJonathan Gray
2022-04-06Recognize LUN 0 device if SID_QUAL_LU_OFFLINE and T_NODEVICE areKenneth R Westerback
2022-03-31man pages: add missing commas between subordinate and main clausesChristian Weisgerber
2022-03-29off-by-one check didn't recognize partition 'a' section on specifiedTheo de Raadt
2022-03-28Put call to vmx_remote_vmclear() under #ifdef MULTIPROCESSORTheo Buehler
2022-03-28vmm(4): add quiesce/wakeup hooks to sync vcpu state.Dave Voutila
2022-03-08Enable mtw(4) in the build for amd64.hastings
2022-02-21Constify struct cfattach.Martin Pieuchot
2022-02-21opearting -> operatingJonathan Gray
2022-02-17remove unused include filesTheo de Raadt
2022-02-17If S4 is not available, use S5 for the ACPI-transitions in hibernate support.Theo de Raadt
2022-02-13remove stray tab whitespace. no code change.Mike Larkin
2022-02-13Move some MI pieces out of suspend_mp/resume_mpTheo de Raadt
2022-02-12wsdisplay checks are no longer needed hereTheo de Raadt