aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2025-11-27vmcoreinfo: track and log recoverable hardware errorsBreno Leitao1-0/+36
2025-11-27Revert "ACPI: processor: Update cpuidle driver check in __acpi_processor_start()"Rafael J. Wysocki1-1/+1
2025-11-27ACPI: PM: Fix a spelling mistakeChu Guangqing1-1/+1
2025-11-27ACPI: LPSS: Fix a spelling mistakeChu Guangqing1-1/+1
2025-11-26Merge tag 'acpi-6.18-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-72/+47
2025-11-26ACPI: processor_core: fix map_x2apic_id for amd-pstate on am4René Rebe1-1/+1
2025-11-26Merge back ACPI processor driver changes for 6.19Rafael J. Wysocki1-26/+16
2025-11-25ACPICA: Avoid walking the Namespace if start_node is NULLCryolitia PukNgae1-3/+6
2025-11-25Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus 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-25ACPI: GTDT: Get rid of acpi_arch_timer_mem_init()Marc Zyngier1-34/+0
2025-11-24ACPI: property: use min() instead of min_t()David Laight1-1/+1
2025-11-24ACPI: GTDT: Correctly number platform devices for MMIO timersMarc Zyngier1-2/+2
2025-11-21efi/cper: align ARM CPER type with UEFI 2.9A/2.10 specsMauro Carvalho Chehab1-6/+10
2025-11-21RAS: Report all ARM processor CPER information to userspaceJason Tian1-7/+4
2025-11-19ACPI / MPAM: Parse the MPAM tableJames Morse4-1/+416
2025-11-19ACPI / PPTT: Add a helper to fill a cpumask from a cache_idJames Morse1-0/+65
2025-11-19ACPI / PPTT: Find cache level by cache-idJames Morse1-0/+66
2025-11-19ACPI / PPTT: Add acpi_pptt_cache_v1_full to use pptt cache as one structureBen Horgan1-9/+36
2025-11-19ACPI / PPTT: Stop acpi_count_levels() expecting callers to clear levelsJames Morse1-8/+12
2025-11-19ACPI / PPTT: Add a helper to fill a cpumask from a processor containerJames Morse1-0/+84
2025-11-19ACPI: APEI: EINJ: Fix EINJV2 initialization and injectionTony Luck1-23/+41
2025-11-16mm: change ghes code to allow poison of non-struct pfnAnkit Agrawal1-6/+0
2025-11-14Merge tag 'cxl-fixes-6.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds2-22/+26
2025-11-14ACPI: TAD: Use PM_RUNTIME_ACQUIRE()/PM_RUNTIME_ACQUIRE_ERR()Rafael J. Wysocki1-12/+12
2025-11-14syscore: Pass context data to callbacksThierry Reding2-7/+15
2025-11-13Merge branches 'acpi-cppc' and 'acpi-tables'Rafael J. Wysocki2-13/+36
2025-11-13Merge branch 'for-6.19/cxl-misc' into cxl-for-nextDave Jiang1-5/+6
2025-11-12acpi/hmat: Fix lockdep warning for hmem_register_resource()Dave Jiang1-21/+25
2025-11-12acpi/hmat: Return when generic target is updatedDave Jiang1-5/+6
2025-11-12ACPI: property: Fix fwnode refcount leak in acpi_fwnode_graph_parse_endpoint()Haotian Zhang1-0/+1
2025-11-12ACPI: DPTF: Support Nova LakeSrinivas Pandruvada2-0/+3
2025-11-07ACPI: MRRM: Fix memory leaks and improve error handlingKaushlendra Kumar1-10/+33
2025-11-07ACPI: DPTF: Use ACPI_FREE() for ACPI buffer deallocationKaushlendra Kumar1-1/+1
2025-11-07ACPI: DPTF: Remove int340x thermal scan handlerSlawomir Rosek4-92/+0
2025-11-07thermal: intel: Select INT340X_THERMAL from INTEL_SOC_DTS_THERMALSlawomir Rosek1-6/+1
2025-11-07ACPI: processor: idle: Drop redundant C-state count checksHuisong Li1-15/+7
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-06Merge branches 'acpi-cppc' and 'acpi-docs'Rafael J. Wysocki1-1/+1
2025-11-03ACPI: thermal: Add WQ_PERCPU to alloc_workqueue() usersMarco Crivellari1-1/+2
2025-11-03ACPI: OSL: Add WQ_PERCPU to alloc_workqueue() usersMarco Crivellari1-2/+2
2025-11-03ACPI: EC: Add WQ_PERCPU to alloc_workqueue() usersMarco Crivellari1-1/+2
2025-11-03ACPI: OSL: replace use of system_wq with system_percpu_wqMarco Crivellari1-1/+1
2025-11-03ACPI: scan: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari1-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