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