1. 151c602 SLUB: Fix sysfs refcounting by Christoph Lameter · 16 years ago
  2. e374d48 slub: fix shadowed variable sparse warnings by Harvey Harrison · 16 years ago
  3. 1eada11 Kobject: convert mm/slub.c to use kobject_init/add_ng() by Greg Kroah-Hartman · 16 years ago
  4. 0ff21e4 kobject: convert kernel_kset to be a kobject by Greg Kroah-Hartman · 17 years ago
  5. 081248d kset: move /sys/slab to /sys/kernel/slab by Greg Kroah-Hartman · 17 years ago
  6. 27c3a31 kset: convert slub to use kset_create by Greg Kroah-Hartman · 17 years ago
  7. 3514fac kobject: remove struct kobj_type from struct kset by Greg Kroah-Hartman · 17 years ago
  8. 158a962 Unify /proc/slabinfo configuration by Linus Torvalds · 16 years ago
  9. 57ed3ed slub: provide /proc/slabinfo by Pekka J Enberg · 16 years ago
  10. 76be895 SLUB: Improve hackbench speed by Christoph Lameter · 16 years ago
  11. 3811dbf SLUB: remove useless masking of GFP_ZERO by Christoph Lameter · 16 years ago
  12. 7fd2725 Avoid double memclear() in SLOB/SLUB by Linus Torvalds · 17 years ago
  13. 294a80a SLUB's ksize() fails for size > 2048 by Vegard Nossum · 17 years ago
  14. efe4418 SLUB: killed the unused "end" variable by Denis Cheng · 17 years ago
  15. 05aa345 SLUB: Fix memory leak by not reusing cpu_slab by Christoph Lameter · 17 years ago
  16. 27bb628 missing atomic_read_long() in slub.c by Al Viro · 17 years ago
  17. b9049e2 memory hotplug: make kmem_cache_node for SLUB on memory online avoid panic by Yasunori Goto · 17 years ago
  18. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  19. b811c20 SLUB: simplify IRQ off handling by Christoph Lameter · 17 years ago
  20. ea3061d slub: list_locations() can use GFP_TEMPORARY by Andrew Morton · 17 years ago
  21. 42a9fdb SLUB: Optimize cacheline use for zeroing by Christoph Lameter · 17 years ago
  22. 4c93c355 SLUB: Place kmem_cache_cpu structures in a NUMA aware way by Christoph Lameter · 17 years ago
  23. ee3c72a SLUB: Avoid touching page struct when freeing to per cpu slab by Christoph Lameter · 17 years ago
  24. b3fba8d SLUB: Move page->offset to kmem_cache_cpu->offset by Christoph Lameter · 17 years ago
  25. 8e65d24 SLUB: Do not use page->mapping by Christoph Lameter · 17 years ago
  26. dfb4f09 SLUB: Avoid page struct cacheline bouncing due to remote frees to cpu slab by Christoph Lameter · 17 years ago
  27. e12ba74 Group short-lived and reclaimable kernel allocations by Mel Gorman · 17 years ago
  28. 6cb0622 Categorize GFP flags by Christoph Lameter · 17 years ago
  29. f64dc58 Memoryless nodes: SLUB support by Christoph Lameter · 17 years ago
  30. ef8b452 Slab allocators: fail if ksize is called with a NULL parameter by Christoph Lameter · 17 years ago
  31. 2408c55 {slub, slob}: use unlikely() for kfree(ZERO_OR_NULL_PTR) check by Satyam Sharma · 17 years ago
  32. aadb4bc SLUB: direct pass through of page size or higher kmalloc requests by Christoph Lameter · 17 years ago
  33. 1cd7daa slub.c:early_kmem_cache_node_alloc() shouldn't be __init by Adrian Bunk · 17 years ago
  34. ba0268a SLUB: accurately compare debug flags during slab cache merge by Christoph Lameter · 17 years ago
  35. 5d540fb slub: do not fail if we cannot register a slab with sysfs by Christoph Lameter · 17 years ago
  36. a2f92ee SLUB: do not fail on broken memory configurations by Christoph Lameter · 17 years ago
  37. 9e86943 SLUB: use atomic_long_read for atomic_long variables by Christoph Lameter · 17 years ago
  38. 1ceef40 SLUB: Fix dynamic dma kmalloc cache creation by Christoph Lameter · 17 years ago
  39. fcda3d8 SLUB: Remove checks for MAX_PARTIAL from kmem_cache_shrink by Christoph Lameter · 17 years ago
  40. 2208b76 slub: fix bug in slub debug support by Peter Zijlstra · 17 years ago
  41. 02febdf slub: add lock debugging check by Peter Zijlstra · 17 years ago
  42. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  43. 9550b10 slub: fix ksize() for zero-sized pointers by Linus Torvalds · 17 years ago
  44. 8ab1372 SLUB: Fix CONFIG_SLUB_DEBUG use for CONFIG_NUMA by Christoph Lameter · 17 years ago
  45. a0e1d1b SLUB: Move sysfs operations outside of slub_lock by Christoph Lameter · 17 years ago
  46. 434e245 SLUB: Do not allocate object bit array on stack by Christoph Lameter · 17 years ago
  47. 81cda66 Slab allocators: Cleanup zeroing allocations by Christoph Lameter · 17 years ago
  48. ce15fea SLUB: Do not use length parameter in slab_alloc() by Christoph Lameter · 17 years ago
  49. 12ad684 SLUB: Style fix up the loop to disable small slabs by Christoph Lameter · 17 years ago
  50. 5af328a mm/slub.c: make code static by Adrian Bunk · 17 years ago
  51. 7b55f62 SLUB: Simplify dma index -> size calculation by Christoph Lameter · 17 years ago
  52. f1b2633 SLUB: faster more efficient slab determination for __kmalloc by Christoph Lameter · 17 years ago
  53. dfce864 SLUB: do proper locking during dma slab creation by Christoph Lameter · 17 years ago
  54. 2e443fd SLUB: extract dma_kmalloc_cache from get_cache. by Christoph Lameter · 17 years ago
  55. 0c71001 SLUB: add some more inlines and #ifdef CONFIG_SLUB_DEBUG by Christoph Lameter · 17 years ago
  56. d07dbea Slab allocators: support __GFP_ZERO in all allocators by Christoph Lameter · 17 years ago
  57. 6cb8f91 Slab allocators: consistent ZERO_SIZE_PTR support and NULL result semantics by Christoph Lameter · 17 years ago
  58. ef2ad80 Slab allocators: consolidate code for krealloc in mm/util.c by Christoph Lameter · 17 years ago
  59. d45f39c SLUB Debug: fix initial object debug state of NUMA bootstrap objects by Christoph Lameter · 17 years ago
  60. 6300ea7 SLUB: ensure that the number of objects per slab stays low for high orders by Christoph Lameter · 17 years ago
  61. 68dff6a SLUB slab validation: Move tracking information alloc outside of lock by Christoph Lameter · 17 years ago
  62. 5b95a4ac SLUB: use list_for_each_entry for loops over all slabs by Christoph Lameter · 17 years ago
  63. 2492268 SLUB: change error reporting format to follow lockdep loosely by Christoph Lameter · 17 years ago
  64. f0630ff SLUB: support slub_debug on by default by Christoph Lameter · 17 years ago
  65. d23cf67 slub: remove useless EXPORT_SYMBOL by Christoph Lameter · 17 years ago
  66. dbc55fa SLUB: Make lockdep happy by not calling add_partial with interrupts enabled during bootstrap by Christoph Lameter · 17 years ago
  67. 8496634 SLUB: fix behavior if the text output of list_locations overflows PAGE_SIZE by Christoph Lameter · 17 years ago
  68. 4b356be SLUB: minimum alignment fixes by Christoph Lameter · 17 years ago
  69. dd08c40 SLUB slab validation: Alloc while interrupts are disabled must use GFP_ATOMIC by Christoph Lameter · 17 years ago
  70. 272c1d2 SLUB: return ZERO_SIZE_PTR for kmalloc(0) by Christoph Lameter · 17 years ago
  71. 27390bc SLUB: fix locking for hotplug callbacks by Christoph Lameter · 17 years ago
  72. 8ffa687 SLUB: Fix NUMA / SYSFS bootstrap issue by Christoph Lameter · 17 years ago
  73. 33e9e24 SLUB Debug: fix check for super sized slabs (>512k 64bit, >256k 32bit) by Christoph Lameter · 17 years ago
  74. c12b3c6 SLUB Debug: Fix object size calculation by Christoph Lameter · 17 years ago
  75. 3ec0974 SLUB: Simplify debug code by Christoph Lameter · 17 years ago
  76. a35afb8 Remove SLAB_CTOR_CONSTRUCTOR by Christoph Lameter · 17 years ago
  77. 5577bd8 SLUB: Do our own flags based on PG_active and PG_error by Christoph Lameter · 17 years ago
  78. 4b6f075 SLUB: Define functions for cpu slab handling instead of using PageActive by Christoph Lameter · 17 years ago
  79. c59def9 Slab allocators: Drop support for destructors by Christoph Lameter · 17 years ago
  80. 1800782 slub: don't confuse ctor and dtor by Hugh Dickins · 17 years ago
  81. bcf889f SLUB: remove nr_cpu_ids hack by Christoph Lameter · 17 years ago
  82. 894b878 slub: support concurrent local and remote frees and allocs on a slab by Christoph Lameter · 17 years ago
  83. 4037d45 Move remote node draining out of slab allocators by Christoph Lameter · 17 years ago
  84. d1187ed vmstat: use our own timer events by Christoph Lameter · 17 years ago
  85. 8bb7844 Add suspend-related notifications for CPU hotplug by Rafael J. Wysocki · 17 years ago
  86. 7ae439c krealloc: fix kerneldoc comments by Pekka J Enberg · 17 years ago
  87. 5e6d444 SLUB: rework slab order determination by Christoph Lameter · 17 years ago
  88. 45edfa5 SLUB: include lifetime stats and sets of cpus / nodes in tracking output by Christoph Lameter · 17 years ago
  89. 41ecc55 SLUB: add CONFIG_SLUB_DEBUG by Christoph Lameter · 17 years ago
  90. 02cbc87 SLUB: move tracking definitions and check_valid_pointer() away from debug code by Christoph Lameter · 17 years ago
  91. 636f0d7 SLUB: consolidate trace code by Christoph Lameter · 17 years ago
  92. 35e5d7e SLUB: introduce DebugSlab(page) by Christoph Lameter · 17 years ago
  93. b345970 SLUB: move resiliency check into SYSFS section by Christoph Lameter · 17 years ago
  94. 7656c72 SLUB: add macros for scanning objects in a slab by Christoph Lameter · 17 years ago
  95. 672bba3 SLUB: update comments by Christoph Lameter · 17 years ago
  96. 26a7bd0 SLUB: get rid of finish_bootstrap by Christoph Lameter · 17 years ago
  97. 1f99a28 SLUB: clean up krealloc by Christoph Lameter · 17 years ago
  98. abcd08a SLUB: use check_valid_pointer in kmem_ptr_validate by Christoph Lameter · 17 years ago
  99. be7b3fb SLUB: after object padding only needed for Redzoning by Christoph Lameter · 17 years ago
  100. 65c02d4 SLUB: add support for dynamic cacheline size determination by Christoph Lameter · 17 years ago