summaryrefslogtreecommitdiff
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2025-01-24Merge tag 'devicetree-for-6.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2025-01-24Merge tag 'sound-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+1
2025-01-24Merge tag 'platform-drivers-x86-v6.14-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-105/+542
2025-01-22Merge tag 'thermal-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-0/+10
2025-01-22Merge tag 'acpi-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds11-38/+60
2025-01-21Merge tag 'x86_cpu_for_v6.14_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+2
2025-01-20Merge branches 'acpi-battery', 'acpi-fan' and 'acpi-misc'Rafael J. Wysocki7-25/+27
2025-01-20Merge branches 'acpi-osl', 'acpi-tables', 'acpi-property', 'acpi-prm' and 'ac...Rafael J. Wysocki4-13/+33
2025-01-20Merge tag 'asoc-v6.14' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai1-2/+2
2025-01-20Merge branch 'thermal-intel'Rafael J. Wysocki4-0/+10
2025-01-17ACPI: platform_profile: Add a prefix to log messagesKurt Borja1-0/+2
2025-01-17ACPI: platform_profile: Add documentationKurt Borja1-0/+33
2025-01-17ACPI: platform_profile: Clean platform_profile_handlerKurt Borja1-11/+10
2025-01-17ACPI: platform_profile: Move platform_profile_handlerKurt Borja1-0/+9
2025-01-17ACPI: platform_profile: Remove platform_profile_handler from exported symbolsKurt Borja1-37/+61
2025-01-17ALSA: hda/tas2781: Add tas2781 hda SPI driverBaojun Xu1-0/+1
2025-01-16ACPI: platform_profile: Add `probe` to platform_profile_opsKurt Borja1-2/+13
2025-01-16ACPI: platform_profile: Add `ops` member to handlersKurt Borja1-3/+3
2025-01-16ACPI: platform_profile: Remove platform_profile_handler from callbacksKurt Borja1-2/+2
2025-01-16ACPI: platform_profile: Let drivers set drvdata to the class deviceKurt Borja1-3/+4
2025-01-16ACPI: platform_profile: Replace *class_dev member with class_devKurt Borja1-17/+20
2025-01-14APEI: GHES: Have GHES honor the panic= settingBorislav Petkov1-5/+5
2025-01-13device property: Split property reading bool and presence test opsRob Herring (Arm)1-0/+1
2025-01-13ACPI: video: Fix random crashes due to bad kfree()Chris Bainbridge1-22/+27
2025-01-07ACPI: resource: acpi_dev_irq_override(): Check DMI match lastHans de Goede1-3/+3
2025-01-07ACPI: resource: Add TongFang GM5HG0A to irq1_edge_low_force_override[]Hans de Goede1-0/+11
2025-01-07ACPI: resource: Add Asus Vivobook X1504VAP to irq1_level_low_skip_override[]Hans de Goede1-0/+7
2025-01-07ACPI: tables: Use string choice helpersSunil V L1-6/+6
2024-12-30Merge branch 'platform-drivers-x86-platform-profile' into for-nextIlpo Järvinen1-0/+29
2024-12-29ACPI: platform_profile: Add devm_platform_profile_register()Kurt Borja1-0/+29
2024-12-19ACPI: property: Consider data nodes as being availableSakari Ailus1-1/+1
2024-12-19ACPI: bus: change the prototype for acpi_get_physical_device_locationRicardo Ribalda3-9/+5
2024-12-18ACPI: EC: Enable EC support on LoongArch by defaultHuacai Chen1-2/+2
2024-12-18x86/cpu: Make all all CPUID leaf names consistentDave Hansen1-1/+1
2024-12-18x86/cpu: Remove unnecessary MwAIT leaf checksDave Hansen1-2/+0
2024-12-18x86/cpu: Move MWAIT leaf definition to common headerDave Hansen1-0/+1
2024-12-16ACPI: fan: cleanup resources in the error path of .probe()Joe Hattori1-2/+8
2024-12-13Merge tag 'acpi-6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2-5/+3
2024-12-13Merge tag 'libnvdimm-fixes-6.13-rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+6
2024-12-13Merge branch 'acpica'Rafael J. Wysocki1-2/+0
2024-12-12Merge branch 'platform-drivers-x86-platform-profile' into for-nextIlpo Järvinen1-104/+430
2024-12-12ACPICA: events/evxfregn: don't release the ContextMutex that was never acquiredDaniil Tatianin1-2/+0
2024-12-10ACPI: DPTF: Support Panther LakeZhang Rui4-0/+10
2024-12-10ACPI: battery: Rename extensions to hook in messagesThomas Weißschuh1-7/+7
2024-12-10ACPI: OSL: Use usleep_range() in acpi_os_sleep()Rafael J. Wysocki1-1/+21
2024-12-10ACPI: sysfs: Constify 'struct bin_attribute'Thomas Weißschuh1-4/+4
2024-12-10ACPI: BGRT: Constify 'struct bin_attribute'Thomas Weißschuh1-2/+2
2024-12-10ACPI: BGRT: Mark bin_attribute as __ro_after_initThomas Weißschuh1-1/+1
2024-12-10ACPI: platform_profile: Allow multiple handlersMario Limonciello1-11/+0
2024-12-10ACPI: platform_profile: Notify class device from platform_profile_notify()Mario Limonciello1-0/+3