aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-30cpufreq: scpi: Use auto-registration of thermal cooling deviceAmit Kucheria1-12/+2
2019-01-30cpufreq: scmi: Use auto-registration of thermal cooling deviceAmit Kucheria1-12/+2
2019-01-30cpufreq: qoriq: Use auto-registration of thermal cooling deviceAmit Kucheria1-13/+2
2019-01-30cpufreq: mediatek: Use auto-registration of thermal cooling deviceAmit Kucheria1-12/+2
2019-01-30cpufreq: cpufreq-dt: Use auto-registration of thermal cooling deviceAmit Kucheria1-12/+2
2019-01-30cpufreq: imx6q: Use auto-registration of thermal cooling deviceAmit Kucheria1-22/+2
2019-01-30cpufreq: qcom-hw: Register as a cpufreq cooling deviceAmit Kucheria1-1/+2
2019-01-30cpufreq: Auto-register the driver as a thermal cooling device if askedAmit Kucheria1-0/+11
2019-01-29thermal: cpu_cooling: Require thermal core to be compiled inAmit Kucheria2-8/+0
2019-01-29cpufreq: Use struct kobj_attribute instead of struct global_attrViresh Kumar2-14/+15
2019-01-15cpufreq: e_powersaver: Use struct_size() in kzalloc()Gustavo A. R. Silva1-3/+2
2019-01-15cpufreq: Don't update new_policy on failuresViresh Kumar1-2/+0
2019-01-11Merge branches 'pm-cpuidle', 'pm-cpufreq' and 'pm-sleep'Rafael J. Wysocki3-14/+10
2019-01-09cpufreq: scmi: Fix frequency invariance in slow pathQuentin Perret1-2/+2
2019-01-08cpufreq: check if policy is inactive early in __cpufreq_get()Sudeep Holla1-8/+4
2019-01-04cpufreq: scpi/scmi: Fix freeing of dynamic OPPsViresh Kumar2-4/+4
2018-12-27Merge tag 'powerpc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-2/+2
2018-12-26Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2018-12-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+2
2018-12-18cpufreq: qcom-hw: Add support for QCOM cpufreq HW driverTaniya Das3-0/+320
2018-12-11sched/topology: Make Energy Aware Scheduling depend on schedutilQuentin Perret1-0/+1
2018-12-11cpufreq: nforce2: Remove meaningless returnYangtao Li1-3/+0
2018-12-11cpufreq: ia64: Remove unused header filesYangtao Li1-5/+0
2018-12-04Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar2-2/+2
2018-11-29cpufreq: imx6q: save one condition block for normal case of nvmem readAnson Huang1-2/+3
2018-11-29cpufreq: imx6q: remove unused codeAnson Huang1-9/+3
2018-11-29cpufreq: pmac64: add of_node_put()Yangtao Li1-0/+1
2018-11-29cpufreq: powernv: add of_node_put()Yangtao Li1-6/+11
2018-11-29cpufreq: intel_pstate: Force HWP min perf before offlineSrinivas Pandruvada1-2/+26
2018-11-29cpufreq: s3c24xx: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li1-40/+6
2018-11-27cpufreq/cpufreq_governor: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney1-1/+1
2018-11-27cpufreq/intel_pstate: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney1-1/+1
2018-11-26drivers/cpufreq: change CONFIG_6xx to CONFIG_PPC_BOOK3S_32Christophe Leroy1-2/+2
2018-11-19cpufreq: ti-cpufreq: Only register platform_device when supportedDave Gerlach1-5/+21
2018-11-07cpufreq: imx6q: add return value check for voltage scaleAnson Huang1-1/+6
2018-10-25cpufreq: remove unused arm_big_little_dt driverSudeep Holla3-110/+0
2018-10-25cpufreq: drop ARM_BIG_LITTLE_CPUFREQ support for ARM64Sudeep Holla1-1/+1
2018-10-25cpufreq: intel_pstate: Fix compilation for !CONFIG_ACPIDominik Brodowski1-9/+11
2018-10-23Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+12
2018-10-23Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2018-10-18Merge branches 'pm-opp' and 'powercap'Rafael J. Wysocki2-22/+21
2018-10-17cpufreq: tegra186: don't pass GFP_DMA32 to dma_alloc_coherent()Christoph Hellwig1-1/+1
2018-10-16cpufreq: conservative: Take limits changes into account properlyRafael J. Wysocki1-2/+4
2018-10-16cpufreq: intel_pstate: Add base_frequency attributeSrinivas Pandruvada1-0/+38
2018-10-08cpufreq: imx6q: read OCOTP through nvmem for imx6ul/imx6ullAnson Huang1-17/+35
2018-10-08cpufreq: dt-platdev: allow RK3399 to have separate tunables per clusterDmitry Torokhov1-1/+4
2018-10-08Merge branch 'opp/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm into pm-oppRafael J. Wysocki1-15/+19
2018-10-04cpufreq: dt: Try freeing static OPPs only if we have added themViresh Kumar1-15/+19
2018-10-03cpufreq / CPPC: Mark acpi_ids as usedNathan Chancellor1-1/+1
2018-10-02x86/cpu: Sanitize FAM6_ATOM namingPeter Zijlstra1-2/+2