Age | Commit message (Expand) | Author |
2024-09-04 | Push acpi(4) _CRS parsing down after matching skippable and ISA hardware IDs. | James Hastings |
2024-08-18 | If FADT indicates FADT_POWER_S0_IDLE_CAPABLE, print "S0ix" instead | Theo de Raadt |
2024-08-10 | cleanup excessive calls to acpi_indicator at suspend time and resume time | Theo de Raadt |
2024-07-30 | Make the Samsung Galaxy Book4 Edge (x1e80100) boot in ACPI mode; | Marcus Glocker |
2024-07-14 | For specific hids (currently only ACPI0007, acpicpu(4)), use a print | Jonathan Matthew |
2024-07-14 | In addition to setting the PCI power state, also run the appropriate _PSx | Mark Kettenis |
2024-07-02 | Do not attach acpitz(4) if the _STA method indicates that a thermal zone | Mark Kettenis |
2024-06-25 | Implement sleep button and EC events as wakeup events. Print the wakeup | Mark Kettenis |
2024-06-11 | Avoid powering down PCI devices if we're rebooting. This makes some | Mark Kettenis |
2024-06-02 | Power down PCI devices in S0 as well. Needed for suspend-to-idle. | Mark Kettenis |
2024-05-29 | Implement the guts for "suspend-to-idle" on amd64. This enables suspend | Mark Kettenis |
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 |