1. 4a34dcf2 mm/memory_hotplug: Do not unlock when fails to take the device_hotplug_lock by zhong jiang · 5 years ago
  2. e2e7b55 mm/memory_hotplug: make add_memory() take the device_hotplug_lock by David Hildenbrand · 6 years ago
  3. 6cb0497 base/memory, hotplug: fix a kernel oops in show_valid_zones() by Toshi Kani · 7 years ago
  4. 143a9ad memory_hotplug: make zone_can_shift() return a boolean value by Yasuaki Ishimatsu · 7 years ago
  5. d66ba15 memory-hotplug: fix store_mem_state() return value by Reza Arbab · 8 years ago
  6. a371d9f memory-hotplug: use zone_can_shift() for sysfs valid_zones attribute by Reza Arbab · 8 years ago
  7. 31bc385 memory-hotplug: add automatic onlining policy for the newly added memory by Vitaly Kuznetsov · 8 years ago
  8. 260ae3f mm: skip memory block registration for ZONE_DEVICE by Dan Williams · 8 years ago
  9. cb5490a drivers/base/memory.c: fix kernel warning during memory hotplug on ppc64 by John Allen · 8 years ago
  10. cc292b0 drivers/base/memory.c: rename remove_memory_block() to remove_memory_section() by Seth Jennings · 8 years ago
  11. 56c6b5d drivers/base/memory.c: clean up section counting by Seth Jennings · 8 years ago
  12. 26bbe7e drivers/base/memory.c: prohibit offlining of memory blocks with missing sections by Seth Jennings · 8 years ago
  13. 30467e0 mm, hotplug: fix concurrent memory hot-add deadlock by David Rientjes · 9 years ago
  14. 19c07d5 memory hotplug: use macro to switch between section and pfn by Sheng Yong · 9 years ago
  15. 2aeebca drivers: base: memory: Use tabs instead of spaces by Ioana Ciornei · 9 years ago
  16. 3d3af6a drivers: base: memory: Fix switch indent by Ioana Ciornei · 9 years ago
  17. 71fbd55 memory-hotplug: remove redundant call of page_to_pfn by Zhang Zhen · 9 years ago
  18. ed2f240 memory-hotplug: add sysfs valid_zones attribute by Zhang Zhen · 10 years ago
  19. b69deb2 mm/mem-hotplug: replace simple_strtoull() with kstrtoull() by Zhang Zhen · 10 years ago
  20. 4f7c6b4 mem-hotplug: introduce MMOP_OFFLINE to replace the hard coding -1 by Tang Chen · 10 years ago
  21. 1f6a6cc mem-hotplug: avoid illegal state prefixed with legal state when changing state of memory_block by Tang Chen · 10 years ago
  22. 56a3c65 memory-hotplug: update documentation to hide information about SECTIONS and remove end_phys_index by Li Zhong · 10 years ago
  23. a37f863 driver core: Release device_hotplug_lock when store_mem_state returns EINVAL by Yasuaki Ishimatsu · 11 years ago
  24. 40031da Merge tag 'pm+acpi-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  25. 542a086 Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  26. 5e33bc4 driver core / ACPI: Avoid device hot remove locking issues by Rafael J. Wysocki · 11 years ago
  27. 21ea9f5 drivers/base/memory.c: fix show_mem_removable() to handle missing sections by Russ Anderson · 11 years ago
  28. 7315f0c drivers/base/memory.c: introduce help macro to_memory_block by Gu Zheng · 11 years ago
  29. fa2be40 drivers: base: use standard device online/offline for state change by Seth Jennings · 11 years ago
  30. cb5e39b drivers: base: refactor add_memory_section() to add_memory_block() by Seth Jennings · 11 years ago
  31. 37171e3 drivers: base: remove improper get/put in add_memory_section() by Seth Jennings · 11 years ago
  32. 37a7bd6 drivers: base: reduce add_memory_section() for boot-time only by Seth Jennings · 11 years ago
  33. d7f8053 drivers: base: unshare add_memory_section() from hotplug by Seth Jennings · 11 years ago
  34. df2b717 drivers: base: use device get/put functions by Seth Jennings · 11 years ago
  35. 879f1be drivers: base: remove unneeded variable by Seth Jennings · 11 years ago
  36. b1eaef3 drivers: base: move mutex lock out of add_memory_section() by Seth Jennings · 11 years ago
  37. 34da5e6 driver core: replace strict_strto*() with kstrto*() by Jingoo Han · 11 years ago
  38. f991fae Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  39. 96b2c0f drivers/base: Use attribute groups to create sysfs memory files by Nathan Fontenot · 11 years ago
  40. ea50be5 Driver core / MM: Drop offline_memory_block() by Rafael J. Wysocki · 11 years ago
  41. b2c064b Driver core / memory: Simplify __memory_block_change_state() by Rafael J. Wysocki · 11 years ago
  42. 4960e05 Driver core: Introduce offline/online callbacks for memory blocks by Rafael J. Wysocki · 11 years ago
  43. 6056d61 mm: Remove unused parameter of pages_correctly_reserved() by Tang Chen · 11 years ago
  44. 4edd7ce mm, hotplug: avoid compiling memory hotremove functions when disabled by David Rientjes · 11 years ago
  45. 6677e3e memory-hotplug: check whether all memory blocks are offlined or not when removing memory by Yasuaki Ishimatsu · 11 years ago
  46. 74fef7a base: memory: fix soft/hard_offline_page permissions by Felipe Balbi · 11 years ago
  47. 511c2ab mm, memory-hotplug: dynamic configure movable memory and portion memory by Lai Jiangshan · 11 years ago
  48. fa7194e memory hotplug: suppress "Device memoryX does not have a release() function" warning by Yasuaki Ishimatsu · 11 years ago
  49. e90bdb7 memory-hotplug: update memory block's state and notify userspace by Wen Congyang · 12 years ago
  50. a16cee1 memory-hotplug: preparation to notify memory block's state at memory hot remove by Wen Congyang · 12 years ago
  51. cd593ac Merge tag 'v3.3-rc7' into x86/mce by Ingo Molnar · 12 years ago
  52. 321bf4e drivers/base/memory.c: fix memory_dev_init() long delay by Yinghai Lu · 12 years ago
  53. 4e9f44b Merge tag 'mce-recovery-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras into x86/mce by Ingo Molnar · 12 years ago
  54. f5138e4 kdump: add udev events for memory online/offline by Michael Holzheu · 12 years ago
  55. cd42f4a HWPOISON: Clean up memory_failure() vs. __memory_failure() by Tony Luck · 12 years ago
  56. 10fbcf4 convert 'memory' sysdev_class to a regular subsystem by Kay Sievers · 12 years ago
  57. 2bbcb878 mm: memory hotplug: Check if pages are correctly reserved on a per-section basis by Mel Gorman · 13 years ago
  58. de0ed36 Revert "memory hotplug: Correct page reservation checking" by Greg Kroah-Hartman · 13 years ago
  59. 54f23eb memory hotplug: Correct page reservation checking by Nathan Fontenot · 13 years ago
  60. 61b94fe memory hotplug: Refuse to add unaligned memory regions by Anton Blanchard · 13 years ago
  61. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  62. a63fdc5 mm: Move definition of MIN_MEMORY_BLOCK_SIZE to a header by Benjamin Herrenschmidt · 13 years ago
  63. 57d19e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  64. a236c71 drivers/base/memory.c: fix warning due to "memory hotplug: Speed up add/remove when blocks are larger than PAGES_PER_SECTION" by Andrew Morton · 13 years ago
  65. 5409d2c memory hotplug: Speed up add/remove when blocks are larger than PAGES_PER_SECTION by Anton Blanchard · 13 years ago
  66. 8572394 drivers:base:fix the coding format of memory.c by Wanlong Gao · 13 years ago
  67. 9f0af69 sysfs-memory: fix uninitialized variable warning and clean-up code. by Nikanth Karthikesan · 13 years ago
  68. 6add7cd memory hotplug: sysfs probe routine should add all memory sections by Nathan Fontenot · 13 years ago
  69. d336016 memory hotplug: Update phys_index to [start|end]_section_nr by Nathan Fontenot · 13 years ago
  70. 0c2c99b memory hotplug: Allow memory blocks to span multiple memory sections by Nathan Fontenot · 13 years ago
  71. 0768121 Driver core: Add section count to memory_block struct by Nathan Fontenot · 14 years ago
  72. 2938ffb Driver core: Add mutex for adding/removing memory blocks by Nathan Fontenot · 14 years ago
  73. e4619c8 Driver core: Move find_memory_block routine by Nathan Fontenot · 14 years ago
  74. 9838303 driver core: Introduce find_memory_block_hinted which utilizes kset_find_obj_hinted. by Robin Holt · 14 years ago
  75. 4dc86ae Revert "memory-hotplug: add 0x prefix to HEX block_size_bytes" by Linus Torvalds · 14 years ago
  76. 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
  77. bc32df0 memory hotplug: allow setting of phys_device by Heiko Carstens · 14 years ago
  78. 9cd4361 kobject: Constify struct kset_uevent_ops by Emese Revfy · 14 years ago
  79. 28812fe driver-core: Add attribute argument to class_attribute show/store by Andi Kleen · 14 years ago
  80. 8564a6c sysdev: Fix type of sysdev class attribute in memory driver by Andi Kleen · 14 years ago
  81. bd79667 Revert "sysdev: fix prototype for memory_sysdev_class show/store functions" by Greg Kroah-Hartman · 14 years ago
  82. 8ff410d sysdev: fix prototype for memory_sysdev_class show/store functions by Wu Fengguang · 14 years ago
  83. ba168fc memory-hotplug: add 0x prefix to HEX block_size_bytes by Wu Fengguang · 14 years ago
  84. 925cc71 mm: Add notifier in pageblock isolation for balloon drivers by Robert Jennings · 14 years ago
  85. facb601 HWPOISON: Add soft page offline support by Andi Kleen · 14 years ago
  86. c04fc58 mm: show node to memory section relationship with symlinks in sysfs by Gary Hade · 15 years ago
  87. 9f1b16a memory_probe: fix wrong sysfs file attribute by Shaohua Li · 16 years ago
  88. 1f07be1 more sysdev API change fallout - drivers/base/memory.c by Stephen Rothwell · 16 years ago
  89. f810a5c Use WARN() in drivers/base/ by Arjan van de Ven · 16 years ago
  90. 5c755e9 memory-hotplug: add sysfs removable attribute for hotplug memory remove by Badari Pulavarty · 16 years ago
  91. 4a0b2b4 sysdev: Pass the attribute to the low level sysdev show/store function by Andi Kleen · 16 years ago
  92. 3c82c30 memory: Introduce exports for memory notifiers by Hannes Hering · 16 years ago
  93. 2b3a302 driver core: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  94. 00a41db driver core: register_memory/unregister_memory clean ups and bugfix by Badari Pulavarty · 16 years ago
  95. da19cbc driver core: memory: semaphore to mutex by Daniel Walker · 16 years ago
  96. af5ca3f Driver core: change sysdev classes to use dynamic kobject names by Kay Sievers · 16 years ago
  97. 7b78d33 memory hotplug: rearrange memory hotplug notifier by Yasunori Goto · 17 years ago
  98. 540557b sparsemem: record when a section has a valid mem_map by Andy Whitcroft · 17 years ago
  99. 9ec0fd4e more uevent fallout (drivers/base/memory.c) by Al Viro · 17 years ago
  100. 7eff2e7 Driver core: change add_uevent_var to use a struct by Kay Sievers · 17 years ago