Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
106dadacbeeea92f61a2c32f3651ee31c1b34e31
/
drivers
/
cpufreq
/
cpufreq_ondemand.c
a665df9
[CPUFREQ] ondemand: don't synchronize sample rate unless multiple cpus present
by Jocelyn Falempe
· 15 years ago
00e299f
[CPUFREQ] ondemand: Refactor frequency increase code
by Mike Chan
· 15 years ago
07d7775
Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
19379b1
ondemand: Make the iowait-is-busy time a sysfs tunable
by Arjan van de Ven
· 14 years ago
6b8fcd9
ondemand: Solve a big performance issue by counting IOWAIT time as busy
by Arjan van de Ven
· 14 years ago
6dad2a2
cpufreq: Unify sysfs attribute definition macros
by Borislav Petkov
· 15 years ago
1dbf588
[CPUFREQ] Fix ondemand to not request targets outside policy limits
by Nagananda.Chumbalkar@hp.com
· 15 years ago
54c9a35
[CPUFREQ] Resolve time unit thinko in ondemand/conservative govs
by Pallipadi, Venkatesh
· 15 years ago
714af06
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq
by Linus Torvalds
· 15 years ago
0e625ac
[CPUFREQ] ondemand - Use global sysfs dir for tuning settings
by Thomas Renninger
· 15 years ago
384be2b
Merge branch 'percpu-for-linus' into percpu-for-next
by Tejun Heo
· 15 years ago
5a75c82
[CPUFREQ] Cleanup locking in ondemand governor
by venkatesh.pallipadi@intel.com
· 15 years ago
7d26e2d
[CPUFREQ] Eliminate the recent lockdep warnings in cpufreq
by venkatesh.pallipadi@intel.com
· 15 years ago
245b2e7
percpu: clean up percpu variable definitions
by Tejun Heo
· 15 years ago
4f4d1ad
[CPUFREQ] Only set sampling_rate_max deprecated, sampling_rate_min is useful
by Thomas Renninger
· 16 years ago
cef9615
[CPUFREQ] ondemand: Uncouple minimal sampling rate from HZ in NO_HZ case
by Thomas Renninger
· 16 years ago
b14893a
[CPUFREQ] fix timer teardown in ondemand governor
by Mathieu Desnoyers
· 15 years ago
112124a
[CPUFREQ] ondemand/conservative: sanitize sampling_rate restrictions
by Thomas Renninger
· 16 years ago
9411b4e
[CPUFREQ] ondemand/conservative: deprecate sampling_rate{min,max}
by Thomas Renninger
· 16 years ago
2b03f89
[CPUFREQ] checkpatch cleanups for ondemand governor.
by Dave Jones
· 16 years ago
1ca3abd
[CPUFREQ] Make ignore_nice_load setting of ondemand work as expected.
by Venkatesh Pallipadi
· 16 years ago
835481d
cpumask: convert struct cpufreq_policy to cpumask_var_t
by Rusty Russell
· 16 years ago
4f6e6b9
[CPUFREQ] Fix BUG: using smp_processor_id() in preemptible code
by Andrea Righi
· 16 years ago
c4d14bc
[CPUFREQ] Don't export governors for default governor
by Sven Wegener
· 16 years ago
8080091
[CPUFREQ][6/6] cpufreq: Add idle microaccounting in ondemand governor
by venkatesh.pallipadi@intel.com
· 16 years ago
e9d95bf
[CPUFREQ][4/6] cpufreq_ondemand: Parameterize down differential
by venkatesh.pallipadi@intel.com
· 16 years ago
3430502
[CPUFREQ][3/6] cpufreq: get_cpu_idle_time() changes in ondemand for idle-microaccounting
by venkatesh.pallipadi@intel.com
· 16 years ago
c43aa3b
[CPUFREQ][2/6] cpufreq: Change load calculation in ondemand for software coordination
by venkatesh.pallipadi@intel.com
· 16 years ago
bf0b90e
[CPUFREQ][1/6] cpufreq: Add cpu number parameter to __cpufreq_driver_getavg()
by venkatesh.pallipadi@intel.com
· 16 years ago
888a794
[CPUFREQ] add error handling for cpufreq_register_governor() error
by Akinobu Mita
· 16 years ago
068b127
cpufreq: use performance variant for_each_cpu_mask_nr
by Mike Travis
· 16 years ago
6915719
cpufreq: Initialise default governor before use
by Johannes Weiner
· 17 years ago
1c25624
[CPUFREQ] allow ondemand and conservative cpufreq governors to be used as default
by Thomas Renninger
· 17 years ago
ea48761
[CPUFREQ] ondemand: fix tickless accounting and software coordination bug
by Venki Pallipadi
· 17 years ago
0af99b1
[CPUFREQ] ondemand: add a check to avoid negative load calculation
by Venki Pallipadi
· 17 years ago
2828703
Add a new deferrable delayed work init
by Venki Pallipadi
· 18 years ago
48ac327
[CPUFREQ] cpufreq_ondemand.c: don't use _WORK_NAR
by Oleg Nesterov
· 18 years ago
c18a148
[CPUFREQ] Whitespace fixup
by Dave Jones
· 18 years ago
56463b7
[CPUFREQ] ondemand governor use new cpufreq rwsem locking in work callback
by Venkatesh Pallipadi
· 18 years ago
529af7a
[CPUFREQ] ondemand governor restructure the work callback
by Venkatesh Pallipadi
· 18 years ago
c120069
[CPUFREQ] Remove hotplug cpu crap
by Dave Jones
· 18 years ago
c436688
Merge ../linus
by Dave Jones
· 18 years ago
c402895
WorkStruct: make allyesconfig
by David Howells
· 18 years ago
e08f5f5
[CPUFREQ] Fix coding style issues in cpufreq.
by Gautham R Shenoy
· 18 years ago
914f7c3
[CPUFREQ] handle sysfs errors
by Jeff Garzik
· 18 years ago
dfde5d6
[CPUFREQ][8/8] acpi-cpufreq: Add support for freq feedback from hardware
by Venkatesh Pallipadi
· 18 years ago
3906f4e
[CPUFREQ] Fix sparse warning in ondemand
by Dave Jones
· 18 years ago
b5ecf60
[CPUFREQ] make drivers/cpufreq/cpufreq_ondemand.c:powersave_bias_target() static
by Adrian Bunk
· 18 years ago
05ca035
[CPUFREQ][2/2] ondemand: updated add powersave_bias tunable
by Alexey Starikovskiy
· 18 years ago
1ce28d6
[CPUFREQ][1/2] ondemand: updated tune for hardware coordination
by Alexey Starikovskiy
· 18 years ago
153d7f3
[PATCH] Reorganize the cpufreq cpu hotplug locking to not be totally bizare
by Arjan van de Ven
· 18 years ago
2cd7cbd
[cpufreq] ondemand: make shutdown sequence more robust
by Linus Torvalds
· 18 years ago
ffac80e
[CPUFREQ] Misc cleanups in ondemand.
by Venkatesh Pallipadi
· 18 years ago
2f8a835
[CPUFREQ] Make ondemand sampling per CPU and remove the mutex usage in sampling path.
by Venkatesh Pallipadi
· 18 years ago
ccb2fe2
[CPUFREQ] Remove slowdown from ondemand sampling path.
by Venkatesh Pallipadi
· 18 years ago
138a0128
[PATCH] cpufreq build fix
by Andrew Morton
· 18 years ago
4ec223d
[CPUFREQ] Fix ondemand vs suspend deadlock
by Venkatesh Pallipadi
· 18 years ago
6810b54
[PATCH] x86_64: Move ondemand timer into own work queue
by Andi Kleen
· 18 years ago
7c9d8c0
[PATCH] cpufreq_ondemand: add range check
by Dominik Brodowski
· 19 years ago
9cbad61
[PATCH] cpufreq_ondemand: keep ignore_nice_load value when it is reselected
by Eric Piel
· 19 years ago
ff8c288
[PATCH] cpufreq_ondemand: Warn if it cannot run due to too long transition latency
by Eric Piel
· 19 years ago
32ee8c3
[CPUFREQ] Lots of whitespace & CodingStyle cleanup.
by Dave Jones
· 19 years ago
3fc54d3
[CPUFREQ] Convert drivers/cpufreq semaphores to mutexes.
by akpm@osdl.org
· 19 years ago
001893c
[PATCH] cpufreq_conservative/ondemand: invert meaning of 'ignore nice'
by Alexander Clouter
· 19 years ago
df8b59b
[CPUFREQ] Avoid the ondemand cpufreq governor to use a too high frequency for stats.
by Dave Jones
· 19 years ago
e131832
[CPUFREQ] ondemand governor default sampling downfactor as 1
by Dave Jones
· 19 years ago
c29f140
[CPUFREQ] ondemand governor automatic downscaling
by Dave Jones
· 19 years ago
9c7d269
[CPUFREQ] ondemand,conservative governor idle_tick clean-up
by Dave Jones
· 19 years ago
790d76f
[CPUFREQ] ondemand,conservative governor store the idle ticks for all cpus
by Dave Jones
· 19 years ago
dac1c1a
[CPUFREQ] ondemand,conservative minor bug-fix and cleanup
by Dave Jones
· 19 years ago
1206aaa
[CPUFREQ] Allow ondemand stepping to be changed by user.
by Dave Jones
· 19 years ago
c11420a
[CPUFREQ] Prevents un-necessary cpufreq changes if we are already at min/max
by Dave Jones
· 19 years ago
3d5ee9e
[CPUFREQ] Add support to cpufreq_ondemand to ignore 'nice' cpu time
by Dave Jones
· 19 years ago
7f335d4
[CPUFREQ] make cpufreq_gov_dbs static
by Dave Jones
· 19 years ago
6fe7116
[CPUFREQ] ondemand: trivial clean-ups
by Dave Jones
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago