aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-28acpi: import acpi_call driverJason A. Donenfeld3-0/+370
2025-10-19ACPI: property: Do not pass NULL handles to acpi_attach_data()Rafael J. Wysocki1-0/+12
2025-10-19ACPI: property: Add code comments explaining what is going onRafael J. Wysocki1-2/+44
2025-10-19ACPI: property: Disregard references in data-only subnode listsRafael J. Wysocki1-29/+22
2025-10-19ACPICA: Allow to skip Global Lock initializationHuacai Chen1-0/+4
2025-10-19ACPI: battery: Add synchronization between interface updatesRafael J. Wysocki1-14/+29
2025-10-19ACPI: debug: fix signedness issues in read/write helpersAmir Mohammad Jahangirzad1-13/+13
2025-10-19ACPICA: Debugger: drop ACPI_NONSTRING attribute from name_segAhmed Salem1-1/+1
2025-10-19ACPI: TAD: Add missing sysfs_remove_group() for ACPI_TAD_RTDaniel Tang1-0/+3
2025-10-19ACPI: property: Fix buffer properties extraction for subnodesRafael J. Wysocki1-19/+11
2025-10-15ACPI: NFIT: Fix incorrect ndr_desc being reportedin dev_err messageColin Ian King1-1/+1
2025-10-15ACPICA: Fix largest possible resource descriptor indexDmitry Antipov1-1/+1
2025-10-15ACPI: processor: idle: Fix memory leak when register cpuidle device failedHuisong Li1-0/+3
2025-09-07Merge tag 'riscv-for-linus-6.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds1-2/+2
2025-09-05Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-1/+3
2025-09-04ACPI: 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-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-4/+4
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-coreLinus Torvalds2-3/+3
2025-07-28Merge tag 'acpi-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds23-150/+494
2025-07-28Merge tag 'pm-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+4
2025-07-28Merge tag 'hardening-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus 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' and 'acpi-tad'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 recoveredShuai Xue1-0/+11
2025-07-16ACPI: RISC-V: Remove unnecessary CPPC debug messageSunil V L1-2/+0
2025-07-13drivers,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-04Merge tag 'acpi-6.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-16/+3