cpumask: alloc zeroed cpumask for static cpumask_var_ts
[safe/jmp/linux-2.6] / drivers / cpufreq / cpufreq.c
2009-06-09 Yinghai Lucpumask: alloc zeroed cpumask for static cpumask_var_ts
2009-05-26 Mathieu Desnoyers[CPUFREQ] remove rwsem lock from CPUFREQ_GOV_STOP call
2009-03-26 Linus TorvaldsMerge branch 'next' of git://git./linux/kernel/git...
2009-03-09 Dave JonesRevert "[CPUFREQ] Disable sysfs ui for p4-clockmod."
2009-02-25 Thomas Renninger[CPUFREQ] Introduce /sys/devices/system/cpu/cpu*/cpufre...
2009-02-25 Dave Jones[CPUFREQ] checkpatch cleanups for cpufreq core
2009-01-06 Rusty Russellcpumask: convert struct cpufreq_policy to cpumask_var_t
2008-12-05 Mike Chan[CPUFREQ] Fix on resume, now preserves user policy...
2008-12-05 Matthew Garrett[CPUFREQ] Disable sysfs ui for p4-clockmod.
2008-10-09 venkatesh.pallipad... [CPUFREQ][1/6] cpufreq: Add cpu number parameter to...
2008-10-09 Julia Lawall[CPUFREQ] drivers/cpufreq/cpufreq.c: Adjust error handl...
2008-07-30 Thomas Renningercpufreq acpi: only call _PPC after cpufreq ACPI init...
2008-07-24 Linus TorvaldsMerge branch 'cpus4096-for-linus' of git://git./linux...
2008-07-21 Linus TorvaldsMerge branch 'next' of git://git./linux/kernel/git...
2008-07-06 Ingo MolnarMerge commit 'v2.6.26-rc9' into cpus4096
2008-06-09 Linus TorvaldsMerge branch 'fixes' of git://git./linux/kernel/git...
2008-06-09 Chris Wright[CPUFREQ] Fix format string bug.
2008-06-06 CHIKAMA masakicpufreq: fix null object access on Transmeta CPU
2008-05-29 Lothar Waßmann[CPUFREQ] fix double unlock of cpu_policy_rwsem in...
2008-05-23 Mike Traviscpufreq: use performance variant for_each_cpu_mask_nr
2008-05-19 Mike Travis[CPUFREQ] change cpu freq arrays to per_cpu variables
2008-04-28 Darrick J. Wong[CPUFREQ] expose cpufreq coordination requirements...
2008-04-28 Cesar Eduardo Barros[CPUFREQ] Warn when cpufreq_register_notifier called...
2008-04-28 Dave Jones[CPUFREQ] Refactor locking in cpufreq_add_dev
2008-04-28 Dave Jones[CPUFREQ] more CodingStyle
2008-04-28 Dave Jones[CPUFREQ] CodingStyle
2008-04-28 Dave Jones[CPUFREQ] Slightly shorten the error paths of cpufreq_s...
2008-03-05 Sam Ravnborg[CPUFREQ] fix section mismatch warnings
2008-03-05 Dave Jones[CPUFREQ] Fix missing cpufreq_cpu_put() call in ->store
2008-03-05 Dave Jones[CPUFREQ] Fix missing cpufreq_cpu_put() call in ->show
2008-02-21 Balaji Raocpufreq: fix kobject reference count handling
2008-02-07 Venki Pallipadi[CPUFREQ] Eliminate cpufreq_userspace scaling_setspeed...
2008-02-07 Joe Perches[CPUFREQ] drivers/cpufreq: Add missing "space"
2008-01-30 Yi Yangcpufreq: fix obvious condition statement error
2008-01-25 Greg Kroah-HartmanKobject: convert drivers/* from kobject_unregister...
2008-01-25 Greg Kroah-HartmanKobject: change drivers/cpufreq/cpufreq.c to use kobjec...
2007-12-18 Dave Jonescpufreq: fix missing unlocks in cpufreq_add_dev error...
2007-10-12 Linus TorvaldsMerge /pub/scm/linux/kernel/git/gregkh/driver-2.6
2007-10-12 Greg Kroah-Hartmankobjects: fix up improper use of the kobject name field
2007-10-10 Andi Kleen[CPUFREQ] Don't take semaphore in cpufreq_quick_get()
2007-10-04 Satyam Sharma[CPUFREQ] mark hotplug notifier callback as __cpuinit
2007-10-04 Thomas Renninger[CPUFREQ] Only check for transition latency on problema...
2007-10-04 Thomas Renninger[CPUFREQ] allow ondemand and conservative cpufreq gover...
2007-10-04 Thomas Renninger[CPUFREQ] move policy's governor initialisation out...
2007-07-13 Thomas Renninger[CPUFREQ] Restore previously used governor on a hot...
2007-07-13 Peter Oruba[CPUFREQ] bugfix cpufreq in combination with performanc...
2007-06-21 Tobias Klauser[CPUFREQ] Fix sysfs_create_file return value handling
2007-05-29 Thomas Renninger[CPUFREQ] check return value of sysfs_create_file
2007-05-09 Rafael J. WysockiAdd suspend-related notifications for CPU hotplug
2007-04-26 Thomas Renninger[CPUFREQ] Remove deprecated /proc/acpi/processor/perfor...
2007-04-26 Thomas Renninger[CPUFREQ] Fix limited cpufreq when booted on battery
2007-03-27 Venki Pallipadi[PATCH] Fix maxcpus=1 trigerring BUG() in cpufreq
2007-02-26 Linus TorvaldsRevert "[CPUFREQ] constify cpufreq_driver where possible."
2007-02-23 Dave Jones[CPUFREQ] constify cpufreq_driver where possible.
2007-02-11 Venkatesh Pallipadi[CPUFREQ] Rewrite lock in cpufreq to eliminate cpufreq...
2007-02-11 Dave Jones[CPUFREQ] Remove hotplug cpu crap
2007-01-29 Ahmed S. Darwish[CPUFREQ] check sysfs_create_link return value
2006-12-13 Dhaval Giani[CPUFREQ] fixes typo in cpufreq.c
2006-12-12 Dave JonesMerge ../linus
2006-12-07 Ingo Molnar[PATCH] hotplug CPU: clean up hotcpu_notifier() use
2006-11-22 David HowellsWorkStruct: Pass the work_struct pointer instead of...
2006-11-20 Linus TorvaldsAdd "pure_initcall" for static variable initialization
2006-11-07 Gautham R Shenoy[CPUFREQ] Fix coding style issues in cpufreq.
2006-10-15 Venkatesh Pallipadi[CPUFREQ][8/8] acpi-cpufreq: Add support for freq feedb...
2006-10-04 Alan Stern[PATCH] cpufreq: make the transition_notifier chain...
2006-09-27 Dave Jones[CPUFREQ] Fix cut-n-paste bug in suspend printk
2006-08-11 Dave Jones[CPUFREQ] Fix typo.
2006-07-31 Jeremy Fitzhardinge[CPUFREQ] [2/2] demand load governor modules.
2006-07-31 Jeremy Fitzhardinge[CPUFREQ] [1/2] add __find_governor helper and clean...
2006-07-31 Mattia Dongili[CPUFREQ] return error when failing to set minfreq
2006-07-26 Arjan van de Ven[PATCH] Reorganize the cpufreq cpu hotplug locking...
2006-07-07 Dave Jones[PATCH] Fix cpufreq vs hotplug lockdep recursion.
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-28 Chandra Seetharaman[PATCH] cpu hotplug: make cpu_notifier related notifier...
2006-06-28 Chandra Seetharaman[PATCH] cpu hotplug: make [un]register_cpu_notifier...
2006-06-28 Chandra Seetharaman[PATCH] cpu hotplug: revert init patch submitted for...
2006-06-04 Jan Beulich[CPUFREQ] cpufreq core {d,}printk adjustments
2006-04-26 Chandra Seetharaman[PATCH] Remove __devinit and __cpuinit from notifier_ca...
2006-04-18 Adrian Bunk[CPUFREQ] drivers/cpufreq/cpufreq.c: static functions...
2006-04-18 Thomas Renninger[CPUFREQ] If max_freq got reduced (e.g. by _PPC) a...
2006-03-29 Dave Jones[CPUFREQ] trailing whitespace removal de-jour.
2006-03-29 Dave Jones[CPUFREQ] extra debugging in cpufreq_add_dev()
2006-03-27 Alan Stern[PATCH] Notifier chain update: API changes
2006-03-05 Dave Jones[CPUFREQ] Fix handling for CPU hotplug
2006-02-28 Dave Jones[CPUFREQ] Lots of whitespace & CodingStyle cleanup.
2006-02-02 Dave Jones[CPUFREQ] Whitespace/CodingStyle cleanups
2006-02-02 Thomas Renninger[CPUFREQ] Check whether driver init did not initialize...
2006-01-31 Dave Jones[CPUFREQ] cpufreq_notify_transition cleanup.
2006-01-26 Thomas Renninger[CPUFREQ] _PPC frequency change issues
2006-01-18 Andrew Morton[CPUFREQ] Don't free held mutex in cpufreq_add_dev()
2006-01-18 Arjan van de Ven[CPUFREQ] convert remaining cpufreq semaphore to a...
2006-01-18 akpm@osdl.org[CPUFREQ] Convert drivers/cpufreq semaphores to mutexes.
2006-01-15 Arjan van de Ven[PATCH] Unlinline a bunch of other functions
2005-12-07 Venkatesh Pallipadi[CPUFREQ] CPU frequency display in /proc/cpuinfo
2005-11-28 Ashok Raj[PATCH] clean up lock_cpu_hotplug() in cpufreq
2005-11-22 Grant Coady[PATCH] cpufreq: silence cpufreq for UP
2005-11-09 Ashok Raj[PATCH] cpu hotplug: fix locking in cpufreq drivers
2005-11-07 Linus TorvaldsMerge /pub/scm/linux/kernel/git/davej/cpufreq
2005-10-31 Ashok Raj[PATCH] create and destroy cpufreq sysfs entries based...
2005-10-31 Ashok Raj[PATCH] Remove cpu_sys_devices in cpufreq subsystem.
next