aboutsummaryrefslogtreecommitdiff
path: root/drivers/cpufreq
AgeCommit message (Expand)AuthorFilesLines
2019-02-07cpufreq: dt: Register an Energy ModelGravatar Quentin Perret 1-0/+2
2019-02-06cpufreq: dt-platdev: add Tegra210 to blacklistGravatar Joseph Lo 1-0/+1
2019-02-06cpufreq: tegra124: extend to support Tegra210Gravatar Joseph Lo 1-1/+2
2019-02-06cpufreq: tegra124: do not handle the CPU railGravatar Joseph Lo 2-41/+4
2019-02-01cpufreq: stats: Fix concurrency issues while resetting statsGravatar Viresh Kumar 1-2/+7
2019-02-01cpufreq: stats: Declare freq-attr right after their callbacksGravatar Viresh Kumar 1-4/+3
2019-01-30cpufreq: scpi: Use auto-registration of thermal cooling deviceGravatar Amit Kucheria 1-12/+2
2019-01-30cpufreq: scmi: Use auto-registration of thermal cooling deviceGravatar Amit Kucheria 1-12/+2
2019-01-30cpufreq: qoriq: Use auto-registration of thermal cooling deviceGravatar Amit Kucheria 1-13/+2
2019-01-30cpufreq: mediatek: Use auto-registration of thermal cooling deviceGravatar Amit Kucheria 1-12/+2
2019-01-30cpufreq: cpufreq-dt: Use auto-registration of thermal cooling deviceGravatar Amit Kucheria 1-12/+2
2019-01-30cpufreq: imx6q: Use auto-registration of thermal cooling deviceGravatar Amit Kucheria 1-22/+2
2019-01-30cpufreq: qcom-hw: Register as a cpufreq cooling deviceGravatar Amit Kucheria 1-1/+2
2019-01-30cpufreq: Auto-register the driver as a thermal cooling device if askedGravatar Amit Kucheria 1-0/+11
2019-01-29thermal: cpu_cooling: Require thermal core to be compiled inGravatar Amit Kucheria 2-8/+0
2019-01-29cpufreq: Use struct kobj_attribute instead of struct global_attrGravatar Viresh Kumar 2-14/+15
2019-01-15cpufreq: e_powersaver: Use struct_size() in kzalloc()Gravatar Gustavo A. R. Silva 1-3/+2
2019-01-15cpufreq: Don't update new_policy on failuresGravatar Viresh Kumar 1-2/+0
2019-01-11Merge branches 'pm-cpuidle', 'pm-cpufreq' and 'pm-sleep'Gravatar Rafael J. Wysocki 3-14/+10
2019-01-09cpufreq: scmi: Fix frequency invariance in slow pathGravatar Quentin Perret 1-2/+2
2019-01-08cpufreq: check if policy is inactive early in __cpufreq_get()Gravatar Sudeep Holla 1-8/+4
2019-01-04cpufreq: scpi/scmi: Fix freeing of dynamic OPPsGravatar Viresh Kumar 2-4/+4
2018-12-27Merge tag 'powerpc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-2/+2
2018-12-26Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+1
2018-12-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-2/+2
2018-12-18cpufreq: qcom-hw: Add support for QCOM cpufreq HW driverGravatar Taniya Das 3-0/+320
2018-12-11sched/topology: Make Energy Aware Scheduling depend on schedutilGravatar Quentin Perret 1-0/+1
2018-12-11cpufreq: nforce2: Remove meaningless returnGravatar Yangtao Li 1-3/+0
2018-12-11cpufreq: ia64: Remove unused header filesGravatar Yangtao Li 1-5/+0
2018-12-04Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Gravatar Ingo Molnar 2-2/+2
2018-11-29cpufreq: imx6q: save one condition block for normal case of nvmem readGravatar Anson Huang 1-2/+3
2018-11-29cpufreq: imx6q: remove unused codeGravatar Anson Huang 1-9/+3
2018-11-29cpufreq: pmac64: add of_node_put()Gravatar Yangtao Li 1-0/+1
2018-11-29cpufreq: powernv: add of_node_put()Gravatar Yangtao Li 1-6/+11
2018-11-29cpufreq: intel_pstate: Force HWP min perf before offlineGravatar Srinivas Pandruvada 1-2/+26
2018-11-29cpufreq: s3c24xx: Change to use DEFINE_SHOW_ATTRIBUTE macroGravatar Yangtao Li 1-40/+6
2018-11-27cpufreq/cpufreq_governor: Replace synchronize_sched() with synchronize_rcu()Gravatar Paul E. McKenney 1-1/+1
2018-11-27cpufreq/intel_pstate: Replace synchronize_sched() with synchronize_rcu()Gravatar Paul E. McKenney 1-1/+1
2018-11-26drivers/cpufreq: change CONFIG_6xx to CONFIG_PPC_BOOK3S_32Gravatar Christophe Leroy 1-2/+2
2018-11-19cpufreq: ti-cpufreq: Only register platform_device when supportedGravatar Dave Gerlach 1-5/+21
2018-11-07cpufreq: imx6q: add return value check for voltage scaleGravatar Anson Huang 1-1/+6
2018-10-25cpufreq: remove unused arm_big_little_dt driverGravatar Sudeep Holla 3-110/+0
2018-10-25cpufreq: drop ARM_BIG_LITTLE_CPUFREQ support for ARM64Gravatar Sudeep Holla 1-1/+1
2018-10-25cpufreq: intel_pstate: Fix compilation for !CONFIG_ACPIGravatar Dominik Brodowski 1-9/+11
2018-10-23Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-2/+12
2018-10-23Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-2/+2
2018-10-18Merge branches 'pm-opp' and 'powercap'Gravatar Rafael J. Wysocki 2-22/+21
2018-10-17cpufreq: tegra186: don't pass GFP_DMA32 to dma_alloc_coherent()Gravatar Christoph Hellwig 1-1/+1
2018-10-16cpufreq: conservative: Take limits changes into account properlyGravatar Rafael J. Wysocki 1-2/+4
2018-10-16cpufreq: intel_pstate: Add base_frequency attributeGravatar Srinivas Pandruvada 1-0/+38