aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/acpica
Commit message (Expand)AuthorAgeFilesLines
* acpi_battery: avoid divide-by-zero when no devices have capacity infoJosef 'Jeff' Sipek2024-04-161-1/+8
* acpi_hpet: Make use of enum for vm_guest to improve readabilityZhenlei Huang2024-03-241-1/+1
* new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCEJohn Baldwin2024-03-132-11/+9
* new-bus: Remove the 'rid' and 'type' arguments from BUS_*ACTIVATE_RESOURCEJohn Baldwin2024-03-132-24/+17
* new-bus: Remove the 'type' argument from BUS_MAP/UNMAP_RESOURCEJohn Baldwin2024-03-131-10/+9
* new-bus: Remove the 'type' argument from BUS_ADJUST_RESOURCEJohn Baldwin2024-03-132-7/+6
* acpi: Use rman_get_type in acpi_is_resource_managedJohn Baldwin2024-03-131-9/+9
* acpi: Defer reserving resources for ACPI devicesJohn Baldwin2024-02-221-5/+17
* acpi: Allow child drivers to use bus_set_resource for more resourcesJohn Baldwin2024-02-142-36/+67
* acpi: Don't assume a resource is reserved in acpi_delete_resourceJohn Baldwin2024-02-141-1/+2
* acpi: Cleanup handling of suballocated resourcesJohn Baldwin2024-02-093-82/+130
* acpi: Use bus_generic_alloc_resource instead of duplicating itJohn Baldwin2024-02-091-1/+1
* acpi: Use kobj typedefs for new-bus method prototypesJohn Baldwin2024-02-092-52/+36
* run acpi_shutdown_final later to give other handlers a chanceAndriy Gapon2024-01-281-1/+1
* acpi_pcib: Use pci_domain_[de]activate_bus for PCI_RES_BUS resourcesJohn Baldwin2024-01-231-1/+34
* apei: Mark ReadAckRegister resource as shareableAndrew Gallatin2024-01-091-1/+1
* acpi: Only reserve resources enumerated via _CRSJohn Baldwin2024-01-092-37/+0
* acpi_cpu: Reduce BUS_MASTER_RLD manipulationsAlexander Motin2023-12-261-9/+9
* acpi_lid: Remove duplicate eventsAlexander Motin2023-12-241-6/+10
* x86: Support multiple PCI MCFG regionsJohn Baldwin2023-11-291-5/+2
* pci_cfgreg: Add a PCI domain argument to the low-level register APIJohn Baldwin2023-11-293-18/+29
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-275-5/+0
* acpi: Add workaround for Altra I2C memory resourceAndrew Gallatin2023-11-151-0/+7
* acpi_pcib: Rename decoded_bus_range to get_decoded_bus_rangeJohn Baldwin2023-10-201-6/+6
* acpi_pcib: Trust decoded bus range from _CRS over _BBNJohn Baldwin2023-10-161-11/+19
* acpi_ged: Handle events directlyAndrew Gallatin2023-10-121-1/+11
* 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
* acpi: Put CPPC workaround behind i386/amd64 if defTom Jones2022-10-111-0/+4
* acpi: Tell SMM we will handle CPPC notificationsTom Jones2022-10-101-0/+14
* device_get_property: add a HANDLE caseBjoern A. Zeeb2022-10-091-0/+47
* acpi_thermal: Fix a potential stack buffer overflow.Johannes Totz2022-10-031-3/+3
* pmap_unmapdev/bios: Accept a pointer instead of a vm_offset_t.John Baldwin2022-09-223-6/+5
* acpi: mark INVARIANTS variables as __diagusedEd Maste2022-08-101-2/+2
* acpi(4): Fix two typos in a source code commentsGordon Bergling2022-08-071-1/+1
* acpi_apei: Add sysctl to mute corrected errors.Alexander Motin2022-08-051-4/+54
* Adjust function definition in acpi_timer.c to avoid clang 15 warningsDimitry Andric2022-07-261-1/+1