index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
platform
/
x86
/
intel
/
pmc
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-03
Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...
Uwe Kleine-König (The Capable Hub)
1
-1
/
+0
2026-06-15
platform/x86/intel/pmc: Add NVL PCI IDs for SSRAM telemetry discovery
David E. Box
1
-0
/
+16
2026-06-15
platform/x86/intel/pmc/ssram: Make PMT registration optional
David E. Box
1
-2
/
+2
2026-06-15
platform/x86/intel/pmc/ssram: Add ACPI discovery scaffolding
David E. Box
1
-0
/
+78
2026-06-15
platform/x86/intel/pmc/ssram: Switch to static array with per-index probe state
David E. Box
1
-42
/
+176
2026-06-15
platform/x86/intel/pmc/ssram: Refactor DEVID/PWRMBASE extraction into helper
David E. Box
1
-12
/
+21
2026-06-15
platform/x86/intel/pmc/ssram: Add PCI platform data
David E. Box
1
-14
/
+57
2026-06-15
platform/x86/intel/pmc/ssram: Rename probe and PCI ID table for consistency
David E. Box
1
-7
/
+7
2026-06-15
platform/x86/intel/pmc: Add ACPI PWRM telemetry driver for Nova Lake S
David E. Box
4
-0
/
+248
2026-06-15
platform/x86/intel/pmc: Add PMC SSRAM Kconfig description
David E. Box
1
-0
/
+11
2026-06-09
platform/x86/intel/pmc: rate-limit LTR scale-factor warning
Mike Bommarito
1
-1
/
+2
2026-05-08
platform/x86/intel/pmc: Add Nova Lake support to intel_pmc_core driver
Xi Pardee
5
-3
/
+1576
2026-05-08
platform/x86/intel/pmc: Retrieve PMC info only for available PMCs
Xi Pardee
7
-8
/
+38
2026-05-08
platform/x86/intel/pmc: Add support for variable DMU offsets
Xi Pardee
4
-1
/
+6
2026-05-08
platform/x86/intel/pmc: Use PCI DID for PMC SSRAM device discovery
Xi Pardee
7
-13
/
+22
2026-05-08
platform/x86/intel/pmc: Enable Pkgc blocking residency counter
Xi Pardee
2
-0
/
+23
2026-05-08
platform/x86/intel/pmc: Enable PkgC LTR blocking counter
Xi Pardee
2
-12
/
+82
2026-05-08
platform/x86/intel/pmc: Use __free() in pmc_core_punit_pmt_init()
Xi Pardee
1
-3
/
+2
2026-03-17
platform/x86/intel/vsec: Switch exported helpers from pci_dev to device
David E. Box
2
-3
/
+3
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-1
/
+1
2026-01-13
platform/x86/intel/pmc: Remove double empty line
Xi Pardee
1
-1
/
+0
2026-01-13
platform/x86/intel/pmc: Enable substate residencies for multiple PMCs
Xi Pardee
1
-8
/
+18
2026-01-13
platform/x86/intel/pmc: Move LPM mode attributes to PMC
Xi Pardee
2
-20
/
+34
2026-01-13
platform/x86/intel/pmc: Change LPM mode fields to u8
Xi Pardee
2
-12
/
+15
2025-11-07
platform/x86:intel/pmc: Enable SSRAM support for Wildcat Lake
Xi Pardee
2
-0
/
+20
2025-10-15
platform/x86:intel/pmc: Remove redundant has_die_c6 variable
Xi Pardee
2
-4
/
+1
2025-10-15
platform/x86:intel/pmc: Relocate lpm_req_guid to pmc_reg_map
Xi Pardee
6
-24
/
+12
2025-10-15
platform/x86:intel/pmc: Rename PMC index variable to pmc_idx
Xi Pardee
1
-54
/
+54
2025-10-15
platform/x86:intel/pmc: Add DMU GUID to Arrow Lake U/H
Xi Pardee
2
-1
/
+2
2025-10-15
platform/x86:intel/pmc: Add support for multiple DMU GUIDs
Xi Pardee
4
-10
/
+27
2025-10-15
platform/x86:intel/pmc: Update Arrow Lake telemetry GUID
Xi Pardee
1
-1
/
+1
2025-10-04
Merge tag 'platform-drivers-x86-v6.18-1' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
10
-43
/
+723
2025-09-26
platform/x86:intel/pmc: Replace dev_warn() with dev_dbg()
Xi Pardee
1
-1
/
+1
2025-09-11
platform/x86:intel/pmc: Enable SSRAM support for Panther Lake
Xi Pardee
2
-0
/
+33
2025-09-11
platform/x86:intel/pmc: Show substate requirement for S0ix blockers
Xi Pardee
5
-10
/
+133
2025-09-11
platform/x86:intel/pmc: Improve function to show substate header
Xi Pardee
1
-6
/
+16
2025-09-11
platform/x86:intel/pmc: Move telemetry endpoint register handling
Xi Pardee
1
-26
/
+25
2025-09-11
platform/x86:intel/pmc: Enable SSRAM support for Lunar Lake
Xi Pardee
1
-0
/
+16
2025-08-28
platform/x86/intel/pmc: Add Bartlett Lake support to intel_pmc_core
Li Yifan
1
-0
/
+1
2025-08-28
platform/x86/intel/pmc: use kcalloc() instead of kzalloc()
Qianfeng Rong
1
-2
/
+2
2025-08-28
platform/x86/intel/pmc: Add Wildcat Lake support to intel_pmc_core
Xi Pardee
5
-4
/
+499
2025-08-28
platform/x86/intel/pmc: Add Wildcat Lake support to Intel PMC SSRAM Telemetry
Xi Pardee
2
-0
/
+4
2025-06-12
platform/x86/intel/pmc: Add Panther Lake support to Intel PMC SSRAM Telemetry
Xi Pardee
2
-0
/
+6
2025-06-12
platform/x86/intel/pmc: Add Lunar Lake support to Intel PMC SSRAM Telemetry
Xi Pardee
2
-0
/
+4
2025-05-29
Merge tag 'platform-drivers-x86-v6.16-1' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
9
-368
/
+489
2025-05-26
Merge tag 'x86-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-8
/
+9
2025-05-23
platform/x86/intel/pmc: Fix Arrow Lake U/H NPU PCI ID
Todd Brandt
1
-1
/
+2
2025-05-15
x86/cpuid: Set <asm/cpuid/api.h> as the main CPUID header
Ahmed S. Darwish
1
-1
/
+1
2025-05-08
platform/x86:intel/pmc: Improve pmc_core_get_lpm_req()
Xi Pardee
1
-46
/
+45
[next]