Age | Commit message (Expand) | Author |
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 |
2018-07-10 | Make legacy interrupts work in acpipci(4). | Mark Kettenis |
2018-07-05 | Add acpipci(4), a driver that supports generic ECAM-compatible PCI host | Mark Kettenis |
2018-07-04 | Properly pass around the PCI "chipset tag" in acpi(4) and refactor | Mark Kettenis |
2018-07-02 | Allow pluart(4) to attach to acpi(4). | Mark Kettenis |
2018-07-02 | Allow xhci(4) to attach to acpi(4). | Mark Kettenis |
2018-07-01 | acpi: clean up some inconsistent style in the hid matching arrays | Mike Larkin |
2018-07-01 | Allow ahci(4) to attach to acpi(4). | Mark Kettenis |
2018-07-01 | Move acpi(4) attach glue into acpi_machdep.c. | Mark Kettenis |
2018-07-01 | Remove semicolon before printing the AML name. | Mark Kettenis |
2018-07-01 | Allow com(4) to attach to acpi(4). For now we will only use this on arm64 | Mark Kettenis |
2018-07-01 | Add support for _DSD Device Properties. | Mark Kettenis |
2018-07-01 | Add definitions for SPCR tables. | Mark Kettenis |
2018-06-30 | Typo in comment in previous file which I said I'd address in the original | Mike Larkin |
2018-06-30 | acpisurface(4): driver for Surface Pro 4 and Surface Book hardware | Mike Larkin |