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
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
6
-78
/
+185
2025-05-02
x86/msr: Add explicit includes of <asm/msr.h>
Xin Li (Intel)
1
-0
/
+1
2025-04-11
platform/x86:intel/pmc: Remove unneeded io operations
Xi Pardee
1
-6
/
+0
2025-04-11
platform/x86:intel/pmc: Remove unneeded header file inclusion
Xi Pardee
2
-2
/
+0
2025-04-11
platform/x86:intel/pmc: Convert index variables to be unsigned
Xi Pardee
3
-4
/
+5
2025-04-11
platform/x86:intel/pmc: Move PMC devid to core.h
Xi Pardee
3
-14
/
+19
2025-04-11
platform/x86:intel/pmc: Rename core_ssram to ssram_telemetry
Xi Pardee
2
-1
/
+1
2025-04-11
platform/x86:intel/pmc: Move PMC Core related functions
Xi Pardee
3
-176
/
+176
2025-04-10
x86/msr: Rename 'rdmsrl_safe()' to 'rdmsrq_safe()'
Ingo Molnar
1
-4
/
+4
2025-04-10
x86/msr: Rename 'wrmsrl()' to 'wrmsrq()'
Ingo Molnar
1
-2
/
+2
2025-04-10
x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'
Ingo Molnar
1
-1
/
+1
2025-02-24
platform/x86/intel/pmc: Remove unneeded extern keyword in header
Xi Pardee
1
-6
/
+6
2025-02-24
platform/x86/intel/pmc: Remove unnecessary declarations in header
Xi Pardee
9
-248
/
+122
2025-02-24
platform/x86/intel/pmc: Add Panther Lake support to intel_pmc_core
Xi Pardee
4
-1
/
+561
2025-02-13
platform/x86:intel/pmc: Move arch specific action to init function
Xi Pardee
2
-13
/
+21
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
3
-0
/
+40
2025-02-10
platform/x86/intel/pmc: Remove simple init functions
Xi Pardee
10
-102
/
+86
2025-02-10
platform/x86:intel/pmc: Create generic_core_init() for all platforms
Xi Pardee
10
-147
/
+131
2025-02-10
platform/x86/intel/pmc: Remove duplicate enum
Xi Pardee
4
-4
/
+3
2025-02-10
platform/x86:intel/pmc: Make tgl_core_generic_init() static
Xi Pardee
2
-12
/
+11
2025-02-03
platform/x86/intel: pmc: fix ltr decode in pmc_core_ltr_show()
Dmitry Kandybka
1
-2
/
+2
2025-01-21
Merge tag 'x86_cpu_for_v6.14_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-3
/
+4
2025-01-10
Merge tag 'platform-drivers-x86-v6.13-5' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-0
/
+4
2025-01-07
platform/x86: intel/pmc: Fix ioremap() of bad address
David E. Box
1
-0
/
+4
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-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
1
-2
/
+2
2024-11-20
Merge tag 'platform-drivers-x86-v6.13-1' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
5
-7
/
+57
2024-10-22
platform/x86/intel/pmc: Disable C1 auto-demotion during suspend
David E. Box
1
-0
/
+53
2024-10-22
platform/x86/intel/pmc: Refactor platform resume functions to use cnl_resume()
David E. Box
3
-6
/
+3
2024-10-21
platform/x86/intel/pmc: Fix pmc_core_iounmap to call iounmap for valid addresses
Vamsi Krishna Brahmajosyula
1
-1
/
+3
2024-10-21
platform/x86:intel/pmc: Revert "Enable the ACPI PM Timer to be turned off whe...
Marek Maslanka
7
-64
/
+0
2024-10-17
platform/x86: Switch back to struct platform_driver::remove()
Uwe Kleine-König
1
-1
/
+1
2024-10-06
platform/x86:intel/pmc: Disable ACPI PM Timer disabling on Sky and Kaby Lake
Hans de Goede
1
-2
/
+0
2024-09-19
Merge tag 'platform-drivers-x86-v6.12-1' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
3
-19
/
+82
2024-09-11
platform/x86: intel/pmc: Ignore all LTRs during suspend
Xi Pardee
2
-0
/
+55
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
8
-0
/
+65
2024-08-19
platform/x86: intel/pmc: Remove unused param idx from pmc_for_each_mode()
Ilpo Järvinen
3
-17
/
+15
2024-08-12
platform/x86/intel/vsec.h: Move to include/linux
David E. Box
1
-1
/
+1
2024-08-12
platform/x86/intel/pmc: Show live substate requirements
Kane Chen
1
-1
/
+11
2024-07-17
Merge tag 'platform-drivers-x86-v6.11-1' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2
-137
/
+141
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
[prev]
[next]