| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'pm-cpufreq' | Rafael J. Wysocki | 2014-04-08 | 35 | -164/+507 |
|\ |
|
| * | cpufreq: ppc: Remove duplicate inclusion of fsl_soc.h | Sachin Kamat | 2014-04-08 | 1 | -1/+0 |
| * | cpufreq: create another field .flags in cpufreq_frequency_table | Viresh Kumar | 2014-04-07 | 21 | -139/+139 |
| * | cpufreq: use kzalloc() to allocate memory for cpufreq_frequency_table | Viresh Kumar | 2014-04-07 | 6 | -13/+9 |
| * | cpufreq: don't print value of .driver_data from core | Viresh Kumar | 2014-04-07 | 1 | -4/+3 |
| * | cpufreq: ia64: don't set .driver_data to index | Viresh Kumar | 2014-04-07 | 1 | -1/+0 |
| * | cpufreq: powernv: Use cpufreq_frequency_table.driver_data to store pstate ids | Gautham R. Shenoy | 2014-04-07 | 1 | -3/+2 |
| * | cpufreq: powernv: cpufreq driver for powernv platform | Vaidyanathan Srinivasan | 2014-04-07 | 3 | -0/+351 |
| * | cpufreq: at32ap: don't declare local variable as static | Viresh Kumar | 2014-04-07 | 1 | -1/+1 |
| * | cpufreq: loongson2_cpufreq: don't declare local variable as static | Viresh Kumar | 2014-04-07 | 1 | -1/+1 |
| * | cpufreq: unicore32: fix typo issue for 'clk' | Chen Gang | 2014-04-07 | 1 | -1/+1 |
| * | cpufreq: exynos: Disable on multiplatform build | Sachin Kamat | 2014-04-07 | 1 | -3/+3 |
* | | Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-04-07 | 1 | -3/+4 |
|\ \ |
|
| * | | acpi-cpufreq: Fix CPU hotplug callback registration | Srivatsa S. Bhat | 2014-03-20 | 1 | -3/+4 |
* | | | Merge tag 'drivers-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds | 2014-04-05 | 1 | -1/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | Merge tag 'mvebu-drivers-3.15-2' of git://git.infradead.org/linux-mvebu into ... | Arnd Bergmann | 2014-03-17 | 1 | -1/+1 |
| |\ \ |
|
| | * | | drivers: Enable building of Kirkwood drivers for mach-mvebu | Andrew Lunn | 2014-02-24 | 1 | -1/+1 |
* | | | | Merge tag 'pm+acpi-3.15-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2014-04-02 | 14 | -39/+72 |
|\ \ \ \ |
|
| * | | | | cpufreq: Make cpufreq_notify_transition & cpufreq_notify_post_transition static | Viresh Kumar | 2014-03-26 | 1 | -4/+2 |
| * | | | | cpufreq: Convert existing drivers to use cpufreq_freq_transition_{begin|end} | Viresh Kumar | 2014-03-26 | 13 | -29/+28 |
| * | | | | cpufreq: Make sure frequency transitions are serialized | Srivatsa S. Bhat | 2014-03-26 | 1 | -0/+37 |
| * | | | | intel_pstate: Use del_timer_sync in intel_pstate_cpu_stop | Dirk Brandewie | 2014-03-26 | 1 | -1/+1 |
| * | | | | cpufreq: resume drivers before enabling governors | Viresh Kumar | 2014-03-26 | 1 | -5/+4 |
* | | | | | Merge tag 'pm+acpi-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2014-04-01 | 41 | -534/+315 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | intel_pstate: Set core to min P state during core offline | Dirk Brandewie | 2014-03-20 | 1 | -8/+11 |
| * | | | | cpufreq: Add stop CPU callback to cpufreq_driver interface | Dirk Brandewie | 2014-03-20 | 1 | -0/+2 |
| * | | | | cpufreq: Remove unnecessary braces | Stratos Karafotis | 2014-03-20 | 1 | -2/+1 |
| * | | | | cpufreq: Fix checkpatch errors and warnings | Stratos Karafotis | 2014-03-20 | 1 | -11/+14 |
| * | | | | cpufreq: powerpc: add cpufreq transition latency for FSL e500mc SoCs | Zhuoyu Zhang | 2014-03-20 | 1 | -1/+3 |
| * | | | | cpufreq: remove unused notifier: CPUFREQ_{SUSPENDCHANGE|RESUMECHANGE} | Viresh Kumar | 2014-03-19 | 1 | -2/+1 |
| * | | | | cpufreq: Do not allow ->setpolicy drivers to provide ->target | Rafael J. Wysocki | 2014-03-19 | 1 | -1/+3 |
| * | | | | cpufreq: arm_big_little: set 'physical_cluster' for each CPU | viresh kumar | 2014-03-19 | 1 | -1/+4 |
| * | | | | cpufreq: arm_big_little: make vexpress driver depend on bL core driver | viresh kumar | 2014-03-19 | 1 | -8/+9 |
| * | | | | Merge back earlier 'pm-cpufreq' material. | Rafael J. Wysocki | 2014-03-17 | 41 | -504/+271 |
| |\ \ \ \
| | |_|_|/
| |/| | | |
|
| | * | | | cpufreq: SPEAr: Instantiate as platform_driver | Viresh Kumar | 2014-03-12 | 1 | -2/+11 |
| | * | | | cpufreq: Remove unnecessary variable/parameter 'frozen' | Viresh Kumar | 2014-03-12 | 1 | -29/+22 |
| | * | | | cpufreq: Remove cpufreq_generic_exit() | Viresh Kumar | 2014-03-12 | 19 | -19/+0 |
| | * | | | cpufreq: add 'freq_table' in struct cpufreq_policy | Viresh Kumar | 2014-03-12 | 18 | -62/+16 |
| | * | | | cpufreq: Reformat printk() statements | Joe Perches | 2014-03-12 | 1 | -40/+35 |
| | * | | | cpufreq: Tegra: Use cpufreq_generic_suspend() | Viresh Kumar | 2014-03-06 | 1 | -41/+5 |
| | * | | | cpufreq: s5pv210: Use cpufreq_generic_suspend() | Viresh Kumar | 2014-03-06 | 1 | -46/+3 |
| | * | | | cpufreq: exynos: Use cpufreq_generic_suspend() | Viresh Kumar | 2014-03-06 | 1 | -89/+7 |
| | * | | | cpufreq: Implement cpufreq_generic_suspend() | Viresh Kumar | 2014-03-06 | 1 | -0/+26 |
| | * | | | cpufreq: suspend governors on system suspend/hibernate | Viresh Kumar | 2014-03-06 | 1 | -55/+56 |
| | * | | | cpufreq: move call to __find_governor() to cpufreq_init_policy() | viresh kumar | 2014-03-06 | 1 | -24/+14 |
| | * | | | Merge back earlier 'pm-cpufreq' material. | Rafael J. Wysocki | 2014-03-06 | 4 | -97/+76 |
| | |\ \ \ |
|
| | | * | | | cpufreq: stats: Refactor common code into __cpufreq_stats_create_table() | Saravana Kannan | 2014-03-02 | 1 | -13/+9 |
| | | * | | | cpufreq: stats: Fix error handling in __cpufreq_stats_create_table() | Saravana Kannan | 2014-03-02 | 1 | -1/+3 |
| | | * | | | cpufreq: stats: Remove redundant cpufreq_cpu_get() call | Saravana Kannan | 2014-03-02 | 1 | -11/+1 |
| | | * | | | intel_pstate: fix pid_reset to use fixed point values | Dirk Brandewie | 2014-03-02 | 1 | -1/+1 |