summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | cpufreq: mediatek: Use auto-registration of thermal cooling deviceAmit Kucheria2019-01-301-12/+2
| | * | | cpufreq: cpufreq-dt: Use auto-registration of thermal cooling deviceAmit Kucheria2019-01-301-12/+2
| | * | | cpufreq: imx6q: Use auto-registration of thermal cooling deviceAmit Kucheria2019-01-301-22/+2
| | * | | cpufreq: qcom-hw: Register as a cpufreq cooling deviceAmit Kucheria2019-01-301-1/+2
| | * | | cpufreq: Auto-register the driver as a thermal cooling device if askedAmit Kucheria2019-01-301-0/+11
| | * | | thermal: cpu_cooling: Require thermal core to be compiled inAmit Kucheria2019-01-292-8/+0
| | * | | cpufreq: Use struct kobj_attribute instead of struct global_attrViresh Kumar2019-01-292-14/+15
| | * | | cpufreq: e_powersaver: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-01-151-3/+2
| | * | | cpufreq: Don't update new_policy on failuresViresh Kumar2019-01-151-2/+0
| | | |/ | | |/|
* | | | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2019-03-063-42/+7
|\ \ \ \ | |/ / / |/| | |
| * | | Merge tag 'tegra-for-5.1-cpufreq' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann2019-02-153-42/+7
| |\ \ \ | | |/ / | |/| |
| | * | cpufreq: dt-platdev: add Tegra210 to blacklistJoseph Lo2019-02-061-0/+1
| | * | cpufreq: tegra124: extend to support Tegra210Joseph Lo2019-02-061-1/+2
| | * | cpufreq: tegra124: do not handle the CPU railJoseph Lo2019-02-062-41/+4
| | |/
* | / cpufreq: scmi: Fix use-after-free in scmi_cpufreq_exit()Yangtao Li2019-02-191-1/+1
|/ /
| |
| \
*-. \ Merge branches 'pm-cpuidle', 'pm-cpufreq' and 'pm-sleep'Rafael J. Wysocki2019-01-113-14/+10
|\ \ \ | |_|/ |/| |
| | * cpufreq: scmi: Fix frequency invariance in slow pathQuentin Perret2019-01-091-2/+2
| | * cpufreq: check if policy is inactive early in __cpufreq_get()Sudeep Holla2019-01-081-8/+4
| | * cpufreq: scpi/scmi: Fix freeing of dynamic OPPsViresh Kumar2019-01-042-4/+4
| |/
* | Merge tag 'powerpc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-12-271-2/+2
|\ \
| * | drivers/cpufreq: change CONFIG_6xx to CONFIG_PPC_BOOK3S_32Christophe Leroy2018-11-261-2/+2
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-12-261-0/+1
|\ \ \
| * | | sched/topology: Make Energy Aware Scheduling depend on schedutilQuentin Perret2018-12-111-0/+1
* | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-12-262-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-12-042-2/+2
| |\ \ \ | | |/ / | |/| |
| | * | cpufreq/cpufreq_governor: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney2018-11-271-1/+1
| | * | cpufreq/intel_pstate: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney2018-11-271-1/+1
| | |/
* | | cpufreq: qcom-hw: Add support for QCOM cpufreq HW driverTaniya Das2018-12-183-0/+320
* | | cpufreq: nforce2: Remove meaningless returnYangtao Li2018-12-111-3/+0
* | | cpufreq: ia64: Remove unused header filesYangtao Li2018-12-111-5/+0
* | | cpufreq: imx6q: save one condition block for normal case of nvmem readAnson Huang2018-11-291-2/+3
* | | cpufreq: imx6q: remove unused codeAnson Huang2018-11-291-9/+3
* | | cpufreq: pmac64: add of_node_put()Yangtao Li2018-11-291-0/+1
* | | cpufreq: powernv: add of_node_put()Yangtao Li2018-11-291-6/+11
* | | cpufreq: intel_pstate: Force HWP min perf before offlineSrinivas Pandruvada2018-11-291-2/+26
* | | cpufreq: s3c24xx: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li2018-11-291-40/+6
|/ /
* | cpufreq: ti-cpufreq: Only register platform_device when supportedDave Gerlach2018-11-191-5/+21
* | cpufreq: imx6q: add return value check for voltage scaleAnson Huang2018-11-071-1/+6
|/
* cpufreq: remove unused arm_big_little_dt driverSudeep Holla2018-10-253-110/+0
* cpufreq: drop ARM_BIG_LITTLE_CPUFREQ support for ARM64Sudeep Holla2018-10-251-1/+1
* cpufreq: intel_pstate: Fix compilation for !CONFIG_ACPIDominik Brodowski2018-10-251-9/+11
* Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-10-232-2/+12
|\
| * cpufreq: Add Hygon Dhyana supportPu Wen2018-09-272-2/+12
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-10-231-2/+2
|\ \
| * | x86/cpu: Sanitize FAM6_ATOM namingPeter Zijlstra2018-10-021-2/+2
| | |
| \ \
*-. \ \ Merge branches 'pm-opp' and 'powercap'Rafael J. Wysocki2018-10-182-22/+21
|\ \ \ \ | | | |/ | | |/|
| * | | Merge branch 'opp/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Rafael J. Wysocki2018-10-081-15/+19
| |\ \ \
| | * | | cpufreq: dt: Try freeing static OPPs only if we have added themViresh Kumar2018-10-041-15/+19
| * | | | Merge branch 'opp/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Rafael J. Wysocki2018-10-011-7/+2
| |\| | | | | |_|/ | |/| |
| | * | cpufreq: mvebu: Remove OPPs using dev_pm_opp_remove()Viresh Kumar2018-09-191-7/+2
| | |/