aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/cpufreq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-30cpufreq: fix obvious condition statement errorYi Yang1-1/+1
2008-01-24Kobject: convert drivers/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman1-3/+1
2008-01-24Kobject: change drivers/cpufreq/cpufreq.c to use kobject_init_and_addGreg Kroah-Hartman1-5/+3
2007-12-17cpufreq: fix missing unlocks in cpufreq_add_dev error paths.Dave Jones1-3/+9
2007-10-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds1-1/+1
2007-10-12kobjects: fix up improper use of the kobject name fieldGreg Kroah-Hartman1-1/+1
2007-10-09[CPUFREQ] Don't take semaphore in cpufreq_quick_get()Andi Kleen1-5/+0
2007-10-04[CPUFREQ] mark hotplug notifier callback as __cpuinitSatyam Sharma1-1/+1
2007-10-04[CPUFREQ] Only check for transition latency on problematic governors (kconfig fix)Thomas Renninger1-7/+20
2007-10-04[CPUFREQ] allow ondemand and conservative cpufreq governors to be used as defaultThomas Renninger1-0/+12
2007-10-04[CPUFREQ] move policy's governor initialisation out of low-level drivers into cpufreq coreThomas Renninger1-0/+2
2007-07-13[CPUFREQ] Restore previously used governor on a hot-replugged CPUThomas Renninger1-1/+22
2007-07-13[CPUFREQ] bugfix cpufreq in combination with performance governorPeter Oruba1-6/+0
2007-06-21[CPUFREQ] Fix sysfs_create_file return value handlingTobias Klauser1-3/+6
2007-05-29[CPUFREQ] check return value of sysfs_create_fileThomas Renninger1-5/+10
2007-05-09Add suspend-related notifications for CPU hotplugRafael J. Wysocki1-0/+3
2007-04-26[CPUFREQ] Remove deprecated /proc/acpi/processor/performance write supportThomas Renninger1-37/+0
2007-04-26[CPUFREQ] Fix limited cpufreq when booted on batteryThomas Renninger1-2/+8
2007-03-27[PATCH] Fix maxcpus=1 trigerring BUG() in cpufreqVenki Pallipadi1-0/+4
2007-02-26Revert "[CPUFREQ] constify cpufreq_driver where possible."Linus Torvalds1-2/+2
2007-02-22[CPUFREQ] constify cpufreq_driver where possible.Dave Jones1-2/+2
2007-02-10[CPUFREQ] Rewrite lock in cpufreq to eliminate cpufreq/hotplug related issuesVenkatesh Pallipadi1-63/+181
2007-02-10[CPUFREQ] Remove hotplug cpu crapDave Jones1-16/+0
2007-01-29[CPUFREQ] check sysfs_create_link return valueAhmed S. Darwish1-4/+13
2006-12-13[CPUFREQ] fixes typo in cpufreq.cDhaval Giani1-1/+1
2006-12-12Merge ../linusDave Jones1-9/+8
2006-12-07[PATCH] hotplug CPU: clean up hotcpu_notifier() useIngo Molnar1-2/+0
2006-11-22WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells1-4/+6
2006-11-20Add "pure_initcall" for static variable initializationLinus Torvalds1-1/+1
2006-11-06[CPUFREQ] Fix coding style issues in cpufreq.Gautham R Shenoy1-45/+91
2006-10-15[CPUFREQ][8/8] acpi-cpufreq: Add support for freq feedback from hardwareVenkatesh Pallipadi1-0/+20
2006-10-04[PATCH] cpufreq: make the transition_notifier chain use SRCUAlan Stern1-7/+13
2006-09-26[CPUFREQ] Fix cut-n-paste bug in suspend printkDave Jones1-1/+1
2006-08-11[CPUFREQ] Fix typo.Dave Jones1-1/+1
2006-07-31[CPUFREQ] [2/2] demand load governor modules.Jeremy Fitzhardinge1-0/+17
2006-07-31[CPUFREQ] [1/2] add __find_governor helper and clean up some error handling.Jeremy Fitzhardinge1-23/+34
2006-07-31[CPUFREQ] return error when failing to set minfreqMattia Dongili1-0/+5
2006-07-26[PATCH] Reorganize the cpufreq cpu hotplug locking to not be totally bizareArjan van de Ven1-22/+18
2006-07-07[PATCH] Fix cpufreq vs hotplug lockdep recursion.Dave Jones1-0/+4
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-27[PATCH] cpu hotplug: make cpu_notifier related notifier blocks __cpuinit onlyChandra Seetharaman1-1/+1
2006-06-27[PATCH] cpu hotplug: make [un]register_cpu_notifier init time onlyChandra Seetharaman1-3/+5
2006-06-27[PATCH] cpu hotplug: revert init patch submitted for 2.6.17Chandra Seetharaman1-1/+1
2006-06-04[CPUFREQ] cpufreq core {d,}printk adjustmentsJan Beulich1-4/+4
2006-04-26[PATCH] Remove __devinit and __cpuinit from notifier_call definitionsChandra Seetharaman1-1/+1
2006-04-18[CPUFREQ] drivers/cpufreq/cpufreq.c: static functions mustn't be exportedAdrian Bunk1-1/+0
2006-04-18[CPUFREQ] If max_freq got reduced (e.g. by _PPC) a write to sysfs scaling_governor let cpufreq core stuck at low max_freq for everThomas Renninger1-2/+15
2006-03-29[CPUFREQ] trailing whitespace removal de-jour.Dave Jones1-3/+2
2006-03-29[CPUFREQ] extra debugging in cpufreq_add_dev()Dave Jones1-1/+1
2006-03-27[PATCH] Notifier chain update: API changesAlan Stern1-35/+26