1. 0f389ec slub: No need for per node slab counters if !SLUB_DEBUG by Christoph Lameter · 16 years ago
  2. 49bd522 slub: Move map/flag clearing to __free_slab by Christoph Lameter · 16 years ago
  3. 50ef37b slub: Fixes to per cpu stat output in sysfs by Christoph Lameter · 16 years ago
  4. 5b06c853 slub: Deal with config variable dependencies by Christoph Lameter · 16 years ago
  5. 4097d60 slub: Reduce #ifdef ZONE_DMA by moving kmalloc_caches_dma near dma logic by Christoph Lameter · 16 years ago
  6. 62f7553 slub: Initialize per-cpu stats by Pekka Enberg · 16 years ago
  7. 00460dd Fix undefined count_partial if !CONFIG_SLABINFO by Christoph Lameter · 16 years ago
  8. e72e9c2 Revert "SLUB: remove useless masking of GFP_ZERO" by Linus Torvalds · 16 years ago
  9. 53625b4 count_partial() is not used if !SLUB_DEBUG and !CONFIG_SLABINFO by Christoph Lameter · 16 years ago
  10. caeab08 slub page alloc fallback: Enable interrupts for GFP_WAIT. by Christoph Lameter · 16 years ago
  11. b621038 slub: Do not cross cacheline boundaries for very small objects by Nick Piggin · 16 years ago
  12. b773ad7 slub statistics: Fix check for DEACTIVATE_REMOTE_FREES by Christoph Lameter · 16 years ago
  13. 62e5c4b slub: fix possible NULL pointer dereference by Cyrill Gorcunov · 16 years ago
  14. f619cfe slub: Add kmalloc_large_node() to support kmalloc_node fallback by Christoph Lameter · 16 years ago
  15. 7693143 slub: look up object from the freelist once by Pekka J Enberg · 16 years ago
  16. 6446faa slub: Fix up comments by Christoph Lameter · 16 years ago
  17. d8b42bf slub: Rearrange #ifdef CONFIG_SLUB_DEBUG in calculate_sizes() by Christoph Lameter · 16 years ago
  18. ae20bfd slub: Remove BUG_ON() from ksize and omit checks for !SLUB_DEBUG by Christoph Lameter · 16 years ago
  19. 27d9e4e slub: Use the objsize from the kmem_cache_cpu structure by Christoph Lameter · 16 years ago
  20. d692ef6 slub: Remove useless checks in alloc_debug_processing by Christoph Lameter · 16 years ago
  21. e153362 slub: Remove objsize check in kmem_cache_flags() by Christoph Lameter · 16 years ago
  22. d9acf4b slub: rename slab_objects to show_slab_objects by Christoph Lameter · 16 years ago
  23. a973e9d Revert "unique end pointer" patch by Christoph Lameter · 16 years ago
  24. 00e962c Revert "SLUB: Alternate fast paths using cmpxchg_local" by Linus Torvalds · 16 years ago
  25. 331dc55 slub: Support 4k kmallocs again to compensate for page allocator slowness by Christoph Lameter · 16 years ago
  26. 71c7a06 slub: Fallback to kmalloc_large for failing higher order allocs by Christoph Lameter · 16 years ago
  27. b7a49f0 slub: Determine gfpflags once and not every time a slab is allocated by Christoph Lameter · 16 years ago
  28. dada123 make slub.c:slab_address() static by Adrian Bunk · 16 years ago
  29. eada35e slub: kmalloc page allocator pass-through cleanup by Pekka Enberg · 16 years ago
  30. 3adbefe SLUB: fix checkpatch warnings by Ingo Molnar · 16 years ago
  31. a76d354 Use non atomic unlock by Nick Piggin · 17 years ago
  32. 8ff12cf SLUB: Support for performance statistics by Christoph Lameter · 16 years ago
  33. 1f84260 SLUB: Alternate fast paths using cmpxchg_local by Christoph Lameter · 17 years ago
  34. 683d0ba SLUB: Use unique end pointer for each slab page. by Christoph Lameter · 17 years ago
  35. 5bb983b SLUB: Deal with annoying gcc warning on kfree() by Christoph Lameter · 16 years ago
  36. ba84c73 SLUB: Do not upset lockdep by root · 17 years ago
  37. 0642878 SLUB: Fix coding style violations by Pekka Enberg · 17 years ago
  38. 7c2e132 Add parameter to add_partial to avoid having two functions by Christoph Lameter · 17 years ago
  39. 9824601 SLUB: rename defrag to remote_node_defrag_ratio by Christoph Lameter · 17 years ago
  40. f61396a Move count_partial before kmem_cache_shrink by Christoph Lameter · 17 years ago
  41. 151c602 SLUB: Fix sysfs refcounting by Christoph Lameter · 17 years ago
  42. e374d48 slub: fix shadowed variable sparse warnings by Harvey Harrison · 16 years ago
  43. 1eada11 Kobject: convert mm/slub.c to use kobject_init/add_ng() by Greg Kroah-Hartman · 17 years ago
  44. 0ff21e4 kobject: convert kernel_kset to be a kobject by Greg Kroah-Hartman · 17 years ago
  45. 081248d kset: move /sys/slab to /sys/kernel/slab by Greg Kroah-Hartman · 17 years ago
  46. 27c3a31 kset: convert slub to use kset_create by Greg Kroah-Hartman · 17 years ago
  47. 3514fac kobject: remove struct kobj_type from struct kset by Greg Kroah-Hartman · 17 years ago
  48. 158a962 Unify /proc/slabinfo configuration by Linus Torvalds · 17 years ago
  49. 57ed3ed slub: provide /proc/slabinfo by Pekka J Enberg · 17 years ago
  50. 76be895 SLUB: Improve hackbench speed by Christoph Lameter · 17 years ago
  51. 3811dbf SLUB: remove useless masking of GFP_ZERO by Christoph Lameter · 17 years ago
  52. 7fd2725 Avoid double memclear() in SLOB/SLUB by Linus Torvalds · 17 years ago
  53. 294a80a SLUB's ksize() fails for size > 2048 by Vegard Nossum · 17 years ago
  54. efe4418 SLUB: killed the unused "end" variable by Denis Cheng · 17 years ago
  55. 05aa345 SLUB: Fix memory leak by not reusing cpu_slab by Christoph Lameter · 17 years ago
  56. 27bb628 missing atomic_read_long() in slub.c by Al Viro · 17 years ago
  57. b9049e2 memory hotplug: make kmem_cache_node for SLUB on memory online avoid panic by Yasunori Goto · 17 years ago
  58. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  59. b811c20 SLUB: simplify IRQ off handling by Christoph Lameter · 17 years ago
  60. ea3061d slub: list_locations() can use GFP_TEMPORARY by Andrew Morton · 17 years ago
  61. 42a9fdb SLUB: Optimize cacheline use for zeroing by Christoph Lameter · 17 years ago
  62. 4c93c355 SLUB: Place kmem_cache_cpu structures in a NUMA aware way by Christoph Lameter · 17 years ago
  63. ee3c72a SLUB: Avoid touching page struct when freeing to per cpu slab by Christoph Lameter · 17 years ago
  64. b3fba8d SLUB: Move page->offset to kmem_cache_cpu->offset by Christoph Lameter · 17 years ago
  65. 8e65d24 SLUB: Do not use page->mapping by Christoph Lameter · 17 years ago
  66. dfb4f09 SLUB: Avoid page struct cacheline bouncing due to remote frees to cpu slab by Christoph Lameter · 17 years ago
  67. e12ba74 Group short-lived and reclaimable kernel allocations by Mel Gorman · 17 years ago
  68. 6cb0622 Categorize GFP flags by Christoph Lameter · 17 years ago
  69. f64dc58 Memoryless nodes: SLUB support by Christoph Lameter · 17 years ago
  70. ef8b452 Slab allocators: fail if ksize is called with a NULL parameter by Christoph Lameter · 17 years ago
  71. 2408c55 {slub, slob}: use unlikely() for kfree(ZERO_OR_NULL_PTR) check by Satyam Sharma · 17 years ago
  72. aadb4bc SLUB: direct pass through of page size or higher kmalloc requests by Christoph Lameter · 17 years ago
  73. 1cd7daa slub.c:early_kmem_cache_node_alloc() shouldn't be __init by Adrian Bunk · 17 years ago
  74. ba0268a SLUB: accurately compare debug flags during slab cache merge by Christoph Lameter · 17 years ago
  75. 5d540fb slub: do not fail if we cannot register a slab with sysfs by Christoph Lameter · 17 years ago
  76. a2f92ee SLUB: do not fail on broken memory configurations by Christoph Lameter · 17 years ago
  77. 9e86943 SLUB: use atomic_long_read for atomic_long variables by Christoph Lameter · 17 years ago
  78. 1ceef40 SLUB: Fix dynamic dma kmalloc cache creation by Christoph Lameter · 17 years ago
  79. fcda3d8 SLUB: Remove checks for MAX_PARTIAL from kmem_cache_shrink by Christoph Lameter · 17 years ago
  80. 2208b76 slub: fix bug in slub debug support by Peter Zijlstra · 17 years ago
  81. 02febdf slub: add lock debugging check by Peter Zijlstra · 17 years ago
  82. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  83. 9550b10 slub: fix ksize() for zero-sized pointers by Linus Torvalds · 17 years ago
  84. 8ab1372 SLUB: Fix CONFIG_SLUB_DEBUG use for CONFIG_NUMA by Christoph Lameter · 17 years ago
  85. a0e1d1b SLUB: Move sysfs operations outside of slub_lock by Christoph Lameter · 17 years ago
  86. 434e245 SLUB: Do not allocate object bit array on stack by Christoph Lameter · 17 years ago
  87. 81cda66 Slab allocators: Cleanup zeroing allocations by Christoph Lameter · 17 years ago
  88. ce15fea SLUB: Do not use length parameter in slab_alloc() by Christoph Lameter · 17 years ago
  89. 12ad684 SLUB: Style fix up the loop to disable small slabs by Christoph Lameter · 17 years ago
  90. 5af328a mm/slub.c: make code static by Adrian Bunk · 17 years ago
  91. 7b55f62 SLUB: Simplify dma index -> size calculation by Christoph Lameter · 17 years ago
  92. f1b2633 SLUB: faster more efficient slab determination for __kmalloc by Christoph Lameter · 17 years ago
  93. dfce864 SLUB: do proper locking during dma slab creation by Christoph Lameter · 17 years ago
  94. 2e443fd SLUB: extract dma_kmalloc_cache from get_cache. by Christoph Lameter · 17 years ago
  95. 0c71001 SLUB: add some more inlines and #ifdef CONFIG_SLUB_DEBUG by Christoph Lameter · 17 years ago
  96. d07dbea Slab allocators: support __GFP_ZERO in all allocators by Christoph Lameter · 17 years ago
  97. 6cb8f91 Slab allocators: consistent ZERO_SIZE_PTR support and NULL result semantics by Christoph Lameter · 17 years ago
  98. ef2ad80 Slab allocators: consolidate code for krealloc in mm/util.c by Christoph Lameter · 17 years ago
  99. d45f39c SLUB Debug: fix initial object debug state of NUMA bootstrap objects by Christoph Lameter · 17 years ago
  100. 6300ea7 SLUB: ensure that the number of objects per slab stays low for high orders by Christoph Lameter · 17 years ago