summaryrefslogtreecommitdiff
path: root/drivers/cpufreq
AgeCommit message (Expand)Author
2005-10-27[PATCH] cpufreq: SMP fix for conservative governorDave Jones
2005-08-31[CPUFREQ] Bugfix: Call driver exit in cpufreq_add_dev error pathVenkatesh Pallipadi
2005-07-28Here are two possible cleanups in cpufreq.c:Dave Jones
2005-07-07[PATCH] pm: fix u32 vs. pm_message_t confusion in cpufreqBernard Blackham
2005-06-20[PATCH] sysfs: (rest) if show/store is missing return -EIODmitry Torokhov
2005-05-31[PATCH] cpufreq-stats driver updatesVenkatesh Pallipadi
2005-05-31[CPUFREQ] ondemand governor default sampling downfactor as 1Dave Jones
2005-05-31[CPUFREQ] ondemand governor automatic downscalingDave Jones
2005-05-31[CPUFREQ] ondemand,conservative governor idle_tick clean-upDave Jones
2005-05-31[CPUFREQ] ondemand,conservative governor store the idle ticks for all cpusDave Jones
2005-05-31[CPUFREQ] ondemand,conservative minor bug-fix and cleanupDave Jones
2005-05-31[CPUFREQ] Allow ondemand stepping to be changed by user.Dave Jones
2005-05-31[CPUFREQ] Prevents un-necessary cpufreq changes if we are already at min/maxDave Jones
2005-05-31[CPUFREQ] Add support to cpufreq_ondemand to ignore 'nice' cpu timeDave Jones
2005-05-31[CPUFREQ] Conservative cpufreq governerDave Jones
2005-05-31[CPUFREQ] make cpufreq_gov_dbs staticDave Jones
2005-05-31[CPUFREQ] Add warning comment about default governors.Dave Jones
2005-05-31[CPUFREQ] ondemand: trivial clean-upsDave Jones
2005-05-31[CPUFREQ] cpufreq-core: reduce warning messages.Dave Jones
2005-05-02[PATCH] cpufreq annoying warning fixBenjamin Herrenschmidt
2005-04-29[PATCH] Add suspend method to cpufreq coreBenjamin Herrenschmidt
2005-03-13Kconfig: cleanup cpufreq menuSam Ravnborg
2005-03-09Remove empty file left over from dead cpufreq /proc interfaceLinus Torvalds
2005-02-03[PATCH] cpufreq_resume() fixAndres Salomon
2005-01-20[PATCH] Lock initializer cleanup: Misc driversThomas Gleixner
2005-01-14[CPUFREQ] ondemand: don't increase to full speed at startup (Bruno Ducrot)Dave Jones
2004-12-28[CPUFREQ] proc_cpufreq: remove /proc/cpufreq interfaceDave Jones
2004-12-28[CPUFREQ] userspace: remove /proc/sys/cpu/ interfaceDave Jones
2004-12-28[CPUFREQ] Check in missing file for cpufreq stats.Dave Jones
2004-12-28[CPUFREQ] cpufreq stat output in sysfsDave Jones
2004-12-28[CPUFREQ] core: CPUFREQ_GOV_STOP needs to be lastDave Jones
2004-12-28[CPUFREQ] re-add call to cpufreq_driver->resume()Dave Jones
2004-12-28[CPUFREQ] make ondemand governor aware of CPU domainsDave Jones
2004-10-29[CPUFREQ] Remove config.h includes from ondemand driver.Dave Jones
2004-10-27[CPUFREQ] ondemand return EINVAL on errors.Dave Jones
2004-10-27[CPUFREQ] Set .owner in freq_table's sysfs definition.Dave Jones
2004-10-27[CPUFREQ] Use __ATTR in cpufreq_ondemand.c attribute definitions.Dave Jones
2004-10-27[CPUFREQ] Set .owner in cpufreq_userspace.c sysfs attribute definition.Dave Jones
2004-10-27[CPUFREQ] Use __ATTR in cpufreq.c attribute definitions.Dave Jones
2004-10-27[CPUFREQ] Show the CPUs which can only change frequencies at the same time in...Dave Jones
2004-10-27[CPUFREQ] Add a few useful dprintks to the cpufreq coreDave Jones
2004-10-27[CPUFREQ] Add a few useful dprintks in the frequency table helpers.Dave Jones
2004-10-27[CPUFREQ] Add a few dprintks for the userspace cpufreq governor.Dave Jones
2004-10-27[CPUFREQ] Add (one each) dprintk for the performance and powersave cpufreq go...Dave Jones
2004-10-27[CPUFREQ] Add a unified cpufreq debug infrastructure.Dave Jones
2004-10-27[CPUFREQ] 2.4 API clarification.Dave Jones
2004-10-27[CPUFREQ] Unify the CPU_FREQ config option.Dave Jones
2004-10-27[CPUFREQ] cpufreq_sysctl_table should be static even though it'll be gone soon.Dave Jones
2004-10-27[CPUFREQ] Attribute definitions in cpufreq core should be static.Dave Jones
2004-10-27[CPUFREQ] dbs_tuners_ins should be static.Dave Jones