summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/cpufreq.c
Commit message (Expand)AuthorAgeFilesLines
* cpufreq: dev_pm_qos_update_request() can return 1 on successViresh Kumar2019-08-101-1/+1
* Merge branch 'pm-cpufreq'Rafael J. Wysocki2019-07-181-65/+151
|\
| * cpufreq: Make cpufreq_generic_init() return voidViresh Kumar2019-07-161-3/+1Star
| * cpufreq: Add QoS requests for userspace constraintsViresh Kumar2019-07-081-43/+55
| * cpufreq: intel_pstate: Reuse refresh_frequency_limits()Viresh Kumar2019-07-081-1/+2
| * cpufreq: Register notifiers with the PM QoS frameworkViresh Kumar2019-07-081-30/+105
* | Merge branch 'pm-cpufreq'Rafael J. Wysocki2019-07-081-67/+54Star
|\|
| * cpufreq: Avoid calling cpufreq_verify_current_freq() from handle_update()Viresh Kumar2019-06-281-10/+16
| * cpufreq: Consolidate cpufreq_update_current_freq() and __cpufreq_get()Viresh Kumar2019-06-281-42/+28Star
| * cpufreq: Don't skip frequency validation for has_target() driversViresh Kumar2019-06-281-8/+5Star
| * cpufreq: Use has_target() instead of !setpolicyViresh Kumar2019-06-261-3/+3
| * cpufreq: Remove redundant !setpolicy checkViresh Kumar2019-06-261-1/+1
| * cpufreq: Move the IS_ENABLED(CPU_THERMAL) macro into a stubDaniel Lezcano2019-06-261-4/+2Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
|/
* 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/+3Star
* | 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/+4Star
* | 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/+9Star
|/
* 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/+7Star
* 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/+0Star
*-. Merge branches 'pm-cpuidle', 'pm-cpufreq' and 'pm-sleep'Rafael J. Wysocki2019-01-111-8/+4Star
|\ \
| | * cpufreq: check if policy is inactive early in __cpufreq_get()Sudeep Holla2019-01-081-8/+4Star
| |/
* / 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/+1Star
* 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/+1Star
* 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