summaryrefslogtreecommitdiff
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2026-01-02ACPI: CPPC: Fix missing PCC check for guaranteed_perfPengjie Zhang1-1/+2
2026-01-02ACPI: PCC: Fix race condition by removing static qualifierPengjie Zhang1-1/+1
2026-01-02ACPI: fan: Workaround for 64-bit firmware bugArmin Wolf2-7/+36
2026-01-02ACPI: property: Use ACPI functions in acpi_graph_get_next_endpoint() onlySakari Ailus1-4/+4
2026-01-02ACPICA: Avoid walking the Namespace if start_node is NULLCryolitia PukNgae1-3/+6
2025-12-18efi/cper: align ARM CPER type with UEFI 2.9A/2.10 specsMauro Carvalho Chehab1-6/+10
2025-12-18ACPI: processor_core: fix map_x2apic_id for amd-pstate on am4René Rebe1-1/+1
2025-12-18RAS: Report all ARM processor CPER information to userspaceJason Tian1-7/+4
2025-12-18ACPI: property: Fix fwnode refcount leak in acpi_fwnode_graph_parse_endpoint()Haotian Zhang1-0/+1
2025-11-28Merge tag 'acpi-6.18-rc8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2025-11-27Revert "ACPI: processor: Update cpuidle driver check in __acpi_processor_star...Rafael J. Wysocki1-1/+1
2025-11-26Merge tag 'acpi-6.18-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2-73/+48
2025-11-25Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-2/+2
2025-11-25Revert "ACPI: processor: idle: Optimize ACPI idle driver registration"Rafael J. Wysocki2-45/+23
2025-11-25Revert "ACPI: processor: idle: Redefine two functions as void"Rafael J. Wysocki1-19/+22
2025-11-25Revert "ACPI: processor: Do not expose global variable acpi_idle_driver"Rafael J. Wysocki2-9/+3
2025-11-24ACPI: GTDT: Correctly number platform devices for MMIO timersMarc Zyngier1-2/+2
2025-11-19ACPI: APEI: EINJ: Fix EINJV2 initialization and injectionTony Luck1-23/+41
2025-11-15Merge tag 'cxl-fixes-6.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-22/+26
2025-11-13Merge branches 'acpi-cppc' and 'acpi-tables'Rafael J. Wysocki2-13/+36
2025-11-13acpi/hmat: Fix lockdep warning for hmem_register_resource()Dave Jiang1-21/+25
2025-11-07ACPI: MRRM: Fix memory leaks and improve error handlingKaushlendra Kumar1-10/+33
2025-11-07ACPI: CPPC: Limit perf ctrs in PCC check only to online CPUsGautham R. Shenoy1-1/+1
2025-11-07ACPI: CPPC: Perform fast check switch only for online CPUsGautham R. Shenoy1-1/+1
2025-11-07ACPI: CPPC: Check _CPC validity for only the online CPUsGautham R. Shenoy1-1/+1
2025-11-07Merge branches 'acpi-cppc' and 'acpi-docs'Rafael J. Wysocki1-1/+1
2025-11-03ACPI: SBS: Fix present test in acpi_battery_read()Dan Carpenter1-1/+1
2025-11-03ACPI: CPPC: Fix typo in a commentChu Guangqing1-1/+1
2025-10-30Merge branches 'acpi-button', 'acpi-video' and 'acpi-fan'Rafael J. Wysocki6-25/+39
2025-10-27ACPI: SPCR: Check for table version when using precise baudratePunit Agrawal1-1/+1
2025-10-27ACPI: MRRM: Check revision of MRRM tableTony Luck1-0/+3
2025-10-25Merge tag 'riscv-for-linus-6.18-rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-61/+61
2025-10-24ACPI: fan: Use platform device for devres-related actionsArmin Wolf3-7/+7
2025-10-24ACPI: fan: Use ACPI handle when retrieving _FSTArmin Wolf4-16/+26
2025-10-23ACPI: video: Fix use-after-free in acpi_video_switch_brightness()Yuhao Jiang1-1/+3
2025-10-23Merge branch 'acpi-property'Rafael J. Wysocki1-1/+1
2025-10-22ACPI: button: Call input_free_device() on failing input device registrationKaushlendra Kumar1-1/+3
2025-10-21acpi,srat: Fix incorrect device handle check for Generic InitiatorShuai Xue1-1/+1
2025-10-21ACPICA: Work around bogus -Wstringop-overread warning since GCC 11Xi Ruoyao1-0/+6
2025-10-20ACPI: property: Fix argument order in __acpi_node_get_property_reference()Sunil V L1-1/+1
2025-10-18ACPI: RIMT: Fix unused function warnings when CONFIG_IOMMU_API is disabledSunil V L1-61/+61
2025-10-07Merge tag 'acpi-6.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-17/+52
2025-10-07Merge tag 'pm-6.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-9/+7
2025-10-07Merge branches 'acpi-x86', 'acpi-battery', 'acpi-apei' and 'acpi-property'Rafael J. Wysocki3-17/+52
2025-10-07Merge branch 'pm-cpufreq'Rafael J. Wysocki1-9/+7
2025-10-06Merge tag 'libnvdimm-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2025-10-04Merge tag 'cxl-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds1-34/+0
2025-10-04Merge tag 'riscv-for-linus-6.18-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-58/+149
2025-10-04Merge tag 'iommu-updates-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds7-0/+539
2025-10-02Merge tag 'acpi-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds28-215/+447