summaryrefslogtreecommitdiffstats
path: root/sys/x86/acpica
Commit message (Expand)AuthorAgeFilesLines
* MFC r319825:kib2017-06-141-1/+2
* MFC r318318:kib2017-05-291-1/+3
* MFC r315402:royger2017-03-311-0/+12
* MFC: r306686, r308953, r311462, r311529, r312438, r314611jkim2017-03-303-0/+3
* MFC r313154:kib2017-02-241-5/+2
* MFC r302793:markj2017-02-031-39/+48
* MFC r309854:kib2016-12-181-3/+3
* MFC r305978:kib2016-10-031-12/+26
* Use M_NOWAIT when allocating memory for the ACPI wakeup handler.markj2016-06-231-1/+1
* Work around (ignore) broken SRAT tablesvangyzen2016-05-031-2/+6
* Revert bus_get_cpus() for now.jhb2016-05-031-1/+1
* Add a new bus method to fetch device-specific CPU sets.jhb2016-05-021-1/+1
* SRAT: Don't overflow domain_pxm tablecem2016-04-201-5/+6
* Deprecate using hints.acpi.0.rsdp to communicate the RSDP to theimp2016-04-141-0/+11
* Add more fine-grained kernel options for NUMA support.jhb2016-04-091-20/+35
* As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toskra2016-02-221-1/+0
* In the SandyBridge x2APIC workaround detection code, only fetch thekib2015-12-031-27/+20
* Add ASUS Sandybridge laptops to the similar x2apic disable logicadrian2015-09-161-1/+13
* Automatically disable x2APIC mode on SandyBridge Lenovo machines. Ikib2015-08-211-6/+33
* Merge ACPICA 20150619.jkim2015-06-181-2/+2
* Handle X2APIC entries in the MADT for APICs with an ID < 255. At least onejhb2015-06-091-32/+65
* Update the comments to match what the code ended up becoming.adrian2015-05-151-1/+1
* Add initial memory locality cost awareness to the VM, and includeadrian2015-05-081-6/+120
* Reassign copyright statements on several files from Advancedjhb2015-04-231-1/+1
* Add config option PAE_TABLES for the i386 kernel. It switches pmap tokib2015-04-131-1/+1
* Fix build on i386.jkim2015-04-121-1/+1
* For now, disable x2APIC mode when Xen is detected, even if CPUkib2015-02-251-0/+2
* Fix build on i386 without "device apic"tijl2015-02-201-0/+9
* Fix UP build.kib2015-02-181-1/+2
* Initialize x2APIC mode on the resume path before accessing LAPIC.kib2015-02-161-0/+1
* Detect whether x2APIC on VMWare is usable without interruptkib2015-02-141-0/+13
* Add x2APIC support. Enable it by default if CPU is capable. Thekib2015-02-091-0/+20
* Create a cpuset mask for each NUMA domain that is available in thejhb2015-01-081-1/+2
* MFamd64: Add support for extended FPU states on i386. This includesjhb2014-11-021-4/+2
* Missing from previous commit - keep the VM domain -> PXM mappingadrian2014-10-091-8/+28
* Create a separate structure for per-CPU state saved across suspend andjhb2014-09-061-18/+21
* Save and restore FPU state across suspend and resume. In earlier revisionsjhb2014-08-301-0/+10
* x86/madt: make the interrupt override parser a public functionroyger2014-08-041-30/+43
* xen: change quality of the MADT ACPI enumeratorroyger2014-08-041-1/+1
* Add missing newline to output dmesg properly.akiyama2014-07-281-2/+2
* Change default logic to CONFORM because this routine is sharedtakawata2014-03-281-10/+8
* Strict value checking will cause problem.takawata2014-03-271-4/+8
* To check polarity, check ACPI_MADT_POLARITY_CONFORMS, instead of ACPI_MADT_TR...takawata2014-03-271-1/+1
* Move fpusave() wrapper for suspend hander to sys/amd64/amd64/fpu.c.jkim2014-03-041-1/+1
* Drop the 3rd clause from all 3 clause BSD licenses where I am the solejhb2014-02-051-3/+0
* Move <machine/apicvar.h> to <x86/apicvar.h>.jhb2014-01-232-2/+2
* Fix i386 build.jhb2013-12-241-0/+1
* Add a resume hook for bhyve that runs a function on all CPUs duringjhb2013-12-231-0/+5
* Move constants for indices in the local APIC's local vector table fromjhb2013-12-091-2/+2
* Formalize the concept of virtual CPU ids by adding a per-cpu vcpu_idgibbs2013-10-051-1/+1
OpenPOWER on IntegriCloud