aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-03-13Kconfig: cleanup cpufreq menuSam Ravnborg1-10/+10
2005-03-09Remove empty file left over from dead cpufreq /proc interfaceLinus Torvalds1-0/+0
2005-02-03[PATCH] cpufreq_resume() fixAndres Salomon1-3/+6
2005-01-20[PATCH] Lock initializer cleanup: Misc driversThomas Gleixner1-2/+2
2005-01-14[CPUFREQ] ondemand: don't increase to full speed at startup (Bruno Ducrot)Dave Jones1-1/+2
2004-12-28[CPUFREQ] proc_cpufreq: remove /proc/cpufreq interfaceDave Jones4-277/+1
2004-12-28[CPUFREQ] userspace: remove /proc/sys/cpu/ interfaceDave Jones2-411/+4
2004-12-28[CPUFREQ] Check in missing file for cpufreq stats.Dave Jones1-0/+334
2004-12-28[CPUFREQ] cpufreq stat output in sysfsDave Jones4-2/+27
2004-12-28[CPUFREQ] core: CPUFREQ_GOV_STOP needs to be lastDave Jones1-1/+4
2004-12-28[CPUFREQ] re-add call to cpufreq_driver->resume()Dave Jones1-0/+7
2004-12-28[CPUFREQ] make ondemand governor aware of CPU domainsDave Jones1-13/+64
2004-10-29[CPUFREQ] Remove config.h includes from ondemand driver.Dave Jones1-2/+0
2004-10-27[CPUFREQ] ondemand return EINVAL on errors.Dave Jones1-12/+21
2004-10-27[CPUFREQ] Set .owner in freq_table's sysfs definition.Dave Jones1-1/+1
2004-10-27[CPUFREQ] Use __ATTR in cpufreq_ondemand.c attribute definitions.Dave Jones1-10/+5
2004-10-27[CPUFREQ] Set .owner in cpufreq_userspace.c sysfs attribute definition.Dave Jones1-2/+3
2004-10-27[CPUFREQ] Use __ATTR in cpufreq.c attribute definitions.Dave Jones1-13/+6
2004-10-27[CPUFREQ] Show the CPUs which can only change frequencies at the same time in...Dave Jones1-0/+20
2004-10-27[CPUFREQ] Add a few useful dprintks to the cpufreq coreDave Jones1-5/+46
2004-10-27[CPUFREQ] Add a few useful dprintks in the frequency table helpers.Dave Jones1-2/+19
2004-10-27[CPUFREQ] Add a few dprintks for the userspace cpufreq governor.Dave Jones1-0/+7
2004-10-27[CPUFREQ] Add (one each) dprintk for the performance and powersave cpufreq go...Dave Jones2-0/+7
2004-10-27[CPUFREQ] Add a unified cpufreq debug infrastructure.Dave Jones2-3/+127
2004-10-27[CPUFREQ] 2.4 API clarification.Dave Jones1-14/+19
2004-10-27[CPUFREQ] Unify the CPU_FREQ config option.Dave Jones1-0/+15
2004-10-27[CPUFREQ] cpufreq_sysctl_table should be static even though it'll be gone soon.Dave Jones1-1/+1
2004-10-27[CPUFREQ] Attribute definitions in cpufreq core should be static.Dave Jones1-3/+3
2004-10-27[CPUFREQ] dbs_tuners_ins should be static.Dave Jones1-1/+1
2004-10-27[CPUFREQ] Reevaluate users requests after denial.Dave Jones1-12/+11
2004-10-18Merge bk://linux-dj.bkbits.net/cpufreqLinus Torvalds3-26/+109
2004-10-02[PATCH] cpufreq: ondemand: account iowait as idle timeDominik Brodowski1-7/+12
2004-10-02[PATCH] cpufreq: ondemand: prevent various divide underflowsDominik Brodowski1-4/+19
2004-09-14[CPUFREQ][3/4] cpufreq "cpu group" awareness: do symlinks for other CPUs inst...Dave Jones1-7/+77
2004-09-14[CPUFREQ][2/4] cpufreq "cpu group" awareness: save sysdev for all CPUsDave Jones1-0/+11
2004-09-14[CPUFREQ][1/4] cpufreq "cpu group" awareness: add policy->cpusDave Jones1-0/+2
2004-09-14[CPUFREQ] remove double calls to module_get/put in userspace governorDave Jones1-2/+1
2004-09-14[CPUFREQ] core Kconfig fixDave Jones1-14/+15
2004-09-13[CPUFREQ] Fix numerous typos in drivers/cpufreq/KconfigDave Jones1-5/+5
2004-09-01[CPUFREQ] Remove duplicate information brought in with the new governor.Dave Jones1-7/+0
2004-09-01[CPUFREQ] Fix up ARM drivers 'out of sync' problem.Dave Jones1-9/+0
2004-08-24[CPUFREQ] Merge on-demand cpufreq policy governor.Dave Jones3-0/+440
2004-08-22Merge bk://linux-dj.bkbits.net/cpufreqLinus Torvalds3-83/+130
2004-08-19[CPUFREQ] Fix up deprecation notices.Dave Jones2-4/+12
2004-08-11[CPUFREQ] deprecate proc_sys_intf, and inform users of removal ~2005-01-01Dave Jones1-0/+13
2004-08-11[CPUFREQ] deprecate proc_intf, and inform of removal ~2005-01-01Dave Jones1-0/+13
2004-08-07Make sysctl pass the pos pointer around properly.Linus Torvalds1-3/+3
2004-08-03[CPUFREQ] fix HT oops on speedstep-ich systemDave Jones1-2/+4
2004-07-11[CPUFREQ] reorder cpufreq.c for inliningDave Jones1-80/+80
2004-07-04[CPUFREQ] fix userspace resume support.Dave Jones1-0/+10