Age | Commit message (Expand) | Author | Files | Lines |
2016-06-23 | cpufreq: pcc-cpufreq: Fix doorbell.access_width | Mike Galbraith | 1 | -1/+1 |
2016-06-15 | cpufreq: intel_pstate: Adjust _PSS[0] freqeuency if needed | Srinivas Pandruvada | 1 | -20/+2 |
2016-06-09 | Merge branches 'pm-cpufreq-fixes' and 'pm-cpuidle' | Rafael J. Wysocki | 1 | -3/+9 |
2016-06-08 | cpufreq: intel_pstate: Fix ->set_policy() interface for no_turbo | Srinivas Pandruvada | 1 | -2/+5 |
2016-06-08 | cpufreq: intel_pstate: Fix code ordering in intel_pstate_set_policy() | Srinivas Pandruvada | 1 | -1/+4 |
2016-06-03 | Merge branch 'pm-cpufreq-fixes' | Rafael J. Wysocki | 2 | -2/+2 |
2016-06-01 | cpufreq: Fix clamp_val() usage in cpufreq_driver_fast_switch() | Rafael J. Wysocki | 1 | -1/+1 |
2016-05-30 | cpufreq: intel_pstate: Downgrade print level for _PPC | Srinivas Pandruvada | 1 | -1/+1 |
2016-05-27 | remove lots of IS_ERR_VALUE abuses | Arnd Bergmann | 1 | -1/+1 |
2016-05-26 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l... | Linus Torvalds | 1 | -2/+9 |
2016-05-25 | Merge tag 'pm-4.7-rc1-more' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -63/+32 |
2016-05-25 | Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'pm-core' | Rafael J. Wysocki | 2 | -63/+32 |
2016-05-20 | Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 1 | -1/+1 |
2016-05-19 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 2 | -58/+58 |
2016-05-18 | cpufreq: simplified goto out in cpufreq_register_driver() | Pankaj Gupta | 1 | -5/+4 |
2016-05-18 | cpufreq: governor: CPUFREQ_GOV_STOP never fails | Rafael J. Wysocki | 1 | -29/+11 |
2016-05-18 | cpufreq: governor: CPUFREQ_GOV_POLICY_EXIT never fails | Rafael J. Wysocki | 1 | -23/+12 |
2016-05-18 | intel_pstate: Simplify conditional in intel_pstate_set_policy() | Rafael J. Wysocki | 1 | -6/+5 |
2016-05-17 | thermal: mediatek: Add cpu dynamic power cooling model. | Dawei Chien | 1 | -2/+9 |
2016-05-16 | Merge tag 'pm-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 53 | -830/+1605 |
2016-05-16 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
2016-05-13 | CPUFREQ: Loongson1: Replace goto out with return in ls1x_cpufreq_probe() | Kelvin Cheung | 1 | -16/+13 |
2016-05-13 | CPUFREQ: Loongson1: Use devm_kzalloc() instead of global structure | Kelvin Cheung | 1 | -28/+35 |
2016-05-13 | CPUFREQ: Loongson1: Use dev_get_platdata() to get platform_data | Kelvin Cheung | 1 | -1/+1 |
2016-05-13 | CPUFREQ: Loongson1: Replace kzalloc() with kcalloc() | Kelvin Cheung | 1 | -8/+4 |
2016-05-13 | CPUFREQ: Loongson1: Rename the file to loongson1-cpufreq.c | Kelvin Cheung | 2 | -6/+6 |
2016-05-11 | intel_pstate: Clean up get_target_pstate_use_performance() | Rafael J. Wysocki | 1 | -16/+11 |
2016-05-11 | intel_pstate: Use sample.core_avg_perf in get_avg_pstate() | Rafael J. Wysocki | 1 | -2/+2 |
2016-05-11 | intel_pstate: Clarify average performance computation | Rafael J. Wysocki | 1 | -16/+24 |
2016-05-11 | intel_pstate: Avoid unnecessary synchronize_sched() during initialization | Chen Yu | 1 | -0/+9 |
2016-05-11 | Merge branch 'pm-cpufreq-sched' into pm-cpufreq | Rafael J. Wysocki | 1 | -0/+1 |
2016-05-11 | cpufreq: schedutil: Make default depend on CONFIG_SMP | Arnd Bergmann | 1 | -0/+1 |
2016-05-11 | cpufreq: powernv: del_timer_sync when global and local pstate are equal | Akshay Adiga | 1 | -0/+2 |
2016-05-11 | cpufreq: powernv: Move smp_call_function_any() out of irq safe block | Akshay Adiga | 1 | -4/+5 |
2016-05-09 | intel_pstate: Clean up intel_pstate_get() | Rafael J. Wysocki | 1 | -7/+2 |
2016-05-09 | Merge branch 'pm-cpufreq-sched' into pm-cpufreq | Rafael J. Wysocki | 1 | -1/+1 |
2016-05-06 | cpufreq: schedutil: Make it depend on CONFIG_SMP | Rafael J. Wysocki | 1 | -1/+1 |
2016-05-06 | Merge cpufreq fixes going into v4.6. | Rafael J. Wysocki | 3 | -19/+42 |
2016-05-06 | cpufreq: governor: Fix handling of special cases in dbs_update() | Rafael J. Wysocki | 1 | -36/+51 |
2016-05-06 | Merge branches 'pm-opp-fixes', 'pm-cpufreq-fixes' and 'pm-cpuidle-fixes' | Rafael J. Wysocki | 3 | -19/+37 |
2016-05-05 | Merge tag 'v4.6-rc6' into x86/asm, to refresh the tree | Ingo Molnar | 3 | -6/+14 |
2016-05-05 | cpufreq: intel_pstate: Ignore _PPC processing under HWP | Srinivas Pandruvada | 1 | -0/+3 |
2016-05-05 | cpufreq: arm_big_little: use generic OPP functions for {init, free}_opp_table | Sudeep Holla | 5 | -74/+56 |
2016-05-05 | cpufreq: tango: Use generic platdev driver | Marc Gonzalez | 1 | -0/+2 |
2016-05-05 | cpufreq: Fix GOV_LIMITS handling for the userspace governor | Sai Gurrappadi | 1 | -5/+38 |
2016-05-04 | intel_pstate: Fix intel_pstate_get() | Rafael J. Wysocki | 1 | -6/+8 |
2016-05-02 | cpufreq: intel_pstate: Fix HWP on boot CPU after system resume | Rafael J. Wysocki | 2 | -13/+25 |
2016-05-01 | powerpc/mm: Abstraction for switch_mmu_context() | Aneesh Kumar K.V | 1 | -1/+1 |
2016-04-29 | Merge branch 'pm-cpufreq-fixes' | Rafael J. Wysocki | 2 | -6/+7 |
2016-04-28 | cpufreq: st: enable selective initialization based on the platform | Sudeep Holla | 1 | -0/+4 |