1. 9b27516 ACPI / porocessor: Beautify code, pr->id is u32 which is never < 0 by Chen Gang · 11 years ago
  2. 76bba14 cpu-hotplug, memory-hotplug: try offlining the node when hotremoving a cpu by Wen Congyang · 11 years ago
  3. 3757b94 ACPI / hotplug: Fix concurrency issues and memory leaks by Rafael J. Wysocki · 12 years ago
  4. 51fac83 ACPI: Remove useless type argument of driver .remove() operation by Rafael J. Wysocki · 12 years ago
  5. b8bd759 ACPI / scan: Drop acpi_bus_add() and use acpi_bus_scan() instead by Rafael J. Wysocki · 12 years ago
  6. 5993c46 ACPI: update ej_event interface to take acpi_device by Yinghai Lu · 12 years ago
  7. 0cd6ac5 ACPI: Make acpi_bus_scan() and acpi_bus_add() take only one argument by Rafael J. Wysocki · 12 years ago
  8. 636458d ACPI: Remove the arguments of acpi_bus_add() that are not used by Rafael J. Wysocki · 12 years ago
  9. 47db454 ACPI: Update CPU hotplug error messages by Toshi Kani · 12 years ago
  10. c5b18e2 ACPI: Add ACPI CPU hot-remove support by Toshi Kani · 12 years ago
  11. 5e5041f ACPI / processor: prevent cpu from becoming online by Yasuaki Ishimatsu · 12 years ago
  12. 879dca0 ACPI: missing break by Alan Cox · 12 years ago
  13. ed1511b ACPI / processor: remove pointless variable initialization by Daniel Lezcano · 12 years ago
  14. 38a991b ACPI / processor: remove unused function parameter by Daniel Lezcano · 12 years ago
  15. 9d0b01a Merge branches 'delete-gts-bfs', 'misc', 'novell-bugzilla-757888-numa' and 'osc-pcie' into base by Len Brown · 12 years ago
  16. b7db60f ACPI processor: Fix tick_broadcast_mask online/offline regression by Feng Tang · 12 years ago
  17. 4765250 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux by Linus Torvalds · 12 years ago
  18. 6148d38 Merge branch 'pm-acpi' by Rafael J. Wysocki · 12 years ago
  19. 25ac776 ACPI: intel_idle : break dependency between modules by Daniel Lezcano · 12 years ago
  20. e8110b6 ACPI: Use struct dev_pm_ops for power management in processor driver by Rafael J. Wysocki · 12 years ago
  21. 51af3b9 ACPI: Add _OST support for ACPI CPU hotplug by Toshi Kani · 12 years ago
  22. a335750 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux by Linus Torvalds · 12 years ago
  23. 1a05e46 Merge branches 'acpica', 'bgrt', 'bz-11533', 'cpuidle', 'ec', 'hotplug', 'misc', 'red-hat-bz-727865', 'thermal', 'throttling', 'turbostat' and 'video' into release by Len Brown · 12 years ago
  24. c80f5b3 ACPI: processor_driver: add missing kfree by Julia Lawall · 12 years ago
  25. 9f324bd ACPI: Add CPU hotplug support for processor device objects by Toshi Kani · 12 years ago
  26. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  27. 976a0be ACPI: remove duplicated lines of merging problems with acpi_processor_start by Yinghai Lu · 13 years ago
  28. 59c1204 ACPI: remove duplicated lines of merging problems with acpi_processor_add by Yinghai Lu · 13 years ago
  29. bd1d462 Merge 3.3-rc2 into the driver-core-next branch. by Greg Kroah-Hartman · 13 years ago
  30. 9061e0e ACPI: Load acpi-cpufreq from processor driver automatically by Andi Kleen · 13 years ago
  31. 99b7250 ACPI processor hotplug: Delay acpi_processor_start() call for hotplugged cores by Thomas Renninger · 13 years ago
  32. 54d5dcc ACPI processor hotplug: Split up acpi_processor_add by Thomas Renninger · 13 years ago
  33. 507a03c Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux by Linus Torvalds · 13 years ago
  34. 3bd81a8 ACPI processor: Remove unneeded variable passed by acpi_processor_hotadd_init V2 by Thomas Renninger · 13 years ago
  35. 5e7590d ACPI processor: Remove unneeded cpuidle_unregister_driver call by Thomas Renninger · 13 years ago
  36. 3333ea7 ACPI processor: Fix error path, also remove sysdev link by Thomas Renninger · 13 years ago
  37. 8a25a2f cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystem by Kay Sievers · 13 years ago
  38. 46bcfad cpuidle: Single/Global registration of idle states by Deepthi Dharwar · 13 years ago
  39. 6430c9c ACPI: use __init where possible in processor driver by Jan Beulich · 13 years ago
  40. fe3ded5 Merge branch 'throttling' into release by Len Brown · 14 years ago
  41. 5a344a5 ACPI: Reevaluate whether the T-state is supported or not after cpu is online/offline by Zhao Yakui · 14 years ago
  42. cef6e8a ACPI processor: remove processor throttling control procfs I/F by Zhang Rui · 14 years ago
  43. 7e31842 Merge branch 'misc' into release by Len Brown · 14 years ago
  44. 5ba8b1c ACPI: remove dead code by Stephen Hemminger · 14 years ago
  45. d5c6887 ACPI processor: make /proc/acpi/processor/*/throttle depends on CONFIG_ACPI_PROCFS by Zhang Rui · 14 years ago
  46. e9a64ed acpi_idle: add missing \n to printk by Len Brown · 14 years ago
  47. d09fe55 ACPI processor: remove deprecated ACPI procfs I/F by Zhang Rui · 14 years ago
  48. 75cbfb9 ACPI: Do not try to set up acpi processor stuff on cores exceeding maxcpus= by Thomas Renninger · 14 years ago
  49. 2671717 intel_idle: native hardware cpuidle driver for latest Intel processors by Len Brown · 14 years ago
  50. 541adf7 ACPI: allow a native cpuidle driver to displace ACPI by Len Brown · 14 years ago
  51. 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
  52. d8191fa ACPI: processor: driver doesn't need to evaluate _PDC by Alex Chiang · 14 years ago
  53. 78ed8bd ACPI: processor: move acpi_get_cpuid into processor_core.c by Alex Chiang · 14 years ago
  54. 2e9d5e4 ACPI: processor: export acpi_get_cpuid() by Alex Chiang · 14 years ago
  55. 0131aa3 ACPI: processor: mv processor_core.c processor_driver.c by Alex Chiang · 14 years ago[Renamed (99%) from drivers/acpi/processor_core.c]
  56. 08b8499 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 14 years ago
  57. 0f1d683 [CPUFREQ] Processor Clocking Control interface driver by Naga Chumbalkar · 15 years ago
  58. 43bab25 ACPI: processor: change acpi_processor_set_pdc() interface by Alex Chiang · 15 years ago
  59. 78f1699 ACPI: processor: call _PDC early by Alex Chiang · 15 years ago
  60. aa96ce0 Merge branch 'misc-2.6.33' into release by Len Brown · 15 years ago
  61. bf8b454 ACPI processor: Fix section mismatch for processor_add() by Thomas Renninger · 15 years ago
  62. 8fa79e0 Merge branch 'ost' into release by Len Brown · 15 years ago
  63. 13c4115 ACPI: Remove repeated registered as cooling_device messages by Mike Travis · 15 years ago
  64. 2263576 ACPICA: Add post-order callback to acpi_walk_namespace by Lin Ming · 15 years ago
  65. d81c45e1 ACPI: Notify the _PPC evaluation status to the platform by Zhao Yakui · 15 years ago
  66. 941b10f ACPI: add __cpuinit to acpi_processor_add() by Rakib Mullick · 15 years ago
  67. 53412c5 ACPI: kill overly verbose "throttling states" log messages by Roland Dreier · 15 years ago
  68. cbeee13 Merge branch 'processor-procfs-2.6.32' into release by Len Brown · 15 years ago
  69. 3b87bb6 Merge branch 'bjorn-start-stop-2.6.32' into release by Len Brown · 15 years ago
  70. a192a95 ACPI: Move definition of PREFIX from acpi_bus.h to internal..h by Len Brown · 15 years ago
  71. ce8442b acpi: don't call acpi_processor_init if acpi is disabled by Yinghai Lu · 15 years ago
  72. 970b049 ACPI: processor: remove .start() method by Bjorn Helgaas · 15 years ago
  73. ddcd62d ACPI: processor: move acpi_processor_start() after acpi_processor_add() by Bjorn Helgaas · 15 years ago
  74. d4e0526 ACPI: processor: clean up in acpi_processor_start() error exits by Bjorn Helgaas · 15 years ago
  75. c1815e0 ACPI: processor: remove KOBJ_ONLINE/KOBJ_OFFLINE events by Bjorn Helgaas · 15 years ago
  76. fbe8cdd Merge branches 'acerhdf', 'acpi-pci-bind', 'bjorn-pci-root', 'bugzilla-12904', 'bugzilla-13121', 'bugzilla-13396', 'bugzilla-13533', 'bugzilla-13612', 'c3_lock', 'hid-cleanups', 'misc-2.6.31', 'pdc-leak-fix', 'pnpacpi', 'power_nocheck', 'thinkpad_acpi', 'video' and 'wmi' into release by Len Brown · 15 years ago
  77. 7a04b84 ACPI: Rename ACPI processor device bus ID by Zhao Yakui · 15 years ago
  78. 74cad4e ACPI: Make ACPI processor proc I/F depend on the ACPI_PROCFS by Zhao Yakui · 15 years ago
  79. 7b768f0 ACPI: pdc init related memory leak with physical CPU hotplug by Pallipadi, Venkatesh · 15 years ago
  80. eaa9584 cpumask: alloc zeroed cpumask for static cpumask_var_ts by Yinghai Lu · 15 years ago
  81. 9eccbc2 ACPI: processor: move device _HID into driver by Bjorn Helgaas · 15 years ago
  82. 6cc73b4 ACPI: processor: check for synthetic _HID, default to "Device" declaration by Bjorn Helgaas · 15 years ago
  83. 7ec0a72 ACPI: processor: use .notify method instead of installing handler directly by Bjorn Helgaas · 15 years ago
  84. 478c6a4 Merge branch 'linus' into release by Len Brown · 15 years ago
  85. 7237d3d x86, ACPI: add support for x2apic ACPI extensions by Suresh Siddha · 15 years ago
  86. 99b7623 proc 2/2: remove struct proc_dir_entry::owner by Alexey Dobriyan · 15 years ago
  87. 2fdf66b cpumask: convert shared_cpu_map in acpi_processor* structs to cpumask_var_t by Rusty Russell · 16 years ago
  88. 547f784 Merge branch 'processor-256' into release by Len Brown · 16 years ago
  89. 9b5a56d Merge branch 'sysfs' into release by Len Brown · 16 years ago
  90. 89595b8 ACPI: consolidate ACPI_*_COMPONENT definitions in acpi_drivers.h by Bjorn Helgaas · 16 years ago
  91. 0794469 ACPI: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  92. 5b53ed6 ACPI: 80 column adherence and spelling fix (no functional change) by Myron Stowe · 16 years ago
  93. b26e928 ACPI: Behave uniquely based on processor declaration definition type by Myron Stowe · 16 years ago
  94. ad93a76 ACPI: Disambiguate processor declaration type by Myron Stowe · 16 years ago
  95. 7674416 Merge branch 'ull' into test by Len Brown · 16 years ago
  96. 27663c5 ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernels by Matthew Wilcox · 16 years ago
  97. db89b4f ACPI: catch calls of acpi_driver_data on pointer of wrong type by Pavel Machek · 16 years ago
  98. 3df8a90 ACPI: Fix typo in "Disable MWAIT via DMI on broken Compal board" by Dennis Jansen · 16 years ago
  99. d005741 acpi: trivial cleanups by Pavel Machek · 16 years ago
  100. fc3a882 driver core: fix a lot of printk usages of bus_id by Greg Kroah-Hartman · 16 years ago