Age | Commit message (Expand) | Author |
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 |
2019-04-02 | Don't detach non-removable devices during resume on "sdhc* at acpi?". | Stefan Sperling |
2019-03-08 | the previous hkey version check was not accurate enough, so try the | Joshua Stein |
2019-03-06 | explicitly unmask keyboard brightness and screen brightness events | Joshua Stein |
2019-03-06 | thinkpad_[gs]et_backlight -> thinkpad_[gs]et_kbd_backlight | Joshua Stein |
2019-01-20 | make this look more like other pwr_action code (small_kernel) | Ted Unangst |
2019-01-20 | fix SMALL_KERNEL build after changes in rev 1.361 | Jonathan Gray |
2019-01-19 | Add a pwraction sysctl that controls what the power button does on acpi. | Ted Unangst |
2019-01-10 | Properly implement (as far as we can) Event()/Signal()/Wait() AML operations. | Mark Kettenis |
2018-10-26 | Add acpipci(4) on amd64. For now this only calls the PCI-specific _OSC | Mark Kettenis |
2018-09-19 | Delete checks of the CST bit_width ('vendor') field, as new Ryzen machines | Philip Guenther |
2018-08-30 | Move softbutton check before the check that skips attaching certain acpi | Mark Kettenis |
2018-08-25 | Match ACPI devices based on _CID if no match for _HID is found. | Mark Kettenis |
2018-08-19 | Add support for multiple PCI segments. Only really implemented for arm64 | Mark Kettenis |
2018-08-11 | Match "ARMH0011". | Mark Kettenis |
2018-08-03 | Let ahci(4) match on _CLS instead of _HID when attaching at acpi(4). Avoids | Mark Kettenis |