summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iommu-updates-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-07-028-115/+519
|\
| *---. Merge branches 'iommu/fixes', 'arm/rockchip', 'arm/smmu', 'x86/vt-d', 'x86/am...Joerg Roedel2021-06-258-115/+519
| |\ \ \
| | | | * ACPI: Add driver for the VIOT tableJean-Philippe Brucker2021-06-255-0/+376
| | | | * ACPI: Move IOMMU setup code out of IORTJean-Philippe Brucker2021-06-252-67/+80
| | | | * ACPI: arm64: Move DMA setup operations out of IORTJean-Philippe Brucker2021-06-254-47/+60
| | | |/ | | |/|
| | | * Merge tag 'arm-smmu-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Joerg Roedel2021-06-171-1/+3
| | |/|
| | | * ACPI/IORT: Enable stall support for platform devicesJean-Philippe Brucker2021-06-081-1/+3
* | | | Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-06-301-0/+14
|\ \ \ \
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-187-39/+68
| |\| | |
| * | | | ACPI: utils: Introduce acpi_get_local_address()Calvin Johnson2021-06-111-0/+14
| | |_|/ | |/| |
* | | | Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-06-303-0/+66
|\ \ \ \
| * | | | ACPI: Add quirks for AMD Renoir/Lucienne CPUs to force the D3 hintMario Limonciello2021-06-163-0/+37
| * | | | ACPI: Check StorageD3Enable _DSD property in ACPI codeMario Limonciello2021-06-161-0/+29
| |/ / /
* | | | Merge tag 'platform-drivers-x86-v5.14-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-06-301-1/+1
|\ \ \ \
| * | | | mfd: tps68470: Remove tps68470 MFD driverDaniel Scally2021-06-171-1/+1
* | | | | Merge tag 'devprop-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-06-292-2/+2
|\ \ \ \ \
| * | | | | ACPI: scan: Constify acpi_dma_supported() helper functionAndy Shevchenko2021-06-071-1/+1
| * | | | | ACPI: IORT: Handle device properties with software node APIHeikki Krogerus2021-05-171-1/+1
| | | | | |
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
*-----. \ \ \ \ \ Merge branches 'acpi-ec', 'acpi-apei', 'acpi-soc' and 'acpi-misc'Rafael J. Wysocki2021-06-2911-54/+130
|\ \ \ \ \ \ \ \ \
| | | | * | | | | | ACPI: NVS: fix doc warnings in nvs.cBaokun Li2021-06-171-12/+12
| | | | * | | | | | ACPI: OSL: Use DEFINE_RES_IO_NAMED() to simplify codeZhen Lei2021-06-071-6/+1
| | | | * | | | | | ACPI: bus: Call kobject_put() in acpi_init() error pathHanjun Guo2021-06-071-0/+1
| | | | * | | | | | ACPI: bus: Remove unneeded assignmentHanjun Guo2021-06-071-3/+1
| | | | * | | | | | ACPI: configfs: Replace ACPI_INFO() with pr_debug()Hanjun Guo2021-05-241-4/+1
| | | | * | | | | | ACPI: ipmi: Remove address space handler in error pathHanjun Guo2021-05-241-1/+6
| | | | * | | | | | ACPI: event: Remove redundant initialization of local variableShaokun Zhang2021-05-211-1/+1
| | | | * | | | | | ACPI: sbshc: Fix fall-through warning for ClangGustavo A. R. Silva2021-05-211-1/+0
| | | | | |_|/ / / | | | | |/| | | |
| | | * | | | | | ACPI: LPSS: Use kstrtol() instead of simple_strtol()Liu Shixin2021-06-071-7/+6
| | * | | | | | | ACPI: APEI: fix synchronous external aborts in user-modeXiaofei Tan2021-06-171-17/+64
| | * | | | | | | ACPI: APEI: Don't warn if ACPI is disabledJon Hunter2021-05-211-1/+1
| | | |/ / / / / | | |/| | | | |
| * | | | | | | ACPI: EC: trust DSDT GPE for certain HP laptopZhang Rui2021-06-211-1/+20
| * | | | | | | ACPI: EC: Make more Asus laptops use ECDT _GPEChris Chiu2021-05-211-0/+16
| |/ / / / / /
| | | | | | |
| \ \ \ \ \ \
*-. \ \ \ \ \ \ Merge branches 'acpi-dptf' and 'acpi-messages'Rafael J. Wysocki2021-06-2919-121/+108
|\ \ \ \ \ \ \ \
| | * | | | | | | ACPI: Remove the macro PREFIX "ACPI: "Hanjun Guo2021-06-071-2/+0
| | * | | | | | | ACPI: sleep: Unify the message printingHanjun Guo2021-06-071-9/+9
| | * | | | | | | ACPI: sbs: Unify the message printingHanjun Guo2021-06-071-6/+6
| | * | | | | | | ACPI: scan: Unify the log message printingHanjun Guo2021-06-071-5/+6
| | * | | | | | | ACPI: sbshc: Unify the message printingHanjun Guo2021-06-071-4/+4
| | * | | | | | | ACPI: sysfs: Cleanup message printingHanjun Guo2021-06-071-5/+3
| | * | | | | | | ACPI: reboot: Unify the message printingHanjun Guo2021-06-071-1/+3
| | * | | | | | | ACPI: processor_throttling: Cleanup the printing messagesHanjun Guo2021-06-071-34/+26
| | * | | | | | | ACPI: processor_perflib: Cleanup print messagesHanjun Guo2021-06-071-20/+18
| | * | | | | | | ACPI: processor_thermal: Remove unused PREFIX for printingHanjun Guo2021-06-071-2/+0
| | * | | | | | | ACPI: pci_root: Unify the message printingHanjun Guo2021-06-071-1/+3
| | * | | | | | | ACPI: osl: Remove the duplicated PREFIX for message printingHanjun Guo2021-06-071-2/+2
| | * | | | | | | ACPI: nvs: Unify the message printingHanjun Guo2021-06-071-3/+5
| | * | | | | | | ACPI: glue: Clean up the printing messagesHanjun Guo2021-06-071-20/+9
| | * | | | | | | ACPI: event: Use pr_*() macros to replace printk()Hanjun Guo2021-06-071-2/+4
| | * | | | | | | ACPI: bus: Use pr_*() macros to replace printk()Hanjun Guo2021-06-071-2/+2
| | * | | | | | | ACPI: blacklist: Unify the message printingHanjun Guo2021-06-071-4/+5