summaryrefslogtreecommitdiff
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2025-05-02ACPI PPTT: Fix coding mistakes in a couple of sizeof() callsJean-Marc Eurin1-2/+2
2025-05-02ACPI: EC: Set ec_no_wakeup for Lenovo Go SMario Limonciello1-0/+28
2025-04-20tracing: Disable branch profiling in noinstr codeJosh Poimboeuf1-0/+4
2025-04-10ACPI: video: Handle fetching EDID as ACPI_TYPE_PACKAGEGergo Koteles1-1/+8
2025-04-10ACPI: resource: Skip IRQ override on ASUS Vivobook 14 X1404VAPPaul Menzel1-0/+7
2025-04-10acpi: nfit: fix narrowing conversion in acpi_nfit_ctlMurad Masimov1-1/+1
2025-04-10ACPI: platform-profile: Fix CFI violation when accessing sysfs filesNathan Chancellor1-13/+13
2025-04-10ACPI: x86: Extend Lenovo Yoga Tab 3 quirk with skip GPIO event-handlersHans de Goede1-1/+2
2025-04-10ACPI: processor: idle: Return an error if both P_LVL{2,3} idle states are inv...Giovanni Gherdovich1-0/+4
2025-03-04ACPI: platform_profile: Add support for hidden choicesMario Limonciello1-21/+73
2025-02-18ACPI: platform_profile: Fix memory leak in profile_class_is_visible()Kurt Borja1-1/+7
2025-02-14Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-4/+8
2025-02-13ACPI: GTDT: Relax sanity checking on Platform Timers array countOliver Upton1-4/+8
2025-02-07Merge branches 'acpi-property' and 'acpi-resource'Rafael J. Wysocki2-5/+11
2025-02-05ACPI: PRM: Remove unnecessary strict handler address checksAubrey Li1-3/+1
2025-02-05ACPI: resource: IRQ override for Eluktronics MECH-17Gannon Kolding1-0/+6
2025-02-05ACPI: property: Fix return value for nval == 0 in acpi_data_prop_read()Andy Shevchenko1-5/+5
2025-02-01Merge tag 'mm-hotfixes-stable-2025-02-01-03-56' of git://git.kernel.org/pub/s...Linus Torvalds1-1/+10
2025-02-01mm/fake-numa: handle cases with no SRAT infoBruno Faccini1-1/+10
2025-01-31Merge tag 'acpi-6.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+13
2025-01-29Merge tag 'cxl-for-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds1-12/+12
2025-01-28Merge tag 'loongarch-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds1-2/+0
2025-01-27Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-0/+100
2025-01-26LoongArch: Fix warnings during S3 suspendHuacai Chen1-2/+0
2025-01-26mm/fake-numa: allow later numa node hotplugBruno Faccini1-0/+86
2025-01-25Merge 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-23ACPI: x86: Add skip i2c clients quirk for Vexia EDU ATLA 10 tablet 5VHans de Goede1-0/+13
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-14mm/early_ioremap: add null pointer checks to prevent NULL-pointer dereferenceGuo Weikang1-0/+14
2025-01-14device property: Split property reading bool and presence test opsRob Herring (Arm)1-0/+1