summaryrefslogtreecommitdiff
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2024-01-10Merge tag 'platform-drivers-x86-v6.8-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+1
2024-01-10Merge tag 'thermal-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+5
2024-01-10Merge tag 'acpi-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds25-436/+1471
2024-01-04Merge branches 'acpi-resource', 'acpi-numa', 'acpi-soc' and 'acpi-misc'Rafael J. Wysocki4-7/+27
2024-01-04Merge branches 'acpi-pm', 'acpi-video', 'acpi-apei' and 'acpi-extlog'Rafael J. Wysocki5-94/+97
2024-01-04Merge branch 'acpi-thermal'Rafael J. Wysocki5-35/+211
2024-01-04Merge branch 'acpi-utils'Rafael J. Wysocki4-146/+75
2024-01-04Merge branches 'acpi-osl', 'acpi-bus' and 'acpi-tables'Rafael J. Wysocki3-114/+111
2024-01-04Merge branches 'acpi-scan' and 'acpi-processor'Rafael J. Wysocki8-40/+940
2024-01-03ACPI: resource: Add Infinity laptops to irq1_edge_low_force_overrideDavid McFarland1-0/+12
2023-12-29ACPI: button: trigger wakeup key eventsKen Xue1-0/+10
2023-12-29ACPI: resource: Add another DMI match for the TongFang GMxXGxxHans de Goede1-0/+7
2023-12-28ACPI: EC: Use a spin lock without disabing interruptsRafael J. Wysocki1-66/+46
2023-12-28ACPI: EC: Use a threaded handler for dedicated IRQRafael J. Wysocki1-2/+2
2023-12-28ACPI: OSL: Use spin locks without disabling interruptsRafael J. Wysocki1-6/+4
2023-12-23cpufreq/cppc: Move and rename cppc_cpufreq_{perf_to_khz|khz_to_perf}()Vincent Guittot1-0/+104
2023-12-21ACPI: APEI: set memory failure flags as MF_ACTION_REQUIRED on synchronous eventsShuai Xue1-6/+23
2023-12-19ACPI: utils: Introduce helper for _DEP list lookupRafael J. Wysocki2-27/+36
2023-12-15ACPI: utils: Refine acpi_handle_list_equal() slightlyRafael J. Wysocki1-1/+1
2023-12-15ACPI: utils: Return bool from acpi_evaluate_reference()Rafael J. Wysocki4-30/+16
2023-12-15ACPI: utils: Rearrange in acpi_evaluate_reference()Rafael J. Wysocki1-34/+24
2023-12-13ACPI: arm64: export acpi_arch_thermal_cpufreq_pctg()Arnd Bergmann1-0/+2
2023-12-13ACPI: extlog: Clear Extended Error Log status when RAS_CEC handled the errorTony Luck1-1/+6
2023-12-13thermal: trip: Send trip change notifications on all trip updatesRafael J. Wysocki1-2/+5
2023-12-12ACPI: LPSS: Fix the fractional clock divider flagsAndy Shevchenko1-1/+2
2023-12-12ACPI: NUMA: Fix the logic of getting the fake_pxm valueYuntao Wang1-2/+2
2023-12-12ACPI: NUMA: Optimize the check for the availability of node valuesYuntao Wang1-2/+2
2023-12-12ACPI: NUMA: Remove unnecessary check in acpi_parse_gi_affinity()Yuntao Wang1-1/+1
2023-12-12ACPI: watchdog: fix kernel-doc warningsRandy Dunlap1-1/+1
2023-12-08Merge back earlier acpi-utils material for v6.8.Rafael J. Wysocki2-60/+4
2023-12-07ACPI: utils: Fix error path in acpi_evaluate_reference()Rafael J. Wysocki1-1/+1
2023-12-06ACPI: extlog: fix NULL pointer dereference checkPrarit Bhargava1-2/+3
2023-12-06ACPI: OSL: Allow Notify () handlers to run on all CPUsRafael J. Wysocki1-13/+10
2023-12-06ACPI: OSL: Rearrange workqueue selection in acpi_os_execute()Rafael J. Wysocki1-5/+7
2023-12-06ACPI: OSL: Rework error handling in acpi_os_execute()Rafael J. Wysocki1-13/+10
2023-12-06ACPI: video: Add quirk for the Colorful X15 AT 23 LaptopYuluo Qiu1-0/+9
2023-12-06ACPI: processor: reduce CPUFREQ thermal reduction pctg for Tegra241Srikar Srimath Tirumala4-9/+70
2023-12-06ACPI: LPSS: use acpi_dev_uid_match() for matching _UIDRaag Jadav1-12/+4
2023-12-06ACPI: bus: update acpi_dev_hid_uid_match() to support multiple typesRaag Jadav1-29/+0
2023-12-06ACPI: bus: update acpi_dev_uid_match() to support multiple typesRaag Jadav1-19/+0
2023-12-02Merge back earlier ACPI backlight driver changes for v6.8.Rafael J. Wysocki1-61/+7
2023-12-02Merge tag 'acpi-6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-9/+5
2023-11-30ACPI: OSL: Use a threaded interrupt handler for SCIRafael J. Wysocki1-6/+3
2023-11-27ACPI: video: Use acpi_video_device for cooling-dev driver dataHans de Goede1-9/+5
2023-11-27iommu: Avoid more races around device probeRobin Murphy1-1/+6
2023-11-24ACPI: thermal_lib: include "internal.h" for function prototypesArnd Bergmann1-0/+1
2023-11-24Merge branches 'acpi-video' and 'acpi-processor' into acpiRafael J. Wysocki3-2/+15
2023-11-22ACPI: LPIT: Avoid u32 multiplication overflowNikita Kiryushin1-1/+1
2023-11-22ACPI: processor: Provide empty stub of acpi_proc_quirk_mwait_check()Rafael J. Wysocki1-1/+4
2023-11-22ACPI: thermal: Add Thermal fast Sampling Period (_TFP) supportJeff Brasen1-3/+9