| Commit message (Expand) | Author | Age | Files | Lines |
* | In low-level suspend routines, set cold=2. In tsleep(), use this to |  deraadt | 2015-09-28 | 1 | -2/+2 |
* | clarify malloc arguments (base + length...) |  deraadt | 2015-09-06 | 1 | -2/+2 |
* | fairly simple sizes for free(); ok tedu |  deraadt | 2015-08-28 | 1 | -6/+6 |
* | Respect the access size when reading or writing to pci config space. |  kettenis | 2015-08-20 | 1 | -12/+83 |
* | If we are setting ACPI_PM1_BM_RLD do it only once, and remember to |  deraadt | 2015-08-04 | 1 | -2/+5 |
* | Something subtle in previous revision is locking up suspend or booting |  deraadt | 2015-07-29 | 1 | -83/+11 |
* | iRespect the access size when reading or writing to pci config space. |  kettenis | 2015-07-21 | 1 | -11/+83 |
* | fix comments |  mlarkin | 2015-07-17 | 1 | -3/+3 |
* | Use the 0x10 extended capability to determine if the trackstick |  jsg | 2015-03-26 | 1 | -3/+1 |
* | The ACPI standard says that a PCI function number of FFFF can be used to refer |  kettenis | 2015-03-20 | 1 | -1/+16 |
* | Reduce use of SMALL_KERNEL in acpi, bringing acpiec driver and more gpe |  deraadt | 2015-03-16 | 1 | -147/+158 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -2/+1 |
* | New framework that allows hibernate to pass in entropy from it's fresh |  deraadt | 2015-02-07 | 1 | -2/+5 |
* | Fix a hibernate crash on some machines due to unmapping a page that |  mlarkin | 2015-02-06 | 1 | -2/+5 |
* | resume_randomness() before spinning up other cpus... |  deraadt | 2015-01-17 | 1 | -2/+3 |
* | Define a new wscons mouse type for Synaptics clickpad devices that lack |  jsg | 2015-01-15 | 1 | -2/+82 |
* | Tolerate checksum errors in ACPI tables (but complain about them). Apparently |  kettenis | 2015-01-11 | 1 | -5/+5 |
* | suspend and resume the RNG (at what looks like the right spots) |  deraadt | 2014-12-18 | 1 | -1/+5 |
* | Replace some malloc(n*size,...) calls with mallocarray(). |  doug | 2014-12-09 | 1 | -2/+2 |
* | If "machdep.lidsuspend" is not set, do not go back to sleep if the lid |  mpi | 2014-12-06 | 1 | -2/+3 |
* | If a machine has no _LIDs, then none can be open. This diff fixes a problem |  mlarkin | 2014-11-23 | 1 | -5/+3 |
* | Nuke yet more obvious #include duplications. |  krw | 2014-11-18 | 1 | -2/+1 |
* | If resuming from sleep (zzz/ZZZ) and the lid is still closed, go back to |  mlarkin | 2014-11-08 | 1 | -1/+7 |
* | Rework piglet and pig allocation. Currently the piglet gets allocated |  kettenis | 2014-09-26 | 1 | -11/+14 |
* | Bring back rev 1.249. Now that mp_setperf() has been fixed, it should be |  kettenis | 2014-09-25 | 1 | -1/+7 |
* | Release the acpi lock around calls to wsdisplay_suspend() and |  kettenis | 2014-09-23 | 1 | -1/+9 |
* | Use config_suspend_all(9). |  kettenis | 2014-09-19 | 1 | -6/+5 |
* | Clear the PME Status bit on PCI devices in response to Device Wake events. |  kettenis | 2014-09-08 | 1 | -1/+27 |
* | Support hibernating to softraid crypto volumes. |  mlarkin | 2014-07-20 | 1 | -2/+2 |
* | Reenable hibernate RLE support and flush+zero all memory after unpack. |  mlarkin | 2014-07-16 | 1 | -2/+8 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -8/+8 |
* | Add a function to drop all clean pages on the page daemon queues and call |  kettenis | 2014-07-12 | 1 | -2/+4 |
* | It's init as a process that's special, not init's original thread. |  guenther | 2014-07-11 | 1 | -2/+2 |
* | Flush the buffercache to 16MB on hibernate and restore its previous max |  mlarkin | 2014-07-11 | 1 | -1/+7 |
* | remove unneeded header |  blambert | 2014-07-10 | 1 | -2/+1 |
* | Adding an additonal delay after each access to SystemMemory or SystemIO |  kettenis | 2014-07-01 | 1 | -9/+1 |
* | SystemMemory is used to access memory mapped registers on some machines, so we |  kettenis | 2014-06-23 | 1 | -27/+22 |
* | Fix invalid / missing format specifiers in several dnprintf statements |  mlarkin | 2014-05-21 | 1 | -4/+4 |
* | Defer the free of the hibernate structures until later, when it is safe to |  mlarkin | 2014-04-25 | 1 | -1/+9 |
* | Fix a badly worded debug message that implied the entire machine was going |  mlarkin | 2014-04-13 | 1 | -2/+2 |
* | Change the order of operations during a suspend/resume cycle and |  mpi | 2014-03-31 | 1 | -3/+4 |
* | get rid of the assumption that the head of the alldevs list is the |  dlg | 2014-03-13 | 1 | -5/+6 |
* | Do the lid control further on in the resume sequence, since this is |  deraadt | 2014-02-21 | 1 | -2/+2 |
* | Instead of checking sc->sc_revision <= 1 check that the |  claudio | 2014-01-20 | 1 | -2/+2 |
* | If the FADT has its SMI_CMD set to zero, assume we're only ACPI-only hardware |  kettenis | 2013-12-24 | 1 | -8/+22 |
* | Revert previous commit. It makes resume hang on some MP systems running |  kettenis | 2013-12-23 | 1 | -7/+1 |
* | Restore hw.setperf upon resume like we do for apm(4) on i386. Seems we need |  kettenis | 2013-12-16 | 1 | -1/+7 |
* | Add a DVACT_WAKEUP op to the *_activate() API. This is called after the |  deraadt | 2013-12-06 | 1 | -1/+4 |
* | Add support for Power Resources for Dx states and the necessary hook |  mpi | 2013-11-06 | 1 | -8/+84 |
* | Stop printing ACPI wakeup devices in dmesg after the 16th wakeup device. |  mlarkin | 2013-06-01 | 1 | -3/+9 |