aboutsummaryrefslogtreecommitdiff
path: root/sys/x86/acpica
Commit message (Expand)AuthorAgeFilesLines
* Revert r250339 as apparently it is more clutter than help.Attilio Rao2013-05-081-42/+0
* Add functions to do ACPI System Locality Information Table parsingAttilio Rao2013-05-071-0/+42
* Rename VM_NDOMAIN into MAXMEMDOM and move it into machine/param.h inAttilio Rao2013-05-071-5/+3
* Make VM_NDOMAIN a kernel option so that it can be enabled from a kernelJohn Baldwin2013-02-141-0/+2
* Merge ACPICA 20120816.Jung-uk Kim2012-08-161-1/+1
* - Remove unused code for CR3 and CR4.Jung-uk Kim2012-06-131-12/+11
* Share IPI init and startup code of mp_machdep.c with acpi_wakeup.cMitsuru IWASAKI2012-06-121-43/+1
* Add x86/acpica/acpi_wakeup.c for amd64 and i386. Difference ofMitsuru IWASAKI2012-06-091-0/+434
* Allocate the ioapics[] array dynamically since it is only needed for theJohn Baldwin2012-03-281-5/+11
* Mark the 'lapics' and 'ioapics' arrays here static since they areJohn Baldwin2012-03-221-2/+2
* Fix a few bugs in the SRAT parsing code:John Baldwin2012-01-031-5/+12
* Get rid of kludgy per-descriptor state handling in acpi_apm.Ed Schouten2011-12-051-63/+25
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-072-2/+2
* Ignore SRAT memory entries if the memory range does not overlap with anJohn Baldwin2011-10-051-0/+26
* Fix a deficiency in the selinfo interface:Attilio Rao2011-08-251-0/+1
* Remove unneeded includes of <sys/linker_set.h>. Other headers that useJohn Baldwin2011-01-111-1/+0
* Make APM emulation look more closer to its origin. Use device_get_softc(9)Jung-uk Kim2010-11-101-7/+6
* Refactor acpi_machdep.c for amd64 and i386, move APM emulation into a newJung-uk Kim2010-11-101-0/+490
* Now OsdEnvironment.c is identical on amd64 and i386. Move it to a new home.Jung-uk Kim2010-11-091-0/+91
* Move the MADT parser for amd64 and i386 to sys/x86/acpica now that it isJohn Baldwin2010-11-081-0/+572
* When performing a sanity check on the SRAT table to ensure that eachJohn Baldwin2010-07-291-1/+2
* Add a parser for the ACPI SRAT table for amd64 and i386. It setsJohn Baldwin2010-07-271-0/+329