1. 9b82f05 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 10 months ago
  2. 4a9f45a intel_idle: Convert to new X86 CPU match macros by Thomas Gleixner · 4 years, 10 months ago
  3. 317e5ec intel_idle: Update copyright notice, known limitations and version by Rafael J. Wysocki · 5 years ago
  4. a472e4b intel_idle: Define CPUIDLE_FLAG_TLB_FLUSHED as BIT(16) by Rafael J. Wysocki · 5 years ago
  5. 6eacb15 intel_idle: Clean up kerneldoc comments for multiple functions by Rafael J. Wysocki · 5 years ago
  6. 6eb0443 intel_idle: Reorder declarations of static variables by Rafael J. Wysocki · 5 years ago
  7. ab1a8522 intel_idle: Annotate init time data structures by Rafael J. Wysocki · 5 years ago
  8. 7f843dd intel_idle: Add __initdata annotations to init time variables by Rafael J. Wysocki · 5 years ago
  9. 30a996f intel_idle: Relocate definitions of cpuidle callbacks by Rafael J. Wysocki · 5 years ago
  10. bc721c1 intel_idle: Clean up definitions of cpuidle callbacks by Rafael J. Wysocki · 5 years ago
  11. 40ab82e intel_idle: Simplify LAPIC timer reliability checks by Rafael J. Wysocki · 5 years ago
  12. 4dcb78e intel_idle: Introduce 'states_off' module parameter by Rafael J. Wysocki · 5 years ago
  13. 3a5be9b intel_idle: Introduce 'use_acpi' module parameter by Rafael J. Wysocki · 5 years ago
  14. c0275ae Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  15. 86e9466 intel_idle: Clean up irtl_2_usec() by Rafael J. Wysocki · 5 years ago
  16. 1aefbd7 intel_idle: Move 3 functions closer to their callers by Rafael J. Wysocki · 5 years ago
  17. 095928a intel_idle: Annotate initialization code and data structures by Rafael J. Wysocki · 5 years ago
  18. 0755a9b intel_idle: Move and clean up intel_idle_cpuidle_devices_uninit() by Rafael J. Wysocki · 5 years ago
  19. 3d3a1ae intel_idle: Rearrange intel_idle_cpuidle_driver_init() by Rafael J. Wysocki · 5 years ago
  20. 533da74 intel_idle: Clean up NULL pointer check in intel_idle_init() by Rafael J. Wysocki · 5 years ago
  21. a6c86e3 intel_idle: Fold intel_idle_probe() into intel_idle_init() by Rafael J. Wysocki · 5 years ago
  22. cbd2c4c intel_idle: Eliminate __setup_broadcast_timer() by Rafael J. Wysocki · 5 years ago
  23. 32ad73d x86/msr-index: Clean up bit defines for IA32_FEATURE_CONTROL MSR by Sean Christopherson · 5 years ago
  24. e6d4f08 intel_idle: Use ACPI _CST on server systems by Rafael J. Wysocki · 5 years ago
  25. 4ec32d9 intel_idle: Add module parameter to prevent ACPI _CST from being used by Rafael J. Wysocki · 5 years ago
  26. bff8e60 intel_idle: Allow ACPI _CST to be used for selected known processors by Rafael J. Wysocki · 5 years ago
  27. 1873495 intel_idle: Use ACPI _CST for processor models without C-state tables by Rafael J. Wysocki · 5 years ago
  28. 9f3d6da intel_idle: Refactor intel_idle_cpuidle_driver_init() by Rafael J. Wysocki · 5 years ago
  29. ba1e78a cpuidle: Drop disabled field from struct cpuidle_state by Rafael J. Wysocki · 5 years ago
  30. 5ebb34e x86/intel: Aggregate microserver naming by Peter Zijlstra · 5 years ago
  31. 5e74140 x86/intel: Aggregate big core graphics naming by Peter Zijlstra · 5 years ago
  32. af239c4 x86/intel: Aggregate big core mobile naming by Peter Zijlstra · 5 years ago
  33. c66f78a x86/intel: Aggregate big core client naming by Peter Zijlstra · 5 years ago
  34. a61127c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335 by Thomas Gleixner · 6 years ago
  35. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  36. 04b1d5d intel_idle: add support for Jacobsville by Zhang Rui · 6 years ago
  37. 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
  38. f2c4db1 x86/cpu: Sanitize FAM6_ATOM naming by Peter Zijlstra · 6 years ago
  39. a4a008e intel_idle: Get rid of custom ICPU() macro by Andy Shevchenko · 6 years ago
  40. 622ade3 Merge branch 'pm-cpuidle' by Rafael J. Wysocki · 7 years ago
  41. a4c4475 intel_idle: Graceful probe failure when MWAIT is disabled by Len Brown · 7 years ago
  42. 6753573 Revert "x86/mm: Stop calling leave_mm() in idle code" by Andy Lutomirski · 7 years ago
  43. 0563bb7 intel_idle: replace conditionals with static_cpu_has(X86_FEATURE_ARAT) by Jason Baron · 7 years ago
  44. 4396440 Merge tag 'pm-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  45. 7b01463 Merge branch 'pm-sleep' by Rafael J. Wysocki · 7 years ago
  46. 1b39e3f cpuidle: Make drivers initialize polling state by Rafael J. Wysocki · 7 years ago
  47. 28ba086 PM / s2idle: Rename ->enter_freeze to ->enter_s2idle by Rafael J. Wysocki · 7 years ago
  48. 1ed7d32 Merge branch 'x86/boot' into x86/mm, to pick up interacting changes by Ingo Molnar · 8 years ago
  49. 43858b4 x86/mm: Stop calling leave_mm() in idle code by Andy Lutomirski · 8 years ago
  50. 654d08a intel_idle: Use more common logging style by Joe Perches · 8 years ago
  51. 1b2e876 x86/intel_idle: add Gemini Lake support by David E. Box · 8 years ago
  52. c82be9d Merge tag 'pm-turbostat-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  53. 6cfb237 intel_idle: use new name for MSR_PKG_CST_CONFIG_CONTROL by Len Brown · 8 years ago
  54. de09cdd intel_idle: stop exposing platform acronyms in sysfs by Len Brown · 8 years ago
  55. 7b9dc3f Merge tag 'pm-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  56. fb1013a intel_idle: Convert to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
  57. 29d7bba intel_idle: Remove superfluous SMP fuction call by Anna-Maria Gleixner · 8 years ago
  58. a2c1bc6 x86/intel_idle: Add Knights Mill CPUID by Piotr Luc · 8 years ago
  59. 5e7ec26 x86/intel_idle: Add CPU model 0x4a (Atom Z34xx series) by Andy Shevchenko · 8 years ago
  60. b65ce83 i7300_idle: Remove this driver by Len Brown · 8 years ago
  61. 6727ad9 nmi_backtrace: generate one-line reports for idle cpus by Chris Metcalf · 8 years ago
  62. b325e04 Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  63. bef4509 intel_idle: correct BXT support by Jan Beulich · 9 years ago
  64. 3451ab3 intel_idle: re-work bxt_idle_state_table_update() and its helper by Jan Beulich · 9 years ago
  65. 4b3b234 x86/cpu: Rename "WESTMERE2" family to "NEHALEM_G" by Dave Hansen · 9 years ago
  66. 0080d65 idle_intel: Add Denverton by Jacob Pan · 9 years ago
  67. 02c4fae drivers/idle: make intel_idle.c driver more explicitly non-modular by Paul Gortmaker · 9 years ago
  68. db73c5a x86/intel_idle: Use Intel family macros for intel_idle by Dave Hansen · 9 years ago
  69. 5dcef69 intel_idle: add BXT support by Len Brown · 9 years ago
  70. 3ce093d intel_idle: Add KBL support by Len Brown · 9 years ago
  71. f9e7165 intel_idle: Add SKX support by Len Brown · 9 years ago
  72. 3e66a9a intel_idle: Clean up all registered devices on exit. by Richard Cochran · 9 years ago
  73. 0882054 intel_idle: Propagate hot plug errors. by Richard Cochran · 9 years ago
  74. b69ef2c intel_idle: Don't overreact to a cpuidle registration failure. by Richard Cochran · 9 years ago
  75. 2259a81 intel_idle: Setup the timer broadcast only on successful driver load. by Richard Cochran · 9 years ago
  76. ca42489 intel_idle: Avoid a double free of the per-CPU data. by Richard Cochran · 9 years ago
  77. e9df69c intel_idle: Fix dangling registration on error path. by Richard Cochran · 9 years ago
  78. 5131991 intel_idle: Fix deallocation order on the driver exit path. by Richard Cochran · 9 years ago
  79. 4a3dfb3 intel_idle: Remove redundant initialization calls. by Richard Cochran · 9 years ago
  80. 5469c82 intel_idle: Fix a helper function's return value. by Richard Cochran · 9 years ago
  81. f704154 intel_idle: remove useless return from void function. by Richard Cochran · 9 years ago
  82. 281baf7 intel_idle: Support for Intel Xeon Phi Processor x200 Product Family by Dasaratharaman Chandramouli · 10 years ago
  83. d70e28f intel_idle: prevent SKL-H boot failure when C8+C9+C10 enabled by Len Brown · 9 years ago
  84. 135919a intel_idle: Skylake Client Support - updated by Len Brown · 9 years ago
  85. 493f133 intel_idle: Skylake Client Support by Len Brown · 10 years ago
  86. 7dd0e0a intel_idle: allow idle states to be freeze-mode specific by Len Brown · 10 years ago
  87. 2481bc7 Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  88. baa9a93 Merge branch 'cpuidle' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux into pm-cpuidle by Rafael J. Wysocki · 10 years ago
  89. d5cdc3c intel_idle: mark cpu id array as __initconst by Mathias Krause · 10 years ago
  90. f6cee19 intel_idle: Use explicit broadcast oneshot control function by Thomas Gleixner · 10 years ago
  91. 76962ca intel_idle: Use explicit broadcast control function by Thomas Gleixner · 10 years ago
  92. cab07a5 intel_idle: Add support for the Airmont Core in the Cherrytrail and Braswell SOCs by Len Brown · 10 years ago
  93. d7ef767 intel_idle: Update support for Silvermont Core in Baytrail SOC by Len Brown · 10 years ago
  94. 5fe2e52 intel_idle: Add ->enter_freeze callbacks by Rafael J. Wysocki · 10 years ago
  95. bea5707 intel_idle: support additional Broadwell model by Len Brown · 10 years ago
  96. b82b6cc cpuidle: Invert CPUIDLE_FLAG_TIME_VALID logic by Daniel Lezcano · 10 years ago
  97. a138b56 intel_idle: Broadwell support by Len Brown · 11 years ago
  98. 8c058d53 intel_idle: Disable Baytrail Core and Module C6 auto-demotion by Len Brown · 10 years ago
  99. d27dca4 intel_idle: fix IVT idle state table setting by Christoph Jaeger · 11 years ago
  100. 8c73c4d Merge branch 'pm-cpuidle' by Rafael J. Wysocki · 11 years ago