| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'pm-cpufreq-fixes' | Rafael J. Wysocki | 2016-06-03 | 2 | -2/+2 |
|\ |
|
| * | cpufreq: Fix clamp_val() usage in cpufreq_driver_fast_switch() | Rafael J. Wysocki | 2016-06-01 | 1 | -1/+1 |
| * | cpufreq: intel_pstate: Downgrade print level for _PPC | Srinivas Pandruvada | 2016-05-30 | 1 | -1/+1 |
* | | remove lots of IS_ERR_VALUE abuses | Arnd Bergmann | 2016-05-27 | 1 | -1/+1 |
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l... | Linus Torvalds | 2016-05-26 | 1 | -2/+9 |
|\ \ |
|
| * | | thermal: mediatek: Add cpu dynamic power cooling model. | Dawei Chien | 2016-05-17 | 1 | -2/+9 |
* | | | Merge tag 'pm-4.7-rc1-more' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2016-05-25 | 2 | -63/+32 |
|\ \ \ |
|
| | \ \ | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| *---. \ \ | Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'pm-core' | Rafael J. Wysocki | 2016-05-25 | 2 | -63/+32 |
| |\ \ \ \ \
| | | |_|_|/
| | |/| | | |
|
| | * | | | | cpufreq: simplified goto out in cpufreq_register_driver() | Pankaj Gupta | 2016-05-18 | 1 | -5/+4 |
| | * | | | | cpufreq: governor: CPUFREQ_GOV_STOP never fails | Rafael J. Wysocki | 2016-05-18 | 1 | -29/+11 |
| | * | | | | cpufreq: governor: CPUFREQ_GOV_POLICY_EXIT never fails | Rafael J. Wysocki | 2016-05-18 | 1 | -23/+12 |
| | * | | | | intel_pstate: Simplify conditional in intel_pstate_set_policy() | Rafael J. Wysocki | 2016-05-18 | 1 | -6/+5 |
* | | | | | | Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2016-05-20 | 1 | -1/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | powerpc/mm: Abstraction for switch_mmu_context() | Aneesh Kumar K.V | 2016-05-01 | 1 | -1/+1 |
| * | | | | | | drivers/cpufreq: make ppc_cbe_cpufreq_pmi driver explicitly non-modular | Paul Gortmaker | 2016-04-11 | 1 | -13/+2 |
* | | | | | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 2016-05-19 | 2 | -58/+58 |
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | | |
|
| * | | | | | | CPUFREQ: Loongson1: Replace goto out with return in ls1x_cpufreq_probe() | Kelvin Cheung | 2016-05-13 | 1 | -16/+13 |
| * | | | | | | CPUFREQ: Loongson1: Use devm_kzalloc() instead of global structure | Kelvin Cheung | 2016-05-13 | 1 | -28/+35 |
| * | | | | | | CPUFREQ: Loongson1: Use dev_get_platdata() to get platform_data | Kelvin Cheung | 2016-05-13 | 1 | -1/+1 |
| * | | | | | | CPUFREQ: Loongson1: Replace kzalloc() with kcalloc() | Kelvin Cheung | 2016-05-13 | 1 | -8/+4 |
| * | | | | | | CPUFREQ: Loongson1: Rename the file to loongson1-cpufreq.c | Kelvin Cheung | 2016-05-13 | 2 | -6/+6 |
* | | | | | | | Merge tag 'pm-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 2016-05-16 | 53 | -830/+1605 |
|\ \ \ \ \ \ \
| | |_|/ / / /
| |/| | | | | |
|
| * | | | | | | intel_pstate: Clean up get_target_pstate_use_performance() | Rafael J. Wysocki | 2016-05-11 | 1 | -16/+11 |
| * | | | | | | intel_pstate: Use sample.core_avg_perf in get_avg_pstate() | Rafael J. Wysocki | 2016-05-11 | 1 | -2/+2 |
| * | | | | | | intel_pstate: Clarify average performance computation | Rafael J. Wysocki | 2016-05-11 | 1 | -16/+24 |
| * | | | | | | intel_pstate: Avoid unnecessary synchronize_sched() during initialization | Chen Yu | 2016-05-11 | 1 | -0/+9 |
| * | | | | | | Merge branch 'pm-cpufreq-sched' into pm-cpufreq | Rafael J. Wysocki | 2016-05-11 | 1 | -0/+1 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | cpufreq: schedutil: Make default depend on CONFIG_SMP | Arnd Bergmann | 2016-05-11 | 1 | -0/+1 |
| * | | | | | | | cpufreq: powernv: del_timer_sync when global and local pstate are equal | Akshay Adiga | 2016-05-11 | 1 | -0/+2 |
| * | | | | | | | cpufreq: powernv: Move smp_call_function_any() out of irq safe block | Akshay Adiga | 2016-05-11 | 1 | -4/+5 |
| * | | | | | | | intel_pstate: Clean up intel_pstate_get() | Rafael J. Wysocki | 2016-05-09 | 1 | -7/+2 |
| * | | | | | | | Merge branch 'pm-cpufreq-sched' into pm-cpufreq | Rafael J. Wysocki | 2016-05-09 | 1 | -1/+1 |
| |\| | | | | | |
|
| | * | | | | | | cpufreq: schedutil: Make it depend on CONFIG_SMP | Rafael J. Wysocki | 2016-05-06 | 1 | -1/+1 |
| * | | | | | | | Merge cpufreq fixes going into v4.6. | Rafael J. Wysocki | 2016-05-06 | 3 | -19/+42 |
| |\ \ \ \ \ \ \ |
|
| * | | | | | | | | cpufreq: governor: Fix handling of special cases in dbs_update() | Rafael J. Wysocki | 2016-05-06 | 1 | -36/+51 |
| * | | | | | | | | cpufreq: intel_pstate: Ignore _PPC processing under HWP | Srinivas Pandruvada | 2016-05-05 | 1 | -0/+3 |
| * | | | | | | | | cpufreq: arm_big_little: use generic OPP functions for {init, free}_opp_table | Sudeep Holla | 2016-05-05 | 5 | -74/+56 |
| * | | | | | | | | cpufreq: tango: Use generic platdev driver | Marc Gonzalez | 2016-05-05 | 1 | -0/+2 |
| * | | | | | | | | cpufreq: Fix GOV_LIMITS handling for the userspace governor | Sai Gurrappadi | 2016-05-05 | 1 | -5/+38 |
| * | | | | | | | | cpufreq: mvebu: Move cpufreq code into drivers/cpufreq/ | Viresh Kumar | 2016-04-28 | 2 | -0/+108 |
| * | | | | | | | | cpufreq: dt: Kill platform-data | Viresh Kumar | 2016-04-28 | 1 | -5/+1 |
| * | | | | | | | | cpufreq: dt: Identify cpu-sharing for platforms without operating-points-v2 | Viresh Kumar | 2016-04-28 | 1 | -7/+9 |
| * | | | | | | | | cpufreq: governor: Change confusing struct field and variable names | Rafael J. Wysocki | 2016-04-28 | 2 | -12/+12 |
| * | | | | | | | | cpufreq: intel_pstate: Enable PPC enforcement for servers | Srinivas Pandruvada | 2016-04-28 | 1 | -1/+11 |
| * | | | | | | | | cpufreq: intel_pstate: Adjust policy->max | Srinivas Pandruvada | 2016-04-28 | 1 | -0/+11 |
| * | | | | | | | | cpufreq: intel_pstate: Enforce _PPC limits | Srinivas Pandruvada | 2016-04-28 | 2 | -2/+135 |
| * | | | | | | | | cpufreq: powernv: Ramp-down global pstate slower than local-pstate | Akshay Adiga | 2016-04-27 | 1 | -7/+251 |
| * | | | | | | | | cpufreq: powernv: Remove flag use-case of policy->driver_data | Shilpasri G Bhat | 2016-04-27 | 1 | -6/+5 |
| * | | | | | | | | cpufreq: e_powersaver: Use IS_ENABLED() instead of checking for built-in or m... | Javier Martinez Canillas | 2016-04-27 | 2 | -8/+8 |
| * | | | | | | | | cpufreq: governor: Fix prev_load initialization in cpufreq_governor_start() | Rafael J. Wysocki | 2016-04-25 | 1 | -4/+4 |