Age | Commit message (Expand) | Author |
2024-08-18 | Add Meteor Lake support. | Mark Kettenis |
2024-08-18 | If FADT indicates FADT_POWER_S0_IDLE_CAPABLE, print "S0ix" instead | Theo de Raadt |
2024-08-15 | whitespace | Theo de Raadt |
2024-08-13 | use ACPI _WAK upon resume. Such a huge oversight it is surprising that | Theo de Raadt |
2024-08-12 | Revert the guts of rev 1.14. This ends up attempting to turn of power | Mark Kettenis |
2024-08-11 | delete correct ACPI_SST_WAKING, pointed out by kettenis | Theo de Raadt |
2024-08-11 | forgot the suspend-time duplication mentioned in 1.25 | Theo de Raadt |
2024-08-11 | put ACPI_SST_WAKING in gosleep() where kettenis asked for | Theo de Raadt |
2024-08-10 | cleanup excessive calls to acpi_indicator at suspend time and resume time | Theo de Raadt |
2024-08-08 | Fix gasio access size. | Mark Kettenis |
2024-08-08 | Print suspend-to-idle debug info in a more concise matter. | Mark Kettenis |
2024-08-08 | Make intelmpc(4) print information about the residency counters advertised | Mark Kettenis |
2024-08-06 | Some laptops will generate an EC event shortly after we attempt to enter | Mark Kettenis |
2024-08-05 | Fix reporting if critical battery state. | Mark Kettenis |
2024-08-04 | Add intelpmc(4), a driver for the power management controller found on | Mark Kettenis |
2024-08-02 | Switch off unreferenced power resources in DVACT_POWERDOWN instead of | Mark Kettenis |
2024-07-30 | Make the Samsung Galaxy Book4 Edge (x1e80100) boot in ACPI mode; | Marcus Glocker |
2024-07-15 | Make the touchpad on the Samsung Galaxy Book4 Edge work. | Marcus Glocker |
2024-07-14 | Only match if we can find a corresponding cpu device. This means the | Jonathan Matthew |
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-14 | Upon first suspend, turn off all power resources that haven't been | Mark Kettenis |
2024-07-04 | Support the ACPI GPIO pins necessary to support the keyboard, touchpad | Patrick Wildt |
2024-07-02 | Do not attach acpitz(4) if the _STA method indicates that a thermal zone | Mark Kettenis |
2024-06-30 | remove struct acpi_parsestate, unused since dsdt.c rev 1.16 | Jonathan Gray |
2024-06-29 | remove defines for acpi ioctls, unused since acpi.c rev 1.59 | Jonathan Gray |
2024-06-29 | remove struct acpi_dev_rank, unused since acpi.c rev 1.144 | Jonathan Gray |
2024-06-26 | return type on a dedicated line when declaring functions | Jonathan Gray |
2024-06-25 | Implement sleep button and EC events as wakeup events. Print the wakeup | Mark Kettenis |
2024-06-24 | Some machines send AC change notifications to acpibat(4). Forward this | Marcus Glocker |
2024-06-19 | Add PNP IDs to handle the X1E80100 (Snapdragon X Elite) USB controllers. | Patrick Wildt |
2024-06-19 | Add _HID for X1E80100 (Snapdragon X Elite) SoCs. | Patrick Wildt |
2024-06-11 | Avoid powering down PCI devices if we're rebooting. This makes some | Mark Kettenis |
2024-06-07 | Make sure we select the deepest possible C-state during suspend-to-idle. | 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-28 | Garbage collect sleep_abort(); it doesn't do anything useful anymore. | Mark Kettenis |
2024-05-27 | Set sc_state to ACPI_STATE_S0 at the end of resume instead of at the start | Mark Kettenis |
2024-05-14 | remove prototypes with no matching function | Jonathan Gray |
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-04-13 | correct indentation | Jonathan Gray |
2024-01-08 | Implement RootPathString support in the LoadTable() AML function. Fixes | Mark Kettenis |
2024-01-06 | Zap more obsolete debug code. | Marcus Glocker |
2023-11-29 | increase the number of address ranges in acpi attach args from 4 to 8 | Jonathan Gray |
2023-11-27 | support Alder Lake-N and Alder Lake-S | Jonathan Gray |
2023-09-12 | Use IORT ITS nodes to find the right ITS instance to use when establishing | Jonathan Matthew |
2023-08-15 | Replace a bunch of (1 << 31) with (1U << 31) | Miod Vallat |
2023-08-06 | Add acpi_softc == NULL checks and return ENXIO instead of crashing on | Tobias Heider |
2023-07-08 | Adds request_sleep(), a MI way of sending the machine to sleep in | Tobias Heider |