1. 931da6a powercap: intel_rapl: support new layout of Psys PowerLimit Register on SPR by Zhang Rui · 3 years, 1 month ago
  2. 5d4c779 powercap: intel_rapl: Replace deprecated CPU-hotplug functions by Sebastian Andrzej Siewior · 3 years, 5 months ago
  3. a740561 powercap: Add Hygon Fam18h RAPL support by Pu Wen · 3 years, 10 months ago
  4. 65348ba powercap: intel_rapl: Use topology interface in rapl_init_domains() by Yunfeng Ye · 4 years ago
  5. 88ffce9 powercap: intel_rapl: Use topology interface in rapl_add_package() by Yunfeng Ye · 4 years ago
  6. cca26b6 powercap/intel_rapl: add support for AlderLake Mobile by Zhang Rui · 4 years ago
  7. 8a9d881 powercap: RAPL: Add AMD Fam19h RAPL support by Kim Phillips · 4 years, 2 months ago
  8. 43756a2 powercap: Add AMD Fam17h RAPL support by Victor Ding · 4 years, 2 months ago
  9. a8193af powercap/intel_rapl: remove unneeded semicolon by Tom Rix · 4 years, 2 months ago
  10. f1e8d75 powercap/intel_rapl: enumerate Psys RAPL domain together with package RAPL domain by Zhang Rui · 4 years, 3 months ago
  11. 7a57e9f powercap/intel_rapl: Fix domain detection by Zhang Rui · 4 years, 3 months ago
  12. e1c2d96 powercap: RAPL: Add support for Lakefield by Ricardo Neri · 4 years, 4 months ago
  13. ba92a42 powercap/intel_rapl: add support for AlderLake by Zhang Rui · 4 years, 4 months ago
  14. 64e5f36 powercap/intel_rapl: add support for RocketLake by Zhang Rui · 4 years, 4 months ago
  15. 57a2fb0 powercap/intel_rapl: add support for TigerLake Desktop by Zhang Rui · 4 years, 4 months ago
  16. 8365a89 powercap: Add Power Limit4 support by Sumeet Pawnikar · 4 years, 5 months ago
  17. 2d798d9 powercap: intel_rapl: add support for Sapphire Rapids by Zhang Rui · 4 years, 6 months ago
  18. 03c3b41 powercap: RAPL: remove unused local MSR define by Sumeet Pawnikar · 4 years, 7 months ago
  19. 33c9800 powercap/intel_rapl: add support for ElkhartLake by Jacob Pan · 4 years, 8 months ago
  20. f072251 powercap/intel_rapl: Convert to new X86 CPU match macros by Thomas Gleixner · 4 years, 9 months ago
  21. ead067b Merge back power capping changes for v5.6. by Rafael J. Wysocki · 5 years ago
  22. 3aa3c58 powercap: intel_rapl: add NULL pointer check to rapl_mmio_cpu_online() by Harry Pan · 5 years ago
  23. 2298cf8 powercap/intel_rapl: add support for JasperLake by Zhang Rui · 5 years ago
  24. 708d10e powercap/intel_rapl: add support for TigerLake Mobile by Zhang Rui · 5 years ago
  25. f84fdcb powercap/intel_rapl: add support for Cometlake desktop by Zhang Rui · 5 years ago
  26. cae4781 powercap/intel_rapl: add support for CometLake Mobile by Zhang Rui · 5 years ago
  27. 5ebb34e x86/intel: Aggregate microserver naming by Peter Zijlstra · 5 years ago
  28. 5e74140 x86/intel: Aggregate big core graphics naming by Peter Zijlstra · 5 years ago
  29. af239c4 x86/intel: Aggregate big core mobile naming by Peter Zijlstra · 5 years ago
  30. c66f78a x86/intel: Aggregate big core client naming by Peter Zijlstra · 5 years ago
  31. f76cb06 powercap: Invoke powercap_init() and rapl_init() earlier by Zhang Rui · 5 years ago
  32. 2e3f450 powercap/rapl: Add Ice Lake NNPI support to RAPL driver by Rajneesh Bhardwaj · 5 years ago
  33. 3231a21 powercap/intel_rapl: add support for ICX-D by Zhang Rui · 5 years ago
  34. cceb1d9 powercap/intel_rapl: add support for ICX by Zhang Rui · 5 years ago
  35. 0ab74bc powercap/intel_rapl: add support for IceLake desktop by Zhang Rui · 5 years ago
  36. abcfaeb intel_rapl: Fix module autoloading issue by Zhang Rui · 5 years ago
  37. 0c2dded intel_rapl: support two power limits for every RAPL domain by Zhang Rui · 5 years ago
  38. d978e75 intel_rapl: support 64 bit register by Zhang Rui · 5 years ago
  39. 3382388 intel_rapl: abstract RAPL common code by Zhang Rui · 5 years ago[Renamed (74%) from drivers/powercap/intel_rapl.c]
  40. 1193b16 intel_rapl: cleanup hardcoded MSR access by Zhang Rui · 5 years ago
  41. 8a00676 intel_rapl: cleanup some functions by Zhang Rui · 5 years ago
  42. beea8df intel_rapl: abstract register access operations by Zhang Rui · 5 years ago
  43. 7fde271 intel_rapl: abstract register address by Zhang Rui · 5 years ago
  44. 7ebf8ef intel_rapl: introduce struct rapl_if_private by Zhang Rui · 5 years ago
  45. ff95682 intel_rapl: introduce intel_rapl.h by Zhang Rui · 5 years ago
  46. 8310e82 intel_rapl: remove hardcoded register index by Zhang Rui · 5 years ago
  47. f7c4e0c intel_rapl: use reg instead of msr by Zhang Rui · 5 years ago
  48. 222a21d Merge branch 'x86-topology-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  49. f6cc69f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 309 by Thomas Gleixner · 6 years ago
  50. 9ea7612 powercap/intel_rapl: Update RAPL domain name and debug messages by Zhang Rui · 6 years ago
  51. 32fb480 powercap/intel_rapl: Support multi-die/package by Zhang Rui · 6 years ago
  52. aadf7b3 powercap/intel_rapl: Simplify rapl_find_package() by Zhang Rui · 6 years ago
  53. ba6f3ec powercap/intel_rapl: add Ice Lake mobile by Gayatri Kammela · 6 years ago
  54. df7f8e0 powercap: intel_rapl: add support for Jacobsville by Zhang Rui · 6 years ago
  55. c05f364 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  56. f2c4db1 x86/cpu: Sanitize FAM6_ATOM naming by Peter Zijlstra · 6 years ago
  57. 17ed151 powercap: RAPL: Get rid of custom RAPL_CPU() macro by Andy Shevchenko · 6 years ago
  58. ef74b5b powercap: RAPL: Add support for Cannon Lake by Joe Konno · 7 years ago
  59. 01857cf powercap: intel_rapl: Fix trailing semicolon by Luis de Bethencourt · 7 years ago
  60. 52b3672 powercap: add suspend and resume mechanism for SOC power limit by Zhen Han · 7 years ago
  61. edbdabc powercap/RAPL: prevent overridding bits outside of the mask by Adam Lessnau · 8 years ago
  62. 4486740 powercap: intel_rapl: Add support for Gemini Lake by David E. Box · 8 years ago
  63. bd90891 powercap / RAPL: Add Knights Mill CPUID by Piotr Luc · 8 years ago
  64. cb43f81 powercap/intel_rapl: fix and tidy up error handling by Jacob Pan · 8 years ago
  65. b4005e9 powercap/intel_rapl: Track active CPUs internally by Thomas Gleixner · 8 years ago
  66. 5870506 powercap/intel_rapl: Cleanup duplicated init code by Thomas Gleixner · 8 years ago
  67. 5e4dc79 powercap/intel rapl: Convert to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
  68. a74f436 powercap/intel_rapl: Propagate error code when registration fails by Thomas Gleixner · 8 years ago
  69. bed5ab6 powercap/intel_rapl: Add missing domain data update on hotplug by Thomas Gleixner · 8 years ago
  70. f5fbf84 x86/cpu: Rename Merrifield2 to Moorefield by Andy Shevchenko · 8 years ago
  71. 7d18847 powercap / RAPL: Add support for Ivy Bridge server by Xiaolong Wang · 9 years ago
  72. ab0d15d powercap / RAPL: add support for Denverton by Jacob Pan · 9 years ago
  73. a8165a2 Merge back earlier powercap material for v4.8. by Rafael J. Wysocki · 9 years ago
  74. e1399ba powercap / RAPL: handle missing MSRs by Jacob Pan · 9 years ago
  75. e1a27e8 powercap / RAPL: reduce message loglevel by Jacob Pan · 9 years ago
  76. d40671e x86, powercap, rapl: Add Skylake Server model number by Dave Hansen · 9 years ago
  77. 0bb04b5 x86, powercap, rapl: Reorder CPU detection table by Dave Hansen · 9 years ago
  78. 62d1673 x86, powercap, rapl: Use Intel model macros intead of open-coding by Dave Hansen · 9 years ago
  79. d57d394 Merge tag 'pm-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  80. 3521ba1 powercap, perf/x86/intel/rapl: Add PSys support by Srinivas Pandruvada · 9 years ago
  81. 6c51cc0 powercap/intel_rapl: Add support for Kabylake by Jacob Pan · 9 years ago
  82. 462d808 powercap: intel_rapl: Add missing Haswell model by Srinivas Pandruvada · 9 years ago
  83. 323ee64 powercap/rapl: track lead cpu per package by Jacob Pan · 9 years ago
  84. 309557f powercap/rapl: add package reference per domain by Jacob Pan · 9 years ago
  85. f14a139 powercap/rapl: reduce ipi calls by Jacob Pan · 9 years ago
  86. a889f76 Merge branch 'powercap' by Rafael J. Wysocki · 9 years ago
  87. 1e3f28a Merge branch 'acpi-soc' by Rafael J. Wysocki · 9 years ago
  88. 600c395 powercap: constify powercap_zone_ops and powercap_zone_constraint_ops structures by Julia Lawall · 9 years ago
  89. 79a21db powercap / RAPL: fix BIOS lock check by Prarit Bhargava · 9 years ago
  90. 4077a38 x86/platform/iosf_mbi: Remove duplicate definitions by Andy Shevchenko · 9 years ago
  91. 89e7b25 powercap / RAPL: Enable Broxton RAPL support by Amy Wiles · 9 years ago
  92. 5021282 powercap / RAPL: disable the 2nd power limit properly by Seiichi Ikarashi · 9 years ago
  93. 4e0bec9 powercap / RAPL: Add support for Broadwell-H by Radivoje Jovanovic · 9 years ago
  94. 2cac1f7 powercap / RAPL: Add support for Skylake H/S by Radivoje Jovanovic · 9 years ago
  95. 6f066d4 powercap / RAPL: Support Knights Landing by Dasaratharaman Chandramouli · 10 years ago
  96. 51b6340 powercap / RAPL: Floor frequency setting in Atom SoC by Ajay Thomas · 10 years ago
  97. 5fa0fa4 powercap / RAPL: Add support for Intel Skylake processors by Brian Bian · 10 years ago
  98. ea85dbc powercap / RAPL: mark rapl_ids array as __initconst by Mathias Krause · 10 years ago
  99. 34dfa36 powercap / RAPL: add ID for Broadwell server by Jacob Pan · 10 years ago
  100. d474a4d powercap / RAPL: handle domains with different energy units by Jacob Pan · 10 years ago