summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* ACPI: NHLT: Introduce API for the tableCezary Rojewski2024-03-271-0/+3
* Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-03-221-1/+1
|\
| * ACPI: Enable ACPI_PROCESSOR for RISC-VSunil V L2024-03-191-1/+1
* | Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2024-03-211-1/+0
|\ \
| * | treewide: replace or remove redundant def_bool in Kconfig filesMasahiro Yamada2024-02-201-1/+0
| |/
* / ACPI: Drop the custom_method debugfs interfaceRafael J. Wysocki2024-02-221-14/+0
|/
* Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-01-181-1/+0
|\
| * ACPI: Move ACPI_HOTPLUG_CPU to be disabled on arm64 and riscvJames Morse2023-12-061-1/+0
* | thermal: ACPI: Move the ACPI thermal library to drivers/acpi/Rafael J. Wysocki2023-11-211-0/+5
|/
* Merge tag 'cxl-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds2023-11-041-0/+1
|\
| * acpi: Move common tables helper functions to common libDave Jiang2023-10-271-0/+1
* | arch: Remove Itanium (IA-64) architectureArd Biesheuvel2023-09-111-3/+3
|/
* acpi/prmt: Use EFI runtime sandbox to invoke PRM handlersArd Biesheuvel2023-08-221-1/+1
* LoongArch: Add SMT (Simultaneous Multi-Threading) supportHuacai Chen2023-06-291-1/+1
* Merge tag 'acpi-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2022-12-121-0/+10
|\
| * ACPI: Implement a generic FFH Opregion handlerSudeep Holla2022-11-141-0/+10
* | ACPI: Enable FPDT on arm64Jeremy Linton2022-11-141-1/+1
|/
* Merge tag 'platform-drivers-x86-v6.1-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2022-10-051-0/+1
|\
| * ACPI: video: Add Nvidia WMI EC brightness control detection (v3)Hans de Goede2022-09-031-0/+1
| |
| \
*-. \ Merge branches 'acpi-misc', 'acpi-tools' and 'acpi-docs'Rafael J. Wysocki2022-10-031-4/+0
|\ \ \ | |_|/ |/| |
| | * ACPI: docs: Drop useless DSDT override documentationRafael J. Wysocki2022-09-281-1/+0
| |/ |/|
| * ACPI: Kconfig: Drop link to https://01.org/linux-acpiRafael J. Wysocki2022-09-281-3/+0
|/
* Merge tag 'efi-next-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-08-031-15/+15
|\
| * ACPI: Move PRM config option under the main ACPI configSudeep Holla2022-06-301-15/+15
| * ACPI: Enable Platform Runtime Mechanism(PRM) support on ARM64Sudeep Holla2022-06-301-1/+1
| |
| \
*-. | Merge branches 'acpi-video', 'acpi-pci' and 'acpi-docs'Rafael J. Wysocki2022-07-291-1/+1
|\ \|
| * | ACPI: video: Drop X86 dependency from KconfigRiwen Lu2022-06-291-1/+1
| |/
* / ACPI: processor: Split out thermal initialization from ACPI PSSRiwen Lu2022-06-291-1/+1
|/
* ACPI: clean up double words in two commentsTom Rix2022-02-211-1/+1
* ACPI: require CRC32 to buildRandy Dunlap2022-01-311-0/+1
* Merge tag 'acpi-5.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-01-181-0/+22
|\
| * Merge branch 'acpi-pfrut'Rafael J. Wysocki2022-01-171-0/+22
| |\
| | * ACPI: Introduce Platform Firmware Runtime Telemetry driverChen Yu2021-12-271-2/+6
| | * ACPI: Introduce Platform Firmware Runtime Update device driverChen Yu2021-12-271-0/+18
* | | Merge tag 'cxl-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds2022-01-121-0/+3
|\ \ \ | |/ / |/| |
| * | ACPI: Keep sub-table parsing infrastructure available for modulesDan Williams2021-11-151-0/+3
| |/
* / ACPI: PCC: Implement OperationRegion handler for the PCC Type 3 subtypeSudeep Holla2022-01-041-0/+17
|/
* ACPI: Kconfig: Fix a typo in KconfigMasanari Iida2021-09-241-1/+1
*-. Merge branches 'acpi-numa', 'acpi-glue', 'acpi-config' and 'acpi-pmic'Rafael J. Wysocki2021-08-301-2/+2
|\ \
| * | ACPI: Add LoongArch support for ACPI_PROCESSOR/ACPI_NUMAHuacai Chen2021-07-161-2/+2
| |/
* / ACPI: Kconfig: Fix table override from built-in initrdRobert Richter2021-07-191-1/+1
|/
* Merge tag 'acpi-5.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-07-071-0/+10
|\
| * ACPI: Kconfig: Provide help text for the ACPI_PRMT optionRafael J. Wysocki2021-07-011-0/+10
* | Merge tag 'iommu-updates-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-07-021-0/+3
|\ \ | |/ |/|
| * ACPI: Add driver for the VIOT tableJean-Philippe Brucker2021-06-251-0/+3
* | ACPI: PRM: implement OperationRegion handler for the PlatformRtMechanism subtypeErik Kaneda2021-06-101-0/+5
|/
* Merge branch 'acpi-tables'Rafael J. Wysocki2021-02-251-0/+8
|\
| * ACPI: tables: introduce support for FPDT tableZhang Rui2021-01-291-0/+8
* | ACPI: platform: Hide ACPI_PLATFORM_PROFILE optionMaximilian Luz2021-02-241-15/+1
* | Merge branches 'acpi-scan', 'acpi-properties' and 'acpi-platform'Rafael J. Wysocki2021-02-151-0/+17
|\ \ | |/ |/|