Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
8de9ac68284368c467b5cdab81336a668062924c
/
drivers
/
cpufreq
e6d4a92
Merge remote-tracking branch 'origin/tmp-a909d3e' into 1105
by Channagoud Kadabi
· 8 years ago
8b2ada2
Merge branches 'pm-cpufreq-fixes' and 'pm-sleep-fixes'
by Rafael J. Wysocki
· 8 years ago
2f1d407
cpufreq: intel_pstate: Always set max P-state in performance mode
by Rafael J. Wysocki
· 8 years ago
5e3ce74
ANDROID: cpufreq: interactive: build fixes
by Amit Pundir
· 8 years ago
67aa284
ANDROID: cpufreq: interactive: Clean up default and fallback governor setup
by Amit Pundir
· 8 years ago
a673014
cpufreq: interactive: drop cpufreq_{get,put}_global_kobject func calls
by Amit Pundir
· 8 years ago
1160fcb
cpufreq: interactive: only apply interactive boost when enabled
by Daniel Kurtz
· 9 years ago
78e6913
cpufreq: interactive: fix policy locking
by Dmitry Torokhov
· 10 years ago
8eb2961
android: skip building drivers as modules
by Amit Pundir
· 9 years ago
88d47c1
trace: cpufreq: Add tracing for min/max cpufreq
by Ruchi Kandoi
· 9 years ago
9c0deef
subsystem: CPU FREQUENCY DRIVERS- Set cpu_load calculation on current frequency
by rahul.khandelwal
· 10 years ago
dcc2f2b
cpufreq: interactive: replace strict_strtoul() with kstrtoul()
by Amit Pundir
· 9 years ago
dc42410
cpufreq: interactive: Rearm governor timer at max freq
by Rohit Gupta
· 10 years ago
302f05f
cpufreq: interactive: Implement cluster-based min_sample_time
by Junjie Wu
· 10 years ago
76c17af
cpufreq: interactive: Exercise hispeed settings at a policy level
by Saravana Kannan
· 10 years ago
6f4610d
cpufreq: interactive: Round up timer_rate to match jiffy
by Junjie Wu
· 10 years ago
dd77740
cpufreq: interactive: Don't set floor_validate_time during boost
by Junjie Wu
· 10 years ago
35d50dc
cpufreq: interactive: Put global cpufreq kobject on failure
by Junjie Wu
· 10 years ago
4f81d19
cpufreq: interactive: only boost tunable affected cpus
by Lianwei Wang
· 10 years ago
2680020
cpufreq: interactive: don't skip waking up speedchange_task if target_freq > policy->cur
by Minsung Kim
· 10 years ago
2f32796
cpufreq: interactive: make common_tunables static
by Cylen Yao
· 10 years ago
4b9012a
cpufreq: interactive: prevents the frequency to directly raise above the hispeed_freq from a lower frequency.
by Ruchi Kandoi
· 10 years ago
e68985a
cpufreq: interactive: remove compilation error from commit 49cc72365fb7ee87762a7ccc6a32ef68627216c5
by Ruchi Kandoi
· 11 years ago
b1fa191
cpufreq: interactive: turn boost_pulse off on boost off
by Ruchi Kandoi
· 11 years ago
d58bb95
cpufreq: interactive: restructure CPUFREQ_GOV_LIMITS
by Badhri Jagan Sridharan
· 11 years ago
e2c6c88
cpufreq: interactive: hold reference on global cpufreq kobject if needed
by Greg Hackmann
· 10 years ago
17a6e3e
cpufreq: interactive: Use generic get_cpu_idle_time() from cpufreq.c
by Viresh Kumar
· 11 years ago
4f6c7ec
cpufreq: interactive: fix NULL pointer dereference at sysfs ops
by Minsung Kim
· 11 years ago
32582ff
cpufreq: interactive: fix compiling warnings
by Chih-Wei Huang
· 11 years ago
acebb7a
cpufreq: interactive: delete timers for GOV_START
by Shridhar Rasal
· 11 years ago
b9c5075
cpufreq: Interactive: Implement per policy instances of governor
by Viresh Kumar
· 11 years ago
cba75f5
cpufreq: interactive: Move definition of cpufreq_gov_interactive downwards
by Viresh Kumar
· 11 years ago
daa4454
cpufreq: interactive: Remove unnecessary cpu_online() check
by Viresh Kumar
· 11 years ago
457fc54
cpufreq: interactive: fix show_target_loads and show_above_hispeed_delay
by Minsung Kim
· 11 years ago
bbe849d
cpufreq: interactive: resched timer if max freq raised
by Lianwei Wang
· 12 years ago
fc8229c
cpufreq: interactive: fix race on cpufreq TRANSITION notifier
by Lianwei Wang
· 11 years ago
dd7886b
cpufreq: interactive: avoid underflow on active time calculation
by Minsung Kim
· 12 years ago
4eebb54
cpufreq: interactive: reduce chance of zero time delta on load eval
by Todd Poynor
· 12 years ago
30857f2
cpufreq: interactive: handle errors from cpufreq_frequency_table_target
by Todd Poynor
· 12 years ago
f207e39
cpufreq: interactive: fix uninitialized spinlock
by Minsung Kim
· 12 years ago
0063a34
cpufreq: interactive: base above_hispeed_delay on target freq, not current
by Todd Poynor
· 12 years ago
5fc17ad
cpufreq: interactive: fix crash on error paths in get_tokenized_data
by Todd Poynor
· 12 years ago
2747480
cpufreq: interactive: add io_is_busy interface
by Lianwei Wang
· 12 years ago
700119b
cpufreq: interactive: allow arbitrary speed / delay mappings
by Minsung Kim
· 12 years ago
6becfaa
cpufreq: interactive: fix race on governor start/stop
by Lianwei Wang
· 12 years ago
bd2b55b
cpufreq: interactive: fix deadlock on spinlock in timer
by Todd Poynor
· 12 years ago
74368d8
cpufreq: interactive: don't handle transition notification if not enabled
by Todd Poynor
· 12 years ago
966496e
cpufreq: interactive: init default values at compile time
by Todd Poynor
· 12 years ago
daf2f76
cpufreq: interactive: default go_hispeed_load 99%, doc updates
by Todd Poynor
· 12 years ago
755b7a4
cpufreq: interactive: fix race on timer restart on governor start
by Todd Poynor
· 12 years ago
4235053
cpufreq: interactive: fix racy timer stopping
by Todd Poynor
· 12 years ago
eb84e53
cpufreq: interactive: fix boosting logic
by Todd Poynor
· 12 years ago
4707840
cpufreq: interactive: add timer slack to limit idle at speed > min
by Todd Poynor
· 12 years ago
eda4029
cpufreq: interactive: specify duration of CPU speed boost pulse
by Todd Poynor
· 12 years ago
4ceca14
cpufreq: interactive: adjust load for changes in speed
by Todd Poynor
· 12 years ago
91c1f6e
cpufreq: interactive: remove load since last speed change
by Todd Poynor
· 12 years ago
4fbea96
cpufreq: interactive: allow arbitrary speed / target load mappings
by Todd Poynor
· 12 years ago
240997a
cpufreq: interactive: apply above_hispeed_delay to each step above hispeed
by Todd Poynor
· 12 years ago
ff6cb66
cpufreq: interactive: change speed according to current speed and target load
by Todd Poynor
· 12 years ago
5645931
cpufreq: interactive: trace actual speed in target speed decisions
by Todd Poynor
· 12 years ago
8a2739e
cpufreq: interactive: kick timer on idle exit past expiry
by Todd Poynor
· 12 years ago
ff5a709
cpufreq: interactive: use deferrable timer by default
by Lianwei Wang
· 12 years ago
b510d29
cpufreq: interactive: pin timers to associated CPU
by Todd Poynor
· 12 years ago
df284d9
cpufreq: interactive: run at fraction of hispeed_freq when load is low
by Todd Poynor
· 12 years ago
cd3496c
cpufreq: interactive: always limit initial speed bump to hispeed
by Todd Poynor
· 12 years ago
c267217
cpufreq: interactive: remove input_boost handling
by Todd Poynor
· 12 years ago
a21083d
cpufreq: interactive: handle speed up and down in the realtime task
by Todd Poynor
· 12 years ago
1b89756
cpufreq: interactive: keep freezer happy when not current governor
by Sam Leffler
· 12 years ago
f61219a
cpufreq: interactive: take idle notifications only when active
by Sam Leffler
· 12 years ago
d0ca13f
cpufreq: interactive: restart above_hispeed_delay at each hispeed load
by Todd Poynor
· 13 years ago
53a89c6
cpufreq-interactive: Compile fixup
by John Stultz
· 13 years ago
b905452
cpufreq: interactive: add boost pulse interface
by Todd Poynor
· 13 years ago
90fe90d
cpufreq: interactive: set floor for boosted speed
by Todd Poynor
· 13 years ago
199620b
cpufreq: interactive: Add sysfs boost interface for hints from userspace
by Todd Poynor
· 13 years ago
6b8ce5b
cpufreq: interactive: remove unused target_validate_time_in_idle
by Todd Poynor
· 13 years ago
cc50604
cpufreq: interactive: Boost frequency on touchscreen input
by Todd Poynor
· 13 years ago
00d7f39
cpufreq: interactive: Separate speed target revalidate time and initial set time
by Todd Poynor
· 13 years ago
236bd7f
cpufreq: interactive: base hispeed bump on target freq, not actual
by Todd Poynor
· 13 years ago
82845bf
cpufreq: interactive: adjust code and documentation to match
by Todd Poynor
· 13 years ago
fb421c4
cpufreq: interactive: configurable delay before raising above hispeed
by Todd Poynor
· 13 years ago
a994e81
cpufreq: interactive: don't drop speed if recently at higher load
by Todd Poynor
· 13 years ago
8d51846
cpufreq: interactive: set at least hispeed when above hispeed load
by Todd Poynor
· 13 years ago
7b76cfd
cpufreq: interactive: apply intermediate load to max speed not current
by Todd Poynor
· 13 years ago
1c2fa8a
cpufreq interactive governor: event tracing
by Todd Poynor
· 13 years ago
34a9e02
cpufreq: interactive: New 'interactive' governor
by Mike Chan
· 14 years ago
a6c6ead
cpufreq: intel_pstate: Set P-state upfront in performance mode
by Rafael J. Wysocki
· 8 years ago
ef98988
Merge tag 'pm-extra-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 8 years ago
c197d75
cpufreq: CPPC: Correct desired_perf calculation
by Hoan Tran
· 8 years ago
abb6627
cpufreq: conservative: Fix next frequency selection
by Rafael J. Wysocki
· 8 years ago
3954517
cpufreq: intel_pstate: Fix struct pstate_adjust_policy kerneldoc
by Rafael J. Wysocki
· 8 years ago
0843e83
cpufreq: intel_pstate: Proportional algorithm for Atom
by Rafael J. Wysocki
· 8 years ago
f00593a
cpufreq: intel_pstate: Clarify comment in get_target_pstate_use_performance()
by Rafael J. Wysocki
· 8 years ago
f9f4872
cpufreq: intel_pstate: Fix unsafe HWP MSR access
by Srinivas Pandruvada
· 8 years ago
82fa407
Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
by Linus Torvalds
· 8 years ago
301a36f
Merge branches 'misc' and 'sa1111-base' into for-linus
by Russell King
· 8 years ago
597f03f
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
72d3992
Merge tag 'acpi-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 8 years ago
b6e2511
Merge branch 'pm-cpufreq-sched' into pm-cpufreq
by Rafael J. Wysocki
· 8 years ago
0d573c6
Merge branches 'acpi-x86', 'acpi-cppc' and 'acpi-soc'
by Rafael J. Wysocki
· 8 years ago
9ad0a1b
cpufreq: st: add missing \n to end of dev_err message
by Colin Ian King
· 8 years ago
Next »