1. 64f3bf2 ACPI/processor: Convert to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
  2. 6149dff Merge branches 'acpi-processor', 'acpi-cppc', 'acpi-apei' and 'acpi-sleep' by Rafael J. Wysocki · 8 years ago
  3. a36a7fe ACPI / processor_idle: Add support for Low Power Idle(LPI) states by Sudeep Holla · 8 years ago
  4. 35ae713 ACPI / processor_idle: introduce ACPI_PROCESSOR_CSTATE by Sudeep Holla · 8 years ago
  5. fb7c2ba ACPI / processor: Add acpi_map_madt_entry() by David Daney · 8 years ago
  6. 504997c ACPI / sleep: move acpi_processor_sleep to sleep.c by Sudeep Holla · 8 years ago
  7. db62fda ACPI / processor : add support for ACPI0010 processor container by Sudeep Holla · 8 years ago
  8. 4f2f757 CPPC: Probe for CPPC tables for each ACPI Processor object by Ashwin Chaugule · 9 years ago
  9. 4ffe18c Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 9 years ago
  10. 5f05586 ACPI: Decouple ACPI idle and ACPI processor drivers by Ashwin Chaugule · 9 years ago
  11. 239708a ACPI: Split out ACPI PSS from ACPI Processor driver by Ashwin Chaugule · 9 years ago
  12. b2f8dc4 ACPI / processor: Drop an unused argument of a cleanup routine by Rafael J. Wysocki · 9 years ago
  13. 828aef3 ACPI / processor: Introduce phys_cpuid_t for CPU hardware ID by Catalin Marinas · 9 years ago
  14. af8f3f5 ACPI / processor: Convert apic_id to phys_id to make it arch agnostic by Hanjun Guo · 9 years ago
  15. bccac16 ACPI / processor: remove unused variabled from acpi_processor_power structure by Sudeep Holla · 10 years ago
  16. 24119a8 ACPI / processor: Update the comments in processor.h by Hanjun Guo · 10 years ago
  17. 92c4d2a ACPI / processor replace __attribute__((packed)) by __packed by Fabian Frederick · 10 years ago
  18. 34411a6 ACPI / processor: Do not request ACPI cpufreq module directly by Rafael J. Wysocki · 11 years ago
  19. ca9f62a ACPI / processor: Introduce apic_id in struct processor to save parsed APIC id by Jiang Liu · 11 years ago
  20. ac212b6 ACPI / processor: Use common hotplug infrastructure by Rafael J. Wysocki · 11 years ago
  21. 0a3b15a ACPI / PM: Move processor suspend/resume to syscore_ops by Rafael J. Wysocki · 11 years ago
  22. c705c78 acpi: Export the acpi_processor_get_performance_info by Konrad Rzeszutek Wilk · 11 years ago
  23. 3d339dc cpuidle / ACPI : move cpuidle_device field out of the acpi_processor_power structure by Daniel Lezcano · 12 years ago
  24. 38a991b ACPI / processor: remove unused function parameter by Daniel Lezcano · 12 years ago
  25. c59687f cpuidle / ACPI : remove power from acpi_processor_cx structure by Daniel Lezcano · 12 years ago
  26. 6148d38 Merge branch 'pm-acpi' by Rafael J. Wysocki · 12 years ago
  27. aa713cc cpuilde / ACPI: remove time from acpi_processor_cx structure by Daniel Lezcano · 12 years ago
  28. 53b7095 cpuidle / ACPI: remove usage from acpi_processor_cx structure by Daniel Lezcano · 12 years ago
  29. 64d45f0 cpuidle / ACPI : remove latency_ticks from acpi_processor_cx structure by Daniel Lezcano · 12 years ago
  30. e8110b6 ACPI: Use struct dev_pm_ops for power management in processor driver by Rafael J. Wysocki · 12 years ago
  31. 17621e1 ACPI / PM: Drop pm_message_t argument from device suspend callback by Rafael J. Wysocki · 12 years ago
  32. bd1d462 Merge 3.3-rc2 into the driver-core-next branch. by Greg Kroah-Hartman · 12 years ago
  33. 9061e0e ACPI: Load acpi-cpufreq from processor driver automatically by Andi Kleen · 12 years ago
  34. 99b7250 ACPI processor hotplug: Delay acpi_processor_start() call for hotplugged cores by Thomas Renninger · 12 years ago
  35. 46bcfad cpuidle: Single/Global registration of idle states by Deepthi Dharwar · 13 years ago
  36. 9c8b04b ACPI: constify ops structs by Vasiliy Kulikov · 13 years ago
  37. 932df74 ACPI: processor: fix processor_physically_present in UP kernel by Lin Ming · 13 years ago
  38. 5a344a5 ACPI: Reevaluate whether the T-state is supported or not after cpu is online/offline by Zhao Yakui · 13 years ago
  39. d09fe55 ACPI processor: remove deprecated ACPI procfs I/F by Zhang Rui · 14 years ago
  40. 718be4a ACPI: skip checking BM_STS if the BIOS doesn't ask for it by Len Brown · 14 years ago
  41. 34a18d6 ACPI: delete unused c-state promotion/demotion data strucutures by Len Brown · 14 years ago
  42. 2e9d5e4 ACPI: processor: export acpi_get_cpuid() by Alex Chiang · 14 years ago
  43. 4d5d4cd ACPI: processor: mv processor_pdc.c processor_core.c by Alex Chiang · 14 years ago
  44. 0a135ba Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 14 years ago
  45. a29d8b8 percpu: add __percpu sparse annotations to what's left by Tejun Heo · 14 years ago
  46. 439913f ACPI: replace acpi_integer by u64 by Lin Ming · 14 years ago
  47. e59897f ACPI: processor: remove _PDC object list from struct acpi_processor by Alex Chiang · 14 years ago
  48. 43bab25 ACPI: processor: change acpi_processor_set_pdc() interface by Alex Chiang · 14 years ago
  49. 4781725 ACPI: processor: unify arch_acpi_processor_cleanup_pdc by Alex Chiang · 14 years ago
  50. 6c5807d ACPI: processor: finish unifying arch_acpi_processor_init_pdc() by Alex Chiang · 14 years ago
  51. 78f1699 ACPI: processor: call _PDC early by Alex Chiang · 14 years ago
  52. 8fa79e0 Merge branch 'ost' into release by Len Brown · 15 years ago
  53. e2f74f3 [ACPI/CPUFREQ] Introduce bios_limit per cpu cpufreq sysfs interface by Thomas Renninger · 15 years ago
  54. d81c45e1 ACPI: Notify the _PPC evaluation status to the platform by Zhao Yakui · 15 years ago
  55. 2a90800 ACPI processor: force throttling state when BIOS returns incorrect value by Frans Pop · 15 years ago
  56. 7b768f0 ACPI: pdc init related memory leak with physical CPU hotplug by Pallipadi, Venkatesh · 15 years ago
  57. 9261461 ACPI: delete obsolete "bus master activity" proc field by Len Brown · 15 years ago
  58. 070d8eb ACPI: constify VFTs (1/2) by Jan Engelhardt · 15 years ago
  59. 2fdf66b cpumask: convert shared_cpu_map in acpi_processor* structs to cpumask_var_t by Rusty Russell · 15 years ago
  60. 706546d ACPI: change processors from array to per_cpu variable by Mike Travis · 16 years ago
  61. a66b34b proper prototype for acpi_processor_tstate_has_changed() by Adrian Bunk · 16 years ago
  62. 4fcb2fc ACPI, cpuidle: Clarify C-state description in sysfs by Venkatesh Pallipadi · 16 years ago
  63. 8976b6f Merge branches 'release' and 'throttling-domains' into release by Len Brown · 16 years ago
  64. 26b6f22 Merge branches 'release' and 'menlo' into release by Len Brown · 16 years ago
  65. bc71bec ACPI: enable MWAIT for C1 idle by venkatesh.pallipadi@intel.com · 16 years ago
  66. aee07ba include/acpi/: Spelling fixes by Joe Perches · 16 years ago
  67. 1180509 ACPI : Update T-state coordination after getting _TSD info by Zhao Yakui · 16 years ago
  68. d9460fd22 ACPI: register ACPI Processor as generic thermal cooling device by Zhang Rui · 16 years ago
  69. ddc081a cpuidle: fix HP nx6125 regression by Venkatesh Pallipadi · 17 years ago
  70. 4f86d3a cpuidle: consolidate 2.6.22 cpuidle branch into one patch by Len Brown · 17 years ago
  71. b04e7bd ACPI: disable lower idle C-states across suspend/resume by Thomas Gleixner · 17 years ago
  72. 5010929 acpi-cpufreq: Fix some x86/x86-64 acpi-cpufreq driver issues by Fenghua Yu · 17 years ago
  73. ff55a9c ACPI: Lindent processor throttling code by Len Brown · 17 years ago
  74. 01854e6 ACPI: add ACPI 3.0 _TPC _TSS _PTC throttling support by Luming Yu · 17 years ago
  75. fd35094 ACPICA: Lindent by Len Brown · 17 years ago
  76. 169a0ab [PATCH] ACPI keep track of timer broadcasting by Thomas Gleixner · 17 years ago
  77. 991528d ACPI: Processor native C-states using MWAIT by Venkatesh Pallipadi · 18 years ago
  78. a3c6598 ACPI: C-States: accounting of sleep states by Dominik Brodowski · 18 years ago
  79. 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
  80. 62c4f0a Don't include linux/config.h from anywhere else in include/ by David Woodhouse · 18 years ago
  81. 3b2d994 P-state software coordination for ACPI core by Venkatesh Pallipadi · 19 years ago
  82. 9fdb62a [ACPI] merge 3549 4320 4485 4588 4980 5483 5651 acpica asus fops pnpacpi branches into release by Len Brown · 18 years ago
  83. 757b186 [ACPI] make two processor functions static by Adrian Bunk · 18 years ago
  84. 05131ec [ACPI] Avoid BIOS inflicted crashes by evaluating _PDC only once by Venkatesh Pallipadi · 19 years ago
  85. 4be44fc [ACPI] Lindent all ACPI files by Len Brown · 19 years ago
  86. 02df8b9 [ACPI] enable C2 and C3 idle power states on SMP by Venkatesh Pallipadi · 19 years ago
  87. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago