summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm-extra-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-10-143-15/+55
|\
| * cpufreq: CPPC: Correct desired_perf calculationHoan Tran2016-10-131-1/+7
| * cpufreq: conservative: Fix next frequency selectionRafael J. Wysocki2016-10-131-3/+16
| * cpufreq: intel_pstate: Fix struct pstate_adjust_policy kerneldocRafael J. Wysocki2016-10-121-1/+1
| * cpufreq: intel_pstate: Proportional algorithm for AtomRafael J. Wysocki2016-10-121-1/+21
| * cpufreq: intel_pstate: Clarify comment in get_target_pstate_use_performance()Rafael J. Wysocki2016-10-091-4/+5
| * cpufreq: intel_pstate: Fix unsafe HWP MSR accessSrinivas Pandruvada2016-10-091-5/+5
* | 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
|\ \ \ \
| * | | | cpufreq: Fix up conversion to hotplug state machineSebastian Andrzej Siewior2016-09-201-0/+1
| * | | | cpufreq: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-191-26/+12
* | | | | Merge tag 'acpi-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2016-10-031-7/+8
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| | | | |
| | \ \ \
| *-. \ \ \ Merge branches 'acpi-x86', 'acpi-cppc' and 'acpi-soc'Rafael J. Wysocki2016-10-021-7/+8
| |\ \ \ \ \ | | | |/ / / | | | | | / | | |_|_|/ | |/| | |
| | * | | ACPI / CPPC: Add prefix cppc to cpudata structure nameSrinivas Pandruvada2016-09-081-7/+7
| | * | | ACPI / CPPC: set a non-zero value for transition_latencyPrakash, Prashanth2016-08-311-0/+1
| | |/ /
* | | | Merge branch 'pm-cpufreq-sched' into pm-cpufreqRafael J. Wysocki2016-10-023-34/+36
|\ \ \ \
| * | | | cpufreq: intel_pstate: Add io_boost traceSrinivas Pandruvada2016-09-161-1/+2
| * | | | cpufreq: intel_pstate: Use IOWAIT flag in Atom algorithmRafael J. Wysocki2016-09-141-27/+31
| * | | | cpufreq / sched: Pass flags to cpufreq_update_util()Rafael J. Wysocki2016-08-163-6/+3
| | |/ / | |/| |
* | | | cpufreq: st: add missing \n to end of dev_err messageColin Ian King2016-09-261-1/+1
* | | | cpufreq: kirkwood: add missing \n to end of dev_err messagesColin Ian King2016-09-261-4/+4
* | | | cpufreq: CPPC: Avoid overflow when calculating desired_perfHoan Tran2016-09-161-1/+1
* | | | cpufreq: ti: Use generic platdev driverDave Gerlach2016-09-161-0/+2
* | | | cpufreq: CPPC: Force reporting values in KHz to fix user space interfaceAl Stone2016-09-131-4/+49
* | | | cpufreq: create link to policy only for registered CPUsViresh Kumar2016-09-131-61/+28
* | | | intel_pstate: constify local structuresJulia Lawall2016-09-131-4/+4
* | | | cpufreq: dt: Support governor tunables per policyViresh Kumar2016-09-133-2/+30
* | | | cpufreq: dt: Update kconfig descriptionViresh Kumar2016-09-131-1/+1
* | | | cpufreq: dt: Remove unused codeViresh Kumar2016-09-131-2/+0
* | | | cpufreq: dt: Add support for r8a7792Geert Uytterhoeven2016-09-131-0/+1
* | | | Merge back earlier cpufreq material for v4.9.Rafael J. Wysocki2016-09-123-5/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | cpufreq: Drop unnecessary check from cpufreq_policy_alloc()Rafael J. Wysocki2016-09-011-4/+0
| * | | cpufreq-SCPI: Delete unnecessary assignment for the field "owner"Markus Elfring2016-08-181-1/+0
| * | | cpufreq: dt: Add exynos5433 compatible to use generic cpufreq driverChanwoo Choi2016-08-161-0/+1
| |/ /
* | | cpufreq: dt: Add terminate entry for of_device_id tablesWei Yongjun2016-08-311-0/+2
|/ /
| |
| \
*-. \ Merge branches 'pm-sleep' and 'pm-cpufreq'Rafael J. Wysocki2016-08-121-1/+20
|\ \ \ | |_|/ |/| |
| | * cpufreq: powernv: Fix crash in gpstate_timer_handler()Akshay Adiga2016-08-061-1/+20
* | | Merge tag 'pm-extra-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-08-052-1/+2
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *---. \ \ Merge branches 'pm-sleep', 'pm-cpufreq', 'pm-core' and 'pm-opp'Rafael J. Wysocki2016-08-052-1/+2
| |\ \ \ \ \ | | | |_|/ / | | |/| | / | | | | |/ | | | |/|
| | | * | cpufreq: Do not default-yes CPU_FREQ_STATBorislav Petkov2016-08-031-1/+0
| | | * | cpufreq: intel_pstate: Add more out-of-band IDsSrinivas Pandruvada2016-07-281-0/+2
* | | | | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-08-011-34/+34
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | cpufreq: s5pv210: use relaxed IO accesorsBen Dooks2016-06-221-34/+34
* | | | | Merge tag 'pm-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2016-07-2622-671/+545
|\ \ \ \ \
| * \ \ \ \ Merge branch 'pm-cpu'Rafael J. Wysocki2016-07-251-2/+2
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | cpufreq: intel_pstate: Replace MSR_NHM_TURBO_RATIO_LIMITSrinivas Pandruvada2016-07-071-2/+2
| * | | | | Revert "cpufreq: pcc-cpufreq: update default value of cpuinfo_transition_late...Andreas Herrmann2016-07-221-2/+0
| * | | | | cpufreq: export cpufreq_driver_resolve_freq()Steve Muckle2016-07-221-0/+1
OpenPOWER on IntegriCloud