summaryrefslogtreecommitdiff
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2022-11-16ACPI: battery: Pass battery hook pointer to hook callbacksArmin Wolf1-4/+4
2022-11-15ACPI: APMT: Fix kerneldoc and indentationBesar Wicaksono1-2/+3
2022-11-14ACPI: Implement a generic FFH Opregion handlerSudeep Holla4-0/+72
2022-11-14memregion: Add cpu_cache_invalidate_memregion() interfaceDavidlohr Bueso1-23/+20
2022-11-14ACPI: Enable FPDT on arm64Jeremy Linton1-1/+1
2022-11-10ACPI: PM: Print full name path while adding power resourceKane Chen1-1/+1
2022-11-10ACPI: sysfs: use sysfs_emit() to instead of scnprintf()Xu Panda1-1/+1
2022-11-10ACPI: irq: Fix some kernel-doc issuesXiongfeng Wang1-2/+3
2022-11-10ACPI: tables: Fix the stale comments for acpi_locate_initial_tables()Hanjun Guo1-4/+3
2022-11-08ACPICA: Fix error code path in acpi_ds_call_control_method()Rafael J. Wysocki1-2/+8
2022-11-07Merge tag 'platform-drivers-x86-v6.1-3' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-9/+32
2022-11-07ACPI/IORT: Update SMMUv3 DeviceID supportRobin Murphy1-4/+12
2022-11-07ACPI: ARM Performance Monitoring Unit Table (APMT) initial supportBesar Wicaksono4-0/+183
2022-11-07ACPI: video: Add backlight=native DMI quirk for Dell G15 5515Hans de Goede1-0/+14
2022-11-07ACPI: video: Make acpi_video_backlight_use_native() always return trueHans de Goede1-1/+13
2022-11-07ACPI: video: Improve Chromebook checksHans de Goede1-8/+5
2022-11-07Merge tag 'cxl-fixes-for-6.1-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2022-11-05Merge tag 'acpi-6.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-0/+6
2022-11-05Merge branch 'acpi-x86'Rafael J. Wysocki1-0/+6
2022-11-03ACPI: scan: substitute empty_zero_page with helper ZERO_PAGE(0)Giulio Benetti1-1/+1
2022-11-03ACPI: sysfs: Use kstrtobool() instead of strtobool()Christophe JAILLET1-1/+2
2022-11-03ACPI: EC: Add quirk for the HP Pavilion Gaming 15-cx0041urMia Kanashi1-0/+10
2022-11-03ACPI: tables: Print CORE_PIC information when MADT is parsedHuacai Chen1-0/+10
2022-10-29Merge tag 'acpi-6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds3-1/+9
2022-10-28ACPI: processor: throttling: remove variable countColin Ian King1-3/+1
2022-10-28ACPI: processor: idle: Check acpi_fetch_acpi_dev() return valueLi Zhong1-0/+3
2022-10-28apei/ghes: Use xchg_release() for updating new cache slot instead of cmpxchg()Ard Biesheuvel1-27/+33
2022-10-28ACPI: APEI: Drop unsetting driver data on removeUwe Kleine-König1-2/+0
2022-10-28ACPI: x86: Add another system to quirk list for forcing StorageD3EnableMario Limonciello1-0/+6
2022-10-28ACPICA: Finish support for the CDAT tableBob Moore10-85/+192
2022-10-28ACPICA: Improve warning message for "invalid ACPI name"Bob Moore1-5/+5
2022-10-28ACPICA: Add support for FFH Opregion special context dataSudeep Holla3-2/+21
2022-10-28ACPICA: Do not touch VGA memory when EBDA < 1ki_bVit Kabele1-7/+15
2022-10-28ACPICA: Check that EBDA pointer is in valid memoryVit Kabele1-1/+5
2022-10-28ACPICA: Events: Support fixed PCIe wake eventHuacai Chen3-0/+29
2022-10-28ACPICA: Make acpi_ex_load_op() match upstreamRafael J. Wysocki1-2/+2
2022-10-28Merge branches 'acpi-resource', 'acpi-pcc' and 'devprop'Rafael J. Wysocki2-1/+8
2022-10-26ACPI: scan: Add LATT2021 to acpi_ignore_dep_ids[]Hans de Goede1-0/+1
2022-10-26ACPI: resource: Skip IRQ override on Asus Vivobook S5602ZATamim Khan1-0/+7
2022-10-26ACPI: PCC: Fix unintentional integer overflowManank Patel1-1/+1
2022-10-25Merge tag 'platform-drivers-x86-v6.1-2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+12
2022-10-24apei/ghes: Use xchg_release() for updating new cache slot instead of cmpxchg()Ard Biesheuvel1-27/+33
2022-10-24ACPI: video: Fix missing native backlight on ChromebooksDmitry Osipenko1-0/+12
2022-10-22Merge tag 'acpi-6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds5-33/+59
2022-10-22ACPI: NUMA: Add CXL CFMWS 'nodes' to the possible nodes setDan Williams1-0/+1
2022-10-21EDAC/ghes: Make ghes_edac a proper moduleJia He1-4/+0
2022-10-21Merge branches 'acpi-scan', 'acpi-resource', 'acpi-apei', 'acpi-extlog' and '...Rafael J. Wysocki4-33/+58
2022-10-21EDAC/ghes: Prepare to make ghes_edac a proper moduleJia He1-0/+50
2022-10-21iommu: Add gfp parameter to iommu_alloc_resv_regionLu Baolu1-1/+2
2022-10-20EDAC/ghes: Add a notifier for reporting memory errorsJia He1-1/+15