Age | Commit message (Expand) | Author |
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-07-02 | acpi_set_gpehandler: turn edge arg into flags, add support for | Joshua Stein |
2019-06-10 | Print proper ACPI version number. | Mark Kettenis |
2019-06-07 | Introduce acpi_getsta() and use it to eliminate some duplicated code. | 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-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-04 | Properly pass around the PCI "chipset tag" in acpi(4) and refactor | Mark Kettenis |
2018-07-01 | Add support for _DSD Device Properties. | Mark Kettenis |
2018-06-29 | Use <stdint.h> types. | Mark Kettenis |
2018-06-26 | Let acpi(4) pass down the bus dma tag. | Mark Kettenis |
2018-06-25 | Reorganize acpi(4) code a bit in preparation for upcoming arm64 support. | Mark Kettenis |
2018-05-17 | Implement GenericSerialBus OpRegion support. | Mark Kettenis |
2017-11-29 | Add support for GPIO-signaled events. | Mark Kettenis |
2017-08-17 | Make dwiic(4) attach its ACPI parent dependencies. | Stefan Sperling |
2017-04-08 | Two prototypes for acpi_maptable; merge to one place | Theo de Raadt |
2017-03-12 | try to attach acpisbs first and if successful, don't attach acpibat | Joshua Stein |
2017-02-28 | Untangle abstract sleep modes from ACPI sleep states. This paves the way | Martin Natano |
2017-02-22 | add acpisbs, an acpi smart battery subsystem driver reading data | Joshua Stein |
2016-07-28 | Store the acpi processor ID/UID in struct cpu_info, and use it to attach | Mark Kettenis |
2016-01-12 | Add dwiic, a driver for the Synopsys DesignWare i2c controller found | Joshua Stein |
2016-01-10 | Introduce acpi_intr_establish(9), an API to establish interrupt handlers for | Mark Kettenis |
2016-01-09 | Initial support for Hardware-Reduced ACPI. This skips the legacy mode checks | Mark Kettenis |
2014-12-08 | Split the ACPI resume trampoline into code and data, move the data page to | Mike Larkin |
2014-11-22 | Split the MP trampoline into two pages, one for code and one for data/stack | Mike Larkin |
2014-01-05 | Don't use the first 64KB for anything, including tramps. Move tramps and | Mike Larkin |
2013-11-06 | Add support for Power Resources for Dx states and the necessary hook | Martin Pieuchot |
2012-11-27 | Add acpi_{acquire,release}_glk locking functions. | Paul Irofti |
2012-10-08 | Revamp the sequences for suspend/hibernate -> resume so that the code | Theo de Raadt |
2012-10-04 | Use information provided by ACPI to attach secondary PCI host bridges. | Christian Ehrhardt |
2012-09-07 | Add a new function called acpi_pci_min_powerstate() that returns the lowest | Mark Kettenis |
2011-04-15 | Remove the acpi event definitions. They've not been used for over a | Owain Ainsworth |
2011-04-06 | Don't enumerate _DOD for attaching acpivout(4), since: | Martynas Venckus |
2011-01-02 | Re-add code for ACPI taskqueue, eliminates need for state vars in acpi softc | Jordan Hargrave |
2010-10-31 | Revert last commit: it breaks resume on Thinkpads | Philip Guenthe |
2010-10-26 | Add task queue for ACPI gpe and notify handlers | Jordan Hargrave |
2010-08-08 | Close race between the acpi thread and wscons ioctls running in process | Mark Kettenis |
2010-08-07 | Enforce acpi register access rescrictions. | Mark Kettenis |
2010-08-05 | PM1 power button events were generating 'fake events' to acpibtn PWRB, | Theo de Raadt |
2010-07-20 | Handle the acpi interrupt controller with proper edge/level handling, | Theo de Raadt |
2010-07-20 | tsleep() and EWOULDBLOCK was being used incorrectly for fixed minumum | Theo de Raadt |
2010-07-19 | there is no need for a seperate dsdt_softc pointer; dsdt does not have a | Theo de Raadt |
2010-07-19 | acpi_delay() is no longer needed; ok jordan | Theo de Raadt |
2010-07-13 | rename some thread related interfaces so they are logical | Theo de Raadt |
2010-07-06 | Don't use a workq to do the suspend, because it races aginst the acpi | Theo de Raadt |
2010-04-07 | Make suspend/resume work on MP machines (running an MP kernel). Joint work | Mark Kettenis |
2010-03-31 | Bring /dev/apm support in line with apm(4). Make the suspend button send | Mark Kettenis |