summaryrefslogtreecommitdiff
path: root/drivers/cpufreq
Commit message (Expand)AuthorAgeFilesLines
* cpufreq: drop K8's driver from beeing selectedSebastian Andrzej Siewior2020-11-061-1/+1
* cpufreq: powernv: Fix frame-size-overflow in powernv_cpufreq_reboot_notifierSrikar Dronamraju2020-10-291-3/+6
* cpufreq: powernv: Fix frame-size-overflow in powernv_cpufreq_work_fnPratik Rajesh Sampat2020-10-011-5/+8
* cpufreq: powernv: Fix use-after-freeOliver O'Halloran2020-04-241-0/+6
* cpufreq: Register drivers only after CPU devices have been registeredViresh Kumar2020-01-041-0/+7
* cpufreq: Add NULL checks to show() and store() methods of cpufreqKai Shen2019-11-281-0/+6
* cpufreq: Skip cpufreq resume if it's not suspendedBo Yan2019-11-281-0/+3
* cpufreq: Avoid cpufreq_suspend() deadlock on system shutdownRafael J. Wysocki2019-10-291-10/+0
* cpufreq/pasemi: fix use-after-free in pas_cpufreq_cpu_init()Wen Yang2019-08-251-14/+9
* cpufreq: pmac32: fix possible object reference leakWen Yang2019-05-311-0/+2
* cpufreq/pasemi: fix possible object reference leakWen Yang2019-05-311-0/+1
* cpufreq: ppc_cbe: fix possible object reference leakWen Yang2019-05-311-0/+1
* sched/cpufreq: Fix kobject memleakViresh Kumar2019-05-312-0/+3
* x86/cpu: Sanitize FAM6_ATOM namingPeter Zijlstra2019-05-141-1/+1
* cpufreq: pxa2xx: remove incorrect __init annotationArnd Bergmann2019-03-231-2/+2
* cpufreq: tegra124: add missing of_node_put()Yangtao Li2019-03-231-0/+2
* cpufreq: Use struct kobj_attribute instead of struct global_attrViresh Kumar2019-03-132-10/+10
* cpufreq: check if policy is inactive early in __cpufreq_get()Sudeep Holla2019-02-201-4/+3
* cpufreq: imx6q: add return value check for voltage scaleAnson Huang2018-12-011-1/+6
* cpufreq: dt: Try freeing static OPPs only if we have added themViresh Kumar2018-11-131-15/+19
* sched/cputime: Convert kcpustat to nsecsFrederic Weisbecker2018-10-203-5/+4
* cpufreq: Fix new policy initialization during limits updates via sysfsTao Wang2018-06-261-0/+2
* cpufreq: Reorder cpufreq_online() error code pathViresh Kumar2018-05-301-3/+3
* cpufreq: cppc_cpufreq: Fix cppc_cpufreq_init() failure pathChunyu Hu2018-05-301-2/+7
* cpufreq: CPPC: Initialize shared perf capabilities of CPUsShunyong Yang2018-05-301-2/+12
* cpufreq: powernv: Fix hardlockup due to synchronous smp_call in timer interruptShilpasri G Bhat2018-05-011-3/+11
* cpufreq/sh: Replace racy task affinity logicThomas Gleixner2018-03-241-18/+27
* cpufreq: s3c24xx: Fix broken s3c_cpufreq_init()Viresh Kumar2018-03-111-1/+7
* x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang2018-02-226-11/+11
* cpufreq: powernv: Dont assume distinct pstate values for nominal and pminShilpasri G Bhat2018-02-221-2/+2
* cpufreq: Add Loongson machine dependenciesJames Hogan2018-02-031-0/+2
* cpufreq: Fix creation of symbolic links to policy directoriesRafael J. Wysocki2017-12-251-17/+21
* cpufreq: Do not clear real_cpus mask on policy initRafael J. Wysocki2017-11-081-2/+0
* cpufreq: CPPC: add ACPI_PROCESSOR dependencyArnd Bergmann2017-10-211-1/+1
* cpufreq: intel_pstate: Update pid_params.sample_rate_ns in pid_param_set()Rafael J. Wysocki2017-10-081-0/+1
* cpufreq: s3c2416: double free on driver init error pathDan Carpenter2017-07-051-1/+0
* cpufreq: conservative: Allow down_threshold to take values from 1 to 10Tomasz WilczyƄski2017-06-241-2/+2
* cpufreq: cpufreq_register_driver() should return -ENODEV if init failsDavid Arcari2017-06-141-0/+1
* cpufreq: Bring CPUs up even if cpufreq_online() failedChen Yu2017-04-211-2/+16
* cpufreq: Restore policy min/max limits on CPU onlineViresh Kumar2017-03-301-0/+3
* cpufreq: Fix and clean up show_cpuinfo_cur_freq()Rafael J. Wysocki2017-03-261-3/+5
* cpufreq: intel_pstate: Disable energy efficiency optimizationSrinivas Pandruvada2017-02-141-0/+30
* cpufreq: powernv: Disable preemption while checking CPU throttling stateDenis Kirjanov2017-01-191-1/+7
* PM / OPP: Pass opp_table to dev_pm_opp_put_regulator()Stephen Boyd2017-01-061-4/+8
* Merge branches 'pm-cpufreq-fixes' and 'pm-sleep-fixes'Rafael J. Wysocki2016-10-293-35/+23
|\
| * Merge tag 'pm-extra-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-10-143-15/+55
| |\
| * \ Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2016-10-061-1/+1
| |\ \
| | * \ Merge branches 'misc' and 'sa1111-base' into for-linusRussell King2016-10-062-1/+22
| | |\ \
| | * | | ARM: sa1100: move StrongARM CPU ID checks to cputype.hRussell King2016-08-231-1/+1
| * | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-10-031-27/+14
| |\ \ \ \