1. 681fe68 cpufreq: No need to verify cpufreq_driver in show_scaling_cur_freq() by Viresh Kumar · 4 years, 4 months ago
  2. f6ebbcf cpufreq: intel_pstate: Implement passive mode with HWP enabled by Rafael J. Wysocki · 4 years, 5 months ago
  3. 9ac1fb1 Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm by Rafael J. Wysocki · 4 years, 5 months ago
  4. 292072c cpufreq: cached_resolved_idx can not be negative by Viresh Kumar · 4 years, 5 months ago
  5. a9909c21 cpufreq: cpufreq: Demote lots of function headers unworthy of kerneldoc status by Lee Jones · 4 years, 6 months ago
  6. 3a7e4fb cpufreq: Remove the weakly defined cpufreq_default_governor() by Viresh Kumar · 4 years, 6 months ago
  7. 8412b45 cpufreq: Specify default governor on command line by Quentin Perret · 4 years, 6 months ago
  8. 8cc46ae cpufreq: Fix locking issues with governors by Viresh Kumar · 4 years, 6 months ago
  9. cf6fada cpufreq: change '.set_boost' to act on one policy by Xiongfeng Wang · 4 years, 7 months ago
  10. 552abb8 cpufreq: Fix up cpufreq_boost_set_sw() by Rafael J. Wysocki · 4 years, 8 months ago
  11. 3cd86a5 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 4 years, 9 months ago
  12. bbce8ea cpufreq: add function to get the hardware max frequency by Ionela Voinescu · 4 years, 10 months ago
  13. f5739cb cpufreq: Fix policy initialization for internal governor drivers by Rafael J. Wysocki · 4 years, 11 months ago
  14. 183edb20 cpufreq: Make cpufreq_global_kobject static by Yangtao Li · 5 years ago
  15. 1e4f63a cpufreq: Avoid creating excessively large stack frames by Rafael J. Wysocki · 5 years ago
  16. 9e7a032 Merge tag 'pm-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 5 years ago
  17. 5720821 cpufreq: Use vtime aware kcpustat accessors for user time by Frederic Weisbecker · 5 years ago
  18. 46770be cpufreq: Register drivers only after CPU devices have been registered by Viresh Kumar · 5 years ago
  19. 6d5a763 Merge tag 'v5.4-rc7' into sched/core, to pick up fixes by Ingo Molnar · 5 years ago
  20. e6e8df0 cpufreq: Add NULL checks to show() and store() methods of cpufreq by Kai Shen · 5 years ago
  21. 737ffb2 cpufreq: Clarify the comment in cpufreq_set_policy() by Viresh Kumar · 5 years ago
  22. 49bb001 cpufreq: Use vtime aware kcpustat accessor to fetch CPUTIME_SYSTEM by Frederic Weisbecker · 5 years ago
  23. 6941051 cpufreq: Cancel policy update work scheduled before freeing by Sudeep Holla · 5 years ago
  24. 3000ce3 cpufreq: Use per-policy frequency QoS by Rafael J. Wysocki · 5 years ago
  25. 65650b3 cpufreq: Avoid cpufreq_suspend() deadlock on system shutdown by Rafael J. Wysocki · 5 years ago
  26. beb4e08 Merge branch 'pm-cpufreq-qos' by Rafael J. Wysocki · 5 years ago
  27. df0eea4 cpufreq: Remove CPUFREQ_ADJUST and CPUFREQ_NOTIFY policy notifier events by Viresh Kumar · 5 years ago
  28. e9a7cc1 cpufreq: Print driver name if cpufreq_suspend() fails by Florian Fainelli · 5 years ago
  29. 62c23a8 cpufreq: remove redundant assignment to ret by Colin Ian King · 5 years ago
  30. 6a14903 cpufreq: Add policy create/remove notifiers back by Viresh Kumar · 5 years ago
  31. e61a412 cpufreq: dev_pm_qos_update_request() can return 1 on success by Viresh Kumar · 5 years ago
  32. 918e162 Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 5 years ago
  33. c4dcc8a cpufreq: Make cpufreq_generic_init() return void by Viresh Kumar · 5 years ago
  34. 18c4992 cpufreq: Add QoS requests for userspace constraints by Viresh Kumar · 6 years ago
  35. c57b25b cpufreq: intel_pstate: Reuse refresh_frequency_limits() by Viresh Kumar · 6 years ago
  36. 67d874c cpufreq: Register notifiers with the PM QoS framework by Viresh Kumar · 6 years ago
  37. 586a07d Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 6 years ago
  38. 70a59fd cpufreq: Avoid calling cpufreq_verify_current_freq() from handle_update() by Viresh Kumar · 6 years ago
  39. 5980752 cpufreq: Consolidate cpufreq_update_current_freq() and __cpufreq_get() by Viresh Kumar · 6 years ago
  40. 9801522 cpufreq: Don't skip frequency validation for has_target() drivers by Viresh Kumar · 6 years ago
  41. 5ddc6d4 cpufreq: Use has_target() instead of !setpolicy by Viresh Kumar · 6 years ago
  42. 407d0ff cpufreq: Remove redundant !setpolicy check by Viresh Kumar · 6 years ago
  43. bcc6156 cpufreq: Move the IS_ENABLED(CPU_THERMAL) macro into a stub by Daniel Lezcano · 6 years ago
  44. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  45. bfbfbf7 Merge tag 'pm-5.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 6 years ago
  46. ab05d97 cpufreq: Don't find governor for setpolicy drivers in cpufreq_init_policy() by Yue Hu · 6 years ago
  47. 2acb9bd cpufreq: Explain the kobject_put() in cpufreq_policy_alloc() by Rafael J. Wysocki · 6 years ago
  48. df24014 cpufreq: Call transition notifier only once for each policy by Viresh Kumar · 6 years ago
  49. 0968621 Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 6 years ago
  50. 4ebe36c cpufreq: Fix kobject memleak by Viresh Kumar · 6 years ago
  51. 4db7c34 cpufreq: Move ->get callback check outside of __cpufreq_get() by Yue Hu · 6 years ago
  52. b23aa31 cpufreq: Remove needless bios_limit check in show_bios_limit() by Yue Hu · 6 years ago
  53. d75f773 treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively by Sakari Ailus · 6 years ago
  54. 89f98d7 cpufreq: Remove cpufreq_driver check in cpufreq_boost_supported() by Yue Hu · 6 years ago
  55. 9083e49 cpufreq: intel_pstate: Update max frequency on global turbo changes by Rafael J. Wysocki · 6 years ago
  56. 540a3758 cpufreq: Add cpufreq_cpu_acquire() and cpufreq_cpu_release() by Rafael J. Wysocki · 6 years ago
  57. 5a25e3f cpufreq: intel_pstate: Driver-specific handling of _PPC updates by Rafael J. Wysocki · 6 years ago
  58. 5d094fe cpufreq: Improve kerneldoc comments for cpufreq_cpu_get/put() by Rafael J. Wysocki · 6 years ago
  59. 167a38d cpufreq: Pass updated policy to driver ->setpolicy() callback by Rafael J. Wysocki · 6 years ago
  60. 2bb4059 cpufreq: Fix two debug messages in cpufreq_set_policy() by Rafael J. Wysocki · 6 years ago
  61. 348a2ec cpufreq: Reorder and simplify cpufreq_update_policy() by Rafael J. Wysocki · 6 years ago
  62. a0dbb81 cpufreq: Add kerneldoc comments for two core functions by Rafael J. Wysocki · 6 years ago
  63. a9a22b5 cpufreq: Replace double NOT (!!) with single NOT (!) by Viresh Kumar · 6 years ago
  64. 91a12e9 cpufreq: Allow light-weight tear down and bring up of CPUs by Viresh Kumar · 6 years ago
  65. 5c238a8 cpufreq: Auto-register the driver as a thermal cooling device if asked by Amit Kucheria · 6 years ago
  66. 625c85a cpufreq: Use struct kobj_attribute instead of struct global_attr by Viresh Kumar · 6 years ago
  67. 21469df cpufreq: Don't update new_policy on failures by Viresh Kumar · 6 years ago
  68. 343e60e Merge branches 'pm-cpuidle', 'pm-cpufreq' and 'pm-sleep' by Rafael J. Wysocki · 6 years ago
  69. 2f66196 cpufreq: check if policy is inactive early in __cpufreq_get() by Sudeep Holla · 6 years ago
  70. 531b5c9 sched/topology: Make Energy Aware Scheduling depend on schedutil by Quentin Perret · 6 years ago
  71. 0e7ea2f cpufreq: remove unnecessary unlikely() by Igor Stoppa · 6 years ago
  72. 9b3d9bb cpufreq: Fix a circular lock dependency problem by Waiman Long · 6 years ago
  73. 601b218 cpufreq: trace frequency limits change by Ruchi Kandoi · 6 years ago
  74. cc85de3 cpufreq: Use static SRCU initializer by Sebastian Andrzej Siewior · 7 years ago
  75. c7d1f11 cpufreq: Fix new policy initialization during limits updates via sysfs by Tao Wang · 7 years ago
  76. 20b5324 cpufreq: optimize cpufreq_notify_transition() by Viresh Kumar · 7 years ago
  77. 92c99d1 cpufreq: Don't validate cpufreq table from cpufreq_generic_init() by Viresh Kumar · 7 years ago
  78. d417e06 cpufreq: Validate frequency table in the core by Viresh Kumar · 7 years ago
  79. b24b647 cpufreq: Reorder cpufreq_online() error code path by Viresh Kumar · 7 years ago
  80. 703cbaa cpufreq: Skip cpufreq resume if it's not suspended by Bo Yan · 7 years ago
  81. a8b149d cpufreq: Fix governor module removal race by Rafael J. Wysocki · 7 years ago
  82. 70d1ff7 cpufreq: Drop pointless return statement by Rafael J. Wysocki · 7 years ago
  83. ae0ff89 cpufreq: Pass policy pointer to cpufreq_parse_governor() by Rafael J. Wysocki · 7 years ago
  84. 045149e cpufreq: Clean up cpufreq_parse_governor() by Rafael J. Wysocki · 7 years ago
  85. e7d5459 cpufreq: provide default frequency-invariance setter function by Dietmar Eggemann · 7 years ago
  86. 08a1000 Merge branch 'pm-cpufreq-sched' by Rafael J. Wysocki · 7 years ago
  87. e948bc8 cpufreq: Cap the default transition delay value to 10 ms by Viresh Kumar · 7 years ago
  88. 209887e cpufreq: Return 0 from ->fast_switch() on errors by Viresh Kumar · 7 years ago
  89. fc4c709 cpufreq: Allow dynamic switching with CPUFREQ_ETERNAL latency by Viresh Kumar · 7 years ago
  90. fe829ed cpufreq: Add CPUFREQ_NO_AUTO_DYNAMIC_SWITCHING cpufreq driver flag by Viresh Kumar · 7 years ago
  91. ed4676e cpufreq: Replace "max_transition_latency" with "dynamic_switching" by Viresh Kumar · 7 years ago
  92. aa7519a cpufreq: Use transition_delay_us for legacy governors as well by Viresh Kumar · 7 years ago
  93. 408c986 Merge tag 'pm-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  94. 9a9594e Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  95. f8475ce x86: use common aperfmperf_khz_on_cpu() to calculate KHz using APERF/MPERF by Len Brown · 8 years ago
  96. 6c77003 cpufreq: cpufreq_register_driver() should return -ENODEV if init fails by David Arcari · 8 years ago
  97. a92551e cpufreq: Use cpuhp_setup_state_nocalls_cpuslocked() by Sebastian Andrzej Siewior · 8 years ago
  98. c4a3fa2 cpufreq: Bring CPUs up even if cpufreq_online() failed by Chen Yu · 8 years ago
  99. 2f0ba79 cpufreq: Fix creation of symbolic links to policy directories by Rafael J. Wysocki · 8 years ago
  100. ff01047 cpufreq: Restore policy min/max limits on CPU online by Viresh Kumar · 8 years ago