aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/cpufreq.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] Fix maxcpus=1 trigerring BUG() in cpufreqVenki Pallipadi2007-03-271-0/+4
* Revert "[CPUFREQ] constify cpufreq_driver where possible."Linus Torvalds2007-02-261-2/+2
* [CPUFREQ] constify cpufreq_driver where possible.Dave Jones2007-02-221-2/+2
* [CPUFREQ] Rewrite lock in cpufreq to eliminate cpufreq/hotplug related issuesVenkatesh Pallipadi2007-02-101-63/+181
* [CPUFREQ] Remove hotplug cpu crapDave Jones2007-02-101-16/+0
* [CPUFREQ] check sysfs_create_link return valueAhmed S. Darwish2007-01-291-4/+13
* [CPUFREQ] fixes typo in cpufreq.cDhaval Giani2006-12-131-1/+1
* Merge ../linusDave Jones2006-12-121-9/+8
|\
| * [PATCH] hotplug CPU: clean up hotcpu_notifier() useIngo Molnar2006-12-071-2/+0
| * WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells2006-11-221-4/+6
| * Add "pure_initcall" for static variable initializationLinus Torvalds2006-11-201-1/+1
* | [CPUFREQ] Fix coding style issues in cpufreq.Gautham R Shenoy2006-11-061-45/+91
* | [CPUFREQ][8/8] acpi-cpufreq: Add support for freq feedback from hardwareVenkatesh Pallipadi2006-10-151-0/+20
|/
* [PATCH] cpufreq: make the transition_notifier chain use SRCUAlan Stern2006-10-041-7/+13
* [CPUFREQ] Fix cut-n-paste bug in suspend printkDave Jones2006-09-261-1/+1
* [CPUFREQ] Fix typo.Dave Jones2006-08-111-1/+1
* [CPUFREQ] [2/2] demand load governor modules.Jeremy Fitzhardinge2006-07-311-0/+17
* [CPUFREQ] [1/2] add __find_governor helper and clean up some error handling.Jeremy Fitzhardinge2006-07-311-23/+34
* [CPUFREQ] return error when failing to set minfreqMattia Dongili2006-07-311-0/+5
* [PATCH] Reorganize the cpufreq cpu hotplug locking to not be totally bizareArjan van de Ven2006-07-261-22/+18
* [PATCH] Fix cpufreq vs hotplug lockdep recursion.Dave Jones2006-07-071-0/+4
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] cpu hotplug: make cpu_notifier related notifier blocks __cpuinit onlyChandra Seetharaman2006-06-271-1/+1
* [PATCH] cpu hotplug: make [un]register_cpu_notifier init time onlyChandra Seetharaman2006-06-271-3/+5
* [PATCH] cpu hotplug: revert init patch submitted for 2.6.17Chandra Seetharaman2006-06-271-1/+1
* [CPUFREQ] cpufreq core {d,}printk adjustmentsJan Beulich2006-06-041-4/+4
* [PATCH] Remove __devinit and __cpuinit from notifier_call definitionsChandra Seetharaman2006-04-261-1/+1
* [CPUFREQ] drivers/cpufreq/cpufreq.c: static functions mustn't be exportedAdrian Bunk2006-04-181-1/+0
* [CPUFREQ] If max_freq got reduced (e.g. by _PPC) a write to sysfs scaling_gov...Thomas Renninger2006-04-181-2/+15
* [CPUFREQ] trailing whitespace removal de-jour.Dave Jones2006-03-291-3/+2
* [CPUFREQ] extra debugging in cpufreq_add_dev()Dave Jones2006-03-291-1/+1
* [PATCH] Notifier chain update: API changesAlan Stern2006-03-271-35/+26
* [CPUFREQ] Fix handling for CPU hotplugDave Jones2006-03-051-2/+49
* [CPUFREQ] Lots of whitespace & CodingStyle cleanup.Dave Jones2006-02-281-27/+27
* [CPUFREQ] Whitespace/CodingStyle cleanupsDave Jones2006-02-021-33/+21
* [CPUFREQ] Check whether driver init did not initialize current freqThomas Renninger2006-02-021-2/+7
* [CPUFREQ] cpufreq_notify_transition cleanup.Dave Jones2006-01-311-19/+28
* [CPUFREQ] _PPC frequency change issuesThomas Renninger2006-01-261-0/+8
* [CPUFREQ] Don't free held mutex in cpufreq_add_dev()Andrew Morton2006-01-181-2/+4
* [CPUFREQ] convert remaining cpufreq semaphore to a mutexArjan van de Ven2006-01-181-18/+19
* [CPUFREQ] Convert drivers/cpufreq semaphores to mutexes.akpm@osdl.org2006-01-181-9/+10
* [PATCH] Unlinline a bunch of other functionsArjan van de Ven2006-01-141-4/+3
* [CPUFREQ] CPU frequency display in /proc/cpuinfoVenkatesh Pallipadi2005-12-061-0/+24
* [PATCH] clean up lock_cpu_hotplug() in cpufreqAshok Raj2005-11-281-10/+2
* [PATCH] cpufreq: silence cpufreq for UPGrant Coady2005-11-221-1/+1
* [PATCH] cpu hotplug: fix locking in cpufreq driversAshok Raj2005-11-091-14/+10
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds2005-11-071-2/+1
|\
| * [CPUFREQ] kzalloc conversions for cpufreq core.Dave Jones2005-10-201-2/+1
* | [PATCH] create and destroy cpufreq sysfs entries based on cpu notifiersAshok Raj2005-10-301-5/+64
* | [PATCH] Remove cpu_sys_devices in cpufreq subsystem.Ashok Raj2005-10-301-13/+3
|/