1. f78bb8a slab: fix calculate_slab_order() for SLAB_RECLAIM_ACCOUNT by Linus Torvalds · 18 years ago
  2. 9888e6f slab: clarify and fix calculate_slab_order() by Linus Torvalds · 18 years ago
  3. 264132b Fix "check_slabp" printout size calculation by Linus Torvalds · 18 years ago
  4. f0188f4 [PATCH] slab: Avoid deadlock at kmem_cache_create/kmem_cache_destroy by Ravikiran G Thirumalai · 18 years ago
  5. 7a21ef6 mm/slab.c (non-NUMA): Fix compile warning and clean up code by Linus Torvalds · 18 years ago
  6. 4484ebf [PATCH] NUMA slab locking fixes: fix cpu down and up locking by Ravikiran G Thirumalai · 18 years ago
  7. ca3b9b9 [PATCH] NUMA slab locking fixes: irq disabling from cahep->spinlock to l3 lock by Ravikiran G Thirumalai · 18 years ago
  8. 2e1217c [PATCH] NUMA slab locking fixes: move color_next to l3 by Ravikiran G Thirumalai · 18 years ago
  9. ee13d78 [PATCH] slab: fix sparse warning by Randy Dunlap · 18 years ago
  10. a70773d [PATCH] mm/slab: add kernel-doc for one function by Randy.Dunlap · 18 years ago
  11. 7fd6b14 [PATCH] slab: fix kzalloc and kstrdup caller report for CONFIG_DEBUG_SLAB by Pekka Enberg · 18 years ago
  12. 343e0d7 [PATCH] slab: replace kmem_cache_t with struct kmem_cache by Pekka Enberg · 18 years ago
  13. 9a2dba4 [PATCH] slab: rename ac_data to cpu_cache_get by Pekka Enberg · 18 years ago
  14. 6ed5eb221 [PATCH] slab: extract virt_to_{cache|slab} by Pekka Enberg · 18 years ago
  15. 5295a74 [PATCH] slab: reduce inlining by Pekka Enberg · 18 years ago
  16. 78d382d [PATCH] slab: extract slab_{put|get}_obj by Matthew Dobson · 18 years ago
  17. 12dd36f [PATCH] slab: extract slab_destroy_objs() by Matthew Dobson · 18 years ago
  18. fbaccac [PATCH] slab: cache_estimate cleanup by Steven Rostedt · 18 years ago
  19. 5ec8a84 [PATCH] slab: have index_of bug at compile time by Steven Rostedt · 18 years ago
  20. 18f820f [PATCH] slab: minor cleanup to kmem_cache_alloc_node by Christoph Lameter · 18 years ago
  21. 3dafccf [PATCH] slab: distinguish between object and buffer size by Manfred Spraul · 18 years ago
  22. 9884fd8 [PATCH] Use 32 bit division in slab_put_obj() by Benjamin LaHaise · 18 years ago
  23. 86c562a [PATCH] mm: optimize numa policy handling in slab allocator by Christoph Lameter · 18 years ago
  24. dc85da1 [PATCH] NUMA policies in the slab allocator V2 by Christoph Lameter · 18 years ago
  25. fc0abb1 [PATCH] sem2mutex: mm/slab.c by Ingo Molnar · 18 years ago
  26. a4fc7ab [PATCH] fix/simplify mutex debugging code by David Woodhouse · 18 years ago
  27. de5097c [PATCH] mutex subsystem, more debugging code by Ingo Molnar · 18 years ago
  28. 30992c9 [PATCH] slob: introduce mm/util.c for shared functions by Matt Mackall · 18 years ago
  29. cd105df [PATCH] mm: clean up local variables by Tobias Klauser · 18 years ago
  30. b28a02d [PATCH] slab: fix code formatting by Pekka Enberg · 18 years ago
  31. 4d268eb [PATCH] slab: extract slab order calculation to separate function by Pekka Enberg · 18 years ago
  32. 85289f9 [PATCH] slab: extract slabinfo header printing to separate function by Pekka Enberg · 18 years ago
  33. f9f7500 [PATCH] slab: remove unused align parameter from alloc_percpu by Pekka Enberg · 18 years ago
  34. 50c85a1 [PATCH] slab: remove alloc_pages() calls by Christoph Lameter · 19 years ago
  35. 065d41c [PATCH] slab: convert cache to page mapping macros by Pekka Enberg · 19 years ago
  36. dc6f3f2 mm/slab.c: fix a comment typo by Adrian Bunk · 19 years ago
  37. 1e5d533 [PATCH] more kernel-doc cleanups, additions by Randy Dunlap · 19 years ago
  38. cd61ef6 [PATCH] slab: Use same schedule timeout for all cpus in cache_reap by Manfred Spraul · 19 years ago
  39. 2109a2d [PATCH] mm: rename kmem_cache_s to kmem_cache by Pekka J Enberg · 19 years ago
  40. 4f12bb4 [PATCH] slab: don't BUG on duplicated cache by Andrew Morton · 19 years ago
  41. 09ad4bb [PATCH] slab: add additional debugging to detect slabs from the wrong node by Christoph Lameter · 19 years ago
  42. 6daa0e2 [PATCH] gfp_t: mm/* (easy parts) by Al Viro · 19 years ago
  43. dd0fc66 [PATCH] gfp flags annotations - part 1 by Al Viro · 19 years ago
  44. 5c38230 [PATCH] kmalloc_node IRQ safety fix by Alok N Kataria · 19 years ago
  45. dbdb904 [PATCH] revert oversized kmalloc check by Andrew Morton · 19 years ago
  46. eafb427 [PATCH] __kmalloc: Generate BUG if size requested is too large. by Christoph Lameter · 19 years ago
  47. ff69416 [PATCH] slab: fix handling of pages from foreign NUMA nodes by Christoph Lameter · 19 years ago
  48. 7243cc0 [PATCH] slab: alpha inlining fix by Ivan Kokshaysky · 19 years ago
  49. c7e43c7 [PATCH] Fix slab BUG_ON() triggered by change in array cache size by Alok Kataria · 19 years ago
  50. b2d5507 [PATCH] mm/slab: fix sparse warnings by Victor Fusco · 19 years ago
  51. 80e93ef [PATCH] update kfree, vfree, and vunmap kerneldoc by Pekka Enberg · 19 years ago
  52. e498be7 [PATCH] Numa-aware slab allocator V5 by Christoph Lameter · 19 years ago
  53. dd39271 [PATCH] introduce and use kzalloc by Pekka J Enberg · 19 years ago
  54. 00e145b [PATCH] slab: removes local_irq_save()/local_irq_restore() pair by Manfred Spraul · 19 years ago
  55. 34342e8 [PATCH] mm/slab.c: prefetchw the start of new allocated objects by Eric Dumazet · 19 years ago
  56. fa5b08d [PATCH] sab: consolidate kmem_bufctl_t by Kyle Moffett · 19 years ago
  57. 0abf40c [PATCH] vm: slab.c spelling correction by Martin Hicks · 19 years ago
  58. 0db925a [PATCH] propagate __nocast annotations by Alexey Dobriyan · 19 years ago
  59. 83b78bd [PATCH] Fix broken kmalloc_node in rc1/rc2 by Christoph Lameter · 19 years ago
  60. 543537b [PATCH] create a kstrdup library function by Paulo Marques · 19 years ago
  61. 4ae7c03 [PATCH] Periodically drain non local pagesets by Christoph Lameter · 19 years ago
  62. 1944972 [SLAB] Introduce kmem_cache_name by Arnaldo Carvalho de Melo · 19 years ago
  63. fbd568a3e [PATCH] Change synchronize_kernel to _rcu and _sched by Paul E. McKenney · 19 years ago
  64. 97e2bde [PATCH] add kmalloc_node, inline cleanup by Manfred Spraul · 19 years ago
  65. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago