index
:
kernel
linux-6.17.y
linux-6.18.y
main
saturneric's kernel source tree
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
platform
/
x86
/
intel
/
pmc
Commit message (
Expand
)
Author
Age
Files
Lines
*
platform/x86/intel/pmc: Remove unneeded extern keyword in header
Xi Pardee
2025-02-24
1
-6
/
+6
*
platform/x86/intel/pmc: Remove unnecessary declarations in header
Xi Pardee
2025-02-24
9
-248
/
+122
*
platform/x86/intel/pmc: Add Panther Lake support to intel_pmc_core
Xi Pardee
2025-02-24
4
-1
/
+561
*
platform/x86:intel/pmc: Move arch specific action to init function
Xi Pardee
2025-02-13
2
-13
/
+21
*
Merge branch 'fixes' into for-next
Ilpo Järvinen
2025-02-13
1
-2
/
+2
|
\
|
*
platform/x86/intel: pmc: fix ltr decode in pmc_core_ltr_show()
Dmitry Kandybka
2025-02-03
1
-2
/
+2
*
|
platform/x86/intel/pmc: Add Arrow Lake U/H support to intel_pmc_core driver
Xi Pardee
2025-02-10
3
-0
/
+40
*
|
platform/x86/intel/pmc: Remove simple init functions
Xi Pardee
2025-02-10
10
-102
/
+86
*
|
platform/x86:intel/pmc: Create generic_core_init() for all platforms
Xi Pardee
2025-02-10
10
-147
/
+131
*
|
platform/x86/intel/pmc: Remove duplicate enum
Xi Pardee
2025-02-10
4
-4
/
+3
*
|
platform/x86:intel/pmc: Make tgl_core_generic_init() static
Xi Pardee
2025-02-10
2
-12
/
+11
|
/
*
Merge tag 'x86_cpu_for_v6.14_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2025-01-21
1
-3
/
+4
|
\
|
*
x86/cpu: Make all all CPUID leaf names consistent
Dave Hansen
2024-12-18
1
-2
/
+2
|
*
x86/tsc: Move away from TSC leaf magic numbers
Dave Hansen
2024-12-18
1
-3
/
+4
*
|
Merge tag 'platform-drivers-x86-v6.13-5' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2025-01-10
1
-0
/
+4
|
\
\
|
|
/
|
/
|
|
*
platform/x86: intel/pmc: Fix ioremap() of bad address
David E. Box
2025-01-07
1
-0
/
+4
*
|
module: Convert symbol namespace to string literal
Peter Zijlstra
2024-12-02
1
-2
/
+2
|
/
*
Merge tag 'platform-drivers-x86-v6.13-1' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2024-11-20
5
-7
/
+57
|
\
|
*
platform/x86/intel/pmc: Disable C1 auto-demotion during suspend
David E. Box
2024-10-22
1
-0
/
+53
|
*
platform/x86/intel/pmc: Refactor platform resume functions to use cnl_resume()
David E. Box
2024-10-22
3
-6
/
+3
|
*
platform/x86: Switch back to struct platform_driver::remove()
Uwe Kleine-König
2024-10-17
1
-1
/
+1
*
|
platform/x86/intel/pmc: Fix pmc_core_iounmap to call iounmap for valid addresses
Vamsi Krishna Brahmajosyula
2024-10-21
1
-1
/
+3
*
|
platform/x86:intel/pmc: Revert "Enable the ACPI PM Timer to be turned off whe...
Marek Maslanka
2024-10-21
7
-64
/
+0
*
|
platform/x86:intel/pmc: Disable ACPI PM Timer disabling on Sky and Kaby Lake
Hans de Goede
2024-10-06
1
-2
/
+0
|
/
*
Merge tag 'platform-drivers-x86-v6.12-1' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2024-09-19
3
-19
/
+82
|
\
|
*
platform/x86: intel/pmc: Ignore all LTRs during suspend
Xi Pardee
2024-09-11
2
-0
/
+55
|
*
platform/x86: intel/pmc: Remove unused param idx from pmc_for_each_mode()
Ilpo Järvinen
2024-08-19
3
-17
/
+15
|
*
platform/x86/intel/vsec.h: Move to include/linux
David E. Box
2024-08-12
1
-1
/
+1
|
*
platform/x86/intel/pmc: Show live substate requirements
Kane Chen
2024-08-12
1
-1
/
+11
*
|
platform/x86:intel/pmc: Fix comment for the pmc_core_acpi_pm_timer_suspend_re...
Marek Maslanka
2024-09-06
1
-1
/
+1
*
|
platform/x86:intel/pmc: Enable the ACPI PM Timer to be turned off when suspended
Marek Maslanka
2024-09-06
8
-0
/
+65
|
/
*
Merge tag 'platform-drivers-x86-v6.11-1' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2024-07-18
2
-137
/
+141
|
\
|
*
platform/x86:intel/pmc: Add support to undo ltr_ignore
Xi Pardee
2024-07-08
1
-6
/
+32
|
*
platform/x86:intel/pmc: Use the Elvis operator
Xi Pardee
2024-07-08
1
-1
/
+1
|
*
platform/x86:intel/pmc: Use DEFINE_SHOW_STORE_ATTRIBUTE macro
Xi Pardee
2024-07-08
1
-14
/
+2
|
*
platform/x86:intel/pmc: Remove unneeded min_t check
Xi Pardee
2024-07-08
1
-4
/
+2
|
*
platform/x86:intel/pmc: Add support to show ltr_ignore value
Xi Pardee
2024-07-08
1
-2
/
+13
|
*
platform/x86:intel/pmc: Move pmc assignment closer to first usage
Xi Pardee
2024-07-08
1
-1
/
+2
|
*
platform/x86:intel/pmc: Convert index variables to be unsigned
Xi Pardee
2024-07-08
1
-22
/
+31
|
*
platform/x86:intel/pmc: Simplify mutex usage with cleanup helpers
Xi Pardee
2024-07-08
1
-51
/
+25
|
*
platform/x86:intel/pmc: Use the return value of pmc_core_send_msg
Xi Pardee
2024-07-08
1
-9
/
+6
|
*
platform/x86/intel/pmc: Switch to new Intel CPU model defines
Tony Luck
2024-06-03
2
-31
/
+31
*
|
platform/x86/intel: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
2024-06-24
1
-0
/
+1
|
/
*
platform/x86:intel/pmc: Enable S0ix blocker show in Lunar Lake
Xi Pardee
2024-04-29
2
-226
/
+261
*
platform/x86:intel/pmc: Add support to show S0ix blocker counter
Xi Pardee
2024-04-29
2
-0
/
+44
*
platform/x86:intel/pmc: Update LNL signal status map
Xi Pardee
2024-04-29
2
-1
/
+22
*
platform/x86/intel/pmc: Fix PCH names in comments
Colin Ian King
2024-04-29
2
-2
/
+2
*
platform/x86/intel/pmc: Improve PKGC residency counters debug
Kane Chen
2024-03-12
2
-13
/
+41
*
platform/x86/intel/pmc/arl: Put GNA device in D3
David E. Box
2024-03-12
1
-0
/
+2
*
platform/x86/intel/pmc/lnl: Remove SSRAM support
David E. Box
2024-03-12
1
-34
/
+4
[next]