summaryrefslogtreecommitdiff
path: root/drivers/cpufreq
AgeCommit message (Expand)Author
2013-07-18cpufreq: interactive governor drops bits in time calculationtracking-interactive-gov-updates-llct-20130904.0tracking-interactive-gov-updates-llct-20130829.0tracking-interactive-gov-updates-llct-20130820.0tracking-interactive-gov-updates-llct-20130819.2tracking-interactive-gov-updates-llct-20130819.1tracking-interactive-gov-updates-llct-20130819.0tracking-interactive-gov-updates-llct-20130812.0tracking-interactive-gov-updates-llct-20130807.0tracking-interactive-gov-updates-llct-20130801.0tracking-interactive-gov-updates-llct-20130723.0tracking-interactive-gov-updates-llct-20130718.0Chris Redpath
2013-07-18cpufreq: Interactive: Implement per policy instances of governorViresh Kumar
2013-07-18cpufreq: interactive: Move definition of cpufreq_gov_interactive downwardsViresh Kumar
2013-07-18cpufreq: interactive: Remove unnecessary cpu_online() checkViresh Kumar
2013-07-18cpufreq: interactive: Use generic get_cpu_idle_time() from cpufreq.cViresh Kumar
2013-07-17Merge tag 'v3.11-rc1' into linaro-android-3.11-experimental-mergetracking-linaro-android-3.11-llct-20130801.0tracking-linaro-android-3.11-llct-20130723.0tracking-linaro-android-3.11-llct-20130718.0John Stultz
2013-07-11Merge tag 'pm+acpi-3.11-rc1-more' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-07-04cpufreq: Fix serialization of frequency transitionsViresh Kumar
2013-07-03Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-07-02config: Set CPU_FREQ_GOV_INTERACTIVE default nJohn Stultz
2013-07-02Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-07-01cpufreq: interactive: resched timer if max freq raisedLianwei Wang
2013-07-01cpufreq: interactive: fix race on cpufreq TRANSITION notifierLianwei Wang
2013-07-01cpufreq: interactive: avoid underflow on active time calculationMinsung Kim
2013-07-01cpufreq: interactive: reduce chance of zero time delta on load evalTodd Poynor
2013-07-01cpufreq: interactive: handle errors from cpufreq_frequency_table_targetTodd Poynor
2013-07-01cpufreq: interactive: fix uninitialized spinlockMinsung Kim
2013-07-01cpufreq: interactive: base above_hispeed_delay on target freq, not currentTodd Poynor
2013-07-01cpufreq: interactive: fix crash on error paths in get_tokenized_dataTodd Poynor
2013-07-01cpufreq: interactive: add io_is_busy interfaceLianwei Wang
2013-07-01cpufreq: interactive: allow arbitrary speed / delay mappingsMinsung Kim
2013-07-01cpufreq: interactive: fix race on governor start/stopLianwei Wang
2013-07-01cpufreq: interactive: fix deadlock on spinlock in timerTodd Poynor
2013-07-01cpufreq: interactive: don't handle transition notification if not enabledTodd Poynor
2013-07-01cpufreq: interactive: init default values at compile timeTodd Poynor
2013-07-01cpufreq: interactive: default go_hispeed_load 99%, doc updatesTodd Poynor
2013-07-01cpufreq: interactive: fix race on timer restart on governor startTodd Poynor
2013-07-01cpufreq: interactive: fix racy timer stoppingTodd Poynor
2013-07-01cpufreq: interactive: fix boosting logicTodd Poynor
2013-07-01cpufreq: interactive: add timer slack to limit idle at speed > minTodd Poynor
2013-07-01cpufreq: interactive: specify duration of CPU speed boost pulseTodd Poynor
2013-07-01cpufreq: interactive: adjust load for changes in speedTodd Poynor
2013-07-01cpufreq: interactive: remove load since last speed changeTodd Poynor
2013-07-01cpufreq: interactive: allow arbitrary speed / target load mappingsTodd Poynor
2013-07-01cpufreq: interactive: apply above_hispeed_delay to each step above hispeedTodd Poynor
2013-07-01cpufreq: interactive: change speed according to current speed and target loadTodd Poynor
2013-07-01cpufreq: interactive: trace actual speed in target speed decisionsTodd Poynor
2013-07-01cpufreq: interactive: kick timer on idle exit past expiryTodd Poynor
2013-07-01cpufreq: interactive: use deferrable timer by defaultLianwei Wang
2013-07-01cpufreq: interactive: pin timers to associated CPUTodd Poynor
2013-07-01cpufreq: interactive: run at fraction of hispeed_freq when load is lowTodd Poynor
2013-07-01cpufreq: interactive: always limit initial speed bump to hispeedTodd Poynor
2013-07-01cpufreq: interactive: remove input_boost handlingTodd Poynor
2013-07-01cpufreq: interactive: handle speed up and down in the realtime taskTodd Poynor
2013-07-01cpufreq: interactive: keep freezer happy when not current governorSam Leffler
2013-07-01cpufreq: interactive: take idle notifications only when activeSam Leffler
2013-07-01cpufreq: interactive: restart above_hispeed_delay at each hispeed loadTodd Poynor
2013-07-01cpufreq-interactive: Compile fixupJohn Stultz
2013-07-01cpufreq: interactive: add boost pulse interfaceTodd Poynor