aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-22platform/x86/intel/pmt: mutex clean upMichael J. Ruhl1-2/+7
2025-07-22platform/x86/intel/pmt: white space cleanupMichael J. Ruhl1-2/+2
2025-07-22platform/x86/intel/pmt: fix a crashlog NULL pointer accessMichael J. Ruhl2-1/+3
2025-07-22platform/x86: samsung-laptop: Expose charge_typesJelle van der Waa2-0/+111
2025-07-22platform/x86/amd: pmc: Add Lenovo Yoga 6 13ALC6 to pmc quirk listMario Limonciello1-0/+9
2025-07-22platform/x86: dell-uart-backlight: Use blacklight power constantThomas Zimmermann1-1/+1
2025-07-21Merge tag 'platform-drivers-x86-v6.16-4' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86Linus Torvalds8-23/+69
2025-07-21platform/x86/intel/pmt: fix build dependency for kunit testArnd Bergmann1-0/+1
2025-07-21Merge branch 'fixes' into 'for-next'Ilpo Järvinen8-23/+69
2025-07-11platform/x86: dell-lis3lv02d: Add Precision 3551Jan-Niklas Burfeind1-0/+1
2025-07-11platform/x86: alieneware-wmi-wmax: Add AWCC support to more laptopsKurt Borja1-0/+16
2025-07-11platform/x86: Fix initialization order for firmware_attributes_classTorsten Hilbrich1-1/+2
2025-07-11platform: arm64: huawei-gaokun-ec: fix OF node leakJohan Hovold1-0/+2
2025-07-11platform/x86: lenovo: gamezone needs "other mode"Arnd Bergmann1-0/+1
2025-07-11platform/x86/intel/pmt/discovery: fix format string warningArnd Bergmann1-1/+1
2025-07-11platform/chrome: cros_ec_typec: Add role swap opsAbhishek Pandit-Subedi1-1/+84
2025-07-09platform/x86/amd/hsmp: Enhance the print messages to prevent confusionSuma Hegde2-8/+29
2025-07-09lenovo-wmi-hotkey: Avoid triggering error -5 due to missing mute LEDJackie Dong1-9/+21
2025-07-09platform/x86/intel/pmt/discovery: Fix size_t specifiers for 32-bitNathan Chancellor2-2/+2
2025-07-08platform/x86: ideapad-laptop: Fix kbd backlight not remembered among bootsRong Zhang1-1/+1
2025-07-08platform/x86: ideapad-laptop: Fix FnLock not remembered among bootsRong Zhang1-1/+1
2025-07-07platform/x86/amd: hfi: Add debugfs supportMario Limonciello1-0/+35
2025-07-07platform/x86/amd: hfi: Set ITMT priority from ranking dataMario Limonciello2-0/+11
2025-07-07platform/x86: hfi: Add power management callbackPerry Yuan1-0/+33
2025-07-07platform/x86: hfi: Add online and offline callback supportPerry Yuan1-0/+88
2025-07-07platform/x86: hfi: Init per-cpu scores for each classPerry Yuan1-0/+29
2025-07-07platform/x86: hfi: Parse CPU core ranking data from shared memoryPerry Yuan1-0/+198
2025-07-07platform/x86: hfi: Introduce AMD Hardware Feedback Interface DriverPerry Yuan5-0/+184
2025-07-07platform/x86: dell_rbu: Remove unused structStuart Hayes1-5/+5
2025-07-07platform/mellanox: mlxbf-pmc: Use kstrtobool() to check 0/1 inputShravan Kumar Ramani1-6/+4
2025-07-07platform/mellanox: mlxbf-pmc: Validate event/enable inputShravan Kumar Ramani1-1/+4
2025-07-07platform/mellanox: mlxbf-pmc: Remove newline char from event name inputShravan Kumar Ramani1-1/+9
2025-07-07platform/x86: dell-ddv: Fix taking the psy->extensions_sem lock twiceArmin Wolf1-3/+7
2025-07-07platform/x86: alienware-wmi-wmax: Fix `dmi_system_id` arrayKurt Borja1-0/+1
2025-07-04Merge tag 'platform-drivers-x86-v6.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86Linus Torvalds21-132/+238
2025-07-03platform/x86/intel/pmt: KUNIT test for PMT Enhanced Discovery APIDavid E. Box3-0/+132
2025-07-03platform/x86/intel/pmt/telemetry: Add API to retrieve telemetry regions by featureDavid E. Box1-1/+88
2025-07-03platform/x86/intel/pmt/discovery: Get telemetry attributesDavid E. Box4-0/+46
2025-07-03platform/x86/intel/tpmi: Get OOBMSM CPU mapping from TPMIDavid E. Box2-1/+5
2025-07-03platform/x86/intel/vsec: Set OOBMSM to CPU mappingDavid E. Box1-0/+31
2025-07-03platform/x86/intel/tpmi: Relocate platform info to intel_vsec.hDavid E. Box4-10/+13
2025-07-03platform/x86/intel/pmt: Add PMT Discovery driverDavid E. Box6-2/+856
2025-07-03platform/x86/intel/vsec: Add new Discovery featureDavid E. Box1-2/+24
2025-07-03platform/x86/intel/vsec: Skip driverless featuresDavid E. Box1-1/+27
2025-07-03platform/x86/intel/vsec: Skip absent features during initializationDavid E. Box1-0/+24
2025-07-03platform/x86/intel/vsec: Add device links to enforce dependenciesDavid E. Box1-10/+213
2025-07-03platform/x86/intel/vsec: Create wrapper to walk PCI config spaceDavid E. Box1-12/+26
2025-07-03platform/x86/intel/vsec: Add private data for per-device dataDavid E. Box1-0/+12
2025-07-03platform/x86: Add Lenovo Other Mode WMI DriverDerek J. Clark4-0/+697
2025-07-03platform/x86: Add Lenovo Gamezone WMI DriverDerek J. Clark4-0/+442