summaryrefslogtreecommitdiff
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2025-09-07Merge tag 'riscv-for-linus-6.17-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+2
2025-09-05Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-1/+3
2025-09-05ACPI: RISC-V: Fix FFH_CPPC_CSR error handlingAnup Patel1-2/+2
2025-09-04ACPI/IORT: Fix memory leak in iort_rmr_alloc_sids()Miaoqian Lin1-1/+3
2025-08-21Merge branches 'acpi-apei' and 'acpi-pfrut'Rafael J. Wysocki1-1/+1
2025-08-20ACPI: pfr_update: Fix the driver update version checkChen Yu1-1/+1
2025-08-18ACPI: APEI: EINJ: Fix resource leak by remove callback in .exit.textUwe Kleine-König1-9/+3
2025-08-18ACPI: APEI: EINJ: fix potential NULL dereference in __einj_error_inject()Charles Han1-0/+3
2025-08-18ACPI: APEI: EINJ: Check if user asked for EINJV2 injectionTony Luck1-1/+1
2025-08-14Merge branches 'acpi-ec' and 'acpi-processor'Rafael J. Wysocki1-1/+4
2025-08-12ACPI: EC: Relax sanity check of the ECDT ID stringArmin Wolf1-3/+7
2025-08-12ACPI: processor: perflib: Move problematic pr->performance checkRafael J. Wysocki1-1/+4
2025-08-01Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+4
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-3/+3
2025-07-29Merge tag 'acpi-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds23-150/+494
2025-07-29Merge tag 'pm-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-0/+4
2025-07-29Merge tag 'hardening-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-67/+52
2025-07-22Merge branch 'acpi-misc'Rafael J. Wysocki1-1/+1
2025-07-22ACPI: Fix typosBjorn Helgaas1-1/+1
2025-07-22Merge branches 'acpi-debug' and 'acpi-docs'Rafael J. Wysocki1-0/+1
2025-07-22Merge branches 'acpi-soc', 'acpi-fan', 'acpi-dptf', 'acpi-pfrut', 'acpi-prm' ...Rafael J. Wysocki9-27/+89
2025-07-22Merge branch 'acpi-apei'Rafael J. Wysocki4-103/+377
2025-07-22Merge branches 'acpica', 'acpi-proc', 'acpi-processor' and 'acpi-pm'Rafael J. Wysocki7-18/+25
2025-07-22ACPI/PCI: Remove space before newlineColin Ian King1-1/+1
2025-07-21ACPI: processor: throttling: Remove space before newlineColin Ian King1-1/+1
2025-07-21ACPI: processor: perflib: Fix initial _PPC limit applicationJiayi Li1-1/+9
2025-07-16ACPI: TAD: Replace sprintf() with sysfs_emit()Sukrut Heroorkar1-2/+2
2025-07-16ACPI: APEI: handle synchronous exceptions in task workShuai Xue1-34/+45
2025-07-16ACPI: APEI: send SIGBUS to current task if synchronous memory error not recov...Shuai Xue1-0/+11
2025-07-16ACPI: RISC-V: Remove unnecessary CPPC debug messageSunil V L1-2/+0
2025-07-14drivers,hmat: use node-notifier instead of memory-notifierOscar Salvador1-4/+4
2025-07-11Merge back earlier changes related to system suspend and hibernationRafael J. Wysocki1-0/+4
2025-07-07ACPI: fan: Update debug message in fan_get_state_acpi4()Sumeet Pawnikar1-1/+1
2025-07-07ACPI: PRM: Reduce unnecessary printing to avoid user confusionZhu Qiyu1-2/+24
2025-07-07ACPI: fan: Replace sprintf() with sysfs_emit()Eslam Khafagy1-1/+1
2025-07-07ACPI: APEI: EINJ: Fix trigger actionsTony Luck1-4/+10
2025-07-05Merge tag 'acpi-6.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-16/+3
2025-07-03ACPI: PM: Set/clear power.strict_midlayer in prepare/completeRafael J. Wysocki1-0/+4
2025-07-03ACPI: processor: fix acpi_object initializationSebastian Ott1-1/+1
2025-07-03ACPI: APEI: GHES: add TAINT_MACHINE_CHECK on GHES panic pathBreno Leitao1-0/+2
2025-07-03Revert "ACPI: battery: negate current when discharging"Rafael J. Wysocki1-16/+3
2025-07-02ACPI: LPSS: Remove AudioDSP related IDAndy Shevchenko1-3/+0
2025-07-02ACPI: fan: Replace sprintf()/scnprintf() with sysfs_emit() in show() functionsAbdelrahman Fekry1-3/+3
2025-07-02ACPI: PM: Set .detach in acpi_general_pm_domain definitionRafael J. Wysocki1-1/+3
2025-06-30ACPI: pfr_update: Add more debug information when firmware update failedChen Yu1-15/+48
2025-06-27acpi: nfit: intel: avoid multiple -Wflex-array-member-not-at-end warningsGustavo A. R. Silva1-67/+52
2025-06-26ACPI: proc: Prefer to use octal permissionAndy Shevchenko1-2/+1
2025-06-26ACPI: proc: Use str_enabled_disabled() helperAndy Shevchenko1-5/+4
2025-06-26ACPI: proc: Remove unused headerAndy Shevchenko1-1/+0
2025-06-26ACPI: proc: Use correct format specifier and drop castingAndy Shevchenko1-2/+2