summaryrefslogtreecommitdiff
path: root/drivers/cpufreq
AgeCommit message (Expand)AuthorFilesLines
2016-06-03cpufreq: Unexport cpufreq_frequency_table_cpuinfo()Viresh Kumar1-2/+0
2016-06-03cpufreq: stats: Make the stats code non-modularRafael J. Wysocki3-142/+29
2016-06-03cpufreq: Use clamp_val() in __cpufreq_driver_target()Viresh Kumar1-4/+1
2016-06-03cpufreq: Send START policy notification after sending CREATEViresh Kumar1-3/+3
2016-06-03cpufreq: Drop the 'initialized' field from struct cpufreq_governorRafael J. Wysocki5-25/+36
2016-06-03cpufreq: governor: Create cpufreq_policy_apply_limits()Viresh Kumar1-6/+1
2016-06-03cpufreq: governor: Remove unnecessary bits from print messageViresh Kumar1-1/+1
2016-06-03cpufreq: governor: Remove prints from allocation failuresViresh Kumar2-6/+2
2016-06-03cpufreq: governor: Get rid of governor eventsRafael J. Wysocki8-131/+111
2016-05-30cpufreq: Split cpufreq_governor() into simpler functionsRafael J. Wysocki1-43/+70
2016-05-30cpufreq: governor: Simplify performance and powersave governorsRafael J. Wysocki2-6/+2
2016-05-30cpufreq: governor: Check transition latecy at init time onlyRafael J. Wysocki1-13/+14
2016-05-30cpufreq: governor: CPUFREQ_GOV_LIMITS never failsRafael J. Wysocki1-2/+7
2016-05-28remove lots of IS_ERR_VALUE abusesArnd Bergmann1-1/+1
2016-05-26Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds1-2/+9
2016-05-26Merge tag 'pm-4.7-rc1-more' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-63/+32
2016-05-25Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'pm-core'Rafael J. Wysocki2-63/+32
2016-05-20Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-1/+1
2016-05-19Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2-58/+58
2016-05-18cpufreq: simplified goto out in cpufreq_register_driver()Pankaj Gupta1-5/+4
2016-05-18cpufreq: governor: CPUFREQ_GOV_STOP never failsRafael J. Wysocki1-29/+11
2016-05-18cpufreq: governor: CPUFREQ_GOV_POLICY_EXIT never failsRafael J. Wysocki1-23/+12
2016-05-18intel_pstate: Simplify conditional in intel_pstate_set_policy()Rafael J. Wysocki1-6/+5
2016-05-17thermal: mediatek: Add cpu dynamic power cooling model.Dawei Chien1-2/+9
2016-05-17Merge tag 'pm-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds53-830/+1605
2016-05-17Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2016-05-13CPUFREQ: Loongson1: Replace goto out with return in ls1x_cpufreq_probe()Kelvin Cheung1-16/+13
2016-05-13CPUFREQ: Loongson1: Use devm_kzalloc() instead of global structureKelvin Cheung1-28/+35
2016-05-13CPUFREQ: Loongson1: Use dev_get_platdata() to get platform_dataKelvin Cheung1-1/+1
2016-05-13CPUFREQ: Loongson1: Replace kzalloc() with kcalloc()Kelvin Cheung1-8/+4
2016-05-13CPUFREQ: Loongson1: Rename the file to loongson1-cpufreq.cKelvin Cheung2-6/+6
2016-05-11intel_pstate: Clean up get_target_pstate_use_performance()Rafael J. Wysocki1-16/+11
2016-05-11intel_pstate: Use sample.core_avg_perf in get_avg_pstate()Rafael J. Wysocki1-2/+2
2016-05-11intel_pstate: Clarify average performance computationRafael J. Wysocki1-16/+24
2016-05-11intel_pstate: Avoid unnecessary synchronize_sched() during initializationChen Yu1-0/+9
2016-05-11Merge branch 'pm-cpufreq-sched' into pm-cpufreqRafael J. Wysocki1-0/+1
2016-05-11cpufreq: schedutil: Make default depend on CONFIG_SMPArnd Bergmann1-0/+1
2016-05-11cpufreq: powernv: del_timer_sync when global and local pstate are equalAkshay Adiga1-0/+2
2016-05-11cpufreq: powernv: Move smp_call_function_any() out of irq safe blockAkshay Adiga1-4/+5
2016-05-09intel_pstate: Clean up intel_pstate_get()Rafael J. Wysocki1-7/+2
2016-05-09Merge branch 'pm-cpufreq-sched' into pm-cpufreqRafael J. Wysocki1-1/+1
2016-05-06cpufreq: schedutil: Make it depend on CONFIG_SMPRafael J. Wysocki1-1/+1
2016-05-06Merge cpufreq fixes going into v4.6.Rafael J. Wysocki3-19/+42
2016-05-06cpufreq: governor: Fix handling of special cases in dbs_update()Rafael J. Wysocki1-36/+51
2016-05-06Merge branches 'pm-opp-fixes', 'pm-cpufreq-fixes' and 'pm-cpuidle-fixes'Rafael J. Wysocki3-19/+37
2016-05-05Merge tag 'v4.6-rc6' into x86/asm, to refresh the treeIngo Molnar3-6/+14
2016-05-05cpufreq: intel_pstate: Ignore _PPC processing under HWPSrinivas Pandruvada1-0/+3
2016-05-05cpufreq: arm_big_little: use generic OPP functions for {init, free}_opp_tableSudeep Holla5-74/+56
2016-05-05cpufreq: tango: Use generic platdev driverMarc Gonzalez1-0/+2
2016-05-05cpufreq: Fix GOV_LIMITS handling for the userspace governorSai Gurrappadi1-5/+38