aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq
Commit message (Expand)AuthorAge
* [CPUFREQ] Fix -Wshadow warning in conservative governor.Dave Jones2008-08-08
* cpufreq acpi: only call _PPC after cpufreq ACPI init funcs got called alreadyThomas Renninger2008-07-30
* Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-07-23
|\
| * NR_CPUS: Replace NR_CPUS in cpufreq userspace routinesMike Travis2008-07-20
| * Merge commit 'v2.6.26-rc9' into cpus4096Ingo Molnar2008-07-06
| |\
| * | cpufreq: use performance variant for_each_cpu_mask_nrMike Travis2008-05-23
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds2008-07-21
|\ \ \ | |_|/ |/| |
| * | [CPUFREQ] change cpu freq arrays to per_cpu variablesMike Travis2008-05-19
| |/
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds2008-06-09
|\ \
| * | [CPUFREQ] Fix format string bug.Chris Wright2008-06-09
* | | cpufreq: fix null object access on Transmeta CPUCHIKAMA masaki2008-06-06
|/ /
* | [CPUFREQ] fix double unlock of cpu_policy_rwsem in drivers/cpufreq/cpufreq.cLothar Waßmann2008-05-29
* | [CPUFREQ] clarify license of freq_table.cDominik Brodowski2008-05-22
|/
* [CPUFREQ] state info wrong after resumeShaohua Li2008-04-28
* [CPUFREQ] allow use of the powersave governor as the default oneAlessandro Guido2008-04-28
* [CPUFREQ] expose cpufreq coordination requirements regardless of coordination...Darrick J. Wong2008-04-28
* [CPUFREQ] fix show_trans_tableCesar Eduardo Barros2008-04-28
* [CPUFREQ] Warn when cpufreq_register_notifier called before pure initcallsCesar Eduardo Barros2008-04-28
* [CPUFREQ] Refactor locking in cpufreq_add_devDave Jones2008-04-28
* [CPUFREQ] more CodingStyleDave Jones2008-04-28
* [CPUFREQ] CodingStyleDave Jones2008-04-28
* [CPUFREQ] Slightly shorten the error paths of cpufreq_suspend/cpufreq_resumeDave Jones2008-04-28
* [CPUFREQ] fix section mismatch warningsSam Ravnborg2008-03-05
* [CPUFREQ] Fix missing cpufreq_cpu_put() call in ->storeDave Jones2008-03-05
* [CPUFREQ] Fix missing cpufreq_cpu_put() call in ->showDave Jones2008-03-05
* cpufreq: fix kobject reference count handlingBalaji Rao2008-02-21
* [CPUFREQ] fix configuration help messageStefano Brivio2008-02-06
* [CPUFREQ] Eliminate cpufreq_userspace scaling_setspeed deadlockVenki Pallipadi2008-02-06
* [CPUFREQ] fix incorrect comment on show_available_freqs() in freq_table.cFenghua Yu2008-02-06
* [CPUFREQ] drivers/cpufreq: Add missing "space"Joe Perches2008-02-06
* cpufreq: fix obvious condition statement errorYi Yang2008-01-30
* Kobject: convert drivers/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman2008-01-24
* Kobject: change drivers/cpufreq/cpufreq.c to use kobject_init_and_addGreg Kroah-Hartman2008-01-24
* cpufreq: Initialise default governor before useJohannes Weiner2008-01-17
* drivers/cpufreq/cpufreq_stats.c section fixAdrian Bunk2007-12-17
* cpufreq: fix missing unlocks in cpufreq_add_dev error paths.Dave Jones2007-12-17
* [CPUFREQ] Fix up whitespace in conservative governor.Dave Jones2007-10-22
* [CPUFREQ] Make cpufreq_conservative handle out-of-sync events properlyElias Oltmanns2007-10-22
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2007-10-12
|\
| * kobjects: fix up improper use of the kobject name fieldGreg Kroah-Hartman2007-10-12
* | [CPUFREQ] Don't take semaphore in cpufreq_quick_get()Andi Kleen2007-10-09
* | [CPUFREQ] cpufreq_stats: misc cpuinit section annotationsSatyam Sharma2007-10-04
* | [CPUFREQ] mark hotplug notifier callback as __cpuinitSatyam Sharma2007-10-04
* | [CPUFREQ] Only check for transition latency on problematic governors (kconfig...Thomas Renninger2007-10-04
* | [CPUFREQ] allow ondemand and conservative cpufreq governors to be used as def...Thomas Renninger2007-10-04
* | [CPUFREQ] move policy's governor initialisation out of low-level drivers into...Thomas Renninger2007-10-04
|/
* [CPUFREQ] Restore previously used governor on a hot-replugged CPUThomas Renninger2007-07-13
* [CPUFREQ] bugfix cpufreq in combination with performance governorPeter Oruba2007-07-13
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds2007-07-12
|\
| * [CPUFREQ] Fix sysfs_create_file return value handlingTobias Klauser2007-06-21