summaryrefslogtreecommitdiffstats
path: root/drivers/acpi (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | ACPI: scan: Avoid enumerating devices with clearly invalid _STA valuesRafael J. Wysocki2024-04-302-1/+12
| | * | | | | | Merge back earlier ACPI device enumeration changes for 6.10.Rafael J. Wysocki2024-04-112-45/+31
| | |\ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| | | * | | | | ACPI: scan: Introduce typedef:s for struct acpi_hotplug_context membersAndy Shevchenko2024-04-042-34/+19
| | | * | | | | ACPI: scan: Use standard error checking patternAndy Shevchenko2024-04-041-4/+5
| | | * | | | | ACPI: scan: Move misleading comment to acpi_dma_configure_id()Andy Shevchenko2024-04-041-5/+5
| | | * | | | | ACPI: scan: Use list_first_entry_or_null() in acpi_device_hid()Andy Shevchenko2024-04-041-2/+2
| | | | |_|_|/ | | | |/| | |
| * | | | | | Merge branch 'acpi-bus'Rafael J. Wysocki2024-05-131-4/+10
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge back earlier ACPI bus changes for 6.10.Rafael J. Wysocki2024-04-111-4/+10
| | |\ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| | | * | | | | ACPI: store owner from modules with acpi_bus_register_driver()Krzysztof Kozlowski2024-04-081-4/+5
| | | * | | | | ACPI: bus: Indicate support for IRQ ResourceSource thru _OSCArmin Wolf2024-03-271-0/+1
| | | * | | | | ACPI: bus: Indicate support for the Generic Event Device thru _OSCArmin Wolf2024-03-271-0/+1
| | | * | | | | ACPI: bus: Indicate support for more than 16 p-states thru _OSCArmin Wolf2024-03-271-0/+1
| | | * | | | | ACPI: bus: Indicate support for _TFP thru _OSCArmin Wolf2024-03-271-0/+2
| | | | |_|/ / | | | |/| | |
| * | | | | | Merge branch 'acpica'Rafael J. Wysocki2024-05-115-37/+79
| |\ \ \ \ \ \
| | * | | | | | ACPICA: events/evgpeinit: don't forget to increment registered GPE countDaniil Tatianin2024-04-121-0/+1
| | * | | | | | ACPICA: Modify ACPI_OBJECT_COMMON_HEADERlijun2024-04-121-36/+71
| | * | | | | | ACPICA: Fix spelling and typosSaket Dumbre2024-04-121-1/+1
| | * | | | | | ACPICA: Clean up the fix for Issue #900Saket Dumbre2024-04-121-1/+6
| | * | | | | | ACPICA: Fix various spelling mistakes in text files and code commentsColin Ian King2024-04-121-1/+1
| | * | | | | | ACPICA: Attempt 1 to fix issue #900Saket Dumbre2024-04-121-1/+1
| | * | | | | | ACPI: disable -Wstringop-truncationArnd Bergmann2024-04-091-0/+1
| | |/ / / / /
| * | | | | / ACPI: video: Add backlight=native quirk for Lenovo Slim 7 16ARH7Takashi Iwai2024-05-071-0/+8
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'pm-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2024-05-141-1/+3
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'pm-cpufreq'Rafael J. Wysocki2024-05-131-1/+3
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | cppc_acpi: print error message if CPPC is unsupportedPerry Yuan2024-04-261-1/+3
| | | |_|_|/ | | |/| | |
* | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2024-05-142-23/+14
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | ACPICA: Detect FACS even for hardware reduced platformsDavid Woodhouse2024-04-182-23/+14
| | |/ / / | |/| | |
* | | | | Merge branch 'acpi-cppc'Rafael J. Wysocki2024-04-251-18/+39
|\ \ \ \ \
| * | | | | ACPI: CPPC: Fix access width used for PCC registersVanshidhar Konda2024-04-221-16/+37
| * | | | | ACPI: CPPC: Fix bit_offset shift in MASK_VAL() macroJarred White2024-04-221-2/+2
| | |_|_|/ | |/| | |
* / | | | ACPI: PM: s2idle: Evaluate all Low-Power S0 Idle _DSM functionsRafael J. Wysocki2024-04-231-5/+3
|/ / / /
* / / / ACPI: scan: Do not increase dep_unmet for already met dependenciesHans de Goede2024-04-081-1/+2
|/ / /
* / / ACPI: thermal: Register thermal zones without valid trip pointsStephen Horvath2024-04-021-12/+10
|/ /
* | Merge branch 'acpica'Rafael J. Wysocki2024-03-291-2/+6
|\ \
| * | ACPICA: debugger: check status of acpi_evaluate_object() in acpi_db_walk_for_...Nikita Kiryushin2024-03-261-2/+6
| |/
* / ACPI: APEI: EINJ: mark remove callback as non-__exitArnd Bergmann2024-03-261-1/+1
|/
* Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-03-224-2/+242
|\
| * ACPI: RISC-V: Add CPPC driverSunil V L2024-03-202-0/+158
| * ACPI: Enable ACPI_PROCESSOR for RISC-VSunil V L2024-03-201-1/+1
| * ACPI: RISC-V: Add LPI driverSunil V L2024-03-202-1/+83
* | 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
* | | Merge tag 'acpi-6.9-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2024-03-192-10/+16
|\ \ \
| * | | ACPI: PM: Improve kerneldoc comments for suspend and hibernation functionsYang Li2024-03-151-10/+14
| * | | ACPI: Document handle_eject_request() argumentsYang Li2024-03-131-0/+2
* | | | Merge tag 'cxl-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds2024-03-168-41/+323
|\ \ \ \
| * \ \ \ Merge branch 'for-6.9/cxl-einj' into for-6.9/cxlDan Williams2024-03-135-21/+247
| |\ \ \ \
| | * | | | EINJ: Add CXL error type supportBen Cheatham2024-03-135-18/+204
| | * | | | EINJ: Migrate to a platform driverBen Cheatham2024-03-131-4/+44
| * | | | | Merge branch 'for-6.9/cxl-qos' into for-6.9/cxlDan Williams2024-03-132-19/+75
| |\ \ \ \ \