summaryrefslogtreecommitdiff
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
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...Linus 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 i804...Hans 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-26coresight: etm4x: Add ACPI support in platform driverSuzuki K Poulose1-1/+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
2023-07-17ACPI: processor: Remove acpi_hwp_native_thermal_lvt_osc()Michal Wilczynski1-36/+0
2023-07-17ACPI: processor: Use _OSC to convey OSPM processor support informationMichal Wilczynski3-20/+29
2023-07-14ACPI: thermal: Install Notify() handler directlyMichal Wilczynski1-5/+18
2023-07-14ACPI: NFIT: Remove unnecessary .remove callbackMichal Wilczynski1-6/+0
2023-07-14ACPI: NFIT: Install Notify() handler directlyMichal Wilczynski1-9/+29
2023-07-14ACPI: HED: Install Notify() handler directlyMichal Wilczynski1-3/+12
2023-07-14ACPI: battery: Install Notify() handler directlyMichal Wilczynski1-5/+19
2023-07-14ACPI: video: Install Notify() handler directlyMichal Wilczynski1-3/+17
2023-07-14ACPI: AC: Install Notify() handler directlyMichal Wilczynski1-8/+19
2023-07-14ACPI: bus: Set driver_data to NULL every time .add() failsMichal Wilczynski1-1/+3
2023-07-14ACPI: bus: Introduce wrappers for ACPICA notify handler install/removeMichal Wilczynski1-0/+24
2023-07-14ACPI: processor: Introduce acpi_processor_osc()Michal Wilczynski1-1/+29
2023-07-14ACPI: processor: Set CAP_SMP_T_SWCOORD in arch_acpi_set_proc_cap_bits()Michal Wilczynski1-3/+0
2023-07-14ACPI: processor: Clear C_C2C3_FFH and C_C1_FFH in arch_acpi_set_proc_cap_bits()Michal Wilczynski1-14/+0
2023-07-14ACPI: processor: Rename ACPI_PDC symbolsMichal Wilczynski1-1/+1
2023-07-14ACPI: processor: Refactor arch_acpi_set_pdc_bits()Michal Wilczynski1-1/+1
2023-07-14ACPI: processor: Move processor_physically_present() to acpi_processor.cMichal Wilczynski3-50/+52
2023-07-14ACPI: processor: Move MWAIT quirk out of acpi_processor.cMichal Wilczynski3-28/+38
2023-07-14iommu: Have __iommu_probe_device() check for already probed devicesJason Gunthorpe1-1/+1
2023-07-10ACPICA: Add AML_NO_OPERAND_RESOLVE flag to TimerAbhishek Mainkar1-1/+1
2023-07-10ACPICA: Slightly simplify an error message in acpi_ds_result_push()Christophe Jaillet1-2/+2
2023-07-10ACPICA: Add interrupt command to acpiexecJose Marinho3-0/+68
2023-07-10ACPICA: Detect GED device and keep track of _EVTJose Marinho2-0/+9
2023-07-10ACPICA: Add support for _DSC as per ACPI 6.5Saket Dumbre1-0/+3
2023-07-10ACPICA: exserial.c: replace ternary operator with ACPI_MIN()Jiangshan Yi1-2/+1
2023-07-10ACPICA: Modify ACPI_STATE_COMMONGeorge Guo1-11/+19
2023-07-10ACPICA: Fix GCC 12 dangling-pointer warningPhilip Prindeville1-0/+5
2023-07-07Merge tag 'acpi-6.5-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds5-23/+69
2023-07-06Merge branches 'acpi-bus' and 'acpi-scan'Rafael J. Wysocki5-23/+69