Age | Commit message (Expand) | Author |
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 |
2014-03-31 | Change the order of operations during a suspend/resume cycle and | Martin Pieuchot |
2014-03-13 | get rid of the assumption that the head of the alldevs list is the | David Gwynne |
2014-02-21 | Do the lid control further on in the resume sequence, since this is | Theo de Raadt |
2014-01-20 | Instead of checking sc->sc_revision <= 1 check that the | Claudio Jeker |
2013-12-24 | If the FADT has its SMI_CMD set to zero, assume we're only ACPI-only hardware | Mark Kettenis |
2013-12-23 | Revert previous commit. It makes resume hang on some MP systems running | Mark Kettenis |
2013-12-16 | Restore hw.setperf upon resume like we do for apm(4) on i386. Seems we need | Mark Kettenis |
2013-12-06 | Add a DVACT_WAKEUP op to the *_activate() API. This is called after the | Theo de Raadt |