summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
AgeCommit message (Expand)AuthorLines
2025-11-14Merge tag 'cxl-fixes-6.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-22/+26
2025-11-13Merge branches 'acpi-cppc' and 'acpi-tables'Rafael J. Wysocki-13/+36
2025-11-12acpi/hmat: Fix lockdep warning for hmem_register_resource()Dave Jiang-21/+25
2025-11-07ACPI: MRRM: Fix memory leaks and improve error handlingKaushlendra Kumar-10/+33
2025-11-07ACPI: CPPC: Limit perf ctrs in PCC check only to online CPUsGautham R. Shenoy-1/+1
2025-11-07ACPI: CPPC: Perform fast check switch only for online CPUsGautham R. Shenoy-1/+1
2025-11-07ACPI: CPPC: Check _CPC validity for only the online CPUsGautham R. Shenoy-1/+1
2025-11-06Merge branches 'acpi-cppc' and 'acpi-docs'Rafael J. Wysocki-1/+1
2025-11-03ACPI: SBS: Fix present test in acpi_battery_read()Dan Carpenter-1/+1
2025-11-03ACPI: CPPC: Fix typo in a commentChu Guangqing-1/+1
2025-10-30Merge branches 'acpi-button', 'acpi-video' and 'acpi-fan'Rafael J. Wysocki-25/+39
2025-10-27ACPI: SPCR: Check for table version when using precise baudratePunit Agrawal-1/+1
2025-10-27ACPI: MRRM: Check revision of MRRM tableTony Luck-0/+3
2025-10-25Merge tag 'riscv-for-linus-6.18-rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-61/+61
2025-10-24ACPI: fan: Use platform device for devres-related actionsArmin Wolf-7/+7
2025-10-24ACPI: fan: Use ACPI handle when retrieving _FSTArmin Wolf-16/+26
2025-10-23ACPI: video: Fix use-after-free in acpi_video_switch_brightness()Yuhao Jiang-1/+3
2025-10-23Merge branch 'acpi-property'Rafael J. Wysocki-1/+1
2025-10-22ACPI: button: Call input_free_device() on failing input device registrationKaushlendra Kumar-1/+3
2025-10-21acpi,srat: Fix incorrect device handle check for Generic InitiatorShuai Xue-1/+1
2025-10-21ACPICA: Work around bogus -Wstringop-overread warning since GCC 11Xi Ruoyao-0/+6
2025-10-20ACPI: property: Fix argument order in __acpi_node_get_property_reference()Sunil V L-1/+1
2025-10-17ACPI: RIMT: Fix unused function warnings when CONFIG_IOMMU_API is disabledSunil V L-61/+61
2025-10-07Merge tag 'acpi-6.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-17/+52
2025-10-07Merge tag 'pm-6.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds-9/+7
2025-10-07Merge branches 'acpi-x86', 'acpi-battery', 'acpi-apei' and 'acpi-property'Rafael J. Wysocki-17/+52
2025-10-07Merge branch 'pm-cpufreq'Rafael J. Wysocki-9/+7
2025-10-06Merge tag 'libnvdimm-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+1
2025-10-04Merge tag 'cxl-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds-34/+0
2025-10-04Merge tag 'riscv-for-linus-6.18-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-58/+149
2025-10-03Merge tag 'iommu-updates-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+539
2025-10-01Merge tag 'acpi-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds-215/+447
2025-10-01ACPI: property: Return present device nodes only on fwnode interfaceSakari Ailus-1/+23
2025-10-01ACPI: CPPC: Do not use CPUFREQ_ETERNAL as an error valueRafael J. Wysocki-9/+7
2025-09-30Merge tag 'timers-clocksource-2025-09-29' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-4/+25
2025-09-29Merge branches 'acpi-apei', 'acpi-misc' and 'pnp'Rafael J. Wysocki-16/+49
2025-09-29Merge branches 'acpi-thermal', 'acpi-fan', 'acpi-video', 'acpi-tad' and 'acpi...Rafael J. Wysocki-22/+34
2025-09-29Merge branches 'acpi-property', 'acpi-resource', 'acpi-pm' and 'acpi-tables'Rafael J. Wysocki-60/+204
2025-09-29Merge branches 'acpi-scan', 'acpi-processor' and 'acpi-sysfs'Rafael J. Wysocki-87/+118
2025-09-29Merge branch 'acpica'Rafael J. Wysocki-17/+29
2025-09-28ACPI: APEI: Remove redundant rcu_read_lock/unlock() under spinlockpengdonglin-2/+0
2025-09-28ACPI: battery: Add synchronization between interface updatesRafael J. Wysocki-14/+29
2025-09-26Merge branches 'apple/dart', 'ti/omap', 'riscv', 'intel/vt-d' and 'amd/amd-vi...Joerg Roedel-0/+539
2025-09-25ACPI: support BGRT table on RISC-VHeinrich Schuchardt-1/+1
2025-09-25ACPI: RISC-V: Add RPMI System MSI to GSI mappingSunil V L-0/+30
2025-09-25ACPI: RISC-V: Add support to update gsi rangeSunil V L-2/+36
2025-09-25ACPI: RISC-V: Create interrupt controller list in sorted orderSunil V L-2/+7
2025-09-25ACPI: scan: Update honor list for RPMI System MSISunil V L-0/+2
2025-09-25ACPI: Add support for nargs_prop in acpi_fwnode_get_reference_args()Sunil V L-4/+25
2025-09-25ACPI: property: Refactor acpi_fwnode_get_reference_args() to support nargs_propSunil V L-51/+50