1. 6f90388 [CPUFREQ] fix memory leak in cpufreq_add_dev by Xiaotian Feng · 14 years ago
  2. accd846 [CPUFREQ] revert "[CPUFREQ] remove rwsem lock from CPUFREQ_GOV_STOP call (second call site)" by Andrej Gelenberg · 14 years ago
  3. 07d7775 Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  4. 19379b1 ondemand: Make the iowait-is-busy time a sysfs tunable by Arjan van de Ven · 14 years ago
  5. 6b8fcd9 ondemand: Solve a big performance issue by counting IOWAIT time as busy by Arjan van de Ven · 14 years ago
  6. d7be0ce Merge commit 'v2.6.34-rc6' into x86/cpu by H. Peter Anvin · 14 years ago
  7. ddc9b34 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 14 years ago
  8. 6dad2a2 cpufreq: Unify sysfs attribute definition macros by Borislav Petkov · 14 years ago
  9. fd187aa [CPUFREQ] use max load in conservative governor by Dominik Brodowski · 14 years ago
  10. 499bca9 [CPUFREQ] fix a lockdep warning by Amerigo Wang · 14 years ago
  11. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  12. 52cf25d Driver core: Constify struct sysfs_ops in struct kobj_type by Emese Revfy · 14 years ago
  13. 1dbf588 [CPUFREQ] Fix ondemand to not request targets outside policy limits by Nagananda.Chumbalkar@hp.com · 15 years ago
  14. d031655 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
  15. e2f74f3 [ACPI/CPUFREQ] Introduce bios_limit per cpu cpufreq sysfs interface by Thomas Renninger · 15 years ago
  16. cf3289d0 [CPUFREQ] make internal cpufreq_add_dev_* static by Alex Chiang · 15 years ago
  17. 49b015c [CPUFREQ] Use global sysfs cpufreq structure for conservative governor tunings by Thomas Renninger · 15 years ago
  18. 90e41ba [CPUFREQ] Fix stale cpufreq_cpu_governor pointer by Prarit Bhargava · 15 years ago
  19. 54c9a35 [CPUFREQ] Resolve time unit thinko in ondemand/conservative govs by Pallipadi, Venkatesh · 15 years ago
  20. e77b89f [CPUFREQ] Fix use after free on governor restore by Dmitry Monakhov · 15 years ago
  21. f162506 percpu: make percpu symbols in cpufreq unique by Tejun Heo · 15 years ago
  22. 714af06 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 15 years ago
  23. ada3fa1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
  24. 395913d [CPUFREQ] remove rwsem lock from CPUFREQ_GOV_STOP call (second call site) by Mathieu Desnoyers · 15 years ago
  25. 0e625ac [CPUFREQ] ondemand - Use global sysfs dir for tuning settings by Thomas Renninger · 15 years ago
  26. 8aa84ad [CPUFREQ] Introduce global, not per core: /sys/devices/system/cpu/cpufreq by Thomas Renninger · 15 years ago
  27. 4bfa042 [CPUFREQ] Bail out of cpufreq_add_dev if the link for a managed CPU got created by Thomas Renninger · 15 years ago
  28. ecf7e46 [CPUFREQ] Factor out policy setting from cpufreq_add_dev by Dave Jones · 15 years ago
  29. 909a694 [CPUFREQ] Factor out interface creation from cpufreq_add_dev by Dave Jones · 15 years ago
  30. 19d6f7e [CPUFREQ] Factor out symlink creation from cpufreq_add_dev by Dave Jones · 15 years ago
  31. 059019a [CPUFREQ] cleanup up -ENOMEM handling in cpufreq_add_dev by Dave Jones · 15 years ago
  32. 54e6fe1 [CPUFREQ] Reduce scope of cpu_sys_dev in cpufreq_add_dev by Dave Jones · 15 years ago
  33. ce6c399 [CPUFREQ] Re-enable cpufreq suspend and resume code by Dominik Brodowski · 15 years ago
  34. 384be2b Merge branch 'percpu-for-linus' into percpu-for-next by Tejun Heo · 15 years ago
  35. 4bc5d34 [CPUFREQ] Make cpufreq suspend code conditional on powerpc. by Dave Jones · 15 years ago
  36. d5194de [CPUFREQ] Fix a kobject reference bug related to managed CPUs by Thomas Renninger · 15 years ago
  37. 42c74b8 [CPUFREQ] Do not set policy for offline cpus by Prarit Bhargava · 15 years ago
  38. 26d204a [CPUFREQ] Fix NULL pointer dereference regression in conservative governor by Pallipadi, Venkatesh · 15 years ago
  39. 5e1596f [CPUFREQ] Fix compile failure in cpufreq.c by Dave Jones · 15 years ago
  40. 3f4a782 [CPUFREQ] fix (utter) cpufreq_add_dev mess by Mathieu Desnoyers · 15 years ago
  41. ee88415 [CPUFREQ] Cleanup locking in conservative governor by venkatesh.pallipadi@intel.com · 15 years ago
  42. 5a75c82 [CPUFREQ] Cleanup locking in ondemand governor by venkatesh.pallipadi@intel.com · 15 years ago
  43. 7d26e2d [CPUFREQ] Eliminate the recent lockdep warnings in cpufreq by venkatesh.pallipadi@intel.com · 15 years ago
  44. 245b2e7 percpu: clean up percpu variable definitions by Tejun Heo · 15 years ago
  45. 4f4d1ad [CPUFREQ] Only set sampling_rate_max deprecated, sampling_rate_min is useful by Thomas Renninger · 15 years ago
  46. cef9615 [CPUFREQ] ondemand: Uncouple minimal sampling rate from HZ in NO_HZ case by Thomas Renninger · 15 years ago
  47. eaa9584 cpumask: alloc zeroed cpumask for static cpumask_var_ts by Yinghai Lu · 15 years ago
  48. b14893a [CPUFREQ] fix timer teardown in ondemand governor by Mathieu Desnoyers · 15 years ago
  49. b253d2b [CPUFREQ] fix timer teardown in conservative governor by Mathieu Desnoyers · 15 years ago
  50. 42a06f2 [CPUFREQ] remove rwsem lock from CPUFREQ_GOV_STOP call by Mathieu Desnoyers · 15 years ago
  51. ada19a3 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 15 years ago
  52. 129f8ae Revert "[CPUFREQ] Disable sysfs ui for p4-clockmod." by Dave Jones · 15 years ago
  53. a75603a [CPUFREQ] conservative: remove 10x from def_sampling_rate by Alexander Clouter · 15 years ago
  54. 8e677ce [CPUFREQ] conservative: fixup governor to function more like ondemand logic by Alexander Clouter · 15 years ago
  55. f407a08 [CPUFREQ] conservative: fix dbs_cpufreq_notifier so freq is not locked by Alexander Clouter · 15 years ago
  56. 11a80a9c76 [CPUFREQ] conservative: amend author's email address by Alexander Clouter · 15 years ago
  57. 112124a [CPUFREQ] ondemand/conservative: sanitize sampling_rate restrictions by Thomas Renninger · 15 years ago
  58. 9411b4e [CPUFREQ] ondemand/conservative: deprecate sampling_rate{min,max} by Thomas Renninger · 15 years ago
  59. ed12978 [CPUFREQ] Introduce /sys/devices/system/cpu/cpu*/cpufreq/cpuinfo_transition_latency by Thomas Renninger · 15 years ago
  60. 2b03f89 [CPUFREQ] checkpatch cleanups for ondemand governor. by Dave Jones · 15 years ago
  61. 97acec5 [CPUFREQ] checkpatch cleanups for freq_table by Dave Jones · 15 years ago
  62. 1bceb8d [CPUFREQ] checkpatch cleanups for userspace governor by Dave Jones · 15 years ago
  63. 0a829c5 [CPUFREQ] checkpatch cleanups for cpufreq_stats by Dave Jones · 15 years ago
  64. 9acef48 [CPUFREQ] checkpatch cleanups for conservative governor by Dave Jones · 15 years ago
  65. 29464f2 [CPUFREQ] checkpatch cleanups for cpufreq core by Dave Jones · 15 years ago
  66. 1ca3abd [CPUFREQ] Make ignore_nice_load setting of ondemand work as expected. by Venkatesh Pallipadi · 15 years ago
  67. 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
  68. 0211a9c trivial: fix an -> a typos in documentation and comments by Frederik Schwarzer · 16 years ago
  69. 835481d cpumask: convert struct cpufreq_policy to cpumask_var_t by Rusty Russell · 16 years ago
  70. 187d9f4 [CPUFREQ] Fix on resume, now preserves user policy min/max. by Mike Chan · 16 years ago
  71. e088e4c [CPUFREQ] Disable sysfs ui for p4-clockmod. by Matthew Garrett · 16 years ago
  72. 4f6e6b9 [CPUFREQ] Fix BUG: using smp_processor_id() in preemptible code by Andrea Righi · 16 years ago
  73. c4d14bc [CPUFREQ] Don't export governors for default governor by Sven Wegener · 16 years ago
  74. 8080091 [CPUFREQ][6/6] cpufreq: Add idle microaccounting in ondemand governor by venkatesh.pallipadi@intel.com · 16 years ago
  75. e9d95bf [CPUFREQ][4/6] cpufreq_ondemand: Parameterize down differential by venkatesh.pallipadi@intel.com · 16 years ago
  76. 3430502 [CPUFREQ][3/6] cpufreq: get_cpu_idle_time() changes in ondemand for idle-microaccounting by venkatesh.pallipadi@intel.com · 16 years ago
  77. c43aa3b [CPUFREQ][2/6] cpufreq: Change load calculation in ondemand for software coordination by venkatesh.pallipadi@intel.com · 16 years ago
  78. bf0b90e [CPUFREQ][1/6] cpufreq: Add cpu number parameter to __cpufreq_driver_getavg() by venkatesh.pallipadi@intel.com · 16 years ago
  79. 8217e4f [CPUFREQ] use deferrable delayed work init in conservative governor by Ben Slusky · 16 years ago
  80. f1829e4 [CPUFREQ] drivers/cpufreq/cpufreq.c: Adjust error handling code involving cpufreq_cpu_put by Julia Lawall · 16 years ago
  81. 888a794 [CPUFREQ] add error handling for cpufreq_register_governor() error by Akinobu Mita · 16 years ago
  82. f068c04 [CPUFREQ] Fix -Wshadow warning in conservative governor. by Dave Jones · 16 years ago
  83. a1531ac cpufreq acpi: only call _PPC after cpufreq ACPI init funcs got called already by Thomas Renninger · 16 years ago
  84. 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
  85. 6d52dcb Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 16 years ago
  86. b38868a NR_CPUS: Replace NR_CPUS in cpufreq userspace routines by Mike Travis · 16 years ago
  87. 68083e0 Merge commit 'v2.6.26-rc9' into cpus4096 by Ingo Molnar · 16 years ago
  88. cc55875 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 16 years ago
  89. 326f6a5 [CPUFREQ] Fix format string bug. by Chris Wright · 16 years ago
  90. 879000f cpufreq: fix null object access on Transmeta CPU by CHIKAMA masaki · 16 years ago
  91. dca0261 [CPUFREQ] fix double unlock of cpu_policy_rwsem in drivers/cpufreq/cpufreq.c by Lothar Waßmann · 16 years ago
  92. 068b127 cpufreq: use performance variant for_each_cpu_mask_nr by Mike Travis · 16 years ago
  93. 4f74369 [CPUFREQ] clarify license of freq_table.c by Dominik Brodowski · 16 years ago
  94. 7a6aedf [CPUFREQ] change cpu freq arrays to per_cpu variables by Mike Travis · 16 years ago
  95. 6501faf [CPUFREQ] state info wrong after resume by Shaohua Li · 16 years ago
  96. 30d221d [CPUFREQ] allow use of the powersave governor as the default one by Alessandro Guido · 16 years ago
  97. e8628dd [CPUFREQ] expose cpufreq coordination requirements regardless of coordination mechanism by Darrick J. Wong · 16 years ago
  98. 25aca34 [CPUFREQ] fix show_trans_table by Cesar Eduardo Barros · 16 years ago
  99. 74212ca [CPUFREQ] Warn when cpufreq_register_notifier called before pure initcalls by Cesar Eduardo Barros · 16 years ago
  100. 4570911 [CPUFREQ] Refactor locking in cpufreq_add_dev by Dave Jones · 16 years ago