summaryrefslogtreecommitdiff
path: root/drivers/cpufreq
AgeCommit message (Expand)AuthorFilesLines
2019-02-19cpufreq: scmi: Fix use-after-free in scmi_cpufreq_exit()Yangtao Li1-1/+1
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/p...Linus Torvalds1-2/+2
2018-12-26Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2018-12-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus 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/pau...Ingo 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...Linus Torvalds2-2/+12
2018-10-23Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus 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/gi...Rafael 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
2018-10-01Merge branch 'opp/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Rafael J. Wysocki1-7/+2
2018-09-30Merge back earlier cpufreq material for 4.20.Rafael J. Wysocki3-3/+4
2018-09-29cpufreq: qcom-kryo: Fix section annotationsNathan Chancellor1-2/+2
2018-09-27cpufreq: Add Hygon Dhyana supportPu Wen2-2/+12
2018-09-19cpufreq: mvebu: Remove OPPs using dev_pm_opp_remove()Viresh Kumar1-7/+2
2018-09-17cpufreq: dt: Add support for r8a7744Biju Das1-0/+1
2018-09-10cpufreq: Convert to using %pOFn instead of device_node.nameRob Herring1-2/+2
2018-09-10cpufreq: remove unnecessary unlikely()Igor Stoppa1-1/+1
2018-08-23Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds3-467/+0
2018-08-22Merge tag 'pm-4.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-2/+10
2018-08-17Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-4/+16