Age | Commit message (Expand) | Author |
2014-12-19 | lonely bcopy called me by name | Theo de Raadt |
2014-12-18 | suspend and resume the RNG (at what looks like the right spots) | Theo de Raadt |
2014-12-13 | ThinkPad Edge E130, event 0x6060 is supposed to indicate toggle | Theo de Raadt |
2014-12-09 | Replace some malloc(n*size,...) calls with mallocarray(). | Doug Hogan |
2014-12-08 | Split the ACPI resume trampoline into code and data, move the data page to | Mike Larkin |
2014-12-06 | If "machdep.lidsuspend" is not set, do not go back to sleep if the lid | Martin Pieuchot |
2014-11-24 | Count how many lids are open, rather than accumulating the values ACPI | Theo de Raadt |
2014-11-23 | If a machine has no _LIDs, then none can be open. This diff fixes a problem | Mike Larkin |
2014-11-22 | Split the MP trampoline into two pages, one for code and one for data/stack | 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-10-16 | LID control method devices aren't required to offer _PSW, so don't skip | Mike Larkin |
2014-10-16 | missing \n in printf; Daniel Wade | Theo de Raadt |
2014-10-08 | On ThinkPads, protect code handling the hibernate button with | David Coppa |
2014-10-07 | zap duplicated line; Theo Buehler | Stuart Henderson |
2014-10-05 | two more events found on thinkpad yoga | Theo de Raadt |
2014-09-30 | prevent dmesg spam from some new windows-only keys found on very new | Peter Hessler |
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-14 | remove uneeded proc.h includes | Jonathan Gray |
2014-09-08 | Clear the PME Status bit on PCI devices in response to Device Wake events. | Mark Kettenis |
2014-08-21 | Set the sensor's status when docking and undocking, not just its value. | kspillner |
2014-07-20 | Support hibernating to softraid crypto volumes. | Mike Larkin |
2014-07-20 | Skip reading bits from a region marked as "Preserve" if all bits will be | Mark Kettenis |
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-12 | Preread the thermal zone trip points before reading the temperature value. | Mike Larkin |
2014-07-11 | Fix invocation of _OSC. We were passing the capabilities in the wrong DWORD | 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-08 | Recognize (and ignore) ``black button'' presses. ok beck@ | Miod Vallat |
2014-07-06 | If we find a bogus interrupt (undefined polarity or trigger) don't panic but | Mark Kettenis |
2014-07-01 | Adding an additonal delay after each access to SystemMemory or SystemIO | Mark Kettenis |
2014-06-25 | So it turns out that there is AML out there that asks for an access | Mark Kettenis |
2014-06-25 | If the Embedded Contoller device has a _STA method, evaluate it and bail out | Mark Kettenis |
2014-06-23 | SystemMemory is used to access memory mapped registers on some machines, so we | Mark Kettenis |
2014-05-23 | Expose bif_capacity as the 'design capacity' through an acpibat sensor, | Landry Breuil |
2014-05-21 | Fix invalid / missing format specifiers in several dnprintf statements | Mike Larkin |
2014-05-18 | _PIC is an optional method, so we shouldn't be aborting the rest of the | Mike Larkin |
2014-05-02 | Make acpiprt(4) handle interrupts with non-standard polarity and trigger mode | Mark Kettenis |
2014-05-02 | Make acpi_mutex_acquire/release actually grab the global lock if it should. | Mark Kettenis |
2014-04-26 | Get rid of duplication of the global lock code. Allow recursion in all | Mark Kettenis |
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-04-13 | perform the same ACPITZ_INIT operation as attach does, at DVACT_WAKEUP | Theo de Raadt |
2014-03-31 | Change the order of operations during a suspend/resume cycle and | Martin Pieuchot |