1. 00159a2 ACPI / memhotplug: add parameter to disable memory hotplug by Prarit Bhargava · 10 years ago
  2. 24dee1f ACPI / bind: Pass struct acpi_device pointer to acpi_bind_one() by Rafael J. Wysocki · 11 years ago
  3. 5c2aae8 Merge branch 'acpi-hotplug' by Rafael J. Wysocki · 11 years ago
  4. 16ff816d ACPI / memhotplug: Use defined marco METHOD_NAME__STA by Zhang Yanfei · 11 years ago
  5. 1bb25df ACPI / mm: use NUMA_NO_NODE by Jianguo Wu · 11 years ago
  6. d19f503 ACPI / memhotplug: Fix a stale pointer in error path by Toshi Kani · 11 years ago
  7. 242831e Memory hotplug / ACPI: Simplify memory removal by Rafael J. Wysocki · 11 years ago
  8. e2ff394 ACPI / memhotplug: Bind removable memory blocks to ACPI device nodes by Rafael J. Wysocki · 11 years ago
  9. fd4655c ACPI / memhotplug: Remove info->failed bit by Yasuaki Ishimatsu · 11 years ago
  10. bb49d82 ACPI / memhotplug: set info->enabled for memory present at boot time by Yasuaki Ishimatsu · 11 years ago
  11. 0a34764 ACPI / scan: Make memory hotplug driver use struct acpi_scan_handler by Rafael J. Wysocki · 11 years ago
  12. 60a5a19 memory-hotplug: remove sysfs file of node by Tang Chen · 11 years ago
  13. 3757b94 ACPI / hotplug: Fix concurrency issues and memory leaks by Rafael J. Wysocki · 11 years ago
  14. 51fac83 ACPI: Remove useless type argument of driver .remove() operation by Rafael J. Wysocki · 11 years ago
  15. cc38e51 Merge branch 'acpi-scan' into acpi-cleanup by Rafael J. Wysocki · 11 years ago
  16. b8bd759 ACPI / scan: Drop acpi_bus_add() and use acpi_bus_scan() instead by Rafael J. Wysocki · 11 years ago
  17. 5993c46 ACPI: update ej_event interface to take acpi_device by Yinghai Lu · 11 years ago
  18. 8611ea5 ACPI / memhotplug: remove redundant logic of acpi memory hotadd by Liu Jinsong · 12 years ago
  19. 0cd6ac5 ACPI: Make acpi_bus_scan() and acpi_bus_add() take only one argument by Rafael J. Wysocki · 12 years ago
  20. 636458d ACPI: Remove the arguments of acpi_bus_add() that are not used by Rafael J. Wysocki · 12 years ago
  21. ab6c570 ACPI: Update Memory hotplug error messages by Toshi Kani · 12 years ago
  22. 61d8eff ACPI / memhotplug: bind the memory device when the driver is being loaded by Wen Congyang · 12 years ago
  23. 6547947 ACPI / memhotplug: don't allow to eject the memory device if it is being used by Wen Congyang · 12 years ago
  24. e0b7b24 ACPI / memhotplug: free memory device if acpi_memory_enable_device() failed by Wen Congyang · 12 years ago
  25. 386e52b ACPI / memhotplug: fix memory leak when memory device is unbound from acpi_memhotplug by Wen Congyang · 12 years ago
  26. 315bbae ACPI / memhotplug: deal with eject request in hotplug queue by Wen Congyang · 12 years ago
  27. 19387b2 ACPI / memory-hotplug: add memory offline code to acpi_memory_device_remove() by Yasuaki Ishimatsu · 12 years ago
  28. 54c4c7d ACPI / memory-hotplug: call acpi_bus_trim() to remove memory device by Wen Congyang · 12 years ago
  29. b1f00de ACPI: Add _OST support for ACPI memory hotplug by Toshi Kani · 12 years ago
  30. 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
  31. 2263576 ACPICA: Add post-order callback to acpi_walk_namespace by Lin Ming · 15 years ago
  32. 3b87bb6 Merge branch 'bjorn-start-stop-2.6.32' into release by Len Brown · 15 years ago
  33. 15b8dd5 ACPICA: Major update for acpi_get_object_info external interface by Bob Moore · 15 years ago
  34. 5d2619f ACPI: Ingore the memory block with zero block size in course of memory hotplug by Zhao Yakui · 15 years ago
  35. aa7b2b2 ACPI: Don't treat generic error as ACPI error code in acpi memory hotplug driver by Zhao Yakui · 15 years ago
  36. 80f20fe ACPI: memory hotplug: remove .start() method by Bjorn Helgaas · 15 years ago
  37. c7060d9 trivial: Fix misspelling of "firmware" in acpi_memhotplug.c by Nick Andrew · 16 years ago
  38. 89595b8 ACPI: consolidate ACPI_*_COMPONENT definitions in acpi_drivers.h by Bjorn Helgaas · 16 years ago
  39. 7674416 Merge branch 'ull' into test by Len Brown · 16 years ago
  40. 5f50ef4 Merge branch 'misc' into test by Len Brown · 16 years ago
  41. 55ac9a0 ACPI: replace ACPI_DEBUG_PRINT((ACPI_DB_ERROR, ...) with printk by Lin Ming · 16 years ago
  42. 27663c5 ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernels by Matthew Wilcox · 16 years ago
  43. db89b4f ACPI: catch calls of acpi_driver_data on pointer of wrong type by Pavel Machek · 16 years ago
  44. 1ba90e3 ACPI: autoload modules - Create __mod_acpi_device_table symbol for all ACPI drivers by Thomas Renninger · 17 years ago
  45. a0bd4ac ACPI: Remove duplicate definitions for _STA bits by Bjorn Helgaas · 17 years ago
  46. 7cda93e ACPI: delete extra #defines in /drivers/acpi/ drivers by Len Brown · 17 years ago
  47. c2b6705 ACPI: fix acpi_driver.name usage by Len Brown · 17 years ago
  48. f52fd66 ACPI: clean up ACPI_MODULE_NAME() use by Len Brown · 17 years ago
  49. 36bcbec ACPI: replace kmalloc+memset with kzalloc by Burman Yan · 18 years ago
  50. cece901 Pull style into test branch by Len Brown · 18 years ago
  51. 887b959 [PATCH] acpi memory hotplug: remove strange add_memory fail message by Yasunori Goto · 18 years ago
  52. 6cbe44c [PATCH] Change log level of a message of acpi_memhotplug to KERN_DEBUG by Yasunori Goto · 18 years ago
  53. 50dd096 ACPI: Remove unnecessary from/to-void* and to-void casts in drivers/acpi by Jan Engelhardt · 18 years ago
  54. 8c2676a [PATCH] hot-add-mem x86_64: memory_add_physaddr_to_nid node fixup by Keith Mannthey · 18 years ago
  55. 07dd485 ACPI: memory hotplug: remove useless message at boot time by Yasunori Goto · 18 years ago
  56. 5d2870f [PATCH] memory hotadd fixes: avoid registering res twice by KAMEZAWA Hiroyuki · 18 years ago
  57. fa25d8d [PATCH] memory hotadd fixes: avoid check in acpi by KAMEZAWA Hiroyuki · 18 years ago
  58. 5f765b8 Pull acpi_device_handle_cleanup into release branch by Len Brown · 18 years ago
  59. b197ba3 Pull acpi_os_free into release branch by Len Brown · 18 years ago
  60. 0a1f1ab ACPI: fixup memhotplug debug message by akpm@osdl.org · 18 years ago
  61. 02438d8 ACPI: delete acpi_os_free(), use kfree() directly by Len Brown · 18 years ago
  62. 9453ece ACPI: acpi_memhotplug: Remove unneeded acpi_handle from driver. by Patrick Mochel · 18 years ago
  63. b863278 ACPI: acpi_memhotplug: Use acpi_device's handle instead of driver's by Patrick Mochel · 18 years ago
  64. 3b74863 ACPI: acpi_memhotplug: add struct acpi_device to struct acpi_memory_device. by Patrick Mochel · 18 years ago
  65. d120cfb merge linus into release branch by Len Brown · 18 years ago
  66. 1e3590e [PATCH] pgdat allocation for new node add (get node id by acpi) by Yasunori Goto · 18 years ago
  67. bc02af9 [PATCH] pgdat allocation for new node add (specify node id) by Yasunori Goto · 18 years ago
  68. dd56a8e [PATCH] Catch notification of memory add event of ACPI via container driver. (avoid redundant call add_memory) by Yasunori Goto · 18 years ago
  69. 1f42599 [PATCH] Catch notification of memory add event of ACPI via container driver. (register start func for memory device) by Yasunori Goto · 18 years ago
  70. 9ac0239 [PATCH] acpi memory hotplug cannot manage _CRS with plural resoureces by KAMEZAWA Hiroyuki · 18 years ago
  71. d550d98 ACPI: delete tracing macros from drivers/acpi/*.c by Patrick Mochel · 18 years ago
  72. 6468463 ACPI: un-export ACPI_ERROR() -- use printk(KERN_ERR...) by Len Brown · 18 years ago
  73. a6fc672 ACPI: Enable ACPI error messages w/o CONFIG_ACPI_DEBUG by Thomas Renninger · 18 years ago
  74. 459c726 ACPI: fix memory hotplug range length handling by Bjorn Helgaas · 18 years ago
  75. 3963f00 [ACPI] acpi_memhotplug.c build fix by KAMEZAWA Hiroyuki · 19 years ago
  76. 50eca3e [ACPI] ACPICA 20050930 by Bob Moore · 19 years ago
  77. 0b0acbe [PATCH] memory hotplug: move section_mem_map alloc to sparse.c by Dave Hansen · 19 years ago
  78. 4be44fc [ACPI] Lindent all ACPI files by Len Brown · 19 years ago
  79. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago