Age | Commit message (Expand) | Author |
2021-11-02 | knf | Theo de Raadt |
2021-10-30 | Change hw.perfpolicy=auto by default, at startup. If the system has AC | Theo de Raadt |
2021-07-20 | Fix trailing whitespace in a few places. | Mike Larkin |
2021-05-09 | Some x86 machines advertise the "hardware reduced" ACPI feature, advertise | Mark Kettenis |
2021-03-15 | Add acpi_iommu_device_map(), which replaces the DMA tag with one that | Patrick Wildt |
2021-03-07 | Pass standard DMA tag to acpi(4) table drivers. | Patrick Wildt |
2020-12-27 | acpi_map_address() cannot be wrapped by SMALL_KERNEL anymore, as | Theo de Raadt |
2020-12-25 | Refactor klist insertion and removal | Visa Hankala |
2020-12-17 | Fix some issues with referencing named ACPI nodes from Packages. | Mark Kettenis |
2020-12-05 | Add support for the _EVT method to the GPIO support code. | Mark Kettenis |
2020-08-27 | Reorder the acpi attach process so we look at Processor() CPU nodes | Jonathan Matthew |
2020-08-16 | Remove sc_maxgpe from acpi_softc which was never read from | gnezdo |
2020-07-21 | acpi can use IPL_BIO (a low interrupt) since it only enqueues operations for | Theo de Raadt |
2020-06-24 | kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9) | cheloha |
2020-06-10 | Give userland a consistent battery and A/C state after resume | Jeremie Courreges-Anglas |
2020-05-29 | dev/rndvar.h no longer has statistical interfaces (removed during various | Theo de Raadt |
2020-05-14 | Bring back the acpi(4) changes. This time around only use the ACPI _CRS | Mark Kettenis |
2020-05-11 | More accurate remaining power reporting with disparate batteries | Jeremie Courreges-Anglas |
2020-05-08 | Move parsing of _CRS into acpi(4) and pass the parsed address and interrupt | Mark Kettenis |
2020-04-14 | Implement acpi_getprop(), the ACPI equivalent of OF_getprop(). | Mark Kettenis |
2020-04-12 | Add support for the _CCA method. This method indicates whether DMA is | Mark Kettenis |
2020-04-07 | Abstract the head of knote lists. This allows extending the lists, | Visa Hankala |
2020-04-03 | Fix incoherencies of errors returned by various *kqfilter routines. | Martin Pieuchot |
2020-02-20 | Replace field f_isfd with field f_flags in struct filterops to allow | Visa Hankala |
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-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-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-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-08 | free size. the allocation is the header plus the length. | Ted Unangst |
2019-04-04 | Avoid potential null-pointer dereference. Found by Kent R. Spillner. | Mark Kettenis |
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 |
2018-10-26 | Add acpipci(4) on amd64. For now this only calls the PCI-specific _OSC | Mark Kettenis |
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-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-01 | Move acpi(4) attach glue into acpi_machdep.c. | Mark Kettenis |