1. 06be007 x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_stepping by Jia Zhang · 6 years ago
  2. 1c5864e cpufreq: Use consistent prefixing via pr_fmt by Joe Perches · 8 years ago
  3. b49c22a cpufreq: Convert printk(KERN_<LEVEL> to pr_<level> by Joe Perches · 8 years ago
  4. dec102a cpufreq: Make linux-pm@vger.kernel.org official mailing list by Viresh Kumar · 10 years ago
  5. e0b3165 cpufreq: add 'freq_table' in struct cpufreq_policy by Viresh Kumar · 10 years ago
  6. d4019f0 cpufreq: move freq change notifications to cpufreq core by Viresh Kumar · 11 years ago
  7. 9c0ebcf cpufreq: Implement light weight ->target_index() routine by Viresh Kumar · 11 years ago
  8. 7b6f38f speedstep-centrino: Remove unnecessary braces by Evgeny Kapaev · 11 years ago
  9. 4b15768 cpufreq: speedstep: don't initialize part of policy set by core by Viresh Kumar · 11 years ago
  10. 3be1394 cpufreq: speedstep: Use generic cpufreq routines by Viresh Kumar · 11 years ago
  11. 5f3a2d3 cpufreq: speedstep: use cpufreq_table_validate_and_show() by Viresh Kumar · 11 years ago
  12. adc97d6 cpufreq: Drop the owner field from struct cpufreq_driver by Viresh Kumar · 11 years ago
  13. 5070158 cpufreq: rename index as driver_data in cpufreq_frequency_table by Viresh Kumar · 11 years ago
  14. e9f5183 cpufreq: Don't check if cpu is online/offline for cpufreq callbacks by Viresh Kumar · 11 years ago
  15. b43a7ff cpufreq: Notify all policy->cpus in cpufreq_notify_transition() by Viresh Kumar · 11 years ago
  16. fa8031a cpufreq: Add support for x86 cpuinfo auto loading v4 by Andi Kleen · 12 years ago
  17. bb0a56e [CPUFREQ] Move x86 drivers to drivers/cpufreq/ by Dave Jones · 13 years ago[Renamed from arch/x86/kernel/cpu/cpufreq/speedstep-centrino.c]
  18. 2d06d8c [CPUFREQ] use dynamic debug instead of custom infrastructure by Dominik Brodowski · 13 years ago
  19. 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
  20. e3f996c [CPUFREQ] cpumask: avoid cpumask games in arch/x86/kernel/cpu/cpufreq/speedstep-centrino.c by Rusty Russell · 15 years ago
  21. eaa9584 cpumask: alloc zeroed cpumask for static cpumask_var_ts by Yinghai Lu · 15 years ago
  22. ecab22a x86: use symbolic constants for MSR_IA32_MISC_ENABLE bits by Vegard Nossum · 15 years ago
  23. 835481d cpumask: convert struct cpufreq_policy to cpumask_var_t by Rusty Russell · 15 years ago
  24. 5cb0535 cpumask: replace CPUMASK_ALLOC etc with cpumask_var_t by Rusty Russell · 15 years ago
  25. 9963d1a [CPUFREQ] clean up speedstep-centrino and reduce cpumask_t usage by Rusty Russell · 15 years ago
  26. 8d59225 [CPUFREQ] correct broken links and email addresses by Németh Márton · 16 years ago
  27. 0bc3cc0 cpumask: change cpumask_of_cpu_ptr to use new cpumask_of_cpu by Mike Travis · 16 years ago
  28. c4762ab NR_CPUS: Replace NR_CPUS in speedstep-centrino.c by Mike Travis · 16 years ago
  29. eb53fac cpumask: Use optimized CPUMASK_ALLOC macros in the centrino_target by Mike Travis · 16 years ago
  30. 65c0118 cpumask: Replace cpumask_of_cpu with cpumask_of_cpu_ptr by Mike Travis · 16 years ago
  31. 334ef7a x86: use performance variant for_each_cpu_mask_nr by Mike Travis · 16 years ago
  32. fc0e474 x86: use new set_cpus_allowed_ptr function by Mike Travis · 16 years ago
  33. 92cb761 x86: convert cpuinfo_x86 array to a per_cpu array by Mike Travis · 17 years ago
  34. 4d5709a Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 17 years ago
  35. ee580dc i386: move kernel/cpu/cpufreq by Thomas Gleixner · 17 years ago[Renamed from arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c]
  36. 9eb5957 [CPUFREQ] Don't take semaphore in cpufreq_quick_get() by Andi Kleen · 17 years ago
  37. 6848569 [CPUFREQ] the overdue removal of X86_SPEEDSTEP_CENTRINO_ACPI by Adrian Bunk · 17 years ago
  38. e8e4919 Fix preemption warnings in speedstep-centrino.c by Dave Jones · 17 years ago
  39. d349c4a5a [CPUFREQ] speedstep-centrino: missing space and bracket by Brice Goglin · 17 years ago
  40. 8b9c667 [CPUFREQ] speedstep-centrino should ignore upper performance control bits by Gary Hade · 18 years ago
  41. 474a14d Revert "[CPUFREQ] speedstep-centrino should ignore upper performance control bits" by Dave Jones · 18 years ago
  42. d7a1944 [CPUFREQ] speedstep-centrino should ignore upper performance control bits by Gary Hade · 18 years ago
  43. 95625b8 [CPUFREQ] ifdef more unused on !SMP code. by Dave Jones · 18 years ago
  44. fe0f960 [CPUFREQ] speedstep-centrino: remove dead code by Andrew Morton · 18 years ago
  45. 83d0515 [CPUFREQ][4/8] acpi-cpufreq: Mark speedstep-centrino ACPI as deprecated by Venkatesh Pallipadi · 18 years ago
  46. 0497c8c [CPUFREQ] Fix section mismatch warning by Venkatesh Pallipadi · 18 years ago
  47. 24669f7d [CPUFREQ] sw_any_bug_dmi_table can be used on resume, so it isn't initdata by Jeremy Fitzhardinge · 18 years ago
  48. 8adcc0c [CPUFREQ] Workaround for BIOS bug in software coordination of frequency by Venkatesh Pallipadi · 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. 491b07c [PATCH] redirect speedstep-centrino maintainer mail to cpufreq list by Jeremy Fitzhardinge · 18 years ago
  55. d42510a Pull bugzilla-5737 into release branch by Len Brown · 18 years ago
  56. 8c362a5 [CPUFREQ] dprintk adjustments to cpufreq-speedstep-centrino by Jan Beulich · 18 years ago
  57. 7e1f19e ACPI: UP build fix for bugzilla-5737 by Andrew Morton · 18 years ago
  58. 8ad5496 [CPUFREQ] Remove duplicate cpuinfo struct by Dave Jones · 18 years ago
  59. c52851b P-state software coordination for speedstep-centrino by Venkatesh Pallipadi · 18 years ago
  60. 9fdb62a [ACPI] merge 3549 4320 4485 4588 4980 5483 5651 acpica asus fops pnpacpi branches into release by Len Brown · 18 years ago
  61. 152bf8c [PATCH] x86_64: Use X86_FEATURE_CONSTANT_TSC now to clean up Intel speedstep drivers by Andi Kleen · 18 years ago
  62. 05131ec [ACPI] Avoid BIOS inflicted crashes by evaluating _PDC only once by Venkatesh Pallipadi · 19 years ago
  63. dad2ad8 Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 19 years ago
  64. 38e548e [PATCH] arch/i386: Use ARRAY_SIZE macro by Tobias Klauser · 19 years ago
  65. 4e57b68 [PATCH] fix missing includes by Tim Schmielau · 19 years ago
  66. bfdc708 [CPUFREQ] kzalloc conversions for i386 drivers. by Dave Jones · 19 years ago
  67. 52c18fd [CPUFREQ] Remove trailing whitespace before \n's in printks. by Dave Jones · 19 years ago
  68. 123411f [CPUFREQ] dprintf format fixes in cpufreq/speedstep-centrino.c by Mika Kukkonen · 19 years ago
  69. f914be7 [CPUFREQ] speedstep-centrino: skip extract_clock logic for acpi based centrino by Venkatesh Pallipadi · 19 years ago
  70. 02df8b9 [ACPI] enable C2 and C3 idle power states on SMP by Venkatesh Pallipadi · 19 years ago
  71. 8282864 [CPUFREQ] speedstep-centrino: Pentium 4 - M (HT) support by Dave Jones · 19 years ago
  72. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago