summaryrefslogtreecommitdiffstats
path: root/drivers/platform
AgeCommit message (Expand)AuthorLines
2025-07-22platform/x86/intel/pmt: decouple sysfs and namespaceMichael J. Ruhl-8/+9
2025-07-22platform/x86/intel/pmt: correct typesMichael J. Ruhl-2/+2
2025-07-22platform/x86/intel/pmt: re-order trigger logicMichael J. Ruhl-4/+4
2025-07-22platform/x86/intel/pmt: use guard(mutex)Michael J. Ruhl-17/+16
2025-07-22platform/x86/intel/pmt: mutex clean upMichael J. Ruhl-2/+7
2025-07-22platform/x86/intel/pmt: white space cleanupMichael J. Ruhl-2/+2
2025-07-22platform/x86/intel/pmt: fix a crashlog NULL pointer accessMichael J. Ruhl-1/+3
2025-07-22platform/x86: samsung-laptop: Expose charge_typesJelle van der Waa-0/+111
2025-07-22platform/x86/amd: pmc: Add Lenovo Yoga 6 13ALC6 to pmc quirk listMario Limonciello-0/+9
2025-07-22platform/x86: dell-uart-backlight: Use blacklight power constantThomas Zimmermann-1/+1
2025-07-21Merge tag 'platform-drivers-x86-v6.16-4' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-23/+69
2025-07-21platform/x86/intel/pmt: fix build dependency for kunit testArnd Bergmann-0/+1
2025-07-21Merge branch 'fixes' into 'for-next'Ilpo Järvinen-23/+69
2025-07-11platform/x86: dell-lis3lv02d: Add Precision 3551Jan-Niklas Burfeind-0/+1
2025-07-11platform/x86: alieneware-wmi-wmax: Add AWCC support to more laptopsKurt Borja-0/+16
2025-07-11platform/x86: Fix initialization order for firmware_attributes_classTorsten Hilbrich-1/+2
2025-07-11platform: arm64: huawei-gaokun-ec: fix OF node leakJohan Hovold-0/+2
2025-07-11platform/x86: lenovo: gamezone needs "other mode"Arnd Bergmann-0/+1
2025-07-11platform/x86/intel/pmt/discovery: fix format string warningArnd Bergmann-1/+1
2025-07-11platform/chrome: cros_ec_typec: Add role swap opsAbhishek Pandit-Subedi-1/+84
2025-07-09platform/x86/amd/hsmp: Enhance the print messages to prevent confusionSuma Hegde-8/+29
2025-07-09lenovo-wmi-hotkey: Avoid triggering error -5 due to missing mute LEDJackie Dong-9/+21
2025-07-09platform/x86/intel/pmt/discovery: Fix size_t specifiers for 32-bitNathan Chancellor-2/+2
2025-07-08platform/x86: ideapad-laptop: Fix kbd backlight not remembered among bootsRong Zhang-1/+1
2025-07-08platform/x86: ideapad-laptop: Fix FnLock not remembered among bootsRong Zhang-1/+1
2025-07-07platform/x86/amd: hfi: Add debugfs supportMario Limonciello-0/+35
2025-07-07platform/x86/amd: hfi: Set ITMT priority from ranking dataMario Limonciello-0/+11
2025-07-07platform/x86: hfi: Add power management callbackPerry Yuan-0/+33
2025-07-07platform/x86: hfi: Add online and offline callback supportPerry Yuan-0/+88
2025-07-07platform/x86: hfi: Init per-cpu scores for each classPerry Yuan-0/+29
2025-07-07platform/x86: hfi: Parse CPU core ranking data from shared memoryPerry Yuan-0/+198
2025-07-07platform/x86: hfi: Introduce AMD Hardware Feedback Interface DriverPerry Yuan-0/+184
2025-07-07platform/x86: dell_rbu: Remove unused structStuart Hayes-5/+5
2025-07-07platform/mellanox: mlxbf-pmc: Use kstrtobool() to check 0/1 inputShravan Kumar Ramani-6/+4
2025-07-07platform/mellanox: mlxbf-pmc: Validate event/enable inputShravan Kumar Ramani-1/+4
2025-07-07platform/mellanox: mlxbf-pmc: Remove newline char from event name inputShravan Kumar Ramani-1/+9
2025-07-07platform/x86: dell-ddv: Fix taking the psy->extensions_sem lock twiceArmin Wolf-3/+7
2025-07-07platform/x86: alienware-wmi-wmax: Fix `dmi_system_id` arrayKurt Borja-0/+1
2025-07-04Merge tag 'platform-drivers-x86-v6.16-3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-132/+238
2025-07-03platform/x86/intel/pmt: KUNIT test for PMT Enhanced Discovery APIDavid E. Box-0/+132
2025-07-03platform/x86/intel/pmt/telemetry: Add API to retrieve telemetry regions by fe...David E. Box-1/+88
2025-07-03platform/x86/intel/pmt/discovery: Get telemetry attributesDavid E. Box-0/+46
2025-07-03platform/x86/intel/tpmi: Get OOBMSM CPU mapping from TPMIDavid E. Box-1/+5
2025-07-03platform/x86/intel/vsec: Set OOBMSM to CPU mappingDavid E. Box-0/+31
2025-07-03platform/x86/intel/tpmi: Relocate platform info to intel_vsec.hDavid E. Box-10/+13
2025-07-03platform/x86/intel/pmt: Add PMT Discovery driverDavid E. Box-2/+856
2025-07-03platform/x86/intel/vsec: Add new Discovery featureDavid E. Box-2/+24
2025-07-03platform/x86/intel/vsec: Skip driverless featuresDavid E. Box-1/+27
2025-07-03platform/x86/intel/vsec: Skip absent features during initializationDavid E. Box-0/+24
2025-07-03platform/x86/intel/vsec: Add device links to enforce dependenciesDavid E. Box-10/+213