summaryrefslogtreecommitdiff
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2021-02-04ACPI: AC: Clean up printing messagesRafael J. Wysocki2-14/+10
2021-02-04ACPI: bus: Drop ACPI_BUS_COMPONENT which is not used any moreRafael J. Wysocki1-1/+0
2021-02-04ACPI: utils: Clean up printing messagesRafael J. Wysocki1-38/+18
2021-02-04ACPI: scan: Clean up printing messagesRafael J. Wysocki1-17/+12
2021-02-04ACPI: bus: Clean up printing messagesRafael J. Wysocki1-34/+26
2021-02-04ACPI: PM: Clean up printing messagesRafael J. Wysocki2-13/+8
2021-02-04ACPI: power: Clean up printing messagesRafael J. Wysocki1-29/+15
2021-02-04Merge branch 'acpi-scan' into acpi-messagesRafael J. Wysocki1-50/+49
2021-02-04ACPI: Add support for native USB4 control _OSCMika Westerberg1-0/+76
2021-02-04ACPI: Execute platform _OSC also with query bit clearMario Limonciello1-12/+31
2021-02-01ACPI: scan: Fix battery devices sometimes never bindingHans de Goede1-5/+5
2021-02-01Merge tag 'v5.11-rc6' into patchworkMauro Carvalho Chehab7-50/+69
2021-01-30Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-2/+12
2021-01-29ACPI: tables: introduce support for FPDT tableZhang Rui3-0/+273
2021-01-29Merge branch 'acpi-sysfs'Rafael J. Wysocki1-14/+6
2021-01-27ACPI: APEI: Add is_generic_error() to identify GHES sourcesYazen Ghannam1-4/+8
2021-01-27ACPI: platform-profile: Fix possible deadlock in platform_profile_remove()Hans de Goede1-6/+2
2021-01-27ACPI: platform-profile: Introduce object pointers to callbacksJiaxun Yang1-2/+2
2021-01-27PCI/ACPI: Clarify message about _OSC failureBjorn Helgaas1-4/+3
2021-01-27PCI/ACPI: Remove unnecessary osc_lockBjorn Helgaas1-20/+10
2021-01-27PCI/ACPI: Make acpi_pci_osc_control_set() staticBjorn Helgaas1-2/+1
2021-01-27ACPI/IORT: Do not blindly trust DMA masks from firmwareMoritz Fischer1-2/+12
2021-01-26media: ACPI / bus: Add acpi_dev_get_next_match_dev() and helper macroDaniel Scally1-4/+26
2021-01-25ACPI: scan: Rearrange code related to acpi_get_device_data()Rafael J. Wysocki1-18/+17
2021-01-25ACPI: scan: Adjust white space in acpi_device_add()Rafael J. Wysocki1-2/+7
2021-01-25ACPI: scan: Rearrange memory allocation in acpi_device_add()Rafael J. Wysocki1-31/+26
2021-01-25ACPI: platform-profile: Drop const qualifier for cur_profileJiaxun Yang1-2/+2
2021-01-25ACPI: thermal: Do not call acpi_thermal_check() directlyRafael J. Wysocki1-13/+33
2021-01-25ACPI: sysfs: Prefer "compatible" modaliasKai-Heng Feng1-14/+6
2021-01-22ACPI: configfs: add missing check after configfs_register_default_group()Qinglang Miao1-1/+6
2021-01-22ACPI: CPPC: initialise vaddr pointers to NULLIonela Voinescu1-2/+2
2021-01-22ACPI: CPPC: add __iomem annotation to generic_comm_base pointerIonela Voinescu1-2/+2
2021-01-22ACPI: Use DEVICE_ATTR_<RW|RO|WO> macrosDwaipayan Ray6-71/+66
2021-01-22ACPICA: Updated all copyrights to 2021Bob Moore142-143/+143
2021-01-22ACPICA: add type casts for string functionsBob Moore2-4/+4
2021-01-22ACPICA: fix -WfallthroughNick Desaulniers9-12/+11
2021-01-20ACPI: scan: Make acpi_bus_get_device() clear return pointer on errorHans de Goede1-0/+2
2021-01-20acpi/drivers/thermal: Remove TRIPS_NONE cooling device bindingDaniel Lezcano1-19/+0
2021-01-18ACPICA: Clean up exception code class checksMaximilian Luz4-5/+4
2021-01-11ACPI: NFIT: Fix flexible_array.cocci warningsDan Williams1-47/+28
2021-01-11ACPI: scan: Harden acpi_device_add() against device ID overflowsDexuan Cui2-2/+15
2021-01-08Merge branches 'acpi-scan' and 'acpi-misc'Rafael J. Wysocki1-6/+0
2021-01-07thermal/drivers/acpi: Use hot and critical opsDaniel Lezcano1-16/+14
2021-01-07ACPI: Update Kconfig help text for items that are no longer modularPeter Robinson1-6/+0
2021-01-07ACPI: PM: s2idle: Drop unused local variables and related codeRafael J. Wysocki1-13/+1
2020-12-30ACPI: platform: Add platform profile supportMark Pearson3-0/+199
2020-12-24Merge tag 'libnvdimm-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-5/+10
2020-12-23Merge tag 'acpi-5.11-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-330/+598
2020-12-23Merge tag 'pm-5.11-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2-82/+61
2020-12-22Merge branch 'pm-cpufreq'Rafael J. Wysocki2-83/+61