1. ada19a3 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 15 years ago
  2. 129f8ae Revert "[CPUFREQ] Disable sysfs ui for p4-clockmod." by Dave Jones · 15 years ago
  3. a75603a [CPUFREQ] conservative: remove 10x from def_sampling_rate by Alexander Clouter · 15 years ago
  4. 8e677ce [CPUFREQ] conservative: fixup governor to function more like ondemand logic by Alexander Clouter · 15 years ago
  5. f407a08 [CPUFREQ] conservative: fix dbs_cpufreq_notifier so freq is not locked by Alexander Clouter · 15 years ago
  6. 11a80a9c76 [CPUFREQ] conservative: amend author's email address by Alexander Clouter · 15 years ago
  7. 112124a [CPUFREQ] ondemand/conservative: sanitize sampling_rate restrictions by Thomas Renninger · 15 years ago
  8. 9411b4e [CPUFREQ] ondemand/conservative: deprecate sampling_rate{min,max} by Thomas Renninger · 15 years ago
  9. ed12978 [CPUFREQ] Introduce /sys/devices/system/cpu/cpu*/cpufreq/cpuinfo_transition_latency by Thomas Renninger · 15 years ago
  10. 2b03f89 [CPUFREQ] checkpatch cleanups for ondemand governor. by Dave Jones · 15 years ago
  11. 97acec5 [CPUFREQ] checkpatch cleanups for freq_table by Dave Jones · 15 years ago
  12. 1bceb8d [CPUFREQ] checkpatch cleanups for userspace governor by Dave Jones · 15 years ago
  13. 0a829c5 [CPUFREQ] checkpatch cleanups for cpufreq_stats by Dave Jones · 15 years ago
  14. 9acef48 [CPUFREQ] checkpatch cleanups for conservative governor by Dave Jones · 15 years ago
  15. 29464f2 [CPUFREQ] checkpatch cleanups for cpufreq core by Dave Jones · 15 years ago
  16. 1ca3abd [CPUFREQ] Make ignore_nice_load setting of ondemand work as expected. by Venkatesh Pallipadi · 15 years ago
  17. 4e9b1c1 Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  18. 0211a9c8 trivial: fix an -> a typos in documentation and comments by Frederik Schwarzer · 16 years ago
  19. 835481d cpumask: convert struct cpufreq_policy to cpumask_var_t by Rusty Russell · 16 years ago
  20. 187d9f4 [CPUFREQ] Fix on resume, now preserves user policy min/max. by Mike Chan · 16 years ago
  21. e088e4c [CPUFREQ] Disable sysfs ui for p4-clockmod. by Matthew Garrett · 16 years ago
  22. 4f6e6b9 [CPUFREQ] Fix BUG: using smp_processor_id() in preemptible code by Andrea Righi · 16 years ago
  23. c4d14bc [CPUFREQ] Don't export governors for default governor by Sven Wegener · 16 years ago
  24. 8080091 [CPUFREQ][6/6] cpufreq: Add idle microaccounting in ondemand governor by venkatesh.pallipadi@intel.com · 16 years ago
  25. e9d95bf [CPUFREQ][4/6] cpufreq_ondemand: Parameterize down differential by venkatesh.pallipadi@intel.com · 16 years ago
  26. 3430502 [CPUFREQ][3/6] cpufreq: get_cpu_idle_time() changes in ondemand for idle-microaccounting by venkatesh.pallipadi@intel.com · 16 years ago
  27. c43aa3b [CPUFREQ][2/6] cpufreq: Change load calculation in ondemand for software coordination by venkatesh.pallipadi@intel.com · 16 years ago
  28. bf0b90e [CPUFREQ][1/6] cpufreq: Add cpu number parameter to __cpufreq_driver_getavg() by venkatesh.pallipadi@intel.com · 16 years ago
  29. 8217e4f [CPUFREQ] use deferrable delayed work init in conservative governor by Ben Slusky · 16 years ago
  30. f1829e4 [CPUFREQ] drivers/cpufreq/cpufreq.c: Adjust error handling code involving cpufreq_cpu_put by Julia Lawall · 16 years ago
  31. 888a794 [CPUFREQ] add error handling for cpufreq_register_governor() error by Akinobu Mita · 16 years ago
  32. f068c04 [CPUFREQ] Fix -Wshadow warning in conservative governor. by Dave Jones · 16 years ago
  33. a1531ac cpufreq acpi: only call _PPC after cpufreq ACPI init funcs got called already by Thomas Renninger · 16 years ago
  34. 26dcce0 Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  35. 6d52dcb Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 16 years ago
  36. b38868a NR_CPUS: Replace NR_CPUS in cpufreq userspace routines by Mike Travis · 16 years ago
  37. 68083e0 Merge commit 'v2.6.26-rc9' into cpus4096 by Ingo Molnar · 16 years ago
  38. cc55875 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 16 years ago
  39. 326f6a5 [CPUFREQ] Fix format string bug. by Chris Wright · 16 years ago
  40. 879000f cpufreq: fix null object access on Transmeta CPU by CHIKAMA masaki · 16 years ago
  41. dca0261 [CPUFREQ] fix double unlock of cpu_policy_rwsem in drivers/cpufreq/cpufreq.c by Lothar Waßmann · 16 years ago
  42. 068b127 cpufreq: use performance variant for_each_cpu_mask_nr by Mike Travis · 16 years ago
  43. 4f74369 [CPUFREQ] clarify license of freq_table.c by Dominik Brodowski · 16 years ago
  44. 7a6aedf [CPUFREQ] change cpu freq arrays to per_cpu variables by Mike Travis · 16 years ago
  45. 6501faf [CPUFREQ] state info wrong after resume by Shaohua Li · 16 years ago
  46. 30d221d [CPUFREQ] allow use of the powersave governor as the default one by Alessandro Guido · 16 years ago
  47. e8628dd [CPUFREQ] expose cpufreq coordination requirements regardless of coordination mechanism by Darrick J. Wong · 16 years ago
  48. 25aca34 [CPUFREQ] fix show_trans_table by Cesar Eduardo Barros · 16 years ago
  49. 74212ca [CPUFREQ] Warn when cpufreq_register_notifier called before pure initcalls by Cesar Eduardo Barros · 16 years ago
  50. 4570911 [CPUFREQ] Refactor locking in cpufreq_add_dev by Dave Jones · 16 years ago
  51. 905d77c [CPUFREQ] more CodingStyle by Dave Jones · 16 years ago
  52. 4d34a67 [CPUFREQ] CodingStyle by Dave Jones · 16 years ago
  53. c906049 [CPUFREQ] Slightly shorten the error paths of cpufreq_suspend/cpufreq_resume by Dave Jones · 16 years ago
  54. f6ebef3 [CPUFREQ] fix section mismatch warnings by Sam Ravnborg · 16 years ago
  55. a07530b [CPUFREQ] Fix missing cpufreq_cpu_put() call in ->store by Dave Jones · 16 years ago
  56. 0db4a8a [CPUFREQ] Fix missing cpufreq_cpu_put() call in ->show by Dave Jones · 16 years ago
  57. 7ab4705 cpufreq: fix kobject reference count handling by Balaji Rao · 16 years ago
  58. 232e888 [CPUFREQ] fix configuration help message by Stefano Brivio · 17 years ago
  59. 9e76988 [CPUFREQ] Eliminate cpufreq_userspace scaling_setspeed deadlock by Venki Pallipadi · 17 years ago
  60. e32d22f [CPUFREQ] fix incorrect comment on show_available_freqs() in freq_table.c by Fenghua Yu · 17 years ago
  61. a4a9df5 [CPUFREQ] drivers/cpufreq: Add missing "space" by Joe Perches · 17 years ago
  62. 53391fa cpufreq: fix obvious condition statement error by Yi Yang · 16 years ago
  63. c10997f Kobject: convert drivers/* from kobject_unregister() to kobject_put() by Greg Kroah-Hartman · 17 years ago
  64. 038c5b3 Kobject: change drivers/cpufreq/cpufreq.c to use kobject_init_and_add by Greg Kroah-Hartman · 17 years ago
  65. 6915719 cpufreq: Initialise default governor before use by Johannes Weiner · 16 years ago
  66. a332347 drivers/cpufreq/cpufreq_stats.c section fix by Adrian Bunk · 17 years ago
  67. bd6cba5 cpufreq: fix missing unlocks in cpufreq_add_dev error paths. by Dave Jones · 17 years ago
  68. 18a7247 [CPUFREQ] Fix up whitespace in conservative governor. by Dave Jones · 17 years ago
  69. a8d7c3b [CPUFREQ] Make cpufreq_conservative handle out-of-sync events properly by Elias Oltmanns · 17 years ago
  70. efefc6e Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 17 years ago
  71. 19c38de kobjects: fix up improper use of the kobject name field by Greg Kroah-Hartman · 17 years ago
  72. 9eb5957 [CPUFREQ] Don't take semaphore in cpufreq_quick_get() by Andi Kleen · 17 years ago
  73. 55395ae [CPUFREQ] cpufreq_stats: misc cpuinit section annotations by Satyam Sharma · 17 years ago
  74. dd184a0 [CPUFREQ] mark hotplug notifier callback as __cpuinit by Satyam Sharma · 17 years ago
  75. 6afde10 [CPUFREQ] Only check for transition latency on problematic governors (kconfig fix) by Thomas Renninger · 17 years ago
  76. 1c25624 [CPUFREQ] allow ondemand and conservative cpufreq governors to be used as default by Thomas Renninger · 17 years ago
  77. 8122c6c [CPUFREQ] move policy's governor initialisation out of low-level drivers into cpufreq core by Thomas Renninger · 17 years ago
  78. 084f349 [CPUFREQ] Restore previously used governor on a hot-replugged CPU by Thomas Renninger · 17 years ago
  79. 91973de [CPUFREQ] bugfix cpufreq in combination with performance governor by Peter Oruba · 17 years ago
  80. 702ed6e Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 17 years ago
  81. 7b59575 sysfs: kill unnecessary attribute->owner by Tejun Heo · 17 years ago
  82. 58a7295 [CPUFREQ] Fix sysfs_create_file return value handling by Tobias Klauser · 17 years ago
  83. ea48761 [CPUFREQ] ondemand: fix tickless accounting and software coordination bug by Venki Pallipadi · 17 years ago
  84. 0af99b1 [CPUFREQ] ondemand: add a check to avoid negative load calculation by Venki Pallipadi · 17 years ago
  85. c7f652e [CPUFREQ] Keep userspace governor quiet when it is not being used by Venki Pallipadi · 17 years ago
  86. 0a4b2cc [CPUFREQ] check return value of sysfs_create_file by Thomas Renninger · 17 years ago
  87. 8bb7844 Add suspend-related notifications for CPU hotplug by Rafael J. Wysocki · 17 years ago
  88. 2828703 Add a new deferrable delayed work init by Venki Pallipadi · 17 years ago
  89. 9101be5 [CPUFREQ] cleanup kconfig options by Mike Frysinger · 17 years ago
  90. 632786c [CPUFREQ] Remove deprecated /proc/acpi/processor/performance write support by Thomas Renninger · 17 years ago
  91. 22c970f [CPUFREQ] Fix limited cpufreq when booted on battery by Thomas Renninger · 17 years ago
  92. ec28297 [PATCH] Fix maxcpus=1 trigerring BUG() in cpufreq by Venki Pallipadi · 17 years ago
  93. 221dee2 Revert "[CPUFREQ] constify cpufreq_driver where possible." by Linus Torvalds · 17 years ago
  94. 6f8c480 Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 17 years ago
  95. aeeddc1 [CPUFREQ] constify cpufreq_driver where possible. by Dave Jones · 17 years ago
  96. 48ac327 [CPUFREQ] cpufreq_ondemand.c: don't use _WORK_NAR by Oleg Nesterov · 17 years ago
  97. ef29498 Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 17 years ago
  98. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  99. c18a148 [CPUFREQ] Whitespace fixup by Dave Jones · 17 years ago
  100. f0ec313 [CPUFREQ] CPU_FREQ_TABLE shouldn't be a def_tristate by Adrian Bunk · 17 years ago