Age | Commit message (Expand) | Author |
2024-05-13 | Ignore button events in the first 10 seconds after resume. On some ACPI | Mark Kettenis |
2024-05-13 | remove prototypes with no matching function | Jonathan Gray |
2024-01-08 | Implement RootPathString support in the LoadTable() AML function. Fixes | Mark Kettenis |
2023-07-08 | Move /dev/apm related acpi code to acpi_apm.c which is only built on | Tobias Heider |
2023-07-07 | Add support for multiple batteries to acpithinkpad setchargestart and | Claudio Jeker |
2023-07-06 | moving acpiioctl to a different file than acpiopen is not going to work | Theo de Raadt |
2023-07-05 | Move acpiioctl to acpi_x86.c, it is only used up on i386 and amd64. | Tobias Heider |
2023-06-29 | acpi(4)/acpibtn(4): use opt-in approach for wakeup GPEs | Dave Voutila |
2023-03-15 | Add missing nameref resolving for the _DEP() package elements that indicate | Mark Kettenis |
2023-02-10 | Adjust knote(9) API | Visa Hankala |
2022-09-13 | Split out the code that collects data from acpiac(4), acpibat(4) and | Mark Kettenis |
2022-09-12 | Add support for level-triggered GPIO events. | Mark Kettenis |
2022-09-10 | Don't restrict GPIO events to pin numbers below 256. With the _EVT() | Mark Kettenis |
2022-09-03 | Make sure we don't suspend if we have no way to wake up the machine. | Mark Kettenis |
2022-08-10 | Provide the AML root in ACPI's softc so that drivers that need access | Patrick Wildt |
2022-02-17 | reduce includes | Jonathan Gray |
2022-02-10 | Embed klist head in acpi_softc to avoid explicit malloc. | Visa Hankala |
2022-02-09 | Move x86-only stubs used by kern/subr_suspend.c into dev/acpi/acpi_x86.c | Theo de Raadt |
2022-02-08 | The suspend/resume code is a sticky mess of MI, MD, and ACPI sequencing. | Theo de Raadt |
2022-02-04 | set the APM_BATT_CHARGING state if the battery is being charged and try | Robert Nagy |
2022-02-02 | acpi_addtask() calls malloc() w/ M_NOWAIT (because some calls come from | Theo de Raadt |
2022-02-01 | GPE_DIRECT is calling the AML parser from interrupt context, which is | Theo de Raadt |
2022-01-26 | An ACPI device needs to be both present and enabled for it to function. | Mark Kettenis |
2022-01-12 | Make acpi_getpropint() return uint64_t, as ACPI integers are in fact that | Patrick Wildt |
2022-01-04 | acpi_getprop() needs to actually make sure that we're looking at the | Patrick Wildt |
2021-12-16 | Attach com over acpi on amd64. Some hardware uses a different interrupt | Anton Lindqvist |
2021-12-07 | Fix parsing of SR_IRQ resource descriptors. | Mark Kettenis |
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 |