summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
AgeCommit message (Expand)Author
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
2022-02-11the sleep_clocks() hook is not needed because the architectures whichTheo de Raadt
2022-02-10Duplicate "park disk" code, so that the SUSPEND case can be MI, it is onlyTheo de Raadt
2022-02-09Move x86-only stubs used by kern/subr_suspend.c into dev/acpi/acpi_x86.cTheo de Raadt
2022-02-08The suspend/resume code is a sticky mess of MI, MD, and ACPI sequencing.Theo de Raadt
2022-02-05Switch vmapbuf() and vunmapbuf() over to km_alloc(9) and km_free(9) likeMark Kettenis
2022-02-03sync list of amdgpu files built with -msse -msse2 with linux 5.15.yJonathan Gray
2022-02-01An old hack skips use of memory regions < 1MB size, because some machinesTheo de Raadt
2022-02-01Attempt to guarantee that on copy-on-write faulting, the new copyPhilip Guenther
2022-01-29Put the leaf and subleaf input values (from rax/rcx) into local variables,Philip Guenther
2022-01-25Capture a repeated pattern into sysctl_securelevel_int functionGreg Steuck
2022-01-20Shifting signed integers left by 31 is undefined behavior in C.Alexander Bluhm
2022-01-19Only invoke the underlying cpuid instruction if the real CPU might supportPhilip Guenther
2022-01-17Allow more memory ranges in hibernateMike Larkin
2022-01-16Remove trailing whitespace in a few places. No code change.Mike Larkin
2022-01-14update drm to linux 5.15.14Jonathan Gray
2022-01-11Make sure 'out' is initialized to 0 before adding flags.Tobias Heider
2022-01-04Remove commented out gtp from amd64 GENERICGreg Steuck
2022-01-02Prism54 (only full-mac varients) -> Prism54 Full-MACJonathan Gray
2022-01-02convension -> conventionJonathan Gray
2022-01-02spellingJonathan Gray
2022-01-01Add ENTRY_NB() macro for doing an ASM function entry without settingPhilip Guenther
2021-12-31avaialble -> availableJonathan Gray
2021-12-31specifed -> specifiedJonathan Gray
2021-12-28Now that -A prints -- markers as it is supposed to filter them out whenOtto Moerbeek
2021-12-26Add address locators for the ACPI "bus" and use these to fix the order ofMark Kettenis
2021-12-20Make mtw(4) known to the config(8) framework.hastings
2021-12-17Disable a few warning flags that were introduced and enabled by defaultPatrick Wildt
2021-12-16Attach com over acpi on amd64. Some hardware uses a different interruptAnton Lindqvist
2021-12-14delete incorrect comment about sys/cdefs.hTheo de Raadt
2021-12-09Fix cpuid leaf clamping to let through cpuid(0x15) when we have anPhilip Guenther
2021-12-09We only have one syscall table: inline sysent/SYS_MAXSYSCALL andPhilip Guenther
2021-12-07Add missing kernel unlock in error path.Anton Lindqvist
2021-12-04vmm(4): reload vmcs after possible sleep pointsDave Voutila
2021-11-29vmm(4): bump remote vmclear spinout ticksDave Voutila
2021-11-27stop building kernels with -Wno-uninitialized on clang archsJonathan Gray
2021-11-22vmm(4): copyout guest state on VM_EXIT_NONEDave Voutila