1. 4d8bb53 cpumask: use cpumask_var_t in acpi-cpufreq.c by Mike Travis · 16 years ago
  2. 835481d cpumask: convert struct cpufreq_policy to cpumask_var_t by Rusty Russell · 16 years ago
  3. 80855f7 cpumask: use alloc_cpumask_var_node where appropriate by Mike Travis · 16 years ago
  4. 2fdf66b cpumask: convert shared_cpu_map in acpi_processor* structs to cpumask_var_t by Rusty Russell · 16 years ago
  5. f3f47a6 tracing: add "power-tracer": C/P state tracer to help power optimization by Arjan van de Ven · 16 years ago
  6. 057316c Merge branch 'linus' into test by Len Brown · 16 years ago
  7. ee29753 ACPI: don't load acpi_cpufreq if acpi=off by Yinghai Lu · 16 years ago
  8. bf0b90e [CPUFREQ][1/6] cpufreq: Add cpu number parameter to __cpufreq_driver_getavg() by venkatesh.pallipadi@intel.com · 16 years ago
  9. 847aef6 [CPUFREQ] acpi-cpufreq: add error handling for cpufreq_register_driver() error by Akinobu Mita · 16 years ago
  10. 0bc3cc0 cpumask: change cpumask_of_cpu_ptr to use new cpumask_of_cpu by Mike Travis · 16 years ago
  11. 65c0118 cpumask: Replace cpumask_of_cpu with cpumask_of_cpu_ptr by Mike Travis · 16 years ago
  12. 334ef7a x86: use performance variant for_each_cpu_mask_nr by Mike Travis · 16 years ago
  13. e8628dd [CPUFREQ] expose cpufreq coordination requirements regardless of coordination mechanism by Darrick J. Wong · 16 years ago
  14. e56a727 [CPUFREQ] Make acpi-cpufreq more robust against BIOS freq changes behind our back. by Venkatesh Pallipadi · 16 years ago
  15. fc0e474 x86: use new set_cpus_allowed_ptr function by Mike Travis · 16 years ago
  16. ea348f3 x86: change NR_CPUS arrays in acpi-cpufreq by travis@sgi.com · 17 years ago
  17. 92cb761 x86: convert cpuinfo_x86 array to a per_cpu array by Mike Travis · 17 years ago
  18. 0835761 x86: Convert cpu_core_map to be a per cpu variable by Mike Travis · 17 years ago
  19. 4d5709a Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 17 years ago
  20. 19ad7ae Merge branch 'dmi-const' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/misc-2.6 by Linus Torvalds · 17 years ago
  21. ee580dc i386: move kernel/cpu/cpufreq by Thomas Gleixner · 17 years ago[Renamed from arch/i386/kernel/cpu/cpufreq/acpi-cpufreq.c]
  22. 9eb5957 [CPUFREQ] Don't take semaphore in cpufreq_quick_get() by Andi Kleen · 17 years ago
  23. 1855256 drivers/firmware: const-ify DMI API and internals by Jeff Garzik · 17 years ago
  24. 5010929 acpi-cpufreq: Fix some x86/x86-64 acpi-cpufreq driver issues by Fenghua Yu · 17 years ago
  25. 45c876b Fix uninitialized local variable "covered" in i386 acpi-cpufreq driver by Fenghua Yu · 17 years ago
  26. 22aadf8 Pull bugzilla-7880 into release branch by Len Brown · 17 years ago
  27. 3cdf552 ACPI: Discard invalid elements in _PSS package by Zhang Rui · 17 years ago
  28. 13424f6 [CPUFREQ] acpi-cpufreq: Proper ReadModifyWrite of PERF_CTL MSR by Venki Pallipadi · 17 years ago
  29. 76ff28c [CPUFREQ] Uninitialized use of cmd.val in arch/i386/kernel/cpu/cpufreq/acpi-cpufreq.c:acpi_cpufreq_target() by Guillaume Chazarain · 18 years ago
  30. 8edc59d9 [CPUFREQ] Bug fix for acpi-cpufreq and cpufreq_stats oops on frequency change notification by Venkatesh Pallipadi · 18 years ago
  31. a507ac4 [CPUFREQ] set policy->curfreq on initialization by Mattia Dongili · 18 years ago
  32. 4e581ff [CPUFREQ] Trivial cleanup for acpi read/write port in acpi-cpufreq.c by Venkatesh Pallipadi · 18 years ago
  33. 3d4a7ef [CPUFREQ] Fix the bug in duplicate freq elimination code in acpi-cpufreq by Venkatesh Pallipadi · 18 years ago
  34. 95625b8 [CPUFREQ] ifdef more unused on !SMP code. by Dave Jones · 18 years ago
  35. 95dd722 [CPUFREQ] acpi-cpufreq: Fix up some CodingStyle nits leftover from the lindenting. by Dave Jones · 18 years ago
  36. 0a1230a [CPUFREQ] Remove duplicate include from acpi-cpufreq by Dave Jones · 18 years ago
  37. dfde5d6 [CPUFREQ][8/8] acpi-cpufreq: Add support for freq feedback from hardware by Venkatesh Pallipadi · 18 years ago
  38. a6f6e6e6 [CPUFREQ][7/8] acpi-cpufreq: Fix get of current frequency breakage by Venkatesh Pallipadi · 18 years ago
  39. 7650b28 [CPUFREQ][6/8] acpi-cpufreq: Eliminate get of current freq on notification by Venkatesh Pallipadi · 18 years ago
  40. 64be7ee [CPUFREQ][5/8] acpi-cpufreq: lindent acpi-cpufreq.c by Venkatesh Pallipadi · 18 years ago
  41. dde9f7b [CPUFREQ][3/8] acpi-cpufreq: Pull in MSR based transition support by Venkatesh Pallipadi · 18 years ago
  42. fe27cb3 [CPUFREQ][2/8] acpi: reorganize code to make MSR support addition easier by Venkatesh Pallipadi · 18 years ago
  43. 519ce3e [CPUFREQ][1/8] acpi-cpufreq: software coordination and handle all CPUs in the group by Venkatesh Pallipadi · 18 years ago
  44. bfeeb0f [CPUFREQ] Make acpi-cpufreq unsticky again. by Dave Jones · 18 years ago
  45. 0497c8c [CPUFREQ] Fix section mismatch warning by Venkatesh Pallipadi · 18 years ago
  46. 8adcc0c [CPUFREQ] Workaround for BIOS bug in software coordination of frequency by Venkatesh Pallipadi · 18 years ago
  47. a0cc621 [PATCH] cpufreq: acpi-cpufreq: Ignore failure from acpi_cpufreq_early_init_acpi by Dave Jones · 18 years ago
  48. 12e704d [CPUFREQ] Propagate acpi_processor_preregister_performance return value. by bert hubert · 18 years ago
  49. 22a3e23 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 18 years ago
  50. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  51. 46f18e3 ACPI: HW P-state coordination support by Venkatesh Pallipadi · 18 years ago
  52. fb1bb34 [PATCH] remove for_each_cpu() by Andrew Morton · 18 years ago
  53. 3722447 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 18 years ago
  54. 911cb74 [CPUFREQ] Make acpi-cpufreq 'sticky'. by Dave Jones · 18 years ago
  55. b6571da [CPUFREQ] Remove pointless reinitialisations in acpi-cpufreq by Dave Jones · 18 years ago
  56. 7e1f19e ACPI: UP build fix for bugzilla-5737 by Andrew Morton · 18 years ago
  57. 09b4d1e P-state software coordination for acpi-cpufreq by Venkatesh Pallipadi · 19 years ago
  58. 9fdb62a [ACPI] merge 3549 4320 4485 4588 4980 5483 5651 acpica asus fops pnpacpi branches into release by Len Brown · 19 years ago
  59. 152bf8c [PATCH] x86_64: Use X86_FEATURE_CONSTANT_TSC now to clean up Intel speedstep drivers by Andi Kleen · 19 years ago
  60. 35f652b [ACPI] fix acpi_cpufreq.c build warrning by Benoit Boissinot · 19 years ago
  61. 05131ec [ACPI] Avoid BIOS inflicted crashes by evaluating _PDC only once by Venkatesh Pallipadi · 19 years ago
  62. dad2ad8 Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 19 years ago
  63. 4e57b68 [PATCH] fix missing includes by Tim Schmielau · 19 years ago
  64. bfdc708 [CPUFREQ] kzalloc conversions for i386 drivers. by Dave Jones · 19 years ago
  65. d395bf1 [ACPI] Reduce acpi-cpufreq switching latency by 50% by Venkatesh Pallipadi · 19 years ago
  66. 4b31e77 [ACPI] Always set P-state on initialization by Dominik Brodowski · 19 years ago
  67. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago