aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2024-04-11treewide: Use sysfs_bin_attr_simple_read() helperLukas Wunner1-8/+1
2024-04-09ACPI: disable -Wstringop-truncationArnd Bergmann1-0/+1
2024-04-08ACPI: x86: Add PNP_UART1_SKIP quirk for Lenovo Blade2 tabletsHans de Goede1-7/+13
2024-04-08ACPI: x86: utils: Mark SMO8810 accel on Dell XPS 15 9550 as always presentHans de Goede1-0/+9
2024-04-08ACPI: scan: Do not increase dep_unmet for already met dependenciesHans de Goede1-1/+2
2024-04-08ACPI: x86: Move LPSS to x86 folderAndy Shevchenko4-3/+4
2024-04-08ACPI: x86: Move blacklist to x86 folderAndy Shevchenko3-2/+3
2024-04-08ACPI: x86: Move acpi_cmos_rtc to x86 folderAndy Shevchenko3-2/+2
2024-04-08ACPI: x86: Introduce a MakefileAndy Shevchenko2-3/+5
2024-04-08ACPI: LPSS: Remove nested ifdeffery for CONFIG_PMAndy Shevchenko1-2/+0
2024-04-08ACPI: LPSS: Advertise number of chip selects via propertyAndy Shevchenko1-0/+1
2024-04-08ACPI: APEI: EINJ: mark remove callback as __exitUwe Kleine-König1-3/+9
2024-04-08ACPI: store owner from modules with acpi_bus_register_driver()Krzysztof Kozlowski1-4/+5
2024-04-08ACPI: DPTF: Add Lunar Lake supportSumeet Pawnikar4-0/+10
2024-04-04ACPI: scan: Introduce typedef:s for struct acpi_hotplug_context membersAndy Shevchenko2-34/+19
2024-04-04ACPI: scan: Use standard error checking patternAndy Shevchenko1-4/+5
2024-04-04ACPI: scan: Move misleading comment to acpi_dma_configure_id()Andy Shevchenko1-5/+5
2024-04-04ACPI: scan: Use list_first_entry_or_null() in acpi_device_hid()Andy Shevchenko1-2/+2
2024-04-02ACPI: thermal: Register thermal zones without valid trip pointsStephen Horvath1-12/+10
2024-03-29Merge branch 'acpica'Rafael J. Wysocki1-2/+6
2024-03-27ACPI: bus: Indicate support for IRQ ResourceSource thru _OSCArmin Wolf1-0/+1
2024-03-27ACPI: bus: Indicate support for the Generic Event Device thru _OSCArmin Wolf1-0/+1
2024-03-27ACPI: bus: Indicate support for more than 16 p-states thru _OSCArmin Wolf1-0/+1
2024-03-27ACPI: bus: Indicate support for _TFP thru _OSCArmin Wolf1-0/+2
2024-03-27ACPI: NHLT: Streamline struct namingCezary Rojewski1-18/+18
2024-03-27ACPI: NHLT: Introduce API for the tableCezary Rojewski3-0/+293
2024-03-26ACPICA: debugger: check status of acpi_evaluate_object() in acpi_db_walk_for_fields()Nikita Kiryushin1-2/+6
2024-03-26ACPI: APEI: EINJ: mark remove callback as non-__exitArnd Bergmann1-1/+1
2024-03-22Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds4-2/+242
2024-03-21Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+0
2024-03-19ACPI: RISC-V: Add CPPC driverSunil V L2-0/+158
2024-03-19ACPI: Enable ACPI_PROCESSOR for RISC-VSunil V L1-1/+1
2024-03-19ACPI: RISC-V: Add LPI driverSunil V L2-1/+83
2024-03-19Merge tag 'acpi-6.9-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-10/+16
2024-03-16Merge tag 'cxl-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds8-41/+323
2024-03-15ACPI: PM: Improve kerneldoc comments for suspend and hibernation functionsYang Li1-10/+14
2024-03-14Merge tag 'sound-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-0/+2
2024-03-14Merge tag 'pci-v6.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pciLinus Torvalds1-12/+0
2024-03-13ACPI: Document handle_eject_request() argumentsYang Li1-0/+2
2024-03-13Merge tag 'thermal-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-39/+22
2024-03-13Merge tag 'acpi-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds30-282/+404
2024-03-13Merge tag 'pm-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-0/+19
2024-03-13Merge branch 'for-6.9/cxl-einj' into for-6.9/cxlDan Williams5-21/+247
2024-03-13Merge branch 'for-6.9/cxl-qos' into for-6.9/cxlDan Williams2-19/+75
2024-03-13lib/firmware_table: Provide buffer length argument to cdat_table_parse()Robert Richter1-1/+1
2024-03-12EINJ: Add CXL error type supportBen Cheatham5-18/+204
2024-03-12EINJ: Migrate to a platform driverBen Cheatham1-4/+44
2024-03-12cxl/region: Deal with numa nodes not enumerated by SRATDave Jiang1-0/+11
2024-03-12cxl/region: Add memory hotplug notifier for cxl regionDave Jiang1-0/+34
2024-03-12ACPI: HMAT / cxl: Add retrieval of generic port coordinates for both access classesDave Jiang1-2/+6