aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/acpica
Commit message (Expand)AuthorAgeFilesLines
* acpi_pci: Use pci_has_pm and pci_clear_pmeJohn Baldwin2025-04-291-8/+2
* acpi_pci: Add quirk for DELAY-after-EJ0Colin Percival2025-04-142-0/+5
* acpi: Pass the correct device to acpi_pcib_oscAndrew Turner2025-04-081-1/+1
* acpi_pci: Add quirk for PSTAT_PME-before-detachColin Percival2025-04-012-0/+12
* acpica: Extract _OSC parsing to a common fileAndrew Turner2025-04-013-58/+62
* acpi_cmbat: Use nitems instead of sizeofAhmad Khalifa2025-03-261-2/+2
* Use bus_generic_detach directly instead of a wrapperJohn Baldwin2025-02-271-9/+1
* acpi/pci/vmd: Fix a nit with nested resource mapping requestsJohn Baldwin2025-02-271-7/+10
* acpi: Use rman_get_type in acpi_is_resource_managedJohn Baldwin2025-02-271-9/+9
* acpi: Cleanup handling of suballocated resourcesJohn Baldwin2025-02-273-82/+130
* acpi_pcib: Use pci_domain_[de]activate_bus for PCI_RES_BUS resourcesJohn Baldwin2025-02-271-1/+34
* Use the correct idle routine on recent AMD EPYC serversAndrew Gallatin2025-02-241-2/+7
* ACPI: Treat all 20-element _BIX entires as revision 0Bartosz Fabianowski2024-12-071-2/+11
* acpica: add domain ivarKonstantin Belousov2024-12-033-24/+56
* acpica: rename acpi_parse_pxm() to acpi_pxm_parse() and make it non-staticKonstantin Belousov2024-12-032-4/+5
* ACPI: Add ACPI_Q_AEI_NOPULL quirk and use in EC2Colin Percival2024-11-031-0/+3
* ACPI: Implement power button on !x86Colin Percival2024-11-031-0/+9
* acpi_ged: Handle events directlyAndrew Gallatin2024-10-281-1/+11
* acpi: Narrow workaround for broken interrupt settings on x86John Baldwin2024-07-223-7/+35
* acpi: Use device_set_descf()Mark Johnston2024-06-093-13/+8
* acpi_battery: avoid divide-by-zero when no devices have capacity infoJosef 'Jeff' Sipek2024-04-191-1/+8
* acpi: Don't assume a resource is reserved in acpi_delete_resourceJohn Baldwin2024-04-081-1/+2
* acpi: Allow child drivers to use bus_set_resource for more resourcesJohn Baldwin2024-04-082-36/+67
* acpi: Use bus_generic_alloc_resource instead of duplicating itJohn Baldwin2024-04-081-1/+1
* acpi: Use kobj typedefs for new-bus method prototypesJohn Baldwin2024-04-082-52/+36
* acpi_hpet: Make use of enum for vm_guest to improve readabilityZhenlei Huang2024-03-311-1/+1
* acpi: Defer reserving resources for ACPI devicesJohn Baldwin2024-02-231-5/+17
* run acpi_shutdown_final later to give other handlers a chanceAndriy Gapon2024-02-171-1/+1
* acpi_lid: Remove duplicate eventsAlexander Motin2024-01-191-6/+10
* acpi_cpu: Reduce BUS_MASTER_RLD manipulationsAlexander Motin2024-01-191-9/+9
* x86: Support multiple PCI MCFG regionsJohn Baldwin2024-01-181-5/+2
* pci_cfgreg: Add a PCI domain argument to the low-level register APIJohn Baldwin2024-01-183-18/+29
* acpi: Only reserve resources enumerated via _CRSJohn Baldwin2024-01-182-37/+0
* acpi_pcib: Rename decoded_bus_range to get_decoded_bus_rangeJohn Baldwin2023-10-241-6/+6
* acpi_pcib: Trust decoded bus range from _CRS over _BBNJohn Baldwin2023-10-241-11/+19
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-163-3/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1637-74/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-167-14/+0
* tc_fill_vdso_timehands32(): fixKonstantin Belousov2023-08-121-1/+2
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-122-2/+2
* acpi_button: Replace boolean_t with better types.John Baldwin2023-05-041-6/+4
* Use bool for one-bit wide bit-fieldsDimitry Andric2023-04-252-16/+16
* acpi(4): Fix a typo in a kernel messageGordon Bergling2023-03-231-1/+1
* acpica: do not print warning for missing _ADRYuri2023-03-071-2/+3
* acpica: purge EOL release compatibilityElliott Mitchell2023-02-041-2/+0
* Add support for _CR3 critical standby (S3) threshold.Cyrus Rahman2022-11-221-5/+21
* acpi_ged: fix build with ACPI_DEBUGGleb Smirnoff2022-10-241-1/+1
* acpi_ged: fix build, as module and non INTRNG case.Takanori Watanabe2022-10-241-1/+1
* acpi_ged: New driver to ACPI generic event deviceTakanori Watanabe2022-10-241-0/+267
* acpi: Create cppc_notify sysctl before it is checkedTom Jones2022-10-231-8/+8