summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpivar.h
Commit message (Expand)AuthorAgeFilesLines
* Add a new bus method to fetch device-specific CPU sets.jhb2016-05-091-1/+2
* Revert bus_get_cpus() for now.jhb2016-05-031-2/+1
* Add a new bus method to fetch device-specific CPU sets.jhb2016-05-021-1/+2
* Adjust prototypes for NUMA-related functions to match the style of thejhb2016-04-271-3/+3
* Optionally return the output capabilities list from _OSC.jhb2016-04-221-1/+2
* Remove query flag from acpi_EvaluateOSC(). This function does not supportjkim2016-04-201-1/+1
* Add a wrapper for evaluating _OSC methods.jhb2016-04-201-0/+2
* Add more fine-grained kernel options for NUMA support.jhb2016-04-091-2/+0
* Some BIOSes ACPI bytecode needs to take (sleepable) acpi mutex forkib2016-02-201-0/+2
* Convert rman to use rman_res_t instead of u_longjhibbits2016-01-271-1/+2
* If x86 CPU implementation of the MWAIT instruction reasonablykib2015-05-091-0/+2
* Refactor out the _PXM -> VM domain lookup done in ACPI, in preparation foradrian2015-04-191-1/+1
* Define capabilities bits from the revision 007 of the document 302223kib2015-04-121-1/+4
* Add a bus method to fetch the VM domain for the given device/bus.adrian2014-10-091-0/+11
* Increase ACPI_MAX_TASKS to be 4 x the number of CPU's as 2 x was stillsmh2014-04-241-1/+1
* Update MAX_TASKS to scale a bit based on MAXCPUsbruno2012-11-121-1/+1
* Merge ACPICA 20120816.jkim2012-08-161-5/+0
* Add x86/acpica/acpi_wakeup.c for amd64 and i386. Difference ofiwasaki2012-06-091-2/+0
* Consistently use ACPI_SUCCESS() and ACPI_FAILURE() macros wherever possible.jkim2012-06-011-1/+1
* Call AcpiLeaveSleepStatePrep() in interrupt disabled contextiwasaki2012-06-011-0/+2
* Centralize declaration of the debug.acpi sysctl node.jhb2012-05-171-0/+2
* Merge ACPICA 20120320.jkim2012-03-201-0/+5
* Reset clock after atrtc(4) is properly resumed.jkim2012-02-081-1/+0
* - Give all clocks and timers on acpi0 the equal probing order.jkim2012-02-071-1/+1
* If an allocation for a specific resource range fails because it is not injhb2011-10-121-0/+2
* Use AcpiWalkResources() to parse the resource list from _CRS rather thanjhb2011-06-211-11/+11
* Move a trivial acpi_TimerDelta() to acpivar.h to make it inlineable.jkim2011-04-041-1/+10
* Add more definitions for vendor-specific CPU capability bits to the lastjkim2011-02-251-11/+13
* Allow AcpiOsInstallInterruptHandler() and AcpiOsRemoveInterruptHandler() tojkim2011-01-101-4/+0
* Use resource_list_reserve() to reserve I/O port and memory resources forjhb2010-12-221-0/+1
* Make APM emulation look more closer to its origin. Use device_get_softc(9)jkim2010-11-101-1/+1
* Refactor acpi_machdep.c for amd64 and i386, move APM emulation into a newjkim2010-11-101-0/+3
* Add a new method to the PCI bridge interface, PCIB_POWER_FOR_SLEEP(). Thisjhb2010-08-171-0/+2
* Make table-based HPET identification more clever. Before creating fakemav2010-05-231-0/+1
* Merge ACPICA 20100331 (and four additional upstream patches).jkim2010-04-021-1/+0
* Merge ACPICA 20100121.jkim2010-01-211-1/+1
* acpi: remove 'magic' ivaravg2009-11-071-3/+1
* Extract the code to find and map the MADT ACPI table during early kerneljhb2009-09-231-0/+5
* Catch up with ACPICA 20090903.jkim2009-09-111-1/+1
* Catch up with r193750 (OsdSynch.c locking changes):jkim2009-06-101-0/+5
* Add a function to reset system time after resuming, which will be usedjkim2009-03-231-0/+1
* Rework how the nexus(4) device works on x86 to better handle the idea ofjhb2008-03-131-0/+1
* Fix the HPET table probe routine to run from device_identify() insteadnjl2007-10-091-2/+8
* Update the suspend/resume user API while maintaining backwards compat.njl2007-06-211-0/+25
* Convert magic to a uintptr_t. This should get rid of some warnings onnjl2007-06-151-2/+2
* Add ACPI HPET table support.takawata2007-05-151-0/+2
* Catch up with ACPI-CA 20070320 import.jkim2007-03-221-0/+2
* Re-work Cx handling to be per-cpu and asymmetrical, fixing support onnjl2007-01-071-2/+3
* Add a new sysctl, hw.acpi.handle_reboot. If set, acpi will attempt tonjl2006-07-291-1/+2
* Check in file missed in last commit. It made it into the MFC properlynjl2006-06-121-1/+1
OpenPOWER on IntegriCloud