aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-07Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds2-5/+11
2021-05-06Merge tag 'acpi-5.13-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds5-5/+5
2021-05-06Merge branches 'acpi-pm' and 'acpi-docs'Rafael J. Wysocki4-4/+2
2021-05-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+4
2021-05-05Merge tag 'pci-v5.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+7
2021-05-05acpi,memhotplug: enable MHP_MEMMAP_ON_MEMORY when supportedOscar Salvador1-1/+4
2021-05-01Merge tag 'iommu-updates-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-6/+7
2021-04-30Revert "ACPI: scan: Turn off unused power resources during initialization"Rafael J. Wysocki4-4/+2
2021-04-28ACPI: custom_method: fix a possible memory leakMark Langsdorf1-0/+2
2021-04-28ACPI: custom_method: fix potential use-after-free issueMark Langsdorf1-1/+1
2021-04-27Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds2-2/+4
2021-04-26Merge branch 'acpi-misc'Rafael J. Wysocki22-133/+130
2021-04-26Merge branches 'acpi-cppc', 'acpi-video' and 'acpi-utils'Rafael J. Wysocki4-29/+72
2021-04-26Merge branches 'acpi-scan', 'acpi-drivers', 'acpi-pm' and 'acpi-resources'Rafael J. Wysocki7-127/+83
2021-04-26Merge branch 'acpi-messages'Rafael J. Wysocki5-34/+24
2021-04-26Merge branches 'acpi-pci' and 'acpi-processor'Rafael J. Wysocki9-248/+200
2021-04-26Merge branch 'acpica'Rafael J. Wysocki14-8/+191
2021-04-23ACPI: irq: Prevent unregistering of GIC SGIsMarc Zyngier1-1/+5
2021-04-23ACPI: GTDT: Don't corrupt interrupt mappings on watchdow probe failureMarc Zyngier1-4/+6
2021-04-21ACPI: video: use native backlight for GA401/GA502/GA503Luke D Jones1-0/+24
2021-04-21ACPI: APEI: remove redundant assignment to variable rcColin Ian King1-1/+0
2021-04-16PCI: tegra: Add Tegra194 MCFG quirks for ECAM errataVidya Sagar1-0/+7
2021-04-16Merge branches 'iommu/fixes', 'arm/mediatek', 'arm/smmu', 'arm/exynos', 'unisoc', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg Roedel1-6/+7
2021-04-13ACPI: utils: Capitalize abbreviations in the commentsAndy Shevchenko1-2/+2
2021-04-13ACPI: utils: Document for_each_acpi_dev_match() macroAndy Shevchenko1-2/+6
2021-04-13ACPI: bus: Introduce acpi_dev_get() and reuse it in ACPI codeAndy Shevchenko3-11/+10
2021-04-12ACPI: scan: Utilize match_string() APIAndy Shevchenko1-12/+10
2021-04-08treewide: Change list_sort to use const pointersSami Tolvanen2-2/+4
2021-04-08ACPI: CPPC: Replace cppc_attr with kobj_attributeNathan Chancellor1-11/+3
2021-04-08ACPI: scan: Call acpi_get_object_info() from acpi_set_pnp_ids()Rafael J. Wysocki3-14/+11
2021-04-08ACPI: scan: Drop sta argument from acpi_init_device_object()Rafael J. Wysocki3-18/+16
2021-04-08ACPI: scan: Drop sta argument from acpi_add_single_object()Rafael J. Wysocki1-14/+10
2021-04-08ACPI: scan: Rearrange checks in acpi_bus_check_add()Rafael J. Wysocki1-19/+11
2021-04-08ACPI: scan: Fold acpi_bus_type_and_status() into its callerRafael J. Wysocki1-48/+32
2021-04-08ACPI: video: Check LCD flag on ACPI-reduced-hardware devicesHans de Goede1-13/+26
2021-04-08ACPI: utils: Add acpi_reduced_hardware() helperHans de Goede1-0/+11
2021-04-08ACPI: dock: fix some coding style issuesXiaofei Tan1-2/+5
2021-04-08ACPI: sysfs: fix some coding style issuesXiaofei Tan1-5/+10
2021-04-08ACPI: PM: add a missed blank line after declarationsXiaofei Tan1-0/+3
2021-04-08ACPI: custom_method: fix a coding style issueXiaofei Tan1-1/+1
2021-04-08ACPI: CPPC: fix some coding style issuesXiaofei Tan1-35/+36
2021-04-08ACPI: button: fix some coding style issuesXiaofei Tan1-7/+2
2021-04-08ACPI: battery: fix some coding style issuesXiaofei Tan1-29/+34
2021-04-08ACPI: acpi_pad: add a missed blank line after declarationsXiaofei Tan1-0/+4
2021-04-08ACPI: LPSS: add a missed blank line after declarationsXiaofei Tan1-0/+2
2021-04-08ACPI: ipmi: remove useless return statement for void functionXiaofei Tan1-1/+0
2021-04-08ACPI: processor: fix some coding style issuesXiaofei Tan1-13/+5
2021-04-08ACPI: APD: fix a block comment align issueXiaofei Tan1-4/+4
2021-04-08ACPI: AC: fix some coding style issuesXiaofei Tan1-20/+8
2021-04-07ACPICA: ACPI 6.4: add CSI2Bus resource templateBob Moore12-7/+175