summaryrefslogtreecommitdiffstats
path: root/include/acpi
Commit message (Expand)AuthorAgeFilesLines
* ACPI: video: Add Dell UART backlight controller detectionHans de Goede2024-08-191-0/+1
* ACPICA: Add a depth argument to acpi_execute_reg_methods()Rafael J. Wysocki2024-08-131-0/+1
* Revert "ACPI: EC: Evaluate orphan _REG under EC device"Rafael J. Wysocki2024-08-131-4/+0
* Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-251-1/+1
|\
| * driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman2024-07-031-1/+1
* | Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-07-211-3/+6
|\ \
| * | mm: add comments for allocation helpers explaining why they are macrosSuren Baghdasaryan2024-07-121-3/+6
| |/
* | Merge tag 'iommu-updates-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-07-191-2/+1
|\ \
| * | iommu: Resolve fwspec ops automaticallyRobin Murphy2024-07-041-2/+1
* | | Merge tag 'x86_cc_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-151-3/+16
|\ \ \
| * | | x86/acpi: Add support for CPU offlining for ACPI MADT wakeup methodKirill A. Shutemov2024-06-171-1/+14
| * | | x86/acpi: Rename fields in the acpi_madt_multiproc_wakeup structureKirill A. Shutemov2024-06-171-2/+2
| |/ /
* | | Merge tag 'tag-chrome-platform-for-v6.11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2024-07-151-0/+2
|\ \ \
| * | | ACPI: battery: add devm_battery_hook_register()Thomas Weißschuh2024-07-011-0/+2
| |/ /
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2024-07-152-1/+2
|\ \ \ | |_|/ |/| |
| * | ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplugJames Morse2024-06-281-0/+1
| * | ACPI: processor: Simplify initial onlining to use same path for cold and hotplugJonathan Cameron2024-06-281-1/+1
| |/
* / ACPI: EC: Evaluate orphan _REG under EC deviceRafael J. Wysocki2024-06-131-0/+4
|/
* Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-191-13/+6
|\
| * mm: change inlined allocation helpers to account at the call siteSuren Baghdasaryan2024-04-251-13/+6
* | Merge tag 'hwmon-for-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-05-141-0/+5
|\ \
| * | ACPI: IPMI: Add helper to wait for when SMI is selectedKai-Heng Feng2024-04-281-0/+5
| | |
| \ \
*-. \ \ Merge branches 'acpi-scan' and 'acpi-tables'Rafael J. Wysocki2024-05-133-192/+316
|\ \ \ \
| | * | | ACPI: NHLT: Streamline struct namingCezary Rojewski2024-03-272-34/+34
| | * | | ACPI: NHLT: Drop redundant typesCezary Rojewski2024-03-271-254/+0
| | * | | ACPI: NHLT: Introduce API for the tableCezary Rojewski2024-03-271-0/+181
| | * | | ACPI: NHLT: Reintroduce types the table consists ofCezary Rojewski2024-03-271-0/+189
| | |/ /
| * | | ACPI: scan: Introduce typedef:s for struct acpi_hotplug_context membersAndy Shevchenko2024-04-041-5/+8
| * | | ACPI: bus: Don't use "proxy" headersAndy Shevchenko2024-04-041-0/+5
| * | | ACPI: bus: Make container_of() no-op where it makes senseAndy Shevchenko2024-04-041-5/+5
| |/ /
* | | Merge branch 'acpi-bus'Rafael J. Wysocki2024-05-131-2/+6
|\ \ \
| * \ \ Merge back earlier ACPI bus changes for 6.10.Rafael J. Wysocki2024-04-111-2/+6
| |\ \ \ | | |_|/ | |/| |
| | * | ACPI: drop redundant owner from acpi_driverKrzysztof Kozlowski2024-04-081-1/+0
| | * | ACPI: store owner from modules with acpi_bus_register_driver()Krzysztof Kozlowski2024-04-081-1/+6
| | |/
* | | Merge branch 'acpica'Rafael J. Wysocki2024-05-114-10/+235
|\ \ \ | |/ / |/| |
| * | ACPICA: AEST: Add support for the AEST V2 tableRuidong Tian2024-04-301-6/+82
| * | ACPICA: Update acpixf.h for new ACPICA release 20240322Saket Dumbre2024-04-121-1/+1
| * | ACPICA: Fix CXL 3.0 structure (RDPAS) in the CEDT tableHojin Nam2024-04-121-2/+0
| * | ACPICA: SRAT: Add dump and compiler support for RINTC affinity structureHaibo Xu2024-04-121-1/+1
| * | ACPICA: SRAT: Add RISC-V RINTC affinity structureHaibo Xu2024-04-121-1/+17
| * | ACPICA: ACPI 6.5: RAS2: Add support for RAS2 tableShiju Jose2024-04-121-0/+129
| * | ACPICA: actbl1.h: Add EINJ CXL error typesBen Cheatham2024-04-121-0/+6
| |/
* / ACPI: bus: allow _UID matching for integer zeroRaag Jadav2024-04-081-3/+5
|/
* Merge tag 'acpi-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2024-03-131-8/+8
|\
| *-. Merge branches 'acpi-x86', 'acpi-video', 'acpi-apei' and 'acpi-misc'Rafael J. Wysocki2024-03-111-7/+7
| |\ \
| | * | ACPI: x86: Move acpi_quirk_skip_serdev_enumeration() out of CONFIG_X86_ANDROI...Hans de Goede2024-02-221-7/+7
| | |/
| * / ACPI: bus: make acpi_bus_type constRicardo B. Marliere2024-02-121-1/+1
| |/
* / ACPI: CPPC: Add helper to get the highest performance valueMeng Li2024-01-311-0/+5
|/
* Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-01-181-0/+2
|\
| * iommu: Retire bus opsRobin Murphy2023-11-271-0/+2