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