Age | Commit message (Expand) | Author |
2016-01-17 | Take acpi_foundhid() outside of #ifndef SMALL_KERNEL so the ramdisk | Jonathan Gray |
2016-01-17 | remove an unused global variable | Jonathan Gray |
2016-01-14 | Attach dwiic(4) on the Intel Bay Trail i2c controllers as well. | Mark Kettenis |
2016-01-12 | Improve emulation of PM registers on Hardware-redcued ACPI by emulating | Mark Kettenis |
2016-01-12 | Add dwiic, a driver for the Synopsys DesignWare i2c controller found | Joshua Stein |
2016-01-11 | Make sdhc(4) attach to hardware IDs "80860F14" and "PNP0FFF". | Mark Kettenis |
2016-01-09 | Initial support for Hardware-Reduced ACPI. This skips the legacy mode checks | Mark Kettenis |
2016-01-06 | Follow the spec and check the SCI_EN bit to see if ACPI has already | Mark Kettenis |
2015-11-23 | Back out the CRITICAL change, turn it back from 10% to 25%. Some | Reyk Floeter |
2015-11-22 | The "CRITICAL" APM battery level, that is exported/faked by the ACPI | Reyk Floeter |
2015-09-28 | In low-level suspend routines, set cold=2. In tsleep(), use this to | Theo de Raadt |
2015-09-06 | clarify malloc arguments (base + length...) | Theo de Raadt |
2015-08-28 | fairly simple sizes for free(); ok tedu | Theo de Raadt |
2015-08-20 | Respect the access size when reading or writing to pci config space. | Mark Kettenis |
2015-08-04 | If we are setting ACPI_PM1_BM_RLD do it only once, and remember to | Theo de Raadt |
2015-07-29 | Something subtle in previous revision is locking up suspend or booting | Theo de Raadt |
2015-07-21 | iRespect the access size when reading or writing to pci config space. | Mark Kettenis |
2015-07-17 | fix comments | Mike Larkin |
2015-03-26 | Use the 0x10 extended capability to determine if the trackstick | Jonathan Gray |
2015-03-20 | The ACPI standard says that a PCI function number of FFFF can be used to refer | Mark Kettenis |
2015-03-16 | Reduce use of SMALL_KERNEL in acpi, bringing acpiec driver and more gpe | Theo de Raadt |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-02-07 | New framework that allows hibernate to pass in entropy from it's fresh | Theo de Raadt |
2015-02-06 | Fix a hibernate crash on some machines due to unmapping a page that | Mike Larkin |
2015-01-17 | resume_randomness() before spinning up other cpus... | Theo de Raadt |
2015-01-15 | Define a new wscons mouse type for Synaptics clickpad devices that lack | Jonathan Gray |
2015-01-11 | Tolerate checksum errors in ACPI tables (but complain about them). Apparently | Mark Kettenis |
2014-12-18 | suspend and resume the RNG (at what looks like the right spots) | Theo de Raadt |
2014-12-09 | Replace some malloc(n*size,...) calls with mallocarray(). | Doug Hogan |
2014-12-06 | If "machdep.lidsuspend" is not set, do not go back to sleep if the lid | Martin Pieuchot |
2014-11-23 | If a machine has no _LIDs, then none can be open. This diff fixes a problem | Mike Larkin |
2014-11-18 | Nuke yet more obvious #include duplications. | Kenneth R Westerback |
2014-11-08 | If resuming from sleep (zzz/ZZZ) and the lid is still closed, go back to | Mike Larkin |
2014-09-26 | Rework piglet and pig allocation. Currently the piglet gets allocated | Mark Kettenis |
2014-09-25 | Bring back rev 1.249. Now that mp_setperf() has been fixed, it should be | Mark Kettenis |
2014-09-23 | Release the acpi lock around calls to wsdisplay_suspend() and | Mark Kettenis |
2014-09-19 | Use config_suspend_all(9). | Mark Kettenis |
2014-09-08 | Clear the PME Status bit on PCI devices in response to Device Wake events. | Mark Kettenis |
2014-07-20 | Support hibernating to softraid crypto volumes. | Mike Larkin |
2014-07-16 | Reenable hibernate RLE support and flush+zero all memory after unpack. | Mike Larkin |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-12 | Add a function to drop all clean pages on the page daemon queues and call | Mark Kettenis |
2014-07-11 | It's init as a process that's special, not init's original thread. | Philip Guenther |
2014-07-11 | Flush the buffercache to 16MB on hibernate and restore its previous max | Mike Larkin |
2014-07-10 | remove unneeded header | Bret Lambert |
2014-07-01 | Adding an additonal delay after each access to SystemMemory or SystemIO | Mark Kettenis |
2014-06-23 | SystemMemory is used to access memory mapped registers on some machines, so we | Mark Kettenis |
2014-05-21 | Fix invalid / missing format specifiers in several dnprintf statements | Mike Larkin |
2014-04-25 | Defer the free of the hibernate structures until later, when it is safe to | Mike Larkin |
2014-04-13 | Fix a badly worded debug message that implied the entire machine was going | Mike Larkin |