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-10-06 | 0xffffffff is 32 bits, not 24 bits | Matthew Dempsky |
2015-09-28 | In low-level suspend routines, set cold=2. In tsleep(), use this to | Theo de Raadt |
2015-09-12 | Intel docs suggest that cpus in C3 may go into deeper states automatically | Philip Guenther |
2015-09-11 | Workaround broken AML by treating FFH vendor 8 the same as vendor 1 (== intel) | Philip Guenther |
2015-09-11 | Ignore the 'rotation lock' button on my Yoga12 | Philip Guenther |
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-25 | sizes for simple free() calls | Theo de Raadt |
2015-08-20 | Respect the access size when reading or writing to pci config space. | Mark Kettenis |
2015-08-12 | Check proper HPET period value during attach. | Mike Larkin |
2015-08-04 | Skip C2 and C3 states from the FADT if the cpu doesn't have ARAT. | Philip Guenther |
2015-08-04 | do not save & restore a capability register, it is RO. | Theo de Raadt |
2015-08-04 | If we are setting ACPI_PM1_BM_RLD do it only once, and remember to | Theo de Raadt |
2015-08-04 | Provide the fallback C1-via-halt even when _CST can't be evaluated. | Philip Guenther |
2015-08-04 | Fix a handful of incorrect register offsets in acpihpet. | Mike Larkin |
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-18 | If _CST provides a C2 or C3 but lacks a C1 that we understand, provide a | Philip Guenther |
2015-07-17 | fix comments | Mike Larkin |
2015-07-17 | fix compilation with ACPI_DEBUG | Joshua Stein |
2015-06-26 | Completely skip entries for disabled LAPICs so they don't overwrite | Philip Guenther |
2015-06-13 | Parse _CST objects and use the C-states they describe when they're sane. | Philip Guenther |
2015-05-06 | Use | when combining flags not +. Luckily in this case 1 + 2 == 1 | 2. | Jonathan Gray |
2015-05-04 | When writing a value to a field, don't read past the end of the source value | Jonathan Matthew |
2015-04-24 | another thinkpad event to ignore; from mp39590@gmail | Theo de Raadt |
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-09 | More sanity checking for Local APIC NMI entries. | Mark Kettenis |
2015-02-07 | New framework that allows hibernate to pass in entropy from it's fresh | Theo de Raadt |
2015-02-06 | Handle hibernate button in the same way as suspend does: send an | David Coppa |
2015-02-06 | Fix a hibernate crash on some machines due to unmapping a page that | Mike Larkin |
2015-01-27 | Ignore buttons for which _STA indicates they're not present, enabled or | Mark Kettenis |
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-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 |