aboutsummaryrefslogtreecommitdiff
path: root/drivers/cpufreq
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v4.9.165' of https://git.kernel.org/pub/scm/linux/kernel/git/stabl...Josh Chasky2019-03-232-2/+4
|\
| * cpufreq: pxa2xx: remove incorrect __init annotationArnd Bergmann2019-03-231-2/+2
| * cpufreq: tegra124: add missing of_node_put()Yangtao Li2019-03-231-0/+2
* | Merge tag 'v4.9.163' of https://git.kernel.org/pub/scm/linux/kernel/git/stabl...Josh Chasky2019-03-142-10/+10
|\|
| * cpufreq: Use struct kobj_attribute instead of struct global_attrViresh Kumar2019-03-132-10/+10
* | ANDROID: cpufreq: times: record fast switch frequency transitionsConnor O'Brien2019-03-102-13/+11
* | ANDROID: cpufreq: times: optimize proc filesConnor O'Brien2019-03-011-8/+14
* | Merge tag 'v4.9.159' of https://git.kernel.org/pub/scm/linux/kernel/git/stabl...Josh Chasky2019-02-201-4/+3
|\|
| * cpufreq: check if policy is inactive early in __cpufreq_get()Sudeep Holla2019-02-201-4/+3
* | Merge tag 'android-9.0.0_r0.63' of https://android.googlesource.com/kernel/ms...Josh Chasky2019-02-051-3/+0
|\ \
| * \ Merge 4.9.110 into android-msm-bluecross-4.9-ltsPetri Gynther2018-09-181-3/+2
| |\ \
| * \ \ Merge 4.9.105 into android-msm-bluecross-4.9-ltsPetri Gynther2018-08-242-7/+22
| |\ \ \
| * \ \ \ Merge 4.9.98 into android-msm-bluecross-4.9-ltsPetri Gynther2018-08-101-3/+11
| |\ \ \ \
* | | | | | cpufreq: Kill userspace CPU boosting entirelySultan Alsawaf2019-01-231-0/+3
* | | | | | kernel: Fix cpufreq times memory leaksSultan Alsawaf2019-01-231-17/+0
* | | | | | BACKPORT: treewide: Use array_size() in vzalloc()Kees Cook2019-01-071-1/+1
* | | | | | BACKPORT: treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2019-01-072-3/+4
* | | | | | BACKPORT: treewide: kzalloc() -> kcalloc()Kees Cook2019-01-0710-15/+16
* | | | | | BACKPORT: treewide: kmalloc() -> kmalloc_array()Kees Cook2019-01-071-1/+2
* | | | | | Merge branch 'android-msm-bluecross-4.9' of github.com:android-linux-stable/b...Josh Chasky2018-12-031-1/+6
|\ \ \ \ \ \
| * \ \ \ \ \ Merge 4.9.142 into android-msm-bluecross-4.9Nathan Chancellor2018-12-011-1/+6
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | cpufreq: imx6q: add return value check for voltage scaleAnson Huang2018-12-011-1/+6
| * | | | | | Merge 4.9.137 into android-msm-bluecross-4.9Nathan Chancellor2018-11-221-15/+19
| |\| | | | |
* | | | | | | cpufreq: Add CPUFREQ_STOP notification when cpu offlineMaria Yu2018-11-271-0/+3
* | | | | | | Merge branch 'linux-4.9.y' of github.com:nathanchance/linux-stable into p9xJosh Chasky2018-11-141-15/+19
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | cpufreq: dt: Try freeing static OPPs only if we have added themViresh Kumar2018-11-131-15/+19
* | | | | | | cpufreq: Return 0 from ->fast_switch() on errorsViresh Kumar2018-11-121-3/+4
| |/ / / / / |/| | | | |
* | | | | | Merge 4.9.135 into android-msm-bluecross-4.9Nathan Chancellor2018-10-213-5/+4
|\| | | | |
| * | | | | sched/cputime: Convert kcpustat to nsecsFrederic Weisbecker2018-10-203-5/+4
| | |_|_|/ | |/| | |
* | | | | Merge 4.9.110 into android-msm-bluecross-4.9Nathan Chancellor2018-10-211-0/+2
|\| | | |
| * | | | cpufreq: Fix new policy initialization during limits updates via sysfsTao Wang2018-06-261-0/+2
| | |_|/ | |/| |
* | | | Merge 4.9.104 into android-msm-bluecross-4.9Nathan Chancellor2018-10-212-7/+22
|\| | |
| * | | 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
| | |/ | |/|
* | | Merge 4.9.98 into android-msm-bluecross-4.9Nathan Chancellor2018-10-211-3/+11
|\| | | |/ |/|
| * cpufreq: powernv: Fix hardlockup due to synchronous smp_call in timer interruptShilpasri G Bhat2018-05-011-3/+11
* | cpufreq: times: concurrent_*_time P/H experimentConnor O'Brien2018-06-211-0/+78
* | cpufreq: times: add /proc/uid_cpupower/concurrent_policy_timeConnor O'Brien2018-06-211-12/+98
* | cpufreq: times: add /proc/uid_cpupower/concurrent_active_timeConnor O'Brien2018-06-211-2/+85
* | cpufreq: times: add binary uid time_in_state fileConnor O'Brien2018-06-211-0/+82
* | cpufreq: times: concurrent_policy_time by pidConnor O'Brien2018-06-211-0/+80
* | cpufreq: times: concurrent_active_time by pidConnor O'Brien2018-06-211-3/+53
* | kernel: initialize and free cpufreq stats properlyWei Wang2018-06-141-4/+6
* | Revert "cpufreq: times: concurrent_active_time by pid"Thierry Strudel2018-06-121-49/+3
* | Revert "cpufreq: times: concurrent_policy_time by pid"Thierry Strudel2018-06-121-66/+0
* | Revert "cpufreq: times: add binary uid time_in_state file"Thierry Strudel2018-06-121-66/+0
* | Revert "cpufreq: times: add /proc/uid_cpupower/concurrent_active_time"Thierry Strudel2018-06-121-85/+2
* | Revert "cpufreq: times: add /proc/uid_cpupower/concurrent_policy_time"Thierry Strudel2018-06-121-98/+12
* | Revert "cpufreq: times: concurrent_*_time P/H experiment"Thierry Strudel2018-06-121-78/+0