aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-06Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-1/+1
2016-10-06Merge branches 'misc' and 'sa1111-base' into for-linusRussell King2-1/+22
2016-10-03Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-27/+14
2016-10-03Merge tag 'acpi-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-7/+8
2016-10-02Merge branch 'pm-cpufreq-sched' into pm-cpufreqRafael J. Wysocki3-34/+36
2016-10-02Merge branches 'acpi-x86', 'acpi-cppc' and 'acpi-soc'Rafael J. Wysocki1-7/+8
2016-09-26cpufreq: st: add missing \n to end of dev_err messageColin Ian King1-1/+1
2016-09-26cpufreq: kirkwood: add missing \n to end of dev_err messagesColin Ian King1-4/+4
2016-09-20cpufreq: Fix up conversion to hotplug state machineSebastian Andrzej Siewior1-0/+1
2016-09-19cpufreq: Convert to hotplug state machineSebastian Andrzej Siewior1-26/+12
2016-09-16cpufreq: CPPC: Avoid overflow when calculating desired_perfHoan Tran1-1/+1
2016-09-16cpufreq: ti: Use generic platdev driverDave Gerlach1-0/+2
2016-09-16cpufreq: intel_pstate: Add io_boost traceSrinivas Pandruvada1-1/+2
2016-09-14cpufreq: intel_pstate: Use IOWAIT flag in Atom algorithmRafael J. Wysocki1-27/+31
2016-09-13cpufreq: CPPC: Force reporting values in KHz to fix user space interfaceAl Stone1-4/+49
2016-09-13cpufreq: create link to policy only for registered CPUsViresh Kumar1-61/+28
2016-09-13intel_pstate: constify local structuresJulia Lawall1-4/+4
2016-09-13cpufreq: dt: Support governor tunables per policyViresh Kumar3-2/+30
2016-09-13cpufreq: dt: Update kconfig descriptionViresh Kumar1-1/+1
2016-09-13cpufreq: dt: Remove unused codeViresh Kumar1-2/+0
2016-09-13cpufreq: dt: Add support for r8a7792Geert Uytterhoeven1-0/+1
2016-09-12Merge back earlier cpufreq material for v4.9.Rafael J. Wysocki3-5/+1
2016-09-08ACPI / CPPC: Add prefix cppc to cpudata structure nameSrinivas Pandruvada1-7/+7
2016-09-01cpufreq: Drop unnecessary check from cpufreq_policy_alloc()Rafael J. Wysocki1-4/+0
2016-08-31cpufreq: dt: Add terminate entry for of_device_id tablesWei Yongjun1-0/+2
2016-08-31ACPI / CPPC: set a non-zero value for transition_latencyPrakash, Prashanth1-0/+1
2016-08-23ARM: sa1100: move StrongARM CPU ID checks to cputype.hRussell King1-1/+1
2016-08-18cpufreq-SCPI: Delete unnecessary assignment for the field "owner"Markus Elfring1-1/+0
2016-08-16cpufreq / sched: Pass flags to cpufreq_update_util()Rafael J. Wysocki3-6/+3
2016-08-16cpufreq: dt: Add exynos5433 compatible to use generic cpufreq driverChanwoo Choi1-0/+1
2016-08-12Merge branches 'pm-sleep' and 'pm-cpufreq'Rafael J. Wysocki1-1/+20
2016-08-06cpufreq: powernv: Fix crash in gpstate_timer_handler()Akshay Adiga1-1/+20
2016-08-05Merge tag 'pm-extra-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-1/+2
2016-08-05Merge branches 'pm-sleep', 'pm-cpufreq', 'pm-core' and 'pm-opp'Rafael J. Wysocki2-1/+2
2016-08-03cpufreq: Do not default-yes CPU_FREQ_STATBorislav Petkov1-1/+0
2016-08-01Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-34/+34
2016-07-28cpufreq: intel_pstate: Add more out-of-band IDsSrinivas Pandruvada1-0/+2
2016-07-26Merge tag 'pm-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds22-671/+545
2016-07-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+2
2016-07-25Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-18/+19
2016-07-25Merge branch 'pm-cpu'Rafael J. Wysocki1-2/+2
2016-07-22Revert "cpufreq: pcc-cpufreq: update default value of cpuinfo_transition_latency"Andreas Herrmann1-2/+0
2016-07-22cpufreq: export cpufreq_driver_resolve_freq()Steve Muckle1-0/+1
2016-07-21cpufreq: Disallow ->resolve_freq() for drivers providing ->target_index()Viresh Kumar1-4/+12
2016-07-21cpufreq: acpi-cpufreq: use cached frequency mapping when possibleSteve Muckle1-1/+4
2016-07-21cpufreq: add cpufreq_driver_resolve_freq()Steve Muckle1-0/+25
2016-07-21cpufreq: intel_pstate: Check cpuid for MSR_HWP_INTERRUPTSrinivas Pandruvada1-1/+2
2016-07-21intel_pstate: Update cpu_frequency tracepoint every timeRafael J. Wysocki1-8/+4
2016-07-21cpufreq: intel_pstate: clean remnant struct elementCarsten Emde1-2/+0
2016-07-12cpufreq: powernv: Replacing pstate_id with frequency table indexAkshay Adiga1-75/+102