1. 231367f mm: unexport ksize by Adrian Bunk · 16 years ago
  2. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  3. 9023cb7 slob: record page flag overlays explicitly by Andy Whitcroft · 16 years ago
  4. 239f49c slob: Fix to return wrong pointer by MinChan Kim · 16 years ago
  5. 0701a9e slob: fix bug - when slob allocates "struct kmem_cache", it does not force alignment. by Yi Li · 16 years ago
  6. 20cecba slob: reduce external fragmentation by using three free lists by Matt Mackall · 16 years ago
  7. 679299b slob: fix free block merging at head of subpage by Matt Mackall · 16 years ago
  8. 7fd2725 Avoid double memclear() in SLOB/SLUB by Linus Torvalds · 17 years ago
  9. f8fcc93 Add EXPORT_SYMBOL(ksize); by Tetsuo Handa · 17 years ago
  10. d32ddd8 slob: fix memory corruption by Nick Piggin · 17 years ago
  11. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  12. ef8b452 Slab allocators: fail if ksize is called with a NULL parameter by Christoph Lameter · 17 years ago
  13. 2408c55 {slub, slob}: use unlikely() for kfree(ZERO_OR_NULL_PTR) check by Satyam Sharma · 17 years ago
  14. d626954 slob: reduce list scanning by Matt Mackall · 17 years ago
  15. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  16. 81cda66 Slab allocators: Cleanup zeroing allocations by Christoph Lameter · 17 years ago
  17. d07dbea Slab allocators: support __GFP_ZERO in all allocators by Christoph Lameter · 17 years ago
  18. 6cb8f91 Slab allocators: consistent ZERO_SIZE_PTR support and NULL result semantics by Christoph Lameter · 17 years ago
  19. ef2ad80 Slab allocators: consolidate code for krealloc in mm/util.c by Christoph Lameter · 17 years ago
  20. 84a01c2 slob: sparsemem support by Paul Mundt · 17 years ago
  21. 6193a2f slob: initial NUMA support by Paul Mundt · 17 years ago
  22. 5539484 slob: improved alignment handling by Nick Piggin · 17 years ago
  23. d87a133 slob: remove bigblock tracking by Nick Piggin · 17 years ago
  24. 95b3512 slob: rework freelist handling by Nick Piggin · 17 years ago
  25. a35afb8 Remove SLAB_CTOR_CONSTRUCTOR by Christoph Lameter · 17 years ago
  26. c59def9 Slab allocators: Drop support for destructors by Christoph Lameter · 17 years ago
  27. afc0ced slob: implement RCU freeing by Nick Piggin · 17 years ago
  28. 4ab688c slob: fix page order calculation on not 4KB page by Akinobu Mita · 17 years ago
  29. 5af6083 slab allocators: Remove obsolete SLAB_MUST_HWCACHE_ALIGN by Christoph Lameter · 17 years ago
  30. bc0055a slob: handle SLAB_PANIC flag by Akinobu Mita · 17 years ago
  31. fd76bab slab: introduce krealloc by Pekka Enberg · 17 years ago
  32. bcb4ddb [PATCH] MM: SLOB is broken by recent cleanup of slab.h by Dimitri Gorokhovik · 18 years ago
  33. 55935a3 [PATCH] More slab.h cleanups by Christoph Lameter · 18 years ago
  34. 2e892f4 [PATCH] Cleanup slab headers / API to allow easy addition of new slab allocators by Christoph Lameter · 18 years ago
  35. 133d205 [PATCH] Make kmem_cache_destroy() return void by Alexey Dobriyan · 18 years ago
  36. 972d1a7 [PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRECLAIMABLE by Christoph Lameter · 18 years ago
  37. d00bcc9 [PATCH] Extract the allocpercpu functions from the slab allocator by Christoph Lameter · 18 years ago
  38. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  39. 75129e2 [PATCH] mm/slob.c: for_each_possible_cpu(), not NR_CPUS by John Hawkes · 18 years ago
  40. a8c0f9a [PATCH] slab: introduce kmem_cache_zalloc allocator by Pekka Enberg · 18 years ago
  41. 9934a79 [PATCH] SLOB=y && SMP=y fix by Ingo Molnar · 18 years ago
  42. 10cef60 [PATCH] slob: introduce the SLOB allocator by Matt Mackall · 19 years ago