summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpi.c
Commit message (Expand)AuthorAgeFilesLines
* Add an EARLY_AP_STARTUP option to start APs earlier during boot.jhb2016-05-141-0/+13
* Add a new bus method to fetch device-specific CPU sets.jhb2016-05-091-30/+58
* sys/dev: minor spelling fixes.pfg2016-05-031-1/+1
* Revert bus_get_cpus() for now.jhb2016-05-031-58/+30
* Add a new bus method to fetch device-specific CPU sets.jhb2016-05-021-30/+58
* Optionally return the output capabilities list from _OSC.jhb2016-04-221-5/+23
* Prefer sizeof(*pointer) over sizeof(type). No funtional change.jkim2016-04-201-1/+1
* Remove query flag from acpi_EvaluateOSC(). This function does not supportjkim2016-04-201-2/+1
* Add a wrapper for evaluating _OSC methods.jhb2016-04-201-0/+23
* Add more fine-grained kernel options for NUMA support.jhb2016-04-091-1/+3
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.jhibbits2016-03-181-6/+6
* Remove default initializations for rman, a'la r296331jhibbits2016-03-041-2/+0
* Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it.jhibbits2016-02-201-1/+1
* document some ACPI related sysctls.adrian2016-02-191-4/+8
* Convert rman to use rman_res_t instead of u_longjhibbits2016-01-271-10/+10
* Disable suspend when we're shutting down. This solves the "tell FreeBSDcperciva2015-10-011-2/+5
* Catch up with ACPICA 20150717.jkim2015-07-221-1/+1
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-221-1/+1
* AcpiGbl_FACS will not be defined when building using the reduced hardwareandrew2015-05-061-0/+2
* There may not be an FACS table, check for this before accessing it.andrew2015-04-281-1/+1
* Refactor out the _PXM -> VM domain lookup done in ACPI, in preparation foradrian2015-04-191-9/+32
* Move the message complaining about failed system resource allocationsjhb2015-04-061-1/+1
* Fix a typo.jhb2015-03-061-1/+1
* Add a new device control utility for new-bus devices called devctl. Thisjhb2015-02-061-1/+29
* hook userland threads suspend + resume into acpi suspend codeavg2015-01-271-0/+4
* Use the correct device. Note this commit complements r274386.jkim2014-11-111-3/+2
* Use the correct device (child) when asking the bus layer about which poweradrian2014-11-111-1/+1
* The SYSCTL data pointers can come from userspace and must not behselasky2014-10-281-7/+8
* Follow up to r225617. In order to maximize the re-usability of kernel codedavide2014-10-161-8/+8
* Add a bus method to fetch the VM domain for the given device/bus.adrian2014-10-091-0/+31
* Merge ACPICA 20140926.jkim2014-10-021-11/+7
* Convert from timeout(9) to callout(9).jhb2014-09-221-7/+10
* Populate the device info string with _PXM (proximity domain) information.adrian2014-09-201-5/+12
* Revert unrelated changes accidentally committed in r271192.jhb2014-09-171-5/+0
* Create a separate structure for per-CPU state saved across suspend andjhb2014-09-061-0/+5
* Expand r261243 even further and ignore any I/O port resources assigned tojhb2014-06-251-5/+14
* Remove instances of variables that were set, but never used. gcc 4.9imp2014-03-301-2/+0
* Some BIOSes incorrectly use standard memory resource ranges to listjhb2014-01-281-0/+16
* More BUS_PROBE_NOWILDCARD sweeping. Some devices here (if_ath_ahb and siba)nwhitehorn2013-10-291-1/+1
* - Some BIOSes use an Extended IRQ resource descriptor in _PRS for a linkjhb2013-04-221-2/+2
* revert accidentally committed unneeded changes from r246250avg2013-02-021-2/+2
* acpi: clear power button status bit after waking up...avg2013-02-021-0/+25
* acpi: after wakeup from a state > S1 re-enable SCI_EN with a direct writeavg2013-02-021-2/+15
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...sbz2013-01-301-1/+1
* Merge ACPICA 20130117.jkim2013-01-171-1/+3
* Merge ACPICA 20121018.jkim2012-10-231-1/+1
* This isn't functionally identical. In some cases a hint to disableeadler2012-10-221-0/+4
* Now that device disabling is generic, remove extraneous code from theeadler2012-10-221-4/+0
* Merge ACPICA 20120816.jkim2012-08-161-12/+4
* Execute AcpiLeaveSleepStatePrep() for S1 and reduce code duplication.jkim2012-06-011-2/+2
OpenPOWER on IntegriCloud