summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-08-26platform/x86/intel-uncore-freq: Do not present separate package-die domainSrinivas Pandruvada1-1/+6
2024-08-24platform/x86/intel/ifs: Fix SBAF title underline lengthKuppuswamy Sathyanarayanan1-1/+1
2024-08-19platform/x86: thinkpad_acpi: Add Thinkpad Edge E531 fan supportMatthias Fetzer1-1/+142
2024-08-19platform/x86: serial-multi-instantiate: Don't require both I2C and SPIRichard Fitzgerald2-9/+26
2024-08-19platform/surface: Add OF supportKonrad Dybcio4-38/+158
2024-08-19dt-bindings: platform: Add Surface System Aggregator ModuleKonrad Dybcio1-0/+47
2024-08-19dt-bindings: serial: Allow embedded-controller as child nodeKonrad Dybcio1-1/+1
2024-08-19platform/x86: lg-laptop: Add operation region supportArmin Wolf1-0/+136
2024-08-19platform/x86/amd/pmf: Update SMU metrics table for 1AH family seriesShyam Sundar S K3-17/+97
2024-08-19platform/x86/amd/pmf: Relocate CPU ID macros to the PMF headerShyam Sundar S K2-6/+6
2024-08-19platform/x86/amd/pmf: Add support for notifying Smart PC Solution updatesShyam Sundar S K3-0/+89
2024-08-19platform/x86: intel/pmc: Remove unused param idx from pmc_for_each_mode()Ilpo Järvinen3-17/+15
2024-08-12platform/x86: ideapad-laptop: move ACPI helpers from header to source fileGergo Koteles2-139/+136
2024-08-12Merge tag 'platform-drivers-x86-v6.11-3' into review-hansHans de Goede12-100/+182
2024-08-12trace: platform/x86/intel/ifs: Add SBAF trace supportJithu Joseph2-0/+28
2024-08-12platform/x86/intel/ifs: Add SBAF test supportJithu Joseph2-0/+262
2024-08-12platform/x86/intel/ifs: Add SBAF test image loading supportJithu Joseph4-5/+74
2024-08-12platform/x86/intel/ifs: Refactor MSR usage in IFS test codeKuppuswamy Sathyanarayanan3-10/+48
2024-08-12platform/x86: ISST: Simplify isst_misc_reg() and isst_misc_unreg()Srinivas Pandruvada1-31/+11
2024-08-12platform/x86: samsung-laptop: Use backlight power constantsThomas Zimmermann1-3/+2
2024-08-12platform/x86: oaktrail: Use backlight power constantsThomas Zimmermann1-2/+1
2024-08-12platform/x86: ideapad-laptop: Use backlight power constantsThomas Zimmermann1-4/+3
2024-08-12platform/x86: fujitsu-laptop: Use backlight power constantsThomas Zimmermann1-5/+4
2024-08-12platform/x86: eeepc-wmi: Use backlight power constantsThomas Zimmermann1-2/+2
2024-08-12platform/x86: eeepc-laptop: Use backlight power constantsThomas Zimmermann1-2/+1
2024-08-12platform/x86: asus-wmi: Use backlight power constantsThomas Zimmermann1-9/+8
2024-08-12platform/x86: asus-nb-wmi: Use backlight power constantsThomas Zimmermann1-2/+2
2024-08-12platform/x86: asus-laptop: Use backlight power constantsThomas Zimmermann1-2/+1
2024-08-12platform/x86: acer-wmi: Use backlight power constantsThomas Zimmermann1-2/+1
2024-08-12platform/x86/intel/pmt: Use PMT callbacksDavid E. Box3-12/+32
2024-08-12platform/x86/intel/vsec: Add PMT read callbacksDavid E. Box2-0/+16
2024-08-12platform/x86/intel/vsec.h: Move to include/linuxDavid E. Box10-17/+41
2024-08-12platform/x86/intel/pmc: Show live substate requirementsKane Chen1-1/+11
2024-08-08platform/x86: ideapad-laptop: add a mutex to synchronize VPC commandsGergo Koteles1-17/+47
2024-08-08platform/x86: ideapad-laptop: move ymc_trigger_ec from lenovo-ymcGergo Koteles4-58/+56
2024-08-08platform/x86: ideapad-laptop: introduce a generic notification chainGergo Koteles2-0/+42
2024-08-08platform/x86/amd/pmf: Fix to Update HPD Data When ALS is DisabledShyam Sundar S K1-21/+11
2024-08-05platform/x86: int3472: make common part a separate moduleArnd Bergmann2-3/+13
2024-08-05hid-asus: use hid for brightness control on keyboardLuke D. Jones3-1/+45
2024-08-01platform/x86: asus-wmi: add support for vivobook fan profilesMohamed Ghanmi2-50/+71
2024-07-31platform/x86/intel/ifs: Initialize union ifs_status to zeroKuppuswamy Sathyanarayanan1-1/+1
2024-07-31platform/x86: msi-wmi-platform: Fix spelling mistakesLuis Felipe Hernandez1-3/+3
2024-07-30platform/x86/amd/pmf: Add new ACPI ID AMDI0107Shyam Sundar S K1-0/+3
2024-07-30platform/x86/amd/pmc: Send OS_HINT command for new AMD platformShyam Sundar S K2-0/+3
2024-07-30platform/x86/amd: pmf: Add quirk for ROG Ally XLuke D. Jones1-1/+8
2024-07-30platform/x86: intel-vbtn: Protect ACPI notify handler against recursionHans de Goede1-0/+9
2024-07-29Linux 6.11-rc1v6.11-rc1Linus Torvalds1-2/+2
2024-07-29Merge tag 'kbuild-fixes-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-4/+4
2024-07-28minmax: simplify and clarify min_t()/max_t() implementationLinus Torvalds1-8/+11
2024-07-28minmax: add a few more MIN_T/MAX_T usersLinus Torvalds7-10/+10