summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/cpufreq.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm-5.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2019-05-151-60/+80
|\
| * cpufreq: Don't find governor for setpolicy drivers in cpufreq_init_policy()Yue Hu2019-05-131-51/+65
| * cpufreq: Explain the kobject_put() in cpufreq_policy_alloc()Rafael J. Wysocki2019-05-131-0/+5
| * cpufreq: Call transition notifier only once for each policyViresh Kumar2019-05-101-9/+10
* | Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-05-071-1/+1
|\ \ | |/ |/|
| * treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2019-04-091-1/+1
* | cpufreq: Fix kobject memleakViresh Kumar2019-04-301-0/+1
* | cpufreq: Move ->get callback check outside of __cpufreq_get()Yue Hu2019-04-231-2/+3
* | cpufreq: Remove needless bios_limit check in show_bios_limit()Yue Hu2019-04-161-5/+3
* | cpufreq: Remove cpufreq_driver check in cpufreq_boost_supported()Yue Hu2019-04-091-1/+1
* | cpufreq: intel_pstate: Update max frequency on global turbo changesRafael J. Wysocki2019-04-081-12/+4
* | cpufreq: Add cpufreq_cpu_acquire() and cpufreq_cpu_release()Rafael J. Wysocki2019-04-011-9/+47
* | cpufreq: intel_pstate: Driver-specific handling of _PPC updatesRafael J. Wysocki2019-04-011-0/+16
* | cpufreq: Improve kerneldoc comments for cpufreq_cpu_get/put()Rafael J. Wysocki2019-03-071-15/+9
|/
* cpufreq: Pass updated policy to driver ->setpolicy() callbackRafael J. Wysocki2019-02-201-1/+1
* cpufreq: Fix two debug messages in cpufreq_set_policy()Rafael J. Wysocki2019-02-201-2/+2
* cpufreq: Reorder and simplify cpufreq_update_policy()Rafael J. Wysocki2019-02-201-12/+7
* cpufreq: Add kerneldoc comments for two core functionsRafael J. Wysocki2019-02-201-8/+24
* cpufreq: Replace double NOT (!!) with single NOT (!)Viresh Kumar2019-02-141-1/+1
* cpufreq: Allow light-weight tear down and bring up of CPUsViresh Kumar2019-02-121-20/+38
* cpufreq: Auto-register the driver as a thermal cooling device if askedAmit Kucheria2019-01-301-0/+11
* cpufreq: Use struct kobj_attribute instead of struct global_attrViresh Kumar2019-01-291-3/+3
* cpufreq: Don't update new_policy on failuresViresh Kumar2019-01-151-2/+0
*-. Merge branches 'pm-cpuidle', 'pm-cpufreq' and 'pm-sleep'Rafael J. Wysocki2019-01-111-8/+4
|\ \
| | * cpufreq: check if policy is inactive early in __cpufreq_get()Sudeep Holla2019-01-081-8/+4
| |/
* / sched/topology: Make Energy Aware Scheduling depend on schedutilQuentin Perret2018-12-111-0/+1
|/
* cpufreq: remove unnecessary unlikely()Igor Stoppa2018-09-101-1/+1
* cpufreq: Fix a circular lock dependency problemWaiman Long2018-07-261-1/+6
* cpufreq: trace frequency limits changeRuchi Kandoi2018-07-261-0/+1
* cpufreq: Use static SRCU initializerSebastian Andrzej Siewior2018-05-301-12/+1
* cpufreq: Fix new policy initialization during limits updates via sysfsTao Wang2018-05-301-0/+2
* cpufreq: optimize cpufreq_notify_transition()Viresh Kumar2018-05-131-31/+32
* cpufreq: Don't validate cpufreq table from cpufreq_generic_init()Viresh Kumar2018-03-201-8/+1
* cpufreq: Validate frequency table in the coreViresh Kumar2018-02-271-4/+9
* cpufreq: Reorder cpufreq_online() error code pathViresh Kumar2018-02-271-3/+3
* cpufreq: Skip cpufreq resume if it's not suspendedBo Yan2018-02-051-0/+3
* cpufreq: Fix governor module removal raceRafael J. Wysocki2017-12-041-0/+6
* cpufreq: Drop pointless return statementRafael J. Wysocki2017-12-041-1/+0
* cpufreq: Pass policy pointer to cpufreq_parse_governor()Rafael J. Wysocki2017-12-041-9/+7
* cpufreq: Clean up cpufreq_parse_governor()Rafael J. Wysocki2017-12-041-15/+17
* cpufreq: provide default frequency-invariance setter functionDietmar Eggemann2017-10-031-0/+6
* Merge branch 'pm-cpufreq-sched'Rafael J. Wysocki2017-09-041-3/+4
|\
| * cpufreq: Return 0 from ->fast_switch() on errorsViresh Kumar2017-08-101-3/+4
* | cpufreq: Cap the default transition delay value to 10 msViresh Kumar2017-08-221-2/+13
* | cpufreq: Allow dynamic switching with CPUFREQ_ETERNAL latencyViresh Kumar2017-07-261-2/+1
* | cpufreq: Add CPUFREQ_NO_AUTO_DYNAMIC_SWITCHING cpufreq driver flagViresh Kumar2017-07-261-2/+3
* | cpufreq: Replace "max_transition_latency" with "dynamic_switching"Viresh Kumar2017-07-261-4/+4
* | cpufreq: Use transition_delay_us for legacy governors as wellViresh Kumar2017-07-221-0/+15
|/
* Merge tag 'pm-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-07-041-1/+11
|\
| * x86: use common aperfmperf_khz_on_cpu() to calculate KHz using APERF/MPERFLen Brown2017-06-271-1/+11