summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/cpufreq.c
Commit message (Expand)AuthorAgeFilesLines
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2007-10-121-1/+1
|\
| * kobjects: fix up improper use of the kobject name fieldGreg Kroah-Hartman2007-10-121-1/+1
* | [CPUFREQ] Don't take semaphore in cpufreq_quick_get()Andi Kleen2007-10-091-5/+0
* | [CPUFREQ] mark hotplug notifier callback as __cpuinitSatyam Sharma2007-10-041-1/+1
* | [CPUFREQ] Only check for transition latency on problematic governors (kconfig...Thomas Renninger2007-10-041-7/+20
* | [CPUFREQ] allow ondemand and conservative cpufreq governors to be used as def...Thomas Renninger2007-10-041-0/+12
* | [CPUFREQ] move policy's governor initialisation out of low-level drivers into...Thomas Renninger2007-10-041-0/+2
|/
* [CPUFREQ] Restore previously used governor on a hot-replugged CPUThomas Renninger2007-07-131-1/+22
* [CPUFREQ] bugfix cpufreq in combination with performance governorPeter Oruba2007-07-131-6/+0
* [CPUFREQ] Fix sysfs_create_file return value handlingTobias Klauser2007-06-211-3/+6
* [CPUFREQ] check return value of sysfs_create_fileThomas Renninger2007-05-291-5/+10
* Add suspend-related notifications for CPU hotplugRafael J. Wysocki2007-05-091-0/+3
* [CPUFREQ] Remove deprecated /proc/acpi/processor/performance write supportThomas Renninger2007-04-261-37/+0
* [CPUFREQ] Fix limited cpufreq when booted on batteryThomas Renninger2007-04-261-2/+8
* [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