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