Age | Commit message (Expand) | Author |
2020-01-27 | Send APM_POWER_CHANGE events to userland after refreshing battery info | Jeremie Courreges-Anglas |
2020-01-26 | In amdgpio_pin_intr() disable pins a pending interrupt is seen for which | Jonathan Gray |
2020-01-14 | Fix screen brightness adjustment through function keys | kn |
2020-01-09 | Convert sleeps of 1sec or more to tsleep_nsec(9). | Martin Pieuchot |
2020-01-06 | Allow ipmi(4) to attach using mmio. Use the IPMI revision provided by the | Mark Kettenis |
2019-12-31 | Use C99 designated initializers with struct filterops. In addition, | Visa Hankala |
2019-12-31 | Convert infinite sleeps to {m,t}sleep_nsec(9). | Martin Pieuchot |
2019-12-31 | include sys/sensors.h for sensor use | Jonathan Gray |
2019-12-23 | Add amdgpio(4), a driver for the GPIO controller found on newer AMD | Mark Kettenis |
2019-12-14 | Revert previous. When we get an ACPI notification we already have the | Patrick Wildt |
2019-12-13 | Make acpivout(4) call ws_[gs]et_param instead of directly | Patrick Wildt |
2019-10-21 | On newer ThinkPads reporting HKEY version > 1, don't claim wscons | Joshua Stein |
2019-10-21 | When incrementing or decrementing screen brightness, don't just | Joshua Stein |
2019-10-16 | Add a few newer _OSI strings to the parser. | Mike Larkin |
2019-10-16 | Remove trailing whitespace from a line | Mike Larkin |
2019-10-13 | Move ws_get_param/ws_set_param into wsdisplay code. | Mark Kettenis |
2019-10-12 | Print version number. | Mark Kettenis |
2019-10-10 | Make reading past the end of an AML array not a panic. | Mike Larkin |
2019-10-10 | Remove trailing whitespace | Mike Larkin |
2019-09-07 | Revert acpipci(4) changes. Too many systems are broken. We'll try again | Mark Kettenis |
2019-08-28 | Use ACPI information to attach PCI busses like we do on arm64. There are a | Mark Kettenis |
2019-08-27 | On amd64 the bootup and resume paths for SP/BP/SP were not performing | Theo de Raadt |
2019-08-13 | Reorganize the ipmi(4) code a bit in anticipation of adding SSIF support: | Mark Kettenis |
2019-08-04 | Add support for X-Gene/eMAG variant. | Mark Kettenis |
2019-08-04 | Implement smbios support on arm64. | Mark Kettenis |
2019-07-31 | dwiic_acpi: handle GPIO interrupts when we have no appropriate driver | Joshua Stein |
2019-07-31 | aml_find_node: perform callback on matched direct-child nodes before | Joshua Stein |
2019-07-31 | The ACPI 3 spec says the ToHexString and ToDec(imal)String | Joshua Stein |
2019-07-22 | Even when polling is requested, install ihidev's interrupt handler | Joshua Stein |
2019-07-16 | don't bother reading default timing parameters if they're just going | Joshua Stein |
2019-07-02 | acpi_set_gpehandler: turn edge arg into flags, add support for | Joshua Stein |
2019-06-24 | Add glkgpio(4), a driver for the GPIO controllers found on Intel's Gemini | Mark Kettenis |
2019-06-17 | Add aplgpio(4) a driver for the gpio controllers found on Intel's Apollo | Patrick Wildt |
2019-06-10 | Print proper ACPI version number. | Mark Kettenis |
2019-06-08 | When establishing the mapping between ACPI device nodes and PCI devices, | Mark Kettenis |
2019-06-07 | Introduce acpi_getsta() and use it to eliminate some duplicated code. | Mark Kettenis |
2019-05-15 | unrevert, i missed deraadt's commit with the proper fix | Ted Unangst |
2019-05-15 | revert previous, since it makes jmc's machine print an extra newline. | Ted Unangst |
2019-05-15 | if \n is added in attach, then tpm_init() should skip it. | Theo de Raadt |
2019-05-13 | print a newline for attach. from f holop | Ted Unangst |
2019-05-12 | Make sure the extended PM register descriptions actually exist before | Mark Kettenis |
2019-05-12 | Add support for mapping ACPI PM registers using the "extended" gasio | Mark Kettenis |
2019-05-11 | Fix incorrect error message. | Lawrence Teo |
2019-05-09 | Measure poll interval with monotonic clock. ok jcs@ | cheloha |
2019-05-08 | free size. the allocation is the header plus the length. | Ted Unangst |
2019-04-23 | Add support for ccp(4) at acpi(4). | Mark Kettenis |
2019-04-13 | MSFT0101 must require some special handling, since this breaks | Theo de Raadt |
2019-04-04 | Make tpm(4) attach to MSFT0101 chips. | Edd Barrett |
2019-04-04 | Avoid potential null-pointer dereference. Found by Kent R. Spillner. | Mark Kettenis |
2019-04-04 | The ASUS E200HA reads the register at "address" 0x00 instead of 0x18. | Mark Kettenis |