summaryrefslogtreecommitdiff
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2021-09-29PCI/ACPI: Check for _OSC support in acpi_pci_osc_control_set()Joerg Roedel1-49/+32
2021-09-29PCI/ACPI: Move _OSC query checks to separate functionJoerg Roedel1-9/+19
2021-09-29PCI/ACPI: Move supported and control calculations to separate functionsJoerg Roedel1-38/+55
2021-09-29PCI/ACPI: Remove OSC_PCI_SUPPORT_MASKS and OSC_PCI_CONTROL_MASKSJoerg Roedel1-6/+3
2021-09-27ACPI: NFIT: Use fallback node id when numa info in NFIT table is incorrectJia He1-0/+12
2021-09-27ACPI: glue: Look for ACPI bus type only if ACPI companion is not knownRafael J. Wysocki1-11/+17
2021-09-27ACPI: glue: Drop cleanup callback from struct acpi_bus_typeRafael J. Wysocki1-9/+3
2021-09-27PCI: ACPI: Drop acpi_pci_busRafael J. Wysocki1-12/+22
2021-09-24ACPI: processor idle: Allow playing dead in C3 stateRichard Gong1-1/+2
2021-09-24ACPI: Kconfig: Fix a typo in KconfigMasanari Iida1-1/+1
2021-09-24ACPI: PNP: remove duplicated BRI0A49 and BDP3336 entriesKrzysztof Kozlowski1-2/+0
2021-09-23Revert "ACPI: Add memory semantics to acpi_os_map_memory()"Jia He1-16/+7
2021-09-15ACPI: resources: Add DMI-based legacy IRQ override quirkHui Wang1-2/+47
2021-09-10Merge tag 'acpi-5.15-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-2/+9
2021-09-10Merge branches 'acpi-scan' and 'acpi-prm'Rafael J. Wysocki2-2/+9
2021-09-10Merge branches 'pm-cpufreq', 'pm-sleep' and 'pm-em'Rafael J. Wysocki1-16/+31
2021-09-09Merge tag 'acpi-5.15-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-28/+39
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-15/+31
2021-09-08ACPI: PRM: Find PRMT table before parsing itAubrey Li1-1/+9
2021-09-08ACPI: memhotplug: use a single static memory group for a single memory deviceDavid Hildenbrand1-5/+30
2021-09-08ACPI: memhotplug: memory resources cannot be enabled yetDavid Hildenbrand1-4/+0
2021-09-08mm/memory_hotplug: remove nid parameter from remove_memory() and friendsDavid Hildenbrand1-6/+1
2021-09-07ACPI: CPPC: Introduce cppc_get_nominal_perf()Rafael J. Wysocki1-16/+31
2021-09-07ACPI: scan: Remove unneeded header linux/nls.hKari Argillander1-1/+0
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-3/+2
2021-09-03memblock: make memblock_find_in_range method privateMike Rapoport1-3/+2
2021-09-03Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds1-4/+6
2021-09-02ACPI: PM: s2idle: Run both AMD and Microsoft methods if both are supportedMario Limonciello1-28/+39
2021-09-02Merge branch 'clk-frac-divider' into clk-nextStephen Boyd1-2/+2
2021-09-01Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+1
2021-08-30Merge branches 'acpi-osl', 'acpi-power' and 'acpi-misc'Rafael J. Wysocki3-22/+50
2021-08-30Merge branches 'acpi-dptf', 'acpi-processor', 'acpi-tables' and 'acpi-platform'Rafael J. Wysocki7-12/+24
2021-08-30Merge branches 'acpi-numa', 'acpi-glue', 'acpi-config' and 'acpi-pmic'Rafael J. Wysocki7-79/+93
2021-08-30Merge branch 'acpica'Rafael J. Wysocki1-3/+2
2021-08-27ACPI: power: Drop name from struct acpi_power_resourceRafael J. Wysocki1-5/+9
2021-08-27ACPI: power: Use acpi_handle_debug() to print debug messagesRafael J. Wysocki1-10/+14
2021-08-25ACPI: tables: FPDT: Do not print FW_BUG message if record types are reservedAdrian Huang1-4/+3
2021-08-25ACPI: button: Add DMI quirk for Lenovo Yoga 9 (14INTL5)Ulrich Huber1-0/+11
2021-08-25ACPI: Add memory semantics to acpi_os_map_memory()Lorenzo Pieralisi1-7/+16
2021-08-20Merge branch 'acpi-pm'Rafael J. Wysocki1-2/+2
2021-08-16ACPI: SPCR: Add support for the new 16550-compatible Serial Port SubtypeMarcin Wojtas1-0/+1
2021-08-16ACPI: platform-profile: call sysfs_notify() from platform_profile_store()Hans de Goede1-0/+3
2021-08-16ACPI: PM: s2idle: Invert Microsoft UUID entry and exitMario Limonciello1-2/+2
2021-08-16ACPI: PRM: Deal with table not present or no module foundAubrey Li1-0/+6
2021-08-16ACPICA: Fix an if statement (add parens)Bob Moore1-3/+2
2021-08-15Merge tag 'libnvdimm-fixes-5.14-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+3
2021-08-12clk: fractional-divider: Introduce POWER_OF_TWO_PS flagAndy Shevchenko1-2/+2
2021-08-11ACPI: NFIT: Fix support for virtual SPA rangesDan Williams1-0/+3
2021-08-09Merge 5.14-rc5 into driver-core-nextGreg Kroah-Hartman4-25/+52
2021-08-04ACPI: processor: Replace deprecated CPU-hotplug functionsSebastian Andrzej Siewior3-8/+8