summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpi/acpi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* In low-level suspend routines, set cold=2. In tsleep(), use this toderaadt2015-09-281-2/+2
* clarify malloc arguments (base + length...)deraadt2015-09-061-2/+2
* fairly simple sizes for free(); ok teduderaadt2015-08-281-6/+6
* Respect the access size when reading or writing to pci config space.kettenis2015-08-201-12/+83
* If we are setting ACPI_PM1_BM_RLD do it only once, and remember toderaadt2015-08-041-2/+5
* Something subtle in previous revision is locking up suspend or bootingderaadt2015-07-291-83/+11
* iRespect the access size when reading or writing to pci config space.kettenis2015-07-211-11/+83
* fix commentsmlarkin2015-07-171-3/+3
* Use the 0x10 extended capability to determine if the trackstickjsg2015-03-261-3/+1
* The ACPI standard says that a PCI function number of FFFF can be used to referkettenis2015-03-201-1/+16
* Reduce use of SMALL_KERNEL in acpi, bringing acpiec driver and more gpederaadt2015-03-161-147/+158
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* New framework that allows hibernate to pass in entropy from it's freshderaadt2015-02-071-2/+5
* Fix a hibernate crash on some machines due to unmapping a page thatmlarkin2015-02-061-2/+5
* resume_randomness() before spinning up other cpus...deraadt2015-01-171-2/+3
* Define a new wscons mouse type for Synaptics clickpad devices that lackjsg2015-01-151-2/+82
* Tolerate checksum errors in ACPI tables (but complain about them). Apparentlykettenis2015-01-111-5/+5
* suspend and resume the RNG (at what looks like the right spots)deraadt2014-12-181-1/+5
* Replace some malloc(n*size,...) calls with mallocarray().doug2014-12-091-2/+2
* If "machdep.lidsuspend" is not set, do not go back to sleep if the lidmpi2014-12-061-2/+3
* If a machine has no _LIDs, then none can be open. This diff fixes a problemmlarkin2014-11-231-5/+3
* Nuke yet more obvious #include duplications.krw2014-11-181-2/+1
* If resuming from sleep (zzz/ZZZ) and the lid is still closed, go back tomlarkin2014-11-081-1/+7
* Rework piglet and pig allocation. Currently the piglet gets allocatedkettenis2014-09-261-11/+14
* Bring back rev 1.249. Now that mp_setperf() has been fixed, it should bekettenis2014-09-251-1/+7
* Release the acpi lock around calls to wsdisplay_suspend() andkettenis2014-09-231-1/+9
* Use config_suspend_all(9).kettenis2014-09-191-6/+5
* Clear the PME Status bit on PCI devices in response to Device Wake events.kettenis2014-09-081-1/+27
* Support hibernating to softraid crypto volumes.mlarkin2014-07-201-2/+2
* Reenable hibernate RLE support and flush+zero all memory after unpack.mlarkin2014-07-161-2/+8
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-8/+8
* Add a function to drop all clean pages on the page daemon queues and callkettenis2014-07-121-2/+4
* It's init as a process that's special, not init's original thread.guenther2014-07-111-2/+2
* Flush the buffercache to 16MB on hibernate and restore its previous maxmlarkin2014-07-111-1/+7
* remove unneeded headerblambert2014-07-101-2/+1
* Adding an additonal delay after each access to SystemMemory or SystemIOkettenis2014-07-011-9/+1
* SystemMemory is used to access memory mapped registers on some machines, so wekettenis2014-06-231-27/+22
* Fix invalid / missing format specifiers in several dnprintf statementsmlarkin2014-05-211-4/+4
* Defer the free of the hibernate structures until later, when it is safe tomlarkin2014-04-251-1/+9
* Fix a badly worded debug message that implied the entire machine was goingmlarkin2014-04-131-2/+2
* Change the order of operations during a suspend/resume cycle andmpi2014-03-311-3/+4
* get rid of the assumption that the head of the alldevs list is thedlg2014-03-131-5/+6
* Do the lid control further on in the resume sequence, since this isderaadt2014-02-211-2/+2
* Instead of checking sc->sc_revision <= 1 check that theclaudio2014-01-201-2/+2
* If the FADT has its SMI_CMD set to zero, assume we're only ACPI-only hardwarekettenis2013-12-241-8/+22
* Revert previous commit. It makes resume hang on some MP systems runningkettenis2013-12-231-7/+1
* Restore hw.setperf upon resume like we do for apm(4) on i386. Seems we needkettenis2013-12-161-1/+7
* Add a DVACT_WAKEUP op to the *_activate() API. This is called after thederaadt2013-12-061-1/+4
* Add support for Power Resources for Dx states and the necessary hookmpi2013-11-061-8/+84
* Stop printing ACPI wakeup devices in dmesg after the 16th wakeup device.mlarkin2013-06-011-3/+9