1. e7eebaf [PATCH] pi-futex: rt mutex debug by Ingo Molnar · 18 years ago
  2. f9b8404 [PATCH] pi-futex: introduce debug_check_no_locks_freed() by Ingo Molnar · 18 years ago
  3. 74b85f3 [PATCH] cpu hotplug: make cpu_notifier related notifier blocks __cpuinit only by Chandra Seetharaman · 18 years ago
  4. 9c7b216 [PATCH] cpu hotplug: revert init patch submitted for 2.6.17 by Chandra Seetharaman · 18 years ago
  5. c9cf552 [PATCH] add poison.h and patch primary users by Randy Dunlap · 18 years ago
  6. 800590f [PATCH] slab: kmalloc, kzalloc comments cleanup and fix by Paul Drynoff · 18 years ago
  7. e0a4272 [PATCH] mm/slab.c: fix early init assumption by Ingo Molnar · 18 years ago
  8. ddc2e81 [PATCH] slab: verify pointers before free by Pekka Enberg · 18 years ago
  9. 58ce1fd [PATCH] slab: redzone double-free detection by Pekka Enberg · 18 years ago
  10. 7a7c381 [PATCH] slab: stop using list_for_each by Christoph Hellwig · 18 years ago
  11. e1b6aa6 [PATCH] slab: clean up kmem_getpages by Christoph Hellwig · 18 years ago
  12. 4776874 [PATCH] slab: page mapping cleanup by Pekka Enberg · 18 years ago
  13. 729bd0b [PATCH] slab: extract cache_free_alien from __cache_free by Pekka Enberg · 18 years ago
  14. b1ab41c [PATCH] slab.c: fix offslab_limit bug by Ingo Molnar · 18 years ago
  15. a4523a8 [PATCH] slab: Fix kmem_cache_destroy() on NUMA by Roland Dreier · 18 years ago
  16. 39d24e6 [PATCH] add slab_is_available() routine for boot code by Mike Kravetz · 18 years ago
  17. 693f7d3 [PATCH] slab: fix crash on __drain_alien_cahce() during CPU Hotplug by shin, jacob · 18 years ago
  18. 83d722f [PATCH] Remove __devinit and __cpuinit from notifier_call definitions by Chandra Seetharaman · 18 years ago
  19. d6fef9d [PATCH] nommu: use compound page in slab allocator by Luke Yang · 18 years ago
  20. fb7faf3 [PATCH] slab: add statistics for alien cache overflows by Ravikiran G Thirumalai · 18 years ago
  21. 5b74ada [PATCH] slab: allocate node local memory for off-slab slabmanagement by Ravikiran G Thirumalai · 18 years ago
  22. 40094fa BUG_ON() Conversion in mm/slab.c by Eric Sesterhenn · 18 years ago
  23. 0a94502 [PATCH] for_each_possible_cpu: fixes for generic part by KAMEZAWA Hiroyuki · 18 years ago
  24. 0718dc2 [PATCH] slab: fix memory leak in alloc_kmemlist by Christoph Lameter · 18 years ago
  25. cafeb02 [PATCH] alloc_kmemlist: Some cleanup in preparation for a real memory leak fix by Christoph Lameter · 18 years ago
  26. e00946f [PATCH] slab: Bypass free lists for __drain_alien_cache() by Christoph Lameter · 18 years ago
  27. 3ded175 [PATCH] slab: add transfer_objects() function by Christoph Lameter · 18 years ago
  28. c5e3b83 [PATCH] mm: use kmem_cache_zalloc by Pekka Enberg · 18 years ago
  29. a8c0f9a [PATCH] slab: introduce kmem_cache_zalloc allocator by Pekka Enberg · 18 years ago
  30. 871751e [PATCH] slab: implement /proc/slab_allocators by Al Viro · 18 years ago
  31. b245539 [PATCH] cpuset: memory_spread_slab drop useless PF_SPREAD_PAGE check by Paul Jackson · 18 years ago
  32. c61afb1 [PATCH] cpuset memory spread slab cache optimizations by Paul Jackson · 18 years ago
  33. 101a500 [PATCH] cpuset memory spread slab cache implementation by Paul Jackson · 18 years ago
  34. 442295c [PATCH] mm: slab cache interleave rotor fix by Paul Jackson · 18 years ago
  35. b18e7e6 [PATCH] slab: fix drain_array() so that it works correctly with the shared_array by Christoph Lameter · 18 years ago
  36. 1b55253 [PATCH] slab: remove drain_array_locked by Christoph Lameter · 18 years ago
  37. aab2207 [PATCH] slab: make drain_array more universal by adding more parameters by Christoph Lameter · 18 years ago
  38. 35386e3 [PATCH] slab: cache_reap(): further reduction in interrupt holdoff by Christoph Lameter · 18 years ago
  39. 8409751 [PATCH] mm: nommu use compound pages by Nick Piggin · 18 years ago
  40. a07fa39 [PATCH] slab: use on_each_cpu() by Andrew Morton · 18 years ago
  41. ac2b898 [PATCH] slab: Remove SLAB_NO_REAP option by Christoph Lameter · 18 years ago
  42. 911851e [PATCH] slab: fix kernel-doc warnings by Randy Dunlap · 18 years ago
  43. b5d8ca7 [PATCH] slab: remove cachep->spinlock by Ravikiran G Thirumalai · 18 years ago
  44. a737b3e [PATCH] slab cleanup by Andrew Morton · 18 years ago
  45. f30cf7d [PATCH] slab: extract setup_cpu_cache by Pekka Enberg · 18 years ago
  46. 8fea4e9 [PATCH] slab: object to index mapping cleanup by Pekka Enberg · 18 years ago
  47. f205b2f [PATCH] mm: slab less atomics by Nick Piggin · 18 years ago
  48. 8fce4d8 [PATCH] slab: Node rotor for freeing alien caches and remote per cpu pages. by Christoph Lameter · 18 years ago
  49. 07ed76b [PATCH] slab: allocate larger cache_cache if order 0 fails by Jack Steiner · 18 years ago
  50. f78bb8a slab: fix calculate_slab_order() for SLAB_RECLAIM_ACCOUNT by Linus Torvalds · 18 years ago
  51. 9888e6f slab: clarify and fix calculate_slab_order() by Linus Torvalds · 18 years ago
  52. 264132b Fix "check_slabp" printout size calculation by Linus Torvalds · 18 years ago
  53. f0188f4 [PATCH] slab: Avoid deadlock at kmem_cache_create/kmem_cache_destroy by Ravikiran G Thirumalai · 18 years ago
  54. 7a21ef6 mm/slab.c (non-NUMA): Fix compile warning and clean up code by Linus Torvalds · 18 years ago
  55. 4484ebf [PATCH] NUMA slab locking fixes: fix cpu down and up locking by Ravikiran G Thirumalai · 18 years ago
  56. ca3b9b9 [PATCH] NUMA slab locking fixes: irq disabling from cahep->spinlock to l3 lock by Ravikiran G Thirumalai · 18 years ago
  57. 2e1217c [PATCH] NUMA slab locking fixes: move color_next to l3 by Ravikiran G Thirumalai · 18 years ago
  58. ee13d78 [PATCH] slab: fix sparse warning by Randy Dunlap · 18 years ago
  59. a70773d [PATCH] mm/slab: add kernel-doc for one function by Randy.Dunlap · 18 years ago
  60. 7fd6b14 [PATCH] slab: fix kzalloc and kstrdup caller report for CONFIG_DEBUG_SLAB by Pekka Enberg · 18 years ago
  61. 343e0d7 [PATCH] slab: replace kmem_cache_t with struct kmem_cache by Pekka Enberg · 18 years ago
  62. 9a2dba4 [PATCH] slab: rename ac_data to cpu_cache_get by Pekka Enberg · 18 years ago
  63. 6ed5eb221 [PATCH] slab: extract virt_to_{cache|slab} by Pekka Enberg · 18 years ago
  64. 5295a74 [PATCH] slab: reduce inlining by Pekka Enberg · 18 years ago
  65. 78d382d [PATCH] slab: extract slab_{put|get}_obj by Matthew Dobson · 18 years ago
  66. 12dd36f [PATCH] slab: extract slab_destroy_objs() by Matthew Dobson · 18 years ago
  67. fbaccac [PATCH] slab: cache_estimate cleanup by Steven Rostedt · 18 years ago
  68. 5ec8a84 [PATCH] slab: have index_of bug at compile time by Steven Rostedt · 18 years ago
  69. 18f820f [PATCH] slab: minor cleanup to kmem_cache_alloc_node by Christoph Lameter · 18 years ago
  70. 3dafccf [PATCH] slab: distinguish between object and buffer size by Manfred Spraul · 18 years ago
  71. 9884fd8 [PATCH] Use 32 bit division in slab_put_obj() by Benjamin LaHaise · 18 years ago
  72. 86c562a [PATCH] mm: optimize numa policy handling in slab allocator by Christoph Lameter · 18 years ago
  73. dc85da1 [PATCH] NUMA policies in the slab allocator V2 by Christoph Lameter · 18 years ago
  74. fc0abb1 [PATCH] sem2mutex: mm/slab.c by Ingo Molnar · 18 years ago
  75. a4fc7ab [PATCH] fix/simplify mutex debugging code by David Woodhouse · 18 years ago
  76. de5097c [PATCH] mutex subsystem, more debugging code by Ingo Molnar · 18 years ago
  77. 30992c9 [PATCH] slob: introduce mm/util.c for shared functions by Matt Mackall · 18 years ago
  78. cd105df [PATCH] mm: clean up local variables by Tobias Klauser · 18 years ago
  79. b28a02d [PATCH] slab: fix code formatting by Pekka Enberg · 18 years ago
  80. 4d268eb [PATCH] slab: extract slab order calculation to separate function by Pekka Enberg · 18 years ago
  81. 85289f9 [PATCH] slab: extract slabinfo header printing to separate function by Pekka Enberg · 18 years ago
  82. f9f7500 [PATCH] slab: remove unused align parameter from alloc_percpu by Pekka Enberg · 18 years ago
  83. 50c85a1 [PATCH] slab: remove alloc_pages() calls by Christoph Lameter · 19 years ago
  84. 065d41c [PATCH] slab: convert cache to page mapping macros by Pekka Enberg · 19 years ago
  85. dc6f3f2 mm/slab.c: fix a comment typo by Adrian Bunk · 19 years ago
  86. 1e5d533 [PATCH] more kernel-doc cleanups, additions by Randy Dunlap · 19 years ago
  87. cd61ef6 [PATCH] slab: Use same schedule timeout for all cpus in cache_reap by Manfred Spraul · 19 years ago
  88. 2109a2d [PATCH] mm: rename kmem_cache_s to kmem_cache by Pekka J Enberg · 19 years ago
  89. 4f12bb4 [PATCH] slab: don't BUG on duplicated cache by Andrew Morton · 19 years ago
  90. 09ad4bb [PATCH] slab: add additional debugging to detect slabs from the wrong node by Christoph Lameter · 19 years ago
  91. 6daa0e2 [PATCH] gfp_t: mm/* (easy parts) by Al Viro · 19 years ago
  92. dd0fc66 [PATCH] gfp flags annotations - part 1 by Al Viro · 19 years ago
  93. 5c38230 [PATCH] kmalloc_node IRQ safety fix by Alok N Kataria · 19 years ago
  94. dbdb904 [PATCH] revert oversized kmalloc check by Andrew Morton · 19 years ago
  95. eafb427 [PATCH] __kmalloc: Generate BUG if size requested is too large. by Christoph Lameter · 19 years ago
  96. ff69416 [PATCH] slab: fix handling of pages from foreign NUMA nodes by Christoph Lameter · 19 years ago
  97. 7243cc0 [PATCH] slab: alpha inlining fix by Ivan Kokshaysky · 19 years ago
  98. c7e43c7 [PATCH] Fix slab BUG_ON() triggered by change in array cache size by Alok Kataria · 19 years ago
  99. b2d5507 [PATCH] mm/slab: fix sparse warnings by Victor Fusco · 19 years ago
  100. 80e93ef [PATCH] update kfree, vfree, and vunmap kerneldoc by Pekka Enberg · 19 years ago