summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/acpi
AgeCommit message (Expand)Author
2018-07-14Drop NENTRY() from the x86 kernels, use ENTRY(). With PMCs (and other hardwaremaxv
2017-11-01Use NENTRY -> END.maxv
2017-10-21Improve our segregs model. Pass 3/3.maxv
2017-10-19Improve our segregs model. Pass 1/3.maxv
2017-09-23Make sure %edx is clear.maxv
2016-07-24KNF, and reduce the diff between amd64 and i386.maxv
2014-01-15LLVM doesn't support data32/addr32, but is smart enough to figure thejoerg
2012-04-19Set the CR0_AM bit so processes can enable alignment check errors underjym
2009-08-24Add definition for WAKEUP_vesa_modenumjmcneill
2009-08-24Ensure that the VBE mode is only restored when machdep.acpi_vbios_reset=1jmcneill
2009-08-24Pass the VBE mode number from the bootloader to the kernel, and thenjmcneill
2008-05-25Random underdocumented CPU facts:joerg
2008-05-25Remove unnecessary rdmsr when modifying MSR_EFER.jmcneill
2008-05-11Share cpu.h between the x86 ports.ad
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-12-18Add new IPI for saving CPU state explicitly, share high-level part ofjoerg
2007-12-15Move mapping of the real mode location for the ACPI wakeup code into ajoerg
2007-12-15Steal some rope from innocent users and disallow ACPI suspend if morejoerg
2007-12-09Merge jmcneill-pm branch.jmcneill
2005-12-11merge ktrace-lwp.christos
2003-07-14__KERNEL_RCSID()lukem
2003-05-11Empty sleep stub function.fvdl