aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/acpi (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-2/+1
2023-08-28Merge tag 'acpi-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds33-494/+759
2023-08-28Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-1/+4
2023-08-28Merge tag 'efi-next-for-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efiLinus Torvalds2-5/+5
2023-08-25Merge branch 'acpi-pm'Rafael J. Wysocki1-34/+65
2023-08-25Merge branches 'acpi-scan', 'acpi-tad', 'acpi-extlog' and 'acpi-misc'Rafael J. Wysocki10-22/+49
2023-08-25Merge branch 'acpi-thermal'Rafael J. Wysocki1-246/+201
2023-08-25Merge branch 'acpi-processor'Rafael J. Wysocki6-137/+163
2023-08-25Merge branches 'acpi-bus' and 'acpi-video'Rafael J. Wysocki8-39/+173
2023-08-25Merge branch 'acpica'Rafael J. Wysocki10-16/+108
2023-08-22acpi/prmt: Use EFI runtime sandbox to invoke PRM handlersArd Biesheuvel2-4/+4
2023-08-22efi/runtime-wrappers: Remove duplicated macro for service returning voidArd Biesheuvel1-1/+1
2023-08-21mm/memory_hotplug: allow memmap on memory hotplug request to fallbackAneesh Kumar K.V1-2/+1
2023-08-21ACPI: x86: s2idle: Add a function to get LPS0 constraint for a deviceMario Limonciello1-0/+24
2023-08-21ACPI: x86: s2idle: Add for_each_lpi_constraint() helperAndy Shevchenko1-11/+15
2023-08-21ACPI: x86: s2idle: Add more debugging for AMD constraints parsingMario Limonciello1-3/+7
2023-08-21ACPI: x86: s2idle: Fix a logic error parsing AMD constraints tableMario Limonciello1-19/+12
2023-08-21ACPI: x86: s2idle: Catch multiple ACPI_TYPE_PACKAGE objectsMario Limonciello1-0/+6
2023-08-21ACPI: x86: s2idle: Post-increment variables when getting constraintsMario Limonciello1-4/+4
2023-08-21ACPI: resource: Fix IRQ override quirk for PCSpecialist Elimina Pro 16 MHans de Goede1-1/+5
2023-08-17ACPI: TAD: Install SystemCMOS address space handler for ACPI000EZhang Rui2-12/+40
2023-08-17ACPI: Remove assorted unused declarations of functionsYue Haibing1-1/+0
2023-08-17ACPI: extlog: Fix finding the generic error data for v3 structureXiaochun Lee1-1/+1
2023-08-17ACPI: video: Add backlight=native DMI quirk for Apple iMac12,1 and iMac12,2Hans de Goede1-0/+18
2023-08-17ACPI: video: Put ACPI video and its child devices into D0 on bootKai-Heng Feng1-0/+6
2023-08-17ACPI: processor: LoongArch: Get physical ID from MADTBibo Mao1-0/+29
2023-08-17ACPI: scan: Defer enumeration of devices with a _DEP pointing to IVSC deviceWentong Wu1-0/+3
2023-08-17ACPI: thermal: Eliminate code duplication from acpi_thermal_notify()Rafael J. Wysocki1-10/+10
2023-08-17ACPI: thermal: Drop unnecessary thermal zone callbacksRafael J. Wysocki1-115/+0
2023-08-17ACPI: thermal: Rework thermal_get_trend()Rafael J. Wysocki1-29/+37
2023-08-17ACPI: thermal: Use trip point table to register thermal zonesRafael J. Wysocki1-7/+86
2023-08-17ACPI: thermal: Introduce struct acpi_thermal_tripRafael J. Wysocki1-51/+45
2023-08-17ACPI: thermal: Carry out trip point updates under zone lockRafael J. Wysocki1-13/+28
2023-08-17ACPI: thermal: Clean up acpi_thermal_register_thermal_zone()Rafael J. Wysocki1-18/+14
2023-08-15perf/smmuv3: Enable HiSilicon Erratum 162001900 quirk for HIP08/09Yicong Yang1-1/+4
2023-08-13Merge tag 'platform-drivers-x86-v6.5-4' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86Linus Torvalds1-0/+1
2023-08-10Merge 'acpi-bus' material for v6.6 to satisfy dependencies.Rafael J. Wysocki7-39/+140
2023-08-10ACPI: thermal: Drop redundant local variable from acpi_thermal_resume()Rafael J. Wysocki1-4/+3
2023-08-10ACPI: resource: Add IRQ override quirk for PCSpecialist Elimina Pro 16 MHans de Goede1-0/+12
2023-08-09ACPI: resource: Honor MADT INT_SRC_OVR settings for IRQ1 on AMD ZenHans de Goede1-0/+4
2023-08-09ACPI: resource: Always use MADT override IRQ settings for all legacy non i8042 IRQsHans de Goede1-20/+8
2023-08-09ACPI: resource: revert "Remove "Zen" specific match and quirks"Hans de Goede1-0/+60
2023-08-09ACPI: thermal: Do not attach private data to ACPI handlesRafael J. Wysocki1-12/+1
2023-08-01ACPI: thermal: Drop enabled flag from struct acpi_thermal_activeRafael J. Wysocki1-6/+0
2023-08-01ACPI: Move AMBA bus scan handling into arm64 specific directorySudeep Holla7-8/+5
2023-07-31ACPI: scan: Create platform device for CS35L56Simon Trimmer1-0/+1
2023-07-28ACPI/IORT: Remove erroneous id_count check in iort_node_get_rmr_info()Guanghui Feng1-3/+0
2023-07-20ACPI: processor: Refine messages in acpi_early_processor_control_setup()Rafael J. Wysocki1-2/+3
2023-07-17ACPI: thermal: Drop nocrt parameterMario Limonciello1-5/+1
2023-07-17ACPI: video: Add backlight=native DMI quirk for Lenovo Ideapad Z470Jiri Slaby (SUSE)1-0/+9