summaryrefslogtreecommitdiff
path: root/drivers/acpi
AgeCommit message (Expand)Author
2025-01-16ACPI: platform_profile: Let drivers set drvdata to the class deviceKurt Borja
2025-01-16ACPI: platform_profile: Replace *class_dev member with class_devKurt Borja
2025-01-14APEI: GHES: Have GHES honor the panic= settingBorislav Petkov
2025-01-13mm/early_ioremap: add null pointer checks to prevent NULL-pointer dereferenceGuo Weikang
2025-01-13device property: Split property reading bool and presence test opsRob Herring (Arm)
2025-01-13ACPI: video: Fix random crashes due to bad kfree()Chris Bainbridge
2025-01-07ACPI: resource: acpi_dev_irq_override(): Check DMI match lastHans de Goede
2025-01-07ACPI: resource: Add TongFang GM5HG0A to irq1_edge_low_force_override[]Hans de Goede
2025-01-07ACPI: resource: Add Asus Vivobook X1504VAP to irq1_level_low_skip_override[]Hans de Goede
2025-01-07ACPI: tables: Use string choice helpersSunil V L
2025-01-02ACPI/HMAT: Move HMAT messages to pr_debug()Dan Williams
2024-12-30Merge branch 'platform-drivers-x86-platform-profile' into for-nextIlpo Järvinen
2024-12-29ACPI: platform_profile: Add devm_platform_profile_register()Kurt Borja
2024-12-19ACPI: property: Consider data nodes as being availableSakari Ailus
2024-12-19ACPI: bus: change the prototype for acpi_get_physical_device_locationRicardo Ribalda
2024-12-18ACPI: EC: Enable EC support on LoongArch by defaultHuacai Chen
2024-12-18x86/cpu: Make all all CPUID leaf names consistentDave Hansen
2024-12-18x86/cpu: Remove unnecessary MwAIT leaf checksDave Hansen
2024-12-18x86/cpu: Move MWAIT leaf definition to common headerDave Hansen
2024-12-16ACPI: fan: cleanup resources in the error path of .probe()Joe Hattori
2024-12-13Merge tag 'acpi-6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2024-12-13Merge tag 'libnvdimm-fixes-6.13-rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-12-13Merge branch 'acpica'Rafael J. Wysocki
2024-12-12Merge branch 'platform-drivers-x86-platform-profile' into for-nextIlpo Järvinen
2024-12-12ACPICA: events/evxfregn: don't release the ContextMutex that was never acquiredDaniil Tatianin
2024-12-10ACPI: DPTF: Support Panther LakeZhang Rui
2024-12-10ACPI: battery: Rename extensions to hook in messagesThomas Weißschuh
2024-12-10ACPI: OSL: Use usleep_range() in acpi_os_sleep()Rafael J. Wysocki
2024-12-10ACPI: sysfs: Constify 'struct bin_attribute'Thomas Weißschuh
2024-12-10ACPI: BGRT: Constify 'struct bin_attribute'Thomas Weißschuh
2024-12-10ACPI: BGRT: Mark bin_attribute as __ro_after_initThomas Weißschuh
2024-12-10ACPI: platform_profile: Allow multiple handlersMario Limonciello
2024-12-10ACPI: platform_profile: Notify class device from platform_profile_notify()Mario Limonciello
2024-12-10ACPI: platform_profile: Check all profile handler to calculate nextMario Limonciello
2024-12-10ACPI: platform_profile: Make sure all profile handlers agree on profileMario Limonciello
2024-12-10ACPI: platform_profile: Add concept of a "custom" profileMario Limonciello
2024-12-10ACPI: platform_profile: Only show profiles common for all handlersMario Limonciello
2024-12-10ACPI: platform_profile: Notify change events on register and unregisterMario Limonciello
2024-12-10ACPI: platform_profile: Add profile attribute for class interfaceMario Limonciello
2024-12-10ACPI: platform_profile: Add choices attribute for class interfaceMario Limonciello
2024-12-10ACPI: platform_profile: Add name attribute to class interfaceMario Limonciello
2024-12-10ACPI: platform_profile: Create class for ACPI platform profileMario Limonciello
2024-12-10ACPI: platform_profile: Use `scoped_cond_guard`Mario Limonciello
2024-12-10ACPI: platform_profile: Use guard(mutex) for register/unregisterMario Limonciello
2024-12-10ACPI: platform_profile: Move matching string for new profile out of mutexMario Limonciello
2024-12-10ACPI: platform_profile: Move sanity check out of the mutexMario Limonciello
2024-12-10ACPI: platform_profile: Pass the profile handler into platform_profile_notify()Mario Limonciello
2024-12-10ACPI: platform_profile: Add platform handler argument to platform_profile_rem...Mario Limonciello
2024-12-09ACPI: resource: Fix memory resource type union accessIlpo Järvinen
2024-12-06Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds