1. cd593ac Merge tag 'v3.3-rc7' into x86/mce by Ingo Molnar · 12 years ago
  2. 321bf4e drivers/base/memory.c: fix memory_dev_init() long delay by Yinghai Lu · 13 years ago
  3. 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 · 13 years ago
  4. f5138e4 kdump: add udev events for memory online/offline by Michael Holzheu · 13 years ago
  5. cd42f4a HWPOISON: Clean up memory_failure() vs. __memory_failure() by Tony Luck · 13 years ago
  6. 10fbcf4 convert 'memory' sysdev_class to a regular subsystem by Kay Sievers · 13 years ago
  7. 2bbcb878 mm: memory hotplug: Check if pages are correctly reserved on a per-section basis by Mel Gorman · 13 years ago
  8. de0ed36 Revert "memory hotplug: Correct page reservation checking" by Greg Kroah-Hartman · 13 years ago
  9. 54f23eb memory hotplug: Correct page reservation checking by Nathan Fontenot · 13 years ago
  10. 61b94fe memory hotplug: Refuse to add unaligned memory regions by Anton Blanchard · 13 years ago
  11. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  12. a63fdc5 mm: Move definition of MIN_MEMORY_BLOCK_SIZE to a header by Benjamin Herrenschmidt · 13 years ago
  13. 57d19e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  14. 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
  15. 5409d2c memory hotplug: Speed up add/remove when blocks are larger than PAGES_PER_SECTION by Anton Blanchard · 13 years ago
  16. 8572394 drivers:base:fix the coding format of memory.c by Wanlong Gao · 13 years ago
  17. 9f0af69 sysfs-memory: fix uninitialized variable warning and clean-up code. by Nikanth Karthikesan · 13 years ago
  18. 6add7cd memory hotplug: sysfs probe routine should add all memory sections by Nathan Fontenot · 14 years ago
  19. d336016 memory hotplug: Update phys_index to [start|end]_section_nr by Nathan Fontenot · 14 years ago
  20. 0c2c99b memory hotplug: Allow memory blocks to span multiple memory sections by Nathan Fontenot · 14 years ago
  21. 0768121 Driver core: Add section count to memory_block struct by Nathan Fontenot · 14 years ago
  22. 2938ffb Driver core: Add mutex for adding/removing memory blocks by Nathan Fontenot · 14 years ago
  23. e4619c8 Driver core: Move find_memory_block routine by Nathan Fontenot · 14 years ago
  24. 9838303 driver core: Introduce find_memory_block_hinted which utilizes kset_find_obj_hinted. by Robin Holt · 14 years ago
  25. 4dc86ae Revert "memory-hotplug: add 0x prefix to HEX block_size_bytes" by Linus Torvalds · 14 years ago
  26. 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
  27. bc32df0 memory hotplug: allow setting of phys_device by Heiko Carstens · 14 years ago
  28. 9cd4361 kobject: Constify struct kset_uevent_ops by Emese Revfy · 15 years ago
  29. 28812fe driver-core: Add attribute argument to class_attribute show/store by Andi Kleen · 15 years ago
  30. 8564a6c sysdev: Fix type of sysdev class attribute in memory driver by Andi Kleen · 15 years ago
  31. bd79667 Revert "sysdev: fix prototype for memory_sysdev_class show/store functions" by Greg Kroah-Hartman · 15 years ago
  32. 8ff410d sysdev: fix prototype for memory_sysdev_class show/store functions by Wu Fengguang · 15 years ago
  33. ba168fc memory-hotplug: add 0x prefix to HEX block_size_bytes by Wu Fengguang · 15 years ago
  34. 925cc71 mm: Add notifier in pageblock isolation for balloon drivers by Robert Jennings · 15 years ago
  35. facb601 HWPOISON: Add soft page offline support by Andi Kleen · 15 years ago
  36. c04fc58 mm: show node to memory section relationship with symlinks in sysfs by Gary Hade · 16 years ago
  37. 9f1b16a memory_probe: fix wrong sysfs file attribute by Shaohua Li · 16 years ago
  38. 1f07be1 more sysdev API change fallout - drivers/base/memory.c by Stephen Rothwell · 16 years ago
  39. f810a5c Use WARN() in drivers/base/ by Arjan van de Ven · 16 years ago
  40. 5c755e9 memory-hotplug: add sysfs removable attribute for hotplug memory remove by Badari Pulavarty · 16 years ago
  41. 4a0b2b4 sysdev: Pass the attribute to the low level sysdev show/store function by Andi Kleen · 16 years ago
  42. 3c82c30 memory: Introduce exports for memory notifiers by Hannes Hering · 16 years ago
  43. 2b3a302 driver core: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  44. 00a41db driver core: register_memory/unregister_memory clean ups and bugfix by Badari Pulavarty · 16 years ago
  45. da19cbc driver core: memory: semaphore to mutex by Daniel Walker · 17 years ago
  46. af5ca3f Driver core: change sysdev classes to use dynamic kobject names by Kay Sievers · 17 years ago
  47. 7b78d33 memory hotplug: rearrange memory hotplug notifier by Yasunori Goto · 17 years ago
  48. 540557b sparsemem: record when a section has a valid mem_map by Andy Whitcroft · 17 years ago
  49. 9ec0fd4e more uevent fallout (drivers/base/memory.c) by Al Viro · 17 years ago
  50. 7eff2e7 Driver core: change add_uevent_var to use a struct by Kay Sievers · 17 years ago
  51. 28ec24e [PATCH] driver/base/memory.c: handle errors properly by Andrew Morton · 18 years ago
  52. bc02af9 [PATCH] pgdat allocation for new node add (specify node id) by Yasunori Goto · 18 years ago
  53. e041c68 [PATCH] Notifier chain update: API changes by Alan Stern · 18 years ago
  54. be7ee9b [PATCH] fix __user annotations in drivers/base/memory.c by Al Viro · 19 years ago
  55. c59ede7 [PATCH] move capable() to capability.h by Randy.Dunlap · 19 years ago
  56. 900b2b4 [PATCH] memhotplug: register_memory should be global by Andy Whitcroft · 19 years ago
  57. 98a38eb [PATCH] memhotplug: register_ and unregister_memory_notifier should be global by Andy Whitcroft · 19 years ago
  58. 312c004 [PATCH] driver core: replace "hotplug" by "uevent" by Kay Sievers · 19 years ago
  59. 2f40fb7 [PATCH] drivers/base/memory.c: unexport the static (sic) memory_sysdev_class by Adrian Bunk · 19 years ago
  60. 0b0acbe [PATCH] memory hotplug: move section_mem_map alloc to sparse.c by Dave Hansen · 19 years ago
  61. 3947be1 [PATCH] memory hotplug: sysfs and add/remove functions by Dave Hansen · 19 years ago