| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-10-20 | cpufreq: Replace deprecated strcpy() in cpufreq_unregister_governor() | Thorsten Blum | 1 | -1/+1 |
| 2025-10-20 | cpufreq: preserve freq_table_sorted across suspend/hibernate | Zihuan Zhang | 1 | -3/+6 |
| 2025-09-24 | Merge back earlier cpufreq material for 6.18 | Rafael J. Wysocki | 1 | -29/+15 |
| 2025-09-20 | cpufreq: Initialize cpufreq-based invariance before subsys | Christian Loehle | 1 | -9/+11 |
| 2025-09-19 | cpufreq: Add defensive check during driver registration | Zihuan Zhang | 1 | -0/+1 |
| 2025-09-05 | cpufreq: core: Rearrange variable declarations involving __free() | Rafael J. Wysocki | 1 | -20/+7 |
| 2025-09-05 | cpufreq: Use int type to store negative error codes | Qianfeng Rong | 1 | -1/+1 |
| 2025-09-05 | cpufreq: Drop redundant freq_table parameter | Zihuan Zhang | 1 | -1/+1 |
| 2025-08-22 | cpufreq: simplify setpolicy/target check in driver verification | Zihuan Zhang | 1 | -4/+1 |
| 2025-08-22 | cpufreq: use strlen() for governor name comparison | Zihuan Zhang | 1 | -2/+2 |
| 2025-08-19 | cpufreq: Avoid calling get_governor() for first policy | Zihuan Zhang | 1 | -1/+2 |
| 2025-07-21 | Merge tag 'cpufreq-arm-updates-6.17' of git://git.kernel.org/pub/scm/linux/ke... | Rafael J. Wysocki | 1 | -0/+2 |
| 2025-07-14 | cpufreq: Exit governor when failed to start old governor | Lifeng Zheng | 1 | -3/+5 |
| 2025-07-14 | cpufreq: Move the check of cpufreq_driver->get into cpufreq_verify_current_fr... | Lifeng Zheng | 1 | -6/+5 |
| 2025-07-14 | cpufreq: Init policy->rwsem before it may be possibly used | Lifeng Zheng | 1 | -1/+2 |
| 2025-07-14 | cpufreq: Initialize cpufreq-based frequency-invariance later | Lifeng Zheng | 1 | -9/+9 |
| 2025-07-14 | cpufreq: Remove duplicate check in __cpufreq_offline() | Lifeng Zheng | 1 | -5/+4 |
| 2025-07-14 | cpufreq: Contain scaling_cur_freq.attr in cpufreq_attrs | Lifeng Zheng | 1 | -4/+1 |
| 2025-07-09 | cpufreq: Export disable_cpufreq() | Aaron Kling | 1 | -0/+2 |
| 2025-05-21 | cpufreq: Update sscanf() to kstrtouint() | Bowen Yu | 1 | -3/+3 |
| 2025-05-21 | cpufreq: Replace magic number | Bowen Yu | 1 | -1/+1 |
| 2025-05-14 | cpufreq: drop redundant cpus_read_lock() from store_local_boost() | Seyediman Seyedarab | 1 | -3/+0 |
| 2025-05-13 | cpufreq: Drop policy locking from cpufreq_policy_is_good_for_eas() | Rafael J. Wysocki | 1 | -2/+0 |
| 2025-05-07 | cpufreq/sched: Move cpufreq-specific EAS checks to cpufreq | Rafael J. Wysocki | 1 | -0/+32 |
| 2025-05-04 | Merge back cpufreq material for 6.16 | Rafael J. Wysocki | 1 | -243/+181 |
| 2025-04-28 | cpufreq: Fix setting policy limits when frequency tables are used | Rafael J. Wysocki | 1 | -8/+14 |
| 2025-04-25 | cpufreq: Force sync policy boost with global boost on sysfs update | Viresh Kumar | 1 | -2/+4 |
| 2025-04-25 | cpufreq: Preserve policy's boost state after resume | Viresh Kumar | 1 | -2/+7 |
| 2025-04-25 | cpufreq: Introduce policy_set_boost() | Viresh Kumar | 1 | -23/+26 |
| 2025-04-25 | cpufreq: Don't unnecessarily call set_boost() | Viresh Kumar | 1 | -1/+1 |
| 2025-04-19 | Merge back earlier cpufreq material for 6.16 | Rafael J. Wysocki | 1 | -219/+147 |
| 2025-04-17 | cpufreq: Avoid using inconsistent policy->min and policy->max | Rafael J. Wysocki | 1 | -7/+25 |
| 2025-04-10 | cpufreq: Drop unused cpufreq_get_policy() | Rafael J. Wysocki | 1 | -25/+0 |
| 2025-04-09 | cpufreq: Pass policy pointer to ->update_limits() | Rafael J. Wysocki | 1 | -1/+1 |
| 2025-04-09 | cpufreq: Introduce cpufreq_policy_refresh() | Rafael J. Wysocki | 1 | -13/+18 |
| 2025-04-09 | cpufreq: Use __free() for policy reference counting cleanup | Rafael J. Wysocki | 1 | -32/+25 |
| 2025-04-09 | cpufreq: Drop cpufreq_cpu_acquire() and cpufreq_cpu_release() | Rafael J. Wysocki | 1 | -45/+0 |
| 2025-04-09 | cpufreq: Use locking guard and __free() in cpufreq_update_policy() | Rafael J. Wysocki | 1 | -5/+5 |
| 2025-04-09 | cpufreq: Add and use cpufreq policy locking guards | Rafael J. Wysocki | 1 | -67/+54 |
| 2025-04-09 | cpufreq: Split cpufreq_online() | Rafael J. Wysocki | 1 | -41/+54 |
| 2025-04-09 | cpufreq: Consolidate some code in cpufreq_online() | Rafael J. Wysocki | 1 | -5/+5 |
| 2025-04-01 | cpufreq: Reference count policy in cpufreq_update_limits() | Rafael J. Wysocki | 1 | -0/+6 |
| 2025-03-25 | Merge tag 'pm-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 1 | -19/+27 |
| 2025-02-17 | cpufreq: Introduce an optional cpuinfo_avg_freq sysfs entry | Beata Michalska | 1 | -1/+29 |
| 2025-02-17 | cpufreq: Allow arch_freq_get_on_cpu to return an error | Beata Michalska | 1 | -4/+4 |
| 2025-02-07 | cpufreq: Remove cpufreq_enable_boost_support() | Viresh Kumar | 1 | -15/+0 |
| 2025-02-07 | cpufreq: Restrict enabling boost on policies with no boost frequencies | Viresh Kumar | 1 | -1/+7 |
| 2025-02-07 | cpufreq: Export cpufreq_boost_set_sw() | Viresh Kumar | 1 | -1/+2 |
| 2025-02-07 | cpufreq: staticize cpufreq_boost_trigger_state() | Viresh Kumar | 1 | -1/+2 |
| 2025-02-07 | cpufreq: Stop checking for duplicate available/boost freq attributes | Viresh Kumar | 1 | -7/+0 |
| 2025-02-07 | cpufreq: Always create freq-table related sysfs file | Viresh Kumar | 1 | -0/+22 |
| 2025-02-07 | cpufreq: Use str_enable_disable() helper | Lifeng Zheng | 1 | -1/+1 |
| 2025-02-05 | cpufreq: prevent NULL dereference in cpufreq_online() | Aboorva Devarajan | 1 | -1/+2 |
| 2025-01-23 | cpufreq: Introduce a more generic way to set default per-policy boost flag | Lifeng Zheng | 1 | -4/+12 |
| 2025-01-23 | cpufreq: Fix re-boost issue after hotplugging a CPU | Lifeng Zheng | 1 | -0/+4 |
| 2025-01-20 | Merge branch 'pm-cpufreq' | Rafael J. Wysocki | 1 | -3/+4 |
| 2025-01-17 | cpufreq: Use str_enable_disable()-like helpers | Krzysztof Kozlowski | 1 | -3/+4 |
| 2024-12-18 | PM: EM: Move sched domains rebuild function from schedutil to EM | Rafael J. Wysocki | 1 | -1/+1 |
| 2024-10-28 | cpufreq: use proper units for frequency | Marcin Juszkiewicz | 1 | -1/+1 |
| 2024-08-02 | cpufreq: Remove LATENCY_MULTIPLIER | Qais Yousef | 1 | -23/+4 |
| 2024-07-10 | Merge back cpufreq material for 6.11. | Rafael J. Wysocki | 1 | -26/+24 |
| 2024-07-01 | cpufreq: Allow drivers to advertise boost enabled | Mario Limonciello | 1 | -1/+2 |
| 2024-06-28 | cpufreq: make cpufreq_boost_enabled() return bool | Dhruva Gole | 1 | -1/+1 |
| 2024-06-25 | Merge tag 'amd-pstate-v6.11-2024-06-24' of ssh://gitolite.kernel.org/pub/scm/... | Rafael J. Wysocki | 1 | -6/+5 |
| 2024-06-24 | cpufreq: simplify boolean parsing with kstrtobool in store function | Perry Yuan | 1 | -6/+5 |
| 2024-06-20 | cpufreq: update to sysfs_emit() for safer buffer handling | Perry Yuan | 1 | -19/+18 |
| 2024-05-14 | Merge tag 'pm-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 1 | -4/+7 |
| 2024-04-24 | cpufreq: Add a cpufreq pressure feedback for the scheduler | Vincent Guittot | 1 | -0/+36 |
| 2024-04-12 | cpufreq: exit() callback is optional | Viresh Kumar | 1 | -4/+7 |
| 2024-03-13 | cpufreq: Fix per-policy boost behavior on SoCs using cpufreq_boost_set_sw() | Sibi Sankar | 1 | -6/+12 |
| 2024-03-01 | cpufreq: Don't unregister cpufreq cooling on CPU hotplug | Viresh Kumar | 1 | -6/+11 |
| 2024-02-29 | cpufreq: Honour transition_latency over transition_delay_us | Qais Yousef | 1 | -2/+11 |
| 2024-02-12 | cpufreq: Change default transition delay to 2ms | Qais Yousef | 1 | -2/+2 |
| 2023-12-23 | cpufreq: Use the fixed and coherent frequency for scaling capacity | Vincent Guittot | 1 | -2/+2 |
| 2023-10-31 | Merge tag 'pm-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 1 | -2/+1 |
| 2023-10-06 | cpufreq: Rebuild sched-domains when removing cpufreq driver | Pierre Gondois | 1 | -2/+1 |
| 2023-09-29 | cpufreq: Replace deprecated strncpy() with strscpy() | Justin Stitt | 1 | -2/+2 |
| 2023-08-29 | cpufreq: Support per-policy performance boost | Jie Zhan | 1 | -0/+43 |
| 2023-08-29 | cpufreq: Fix the race condition while updating the transition_task of policy | Liao Chang | 1 | -0/+2 |
| 2023-08-29 | cpufreq: Avoid printing kernel addresses in cpufreq_resume() | Liao Chang | 1 | -4/+4 |
| 2023-08-17 | cpufreq: Prefer to print cpuid in MIN/MAX QoS register error message | Liao Chang | 1 | -4/+4 |
| 2023-06-15 | cpufreq: Fail driver register if it has adjust_perf without fast_switch | Wyes Karny | 1 | -1/+2 |
| 2023-04-27 | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+6 |
| 2023-04-18 | cpufreq: use correct unit when verify cur freq | Sanjay Chandrashekara | 1 | -1/+1 |
| 2023-04-07 | cpufreq: drivers with target_index() must set freq_table | Viresh Kumar | 1 | -0/+5 |
| 2023-03-22 | cpufreq: warn about invalid vals to scaling_max/min_freq interfaces | qinyu | 1 | -3/+3 |
| 2023-03-17 | cpufreq: move to use bus_get_dev_root() | Greg Kroah-Hartman | 1 | -1/+6 |
| 2023-02-09 | cpufreq: Make kobj_type structure constant | Thomas Weißschuh | 1 | -1/+1 |
| 2023-02-09 | cpufreq: Make cpufreq_unregister_driver() return void | Uwe Kleine-König | 1 | -5/+3 |
| 2022-11-30 | cpufreq: Init completion before kobject_init_and_add() | Yongqiang Liu | 1 | -1/+1 |
| 2022-08-23 | cpufreq: check only freq_table in __resolve_freq() | Lukasz Luba | 1 | -1/+1 |
| 2022-08-03 | Merge tag 'cpufreq-arm-updates-5.20-rc1' of git://git.kernel.org/pub/scm/linu... | Rafael J. Wysocki | 1 | -3/+3 |
| 2022-07-18 | cpufreq: Change order of online() CB and policy->cpus modification | Pierre Gondois | 1 | -3/+3 |
| 2022-07-15 | cpufreq: Warn users while freeing active policy | Viresh Kumar | 1 | -2/+8 |
| 2022-06-14 | cpufreq: Drop unnecessary cpus locking from store() | Viresh Kumar | 1 | -15/+4 |
| 2022-06-14 | cpufreq: Optimize cpufreq_show_cpus() | Viresh Kumar | 1 | -3/+5 |
| 2022-05-17 | cpufreq: make interface functions and lock holding state clear | Schspa Shi | 1 | -3/+3 |
| 2022-05-17 | cpufreq: Abort show()/store() for half-initialized policies | Schspa Shi | 1 | -4/+7 |
| 2022-05-12 | cpufreq: Rearrange locking in cpufreq_remove_dev() | Rafael J. Wysocki | 1 | -7/+14 |
| 2022-05-12 | cpufreq: Split cpufreq_offline() | Rafael J. Wysocki | 1 | -14/+19 |
| 2022-05-12 | cpufreq: Reorganize checks in cpufreq_offline() | Rafael J. Wysocki | 1 | -12/+12 |
| 2022-05-11 | cpufreq: Clear real_cpus mask from remove_cpu_dev_symlink() | Viresh Kumar | 1 | -4/+4 |
| 2022-05-09 | Revert "cpufreq: Fix possible race in cpufreq online error path" | Viresh Kumar | 1 | -3/+2 |
| 2022-05-06 | cpufreq: Avoid unnecessary frequency updates due to mismatch | Viresh Kumar | 1 | -0/+11 |
| 2022-04-22 | cpufreq: Fix possible race in cpufreq online error path | Schspa Shi | 1 | -2/+3 |
| 2022-02-09 | cpufreq: Reintroduce ready() callback | Bjorn Andersson | 1 | -0/+4 |
| 2021-12-28 | cpufreq: use default_groups in kobj_type | Greg Kroah-Hartman | 1 | -2/+3 |
| 2021-12-17 | cpufreq: Fix initialization of min and max frequency QoS requests | Rafael J. Wysocki | 1 | -2/+2 |
| 2021-12-01 | cpufreq: Fix a comment in cpufreq_policy_free | Tang Yizhou | 1 | -2/+3 |
| 2021-12-01 | cpufreq: Fix get_cpu_device() failure in add_cpu_dev_symlink() | Xiongfeng Wang | 1 | -5/+4 |
| 2021-10-05 | cpufreq: Use CPUFREQ_RELATION_E in DVFS governors | Vincent Donnefort | 1 | -1/+1 |
| 2021-10-05 | cpufreq: Introducing CPUFREQ_RELATION_E | Vincent Donnefort | 1 | -1/+9 |
| 2021-10-05 | cpufreq: Make policy min/max hard requirements | Vincent Donnefort | 1 | -0/+7 |
| 2021-09-02 | cpufreq: Remove ready() callback | Viresh Kumar | 1 | -4/+0 |
| 2021-08-31 | Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k... | Rafael J. Wysocki | 1 | -0/+13 |
| 2021-08-12 | cpufreq: Add callback to register with energy model | Viresh Kumar | 1 | -0/+13 |
| 2021-08-04 | cpufreq: Replace deprecated CPU-hotplug functions | Sebastian Andrzej Siewior | 1 | -3/+3 |
| 2021-06-30 | cpufreq: Remove ->resolve_freq() | Viresh Kumar | 1 | -13/+8 |
| 2021-06-30 | cpufreq: Reuse cpufreq_driver_resolve_freq() in __cpufreq_driver_target() | Viresh Kumar | 1 | -20/+22 |
| 2021-06-30 | cpufreq: Remove the ->stop_cpu() driver callback | Viresh Kumar | 1 | -3/+0 |
| 2021-06-23 | cpufreq: Make cpufreq_online() call driver->offline() on errors | Rafael J. Wysocki | 1 | -1/+10 |
| 2021-04-08 | cpufreq: Remove unused for_each_policy macro | Shaokun Zhang | 1 | -3/+0 |
| 2021-02-19 | cpufreq: Fix typo in kerneldoc comment | Yue Hu | 1 | -1/+1 |
| 2021-02-04 | cpufreq: Remove CPUFREQ_STICKY flag | Viresh Kumar | 1 | -2/+1 |
| 2020-12-15 | cpufreq: Add special-purpose fast-switching callback for drivers | Rafael J. Wysocki | 1 | -0/+40 |
| 2020-12-11 | cpufreq: Fix cpufreq_online() return value on errors | Wang ShaoBo | 1 | -1/+4 |
| 2020-12-11 | cpufreq: Fix up several kerneldoc comments | Rafael J. Wysocki | 1 | -35/+35 |
| 2020-11-16 | Merge back cpufreq updates for v5.11. | Rafael J. Wysocki | 1 | -5/+5 |
| 2020-11-10 | cpufreq: Add strict_target to struct cpufreq_policy | Rafael J. Wysocki | 1 | -0/+2 |
| 2020-11-10 | cpufreq: Introduce governor flags | Rafael J. Wysocki | 1 | -1/+1 |
| 2020-11-02 | cpufreq: Drop restore_freq from struct cpufreq_policy | Rafael J. Wysocki | 1 | -5/+5 |
| 2020-10-29 | cpufreq: Introduce cpufreq_driver_test_flags() | Rafael J. Wysocki | 1 | -0/+12 |
| 2020-10-27 | cpufreq: Introduce CPUFREQ_NEED_UPDATE_LIMITS driver flag | Rafael J. Wysocki | 1 | -1/+2 |
| 2020-10-16 | cpufreq: Improve code around unlisted freq check | Viresh Kumar | 1 | -8/+7 |
| 2020-10-08 | cpufreq,arm,arm64: restructure definitions of arch_set_freq_scale() | Ionela Voinescu | 1 | -7/+0 |
| 2020-10-05 | cpufreq: Move traces and update to policy->cur to cpufreq core | Viresh Kumar | 1 | -0/+7 |
| 2020-10-05 | cpufreq: stats: Enable stats for fast-switch as well | Viresh Kumar | 1 | -0/+4 |
| 2020-09-18 | arch_topology, cpufreq: constify arch_* cpumasks | Valentin Schneider | 1 | -2/+3 |
| 2020-09-18 | cpufreq: report whether cpufreq supports Frequency Invariance (FI) | Ionela Voinescu | 1 | -0/+16 |
| 2020-09-18 | cpufreq: move invariance setter calls in cpufreq core | Ionela Voinescu | 1 | -1/+11 |
| 2020-08-27 | cpufreq: No need to verify cpufreq_driver in show_scaling_cur_freq() | Viresh Kumar | 1 | -2/+1 |
| 2020-08-11 | cpufreq: intel_pstate: Implement passive mode with HWP enabled | Rafael J. Wysocki | 1 | -4/+2 |
| 2020-08-04 | Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k... | Rafael J. Wysocki | 1 | -1/+1 |
| 2020-07-30 | cpufreq: cached_resolved_idx can not be negative | Viresh Kumar | 1 | -1/+1 |
| 2020-07-15 | cpufreq: cpufreq: Demote lots of function headers unworthy of kerneldoc status | Lee Jones | 1 | -15/+17 |
| 2020-07-02 | cpufreq: Remove the weakly defined cpufreq_default_governor() | Viresh Kumar | 1 | -7/+0 |
| 2020-07-02 | cpufreq: Specify default governor on command line | Quentin Perret | 1 | -9/+22 |
| 2020-07-02 | cpufreq: Fix locking issues with governors | Viresh Kumar | 1 | -23/+35 |
| 2020-06-05 | cpufreq: change '.set_boost' to act on one policy | Xiongfeng Wang | 1 | -26/+31 |
| 2020-05-18 | cpufreq: Fix up cpufreq_boost_set_sw() | Rafael J. Wysocki | 1 | -5/+6 |
| 2020-03-31 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -0/+20 |
| 2020-03-06 | cpufreq: add function to get the hardware max frequency | Ionela Voinescu | 1 | -0/+20 |
| 2020-02-27 | cpufreq: Fix policy initialization for internal governor drivers | Rafael J. Wysocki | 1 | -2/+10 |
| 2020-02-03 | cpufreq: Make cpufreq_global_kobject static | Yangtao Li | 1 | -3/+2 |
| 2020-01-27 | cpufreq: Avoid creating excessively large stack frames | Rafael J. Wysocki | 1 | -77/+70 |
| 2019-11-26 | Merge tag 'pm-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 1 | -1/+17 |
| 2019-11-21 | cpufreq: Use vtime aware kcpustat accessors for user time | Frederic Weisbecker | 1 | -7/+10 |
| 2019-11-14 | cpufreq: Register drivers only after CPU devices have been registered | Viresh Kumar | 1 | -0/+7 |
| 2019-11-11 | Merge tag 'v5.4-rc7' into sched/core, to pick up fixes | Ingo Molnar | 1 | -43/+29 |
| 2019-11-08 | cpufreq: Add NULL checks to show() and store() methods of cpufreq | Kai Shen | 1 | -0/+6 |
| 2019-11-04 | cpufreq: Clarify the comment in cpufreq_set_policy() | Viresh Kumar | 1 | -1/+4 |
| 2019-10-29 | cpufreq: Use vtime aware kcpustat accessor to fetch CPUTIME_SYSTEM | Frederic Weisbecker | 1 | -1/+1 |
| 2019-10-22 | cpufreq: Cancel policy update work scheduled before freeing | Sudeep Holla | 1 | -0/+3 |
| 2019-10-21 | cpufreq: Use per-policy frequency QoS | Rafael J. Wysocki | 1 | -33/+26 |
| 2019-10-10 | cpufreq: Avoid cpufreq_suspend() deadlock on system shutdown | Rafael J. Wysocki | 1 | -10/+0 |
| 2019-09-05 | Merge branch 'pm-cpufreq-qos' | Rafael J. Wysocki | 1 | -30/+21 |
| 2019-09-02 | cpufreq: Remove CPUFREQ_ADJUST and CPUFREQ_NOTIFY policy notifier events | Viresh Kumar | 1 | -29/+7 |
| 2019-08-22 | cpufreq: Print driver name if cpufreq_suspend() fails | Florian Fainelli | 1 | -2/+2 |
| 2019-08-21 | cpufreq: remove redundant assignment to ret | Colin Ian King | 1 | -1/+1 |
| 2019-08-10 | cpufreq: Add policy create/remove notifiers back | Viresh Kumar | 1 | -1/+14 |
| 2019-08-10 | cpufreq: dev_pm_qos_update_request() can return 1 on success | Viresh Kumar | 1 | -1/+1 |
| 2019-07-18 | Merge branch 'pm-cpufreq' | Rafael J. Wysocki | 1 | -65/+151 |
| 2019-07-16 | cpufreq: Make cpufreq_generic_init() return void | Viresh Kumar | 1 | -3/+1 |
| 2019-07-08 | cpufreq: Add QoS requests for userspace constraints | Viresh Kumar | 1 | -43/+55 |
| 2019-07-08 | cpufreq: intel_pstate: Reuse refresh_frequency_limits() | Viresh Kumar | 1 | -1/+2 |
| 2019-07-08 | cpufreq: Register notifiers with the PM QoS framework | Viresh Kumar | 1 | -30/+105 |
| 2019-07-08 | Merge branch 'pm-cpufreq' | Rafael J. Wysocki | 1 | -67/+54 |
| 2019-06-28 | cpufreq: Avoid calling cpufreq_verify_current_freq() from handle_update() | Viresh Kumar | 1 | -10/+16 |
| 2019-06-28 | cpufreq: Consolidate cpufreq_update_current_freq() and __cpufreq_get() | Viresh Kumar | 1 | -42/+28 |
| 2019-06-28 | cpufreq: Don't skip frequency validation for has_target() drivers | Viresh Kumar | 1 | -8/+5 |
| 2019-06-26 | cpufreq: Use has_target() instead of !setpolicy | Viresh Kumar | 1 | -3/+3 |
| 2019-06-26 | cpufreq: Remove redundant !setpolicy check | Viresh Kumar | 1 | -1/+1 |
| 2019-06-26 | cpufreq: Move the IS_ENABLED(CPU_THERMAL) macro into a stub | Daniel Lezcano | 1 | -4/+2 |
| 2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -4/+1 |
| 2019-05-15 | Merge tag 'pm-5.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 1 | -60/+80 |
| 2019-05-13 | cpufreq: Don't find governor for setpolicy drivers in cpufreq_init_policy() | Yue Hu | 1 | -51/+65 |
| 2019-05-13 | cpufreq: Explain the kobject_put() in cpufreq_policy_alloc() | Rafael J. Wysocki | 1 | -0/+5 |
| 2019-05-10 | cpufreq: Call transition notifier only once for each policy | Viresh Kumar | 1 | -9/+10 |
| 2019-05-07 | Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -1/+1 |
| 2019-04-30 | cpufreq: Fix kobject memleak | Viresh Kumar | 1 | -0/+1 |
| 2019-04-23 | cpufreq: Move ->get callback check outside of __cpufreq_get() | Yue Hu | 1 | -2/+3 |
| 2019-04-16 | cpufreq: Remove needless bios_limit check in show_bios_limit() | Yue Hu | 1 | -5/+3 |
| 2019-04-09 | treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively | Sakari Ailus | 1 | -1/+1 |
| 2019-04-09 | cpufreq: Remove cpufreq_driver check in cpufreq_boost_supported() | Yue Hu | 1 | -1/+1 |
| 2019-04-08 | cpufreq: intel_pstate: Update max frequency on global turbo changes | Rafael J. Wysocki | 1 | -12/+4 |
| 2019-04-01 | cpufreq: Add cpufreq_cpu_acquire() and cpufreq_cpu_release() | Rafael J. Wysocki | 1 | -9/+47 |
| 2019-04-01 | cpufreq: intel_pstate: Driver-specific handling of _PPC updates | Rafael J. Wysocki | 1 | -0/+16 |
| 2019-03-07 | cpufreq: Improve kerneldoc comments for cpufreq_cpu_get/put() | Rafael J. Wysocki | 1 | -15/+9 |
| 2019-02-20 | cpufreq: Pass updated policy to driver ->setpolicy() callback | Rafael J. Wysocki | 1 | -1/+1 |
| 2019-02-20 | cpufreq: Fix two debug messages in cpufreq_set_policy() | Rafael J. Wysocki | 1 | -2/+2 |