aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/cpufreq_ondemand.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-16[CPUFREQ] Remove unneeded locksThomas Renninger1-24/+1
2011-03-16[CPUFREQ] Remove old, deprecated per cpu ondemand/conservative sysfs filesThomas Renninger1-67/+0
2011-03-16[CPUFREQ] Remove deprecated sysfs file sampling_rate_maxThomas Renninger1-13/+0
2011-03-16[CPUFREQ] calculate delay after dbs_check_cpuVincent Guittot1-6/+11
2011-01-26cpufreq: use system_wq instead of dedicated workqueuesTejun Heo1-17/+3
2010-10-22[CPUFREQ] add sampling_down_factor tunable to improve ondemand performanceDavid C Niemi1-1/+41
2010-08-03[CPUFREQ] ondemand: don't synchronize sample rate unless multiple cpus presentJocelyn Falempe1-2/+6
2010-08-03[CPUFREQ] ondemand: Refactor frequency increase codeMike Chan1-13/+12
2010-05-18Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-29/+13
2010-05-09ondemand: Make the iowait-is-busy time a sysfs tunableArjan van de Ven1-1/+46
2010-05-09ondemand: Solve a big performance issue by counting IOWAIT time as busyArjan van de Ven1-2/+28
2010-04-09cpufreq: Unify sysfs attribute definition macrosBorislav Petkov1-28/+12
2010-01-13[CPUFREQ] Fix ondemand to not request targets outside policy limitsNagananda.Chumbalkar@hp.com1-0/+3
2009-11-17[CPUFREQ] Resolve time unit thinko in ondemand/conservative govsPallipadi, Venkatesh1-2/+2
2009-09-18Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds1-26/+113
2009-09-01[CPUFREQ] ondemand - Use global sysfs dir for tuning settingsThomas Renninger1-26/+113
2009-08-14Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo1-45/+32
2009-07-06[CPUFREQ] Cleanup locking in ondemand governorvenkatesh.pallipadi@intel.com1-35/+27
2009-07-06[CPUFREQ] Eliminate the recent lockdep warnings in cpufreqvenkatesh.pallipadi@intel.com1-16/+11
2009-06-24percpu: clean up percpu variable definitionsTejun Heo1-7/+8
2009-06-15[CPUFREQ] Only set sampling_rate_max deprecated, sampling_rate_min is usefulThomas Renninger1-16/+2
2009-06-15[CPUFREQ] ondemand: Uncouple minimal sampling rate from HZ in NO_HZ caseThomas Renninger1-27/+23
2009-05-26[CPUFREQ] fix timer teardown in ondemand governorMathieu Desnoyers1-1/+4
2009-02-24[CPUFREQ] ondemand/conservative: sanitize sampling_rate restrictionsThomas Renninger1-10/+18
2009-02-24[CPUFREQ] ondemand/conservative: deprecate sampling_rate{min,max}Thomas Renninger1-0/+17
2009-02-24[CPUFREQ] checkpatch cleanups for ondemand governor.Dave Jones1-16/+13
2009-02-05[CPUFREQ] Make ignore_nice_load setting of ondemand work as expected.Venkatesh Pallipadi1-22/+25
2009-01-06cpumask: convert struct cpufreq_policy to cpumask_var_tRusty Russell1-2/+2
2008-10-09[CPUFREQ] Fix BUG: using smp_processor_id() in preemptible codeAndrea Righi1-1/+4
2008-10-09[CPUFREQ] Don't export governors for default governorSven Wegener1-1/+3
2008-10-09[CPUFREQ][6/6] cpufreq: Add idle microaccounting in ondemand governorvenkatesh.pallipadi@intel.com1-1/+44
2008-10-09[CPUFREQ][4/6] cpufreq_ondemand: Parameterize down differentialvenkatesh.pallipadi@intel.com1-2/+9
2008-10-09[CPUFREQ][3/6] cpufreq: get_cpu_idle_time() changes in ondemand for idle-microaccountingvenkatesh.pallipadi@intel.com1-14/+15
2008-10-09[CPUFREQ][2/6] cpufreq: Change load calculation in ondemand for software coordinationvenkatesh.pallipadi@intel.com1-30/+35
2008-10-09[CPUFREQ][1/6] cpufreq: Add cpu number parameter to __cpufreq_driver_getavg()venkatesh.pallipadi@intel.com1-1/+1
2008-10-09[CPUFREQ] add error handling for cpufreq_register_governor() errorAkinobu Mita1-1/+7
2008-05-23cpufreq: use performance variant for_each_cpu_mask_nrMike Travis1-2/+2
2008-01-17cpufreq: Initialise default governor before useJohannes Weiner1-1/+4
2007-10-04[CPUFREQ] allow ondemand and conservative cpufreq governors to be used as defaultThomas Renninger1-13/+9
2007-06-21[CPUFREQ] ondemand: fix tickless accounting and software coordination bugVenki Pallipadi1-7/+18
2007-06-21[CPUFREQ] ondemand: add a check to avoid negative load calculationVenki Pallipadi1-2/+3
2007-05-08Add a new deferrable delayed work initVenki Pallipadi1-1/+1
2007-02-20[CPUFREQ] cpufreq_ondemand.c: don't use _WORK_NAROleg Nesterov1-4/+1
2007-02-10[CPUFREQ] Whitespace fixupDave Jones1-1/+1
2007-02-10[CPUFREQ] ondemand governor use new cpufreq rwsem locking in work callbackVenkatesh Pallipadi1-18/+16
2007-02-10[CPUFREQ] ondemand governor restructure the work callbackVenkatesh Pallipadi1-12/+16
2007-02-10[CPUFREQ] Remove hotplug cpu crapDave Jones1-2/+0
2006-12-12Merge ../linusDave Jones1-11/+17
2006-11-22WorkStruct: make allyesconfigDavid Howells1-11/+17
2006-11-06[CPUFREQ] Fix coding style issues in cpufreq.Gautham R Shenoy1-4/+8