summaryrefslogtreecommitdiff
path: root/sys/dev/acpica
AgeCommit message (Expand)Author
4 daysacpi: Add a function to deregister all ioctl commands using the same functionJohn Baldwin
6 daysacpi: Suspend-to-idle support (s2idle)Aymeric Wibo
11 daysacpi: Make taskqueue only run on BSPAymeric Wibo
2025-12-26acpi: Statically initialize acpi_ioctl_hooksJohn Baldwin
2025-12-26acpi: Use M_WAITOK in acpi_register_ioctlJohn Baldwin
2025-12-26acpi: Reject duplicate handlers for ioctl commandsJohn Baldwin
2025-12-26acpi_apei: Remove the hest member from the softcJohn Baldwin
2025-12-26acpi: Free ivars in bus_child_deleted methodJohn Baldwin
2025-12-09acpi_PkgGas: Pass rid by valueJohn Baldwin
2025-12-09acpi_bus_alloc_gas: Pass rid by valueJohn Baldwin
2025-12-09resource_list_reserve: Pass rid by valueJohn Baldwin
2025-12-09bus_alloc_resource: Pass rid by value to BUS_ALLOC_RESOURCE DEVMETHODJohn Baldwin
2025-11-28acpi: Fix typos in sysctl descriptionsAymeric Wibo
2025-11-28acpi: Fix setting sleep state sysctls to NONEAymeric Wibo
2025-11-11acpi: add counters for cumulative time spent in each sleep state.Adrian Chadd
2025-10-29acpi(4): Fix typo in a panic messageGordon Bergling
2025-10-27acpi: in acpi_stype_sysctl() use same logic as in acpi_sleep_state_sysctl()Gleb Smirnoff
2025-10-06power: Add stype parameter in power_suspend/resume eventhandlersAymeric Wibo
2025-10-04apei_detach: fix swi_remove parameterEric van Gyzen
2025-10-01Revert "acpi_powerres: Fix turning off power resources on first D-state switch"Aymeric Wibo
2025-09-28Revert "acpi_powerres: `acpi_pwr_get_state` and getting initial D-state for d...Aymeric Wibo
2025-09-26sys/power: Sleep type reporting by PM backendsAymeric Wibo
2025-09-26acpi: Add back `hw.acpi.suspend_state` sysctlAymeric Wibo
2025-09-26acpi: Use sleep types defined in sys/power.hAymeric Wibo
2025-09-18Revert "acpi: Use sleep types defined in sys/power.h"Aymeric Wibo
2025-09-18Revert "sys/power: Sleep type reporting by PM backends"Aymeric Wibo
2025-09-18Revert "acpi: Fix build when `ACPI_DEBUG_OUTPUT` defined"Aymeric Wibo
2025-09-15acpi: Fix build when `ACPI_DEBUG_OUTPUT` definedAymeric Wibo
2025-09-14sys/power: Sleep type reporting by PM backendsAymeric Wibo
2025-09-14acpi: Use sleep types defined in sys/power.hAymeric Wibo
2025-09-14sys/power: Generic sleep typesAymeric Wibo
2025-08-18acpi_powerres: `acpi_pwr_get_state` and getting initial D-state for deviceAymeric Wibo
2025-08-18acpi_powerres: Fix turning off power resources on first D-state switchAymeric Wibo
2025-08-09pci: Fix dependency on ACPICA for non-ACPI buildsAymeric Wibo
2025-08-08acpi_powerres: D3cold supportAymeric Wibo
2025-06-21newbus: replace leftover device unit wildcardsAhmad Khalifa
2025-05-08pci: Ignore PCRx devices resourcesAndrew Turner
2025-04-08sys: Make the iommu xref uintptr_tAndrew Turner
2025-03-27acpi_pci: Use pci_has_pm and pci_clear_pmeJohn Baldwin
2025-03-14acpi_pci: Add quirk for DELAY-after-EJ0Colin Percival
2025-03-05acpi_pci: Add quirk for PSTAT_PME-before-detachColin Percival
2025-01-24acpi: Mark the GED ithread as sleepableAndrew Turner
2025-01-03acpi: Pass the correct device to acpi_pcib_oscAndrew Turner
2024-12-12acpica: Extract _OSC parsing to a common fileAndrew Turner
2024-12-06Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin
2024-12-06Replace calls to bus_generic_probe with bus_identify_childrenJohn Baldwin
2024-11-26acpica: add domain ivarKonstantin Belousov
2024-11-26acpica: rename acpi_parse_pxm() to acpi_pxm_parse() and make it non-staticKonstantin Belousov
2024-11-19acpi: Handle multiple interruptsAndrew Turner
2024-11-08Use the correct idle routine on recent AMD EPYC serversAndrew Gallatin