1. e2087be Merge branch 'slab/tracing' into slab/for-linus by Pekka Enberg · 12 years ago
  2. f4178cd Merge branch 'slab/common-for-cgroups' into slab/for-linus by Pekka Enberg · 12 years ago
  3. 82bd550 mm, slob: fix build breakage in __kmalloc_node_track_caller by David Rientjes · 12 years ago
  4. f3f7410 mm, slob: Add support for kmalloc_track_caller() by Ezequiel Garcia · 12 years ago
  5. 90f2cbb mm, slob: Use NUMA_NO_NODE instead of -1 by Ezequiel Garcia · 12 years ago
  6. cce89f4 mm/sl[aou]b: Move kmem_cache refcounting to common code by Christoph Lameter · 12 years ago
  7. 8a13a4c mm/sl[aou]b: Shrink __kmem_cache_create() parameter lists by Christoph Lameter · 12 years ago
  8. 278b1bb mm/sl[aou]b: Move kmem_cache allocations into common code by Christoph Lameter · 12 years ago
  9. 12c3667 mm/sl[aou]b: Get rid of __kmem_cache_destroy by Christoph Lameter · 12 years ago
  10. 8f4c765 mm/sl[aou]b: Move freeing of kmem_cache structure to common code by Christoph Lameter · 12 years ago
  11. 9b030cb mm/sl[aou]b: Use "kmem_cache" name for slab cache with kmem_cache struct by Christoph Lameter · 12 years ago
  12. 945cf2b mm/sl[aou]b: Extract a common function for kmem_cache_destroy by Christoph Lameter · 12 years ago
  13. 7c9adf5 mm/sl[aou]b: Move list_add() to slab_common.c by Christoph Lameter · 12 years ago
  14. 44a8bde slob: Fix early boot kernel crash by Christoph Lameter · 12 years ago
  15. 97d0660 mm, sl[aou]b: Common definition for boot state of the slab allocators by Christoph Lameter · 12 years ago
  16. 039363f mm, sl[aou]b: Extract common code for kmem_cache_create() by Christoph Lameter · 12 years ago
  17. 3b0efdf mm, sl[aou]b: Extract common fields from struct kmem_cache by Christoph Lameter · 12 years ago
  18. b5568280 slob: Remove various small accessors by Christoph Lameter · 12 years ago
  19. 690d577 slob: No need to zero mapping since it is no longer in use by Christoph Lameter · 12 years ago
  20. b8c24c4 slob: Define page struct fields used in mm_types.h by Christoph Lameter · 12 years ago
  21. b95f1b31 mm: Map most files to use export.h instead of module.h by Paul Gortmaker · 13 years ago
  22. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  23. bd50cfa slob/lockdep: Fix gfp flags passed to lockdep by Steven Rostedt · 13 years ago
  24. 6331046 mm: Remove support for kmem_cache_name() by Christoph Lameter · 14 years ago
  25. ccd35fb kernel: kmem_ptr_validate considered harmful by Nick Piggin · 14 years ago
  26. 8df275a slob: fix gfp flags for order-0 page allocations by David Rientjes · 14 years ago
  27. b57bdda Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 14 years ago
  28. 4aed2fd Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  29. d602dab SLOB: Free objects to their own list by Bob Liu · 14 years ago
  30. 875352c mm: remove all rcu head initializations by Paul E. McKenney · 14 years ago
  31. 039ca4e tracing: Remove kmemtrace ftrace plugin by Li Zefan · 14 years ago
  32. bac49ce mm: Move ARCH_SLAB_MINALIGN and ARCH_KMALLOC_MINALIGN to <linux/slob_def.h> by David Woodhouse · 14 years ago
  33. bbff2e4 slab: remove duplicate kmem_cache_init_late() declarations by Wu Fengguang · 15 years ago
  34. 7ed9f7e fix RCU-callback-after-kmem_cache_destroy problem in sl[aou]b by Paul E. McKenney · 15 years ago
  35. e03ab9d Merge branches 'slab/documentation', 'slab/fixes', 'slob/cleanups' and 'slub/fixes' into for-linus by Pekka Enberg · 15 years ago
  36. 6484eb3 page allocator: do not check NUMA node ID when the caller knows the node is valid by Mel Gorman · 15 years ago
  37. 4374e61 kmemleak: Add the slob memory allocation/freeing hooks by Catalin Marinas · 15 years ago
  38. 8623661 Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  39. 7303f24 slob: use PG_slab for identifying SLOB pages by Wu Fengguang · 15 years ago
  40. 1f0532e mm: SLOB fix reclaim_state by Nick Piggin · 15 years ago
  41. 02af61b tracing, kmemtrace: Separate include/trace/kmemtrace.h to kmemtrace part and tracepoint part by Zhaolei · 15 years ago
  42. 2121db7 kmemtrace: trace kfree() calls with NULL or zero-length objects by Pekka Enberg · 15 years ago
  43. ca2b84cb kmemtrace: use tracepoints by Eduard - Gabriel Munteanu · 15 years ago
  44. 8302294 Merge branch 'tracing/core-v2' into tracing-for-linus by Ingo Molnar · 15 years ago
  45. c4e1aa6 Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  46. 19cefdf lockdep: annotate reclaim context (__GFP_NOFS), fix SLOB by Ingo Molnar · 15 years ago
  47. 15a5b0a Merge branches 'topic/slob/cleanups', 'topic/slob/fixes', 'topic/slub/core', 'topic/slub/cleanups' and 'topic/slub/perf' into for-linus by Pekka Enberg · 15 years ago
  48. 6fb8f42 slob: fix lockup in slob_free() by Nick Piggin · 15 years ago
  49. 28b1bd1 Merge branch 'core/locking' into tracing/ftrace by Ingo Molnar · 15 years ago
  50. cf40bd1 lockdep: annotate reclaim context (__GFP_NOFS) by Nick Piggin · 16 years ago
  51. 1c511f7 Merge branches 'tracing/ftrace', 'tracing/ring-buffer', 'tracing/sysprof', 'tracing/urgent' and 'linus' into tracing/core by Ingo Molnar · 15 years ago
  52. b1aabec mm: Export symbol ksize() by Kirill A. Shutemov · 15 years ago
  53. 6e9ed0c slob: clean up the code by Américo Wang · 16 years ago
  54. 36994e5 tracing/kmemtrace: normalize the raw tracer event to the unified tracing API by Frederic Weisbecker · 16 years ago
  55. 2ff9f9d Merge branch 'topic/kmemtrace' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 into tracing/kmemtrace by Ingo Molnar · 16 years ago
  56. 3eae2cb2 kmemtrace: SLOB hooks. by Eduard - Gabriel Munteanu · 16 years ago
  57. 5e18e2b slob: do not pass the SLAB flags as GFP in kmem_cache_create() by Catalin Marinas · 16 years ago
  58. 70096a5 SLOB: fix bogus ksize calculation fix by Matt Mackall · 16 years ago
  59. 85ba94b SLOB: fix bogus ksize calculation by Matt Mackall · 16 years ago
  60. 231367f mm: unexport ksize by Adrian Bunk · 16 years ago
  61. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  62. 9023cb7 slob: record page flag overlays explicitly by Andy Whitcroft · 16 years ago
  63. 239f49c slob: Fix to return wrong pointer by MinChan Kim · 16 years ago
  64. 0701a9e slob: fix bug - when slob allocates "struct kmem_cache", it does not force alignment. by Yi Li · 16 years ago
  65. 20cecba slob: reduce external fragmentation by using three free lists by Matt Mackall · 17 years ago
  66. 679299b slob: fix free block merging at head of subpage by Matt Mackall · 17 years ago
  67. 7fd2725 Avoid double memclear() in SLOB/SLUB by Linus Torvalds · 17 years ago
  68. f8fcc93 Add EXPORT_SYMBOL(ksize); by Tetsuo Handa · 17 years ago
  69. d32ddd8 slob: fix memory corruption by Nick Piggin · 17 years ago
  70. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  71. ef8b452 Slab allocators: fail if ksize is called with a NULL parameter by Christoph Lameter · 17 years ago
  72. 2408c55 {slub, slob}: use unlikely() for kfree(ZERO_OR_NULL_PTR) check by Satyam Sharma · 17 years ago
  73. d626954 slob: reduce list scanning by Matt Mackall · 17 years ago
  74. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  75. 81cda66 Slab allocators: Cleanup zeroing allocations by Christoph Lameter · 17 years ago
  76. d07dbea Slab allocators: support __GFP_ZERO in all allocators by Christoph Lameter · 17 years ago
  77. 6cb8f91 Slab allocators: consistent ZERO_SIZE_PTR support and NULL result semantics by Christoph Lameter · 17 years ago
  78. ef2ad80 Slab allocators: consolidate code for krealloc in mm/util.c by Christoph Lameter · 17 years ago
  79. 84a01c2 slob: sparsemem support by Paul Mundt · 17 years ago
  80. 6193a2f slob: initial NUMA support by Paul Mundt · 17 years ago
  81. 5539484 slob: improved alignment handling by Nick Piggin · 17 years ago
  82. d87a133 slob: remove bigblock tracking by Nick Piggin · 17 years ago
  83. 95b3512 slob: rework freelist handling by Nick Piggin · 17 years ago
  84. a35afb8 Remove SLAB_CTOR_CONSTRUCTOR by Christoph Lameter · 17 years ago
  85. c59def9 Slab allocators: Drop support for destructors by Christoph Lameter · 17 years ago
  86. afc0ced slob: implement RCU freeing by Nick Piggin · 17 years ago
  87. 4ab688c slob: fix page order calculation on not 4KB page by Akinobu Mita · 17 years ago
  88. 5af6083 slab allocators: Remove obsolete SLAB_MUST_HWCACHE_ALIGN by Christoph Lameter · 17 years ago
  89. bc0055a slob: handle SLAB_PANIC flag by Akinobu Mita · 17 years ago
  90. fd76bab slab: introduce krealloc by Pekka Enberg · 17 years ago
  91. bcb4ddb [PATCH] MM: SLOB is broken by recent cleanup of slab.h by Dimitri Gorokhovik · 18 years ago
  92. 55935a3 [PATCH] More slab.h cleanups by Christoph Lameter · 18 years ago
  93. 2e892f4 [PATCH] Cleanup slab headers / API to allow easy addition of new slab allocators by Christoph Lameter · 18 years ago
  94. 133d205 [PATCH] Make kmem_cache_destroy() return void by Alexey Dobriyan · 18 years ago
  95. 972d1a7 [PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRECLAIMABLE by Christoph Lameter · 18 years ago
  96. d00bcc9 [PATCH] Extract the allocpercpu functions from the slab allocator by Christoph Lameter · 18 years ago
  97. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  98. 75129e2 [PATCH] mm/slob.c: for_each_possible_cpu(), not NR_CPUS by John Hawkes · 18 years ago
  99. a8c0f9a [PATCH] slab: introduce kmem_cache_zalloc allocator by Pekka Enberg · 18 years ago
  100. 9934a79 [PATCH] SLOB=y && SMP=y fix by Ingo Molnar · 18 years ago