aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/intel
AgeCommit message (Expand)AuthorFilesLines
2026-03-27platform/x86/intel-uncore-freq: Increase minor versionSrinivas Pandruvada1-1/+1
2026-03-27platform/x86: ISST: Increase minor versionSrinivas Pandruvada1-1/+1
2026-03-27platform/x86/intel-uncore-freq: Handle autonomous UFS status bitSrinivas Pandruvada1-1/+7
2026-03-27platform/x86: ISST: Reset core count to 0Srinivas Pandruvada1-0/+2
2026-03-24platform/x86: ISST: Correct locked bit widthSrinivas Pandruvada1-1/+1
2026-03-23platform/x86: intel-hid: disable wakeup_mode during hibernationDavid McFarland1-1/+9
2026-03-23platform/x86: ISST: Check HWP support before MSR accessLi RongQing1-0/+3
2026-02-23platform/x86: intel-hid: Enable 5-button array on ThinkPad X1 Fold 16 Gen 1Leif Skunberg1-0/+7
2026-02-23platform/x86: int3472: Handle GPIO type 0x10 (DOVDD)Leif Skunberg1-0/+7
2026-02-23platform/x86: intel-hid: Add Dell 16 Plus 2-in-1 to dmi_vgbs_allow_listPeter Metz1-0/+6
2026-02-23platform/x86: intel-hid: Add Dell 14 Plus 2-in-1 to dmi_vgbs_allow_listPeter Metz1-0/+6
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook3-4/+3
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds3-8/+4
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds8-10/+10
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook12-27/+26
2026-02-13Merge tag 'platform-drivers-x86-v7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86Linus Torvalds7-109/+158
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+1
2026-02-10Merge tag 'irq-cleanups-2026-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2026-02-09Merge tag 'acpi-6.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-69/+2
2026-02-05Merge branch 'acpi-bus'Rafael J. Wysocki2-69/+2
2026-02-01platform/x86: int0002: Remove IRQF_ONESHOT from request_irq()Sebastian Andrzej Siewior1-2/+2
2026-01-29platform/x86/intel/tpmi/plr: Make the file domain<n>/status writeableRicardo Neri1-1/+1
2026-01-26platform/x86: intel_telemetry: Fix PSS event register maskKaushlendra Kumar1-1/+1
2026-01-26platform/x86: intel_telemetry: Fix swapped arrays in PSS outputKaushlendra Kumar1-2/+2
2026-01-26platform/x86/intel/vsec: Add Nova Lake PUNIT supportDavid E. Box1-0/+2
2026-01-26Merge branch 'fixes' of into for-nextIlpo Järvinen1-3/+5
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap1-0/+1
2026-01-20platform/x86/intel/wmi: thunderbolt: Use new buffer-based WMI APIArmin Wolf1-15/+11
2026-01-20platform/x86: intel-wmi-sbl-fw-update: Use new buffer-based WMI APIArmin Wolf1-25/+18
2026-01-13platform/x86/intel/pmc: Remove double empty lineXi Pardee1-1/+0
2026-01-13platform/x86/intel/pmc: Enable substate residencies for multiple PMCsXi Pardee1-8/+18
2026-01-13platform/x86/intel/pmc: Move LPM mode attributes to PMCXi Pardee2-20/+34
2026-01-13platform/x86/intel/pmc: Change LPM mode fields to u8Xi Pardee2-12/+15
2026-01-13platform/x86: ISST: Optimize suspend/resume callbacksSrinivas Pandruvada1-0/+17
2026-01-13platform/x86: ISST: Check for admin capability for write commandsSrinivas Pandruvada1-5/+6
2026-01-13platform/x86: ISST: Store and restore all domains dataSrinivas Pandruvada1-21/+33
2026-01-13platform/x86: ISST: Add missing write block checkSrinivas Pandruvada1-0/+3
2026-01-06platform/x86/intel/uncore-freq: Replace sprintf() with sysfs_emit()Kaushlendra Kumar1-4/+4
2026-01-06platform/x86/intel/uncore-freq: Replace sprintf() with scnprintf()Kaushlendra Kumar1-2/+3
2025-12-29platform/x86/intel/pmt/discovery: use valid device pointer in dev_err_probeAlok Tiwari1-2/+2
2025-12-23platform/x86/intel/pmt: Fix kobject memory leak on init failureKaushlendra Kumar1-1/+3
2025-12-23platform/x86: intel/pmt: Replace sprintf() with sysfs_emit()Kaushlendra Kumar1-3/+3
2025-12-16platform/x86/intel/vbtn: Stop creating a platform deviceRafael J. Wysocki1-29/+1
2025-12-16platform/x86/intel/hid: Stop creating a platform deviceRafael J. Wysocki1-40/+1
2025-12-10Merge tag 'platform-drivers-x86-v6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86Linus Torvalds9-93/+130
2025-12-04Merge tag 'gpio-updates-for-v6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus Torvalds4-9/+120
2025-12-01Merge branch 'fixes' of into for-nextIlpo Järvinen6-11/+14
2025-11-28platform/x86/intel/hid: Add Dell Pro Rugged 10/12 tablet to VGBS DMI quirksChia-Lin Kao (AceLan)1-0/+12
2025-11-27Merge tag 'platform-drivers-x86-v6.18-5' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86Linus Torvalds1-1/+1