index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
platform
/
x86
/
intel
/
pmc
/
core.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-04
Merge tag 'platform-drivers-x86-v6.18-1' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-37
/
+148
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: Show substate requirement for S0ix blockers
Xi Pardee
1
-10
/
+111
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-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: Add Wildcat Lake support to intel_pmc_core
Xi Pardee
1
-0
/
+1
2025-05-29
Merge tag 'platform-drivers-x86-v6.16-1' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-13
/
+227
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
2025-05-08
platform/x86:intel/pmc: Move error handling to init function
Xi Pardee
1
-3
/
+19
2025-05-08
platform/x86:intel/pmc: Use devm for mutex_init
Xi Pardee
1
-2
/
+3
2025-05-08
platform/x86:intel/pmc: Create Intel PMC SSRAM Telemetry driver
Xi Pardee
1
-22
/
+51
2025-04-11
platform/x86:intel/pmc: Convert index variables to be unsigned
Xi Pardee
1
-2
/
+3
2025-04-11
platform/x86:intel/pmc: Move PMC Core related functions
Xi Pardee
1
-0
/
+168
2025-04-10
x86/msr: Rename 'rdmsrl_safe()' to 'rdmsrq_safe()'
Ingo Molnar
1
-4
/
+4
2025-02-24
platform/x86/intel/pmc: Add Panther Lake support to intel_pmc_core
Xi Pardee
1
-0
/
+1
2025-02-13
platform/x86:intel/pmc: Move arch specific action to init function
Xi Pardee
1
-13
/
+0
2025-02-13
Merge branch 'fixes' into for-next
Ilpo Järvinen
1
-2
/
+2
2025-02-10
platform/x86/intel/pmc: Add Arrow Lake U/H support to intel_pmc_core driver
Xi Pardee
1
-0
/
+2
2025-02-10
platform/x86/intel/pmc: Remove simple init functions
Xi Pardee
1
-28
/
+33
2025-02-10
platform/x86:intel/pmc: Create generic_core_init() for all platforms
Xi Pardee
1
-0
/
+42
2025-02-03
platform/x86/intel: pmc: fix ltr decode in pmc_core_ltr_show()
Dmitry Kandybka
1
-2
/
+2
2024-12-18
x86/cpu: Make all all CPUID leaf names consistent
Dave Hansen
1
-2
/
+2
2024-12-18
x86/tsc: Move away from TSC leaf magic numbers
Dave Hansen
1
-3
/
+4
2024-11-20
Merge tag 'platform-drivers-x86-v6.13-1' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-1
/
+1
2024-10-21
platform/x86:intel/pmc: Revert "Enable the ACPI PM Timer to be turned off whe...
Marek Maslanka
1
-46
/
+0
2024-10-17
platform/x86: Switch back to struct platform_driver::remove()
Uwe Kleine-König
1
-1
/
+1
2024-09-19
Merge tag 'platform-drivers-x86-v6.12-1' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-12
/
+71
2024-09-11
platform/x86: intel/pmc: Ignore all LTRs during suspend
Xi Pardee
1
-0
/
+53
2024-09-06
platform/x86:intel/pmc: Fix comment for the pmc_core_acpi_pm_timer_suspend_re...
Marek Maslanka
1
-1
/
+1
2024-09-06
platform/x86:intel/pmc: Enable the ACPI PM Timer to be turned off when suspended
Marek Maslanka
1
-0
/
+45
2024-08-19
platform/x86: intel/pmc: Remove unused param idx from pmc_for_each_mode()
Ilpo Järvinen
1
-11
/
+7
2024-08-12
platform/x86/intel/pmc: Show live substate requirements
Kane Chen
1
-1
/
+11
2024-07-08
platform/x86:intel/pmc: Add support to undo ltr_ignore
Xi Pardee
1
-6
/
+32
2024-07-08
platform/x86:intel/pmc: Use the Elvis operator
Xi Pardee
1
-1
/
+1
2024-07-08
platform/x86:intel/pmc: Use DEFINE_SHOW_STORE_ATTRIBUTE macro
Xi Pardee
1
-14
/
+2
2024-07-08
platform/x86:intel/pmc: Remove unneeded min_t check
Xi Pardee
1
-4
/
+2
2024-07-08
platform/x86:intel/pmc: Add support to show ltr_ignore value
Xi Pardee
1
-2
/
+13
2024-07-08
platform/x86:intel/pmc: Move pmc assignment closer to first usage
Xi Pardee
1
-1
/
+2
2024-07-08
platform/x86:intel/pmc: Convert index variables to be unsigned
Xi Pardee
1
-22
/
+31
2024-07-08
platform/x86:intel/pmc: Simplify mutex usage with cleanup helpers
Xi Pardee
1
-51
/
+25
2024-07-08
platform/x86:intel/pmc: Use the return value of pmc_core_send_msg
Xi Pardee
1
-9
/
+6
2024-06-03
platform/x86/intel/pmc: Switch to new Intel CPU model defines
Tony Luck
1
-23
/
+23
2024-04-29
platform/x86:intel/pmc: Add support to show S0ix blocker counter
Xi Pardee
1
-0
/
+38
2024-03-12
platform/x86/intel/pmc: Improve PKGC residency counters debug
Kane Chen
1
-11
/
+36
2024-01-02
Merge tag 'platform-drivers-x86-v6.7-6' into pdx86/for-next
Hans de Goede
1
-4
/
+10
2023-12-29
platform/x86/intel/pmc: Allow reenabling LTRs
David E. Box
1
-3
/
+6
2023-12-29
platform/x86/intel/pmc: Add suspend callback
David E. Box
1
-0
/
+3
2023-12-28
platform/x86/intel/pmc: Add Lunar Lake M support to intel_pmc_core driver
Rajvi Jingar
1
-0
/
+1
[next]