1. 0f24f12 tracing, slab: Define kmem_cache_alloc_notrace ifdef CONFIG_TRACING by Li Zefan · 14 years ago
  2. fe1ff49 mm: kmem_cache_create(): make it easier to catch NULL cache names by Benjamin Herrenschmidt · 15 years ago
  3. fdaa45e slub: Fix build error in kmem_cache_open() with !CONFIG_SLUB_DEBUG by Ingo Molnar · 15 years ago
  4. ada3fa1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
  5. aceda77 Merge branches 'slab/cleanups' and 'slab/fixes' into for-linus by Pekka Enberg · 15 years ago
  6. 8a3d271 slub: fix slab_pad_check() by Eric Dumazet · 15 years ago
  7. d76b159 slub: Fix kmem_cache_destroy() with SLAB_DESTROY_BY_RCU by Eric Dumazet · 15 years ago
  8. 5788d8a slub: release kobject if sysfs_create_group failed in sysfs_slab_add by Xiaotian Feng · 15 years ago
  9. acdfcd0 SLUB: fix ARCH_KMALLOC_MINALIGN cases 64 and 256 by Aaro Koskinen · 15 years ago
  10. 5086c389c SLUB: Fix some coding style issues by Amerigo Wang · 15 years ago
  11. cf5d113 SLUB: Drop write permission to /proc/slabinfo by WANG Cong · 15 years ago
  12. 384be2b Merge branch 'percpu-for-linus' into percpu-for-next by Tejun Heo · 15 years ago
  13. dcb0ce1 slub: change kmem_cache->align to record the real alignment by Zhang, Yanmin · 15 years ago
  14. 3de4721 slub: use size and objsize orders to disable debug flags by David Rientjes · 15 years ago
  15. fa5ec8a slub: add option to disable higher order debugging slabs by David Rientjes · 15 years ago
  16. e4f7c0b4 kmemleak: Trace the kmalloc_large* functions in slub by Catalin Marinas · 15 years ago
  17. c43768c Merge branch 'master' into for-next by Tejun Heo · 15 years ago
  18. 7ed9f7e fix RCU-callback-after-kmem_cache_destroy problem in sl[aou]b by Paul E. McKenney · 15 years ago
  19. ba52270 SLUB: Don't pass __GFP_FAIL for the initial allocation by Pekka Enberg · 15 years ago
  20. 204fba4 percpu: cleanup percpu array definitions by Tejun Heo · 15 years ago
  21. dcce284 mm: Extend gfp masking to the page allocator by Benjamin Herrenschmidt · 15 years ago
  22. 5caf5c7 Merge branch 'slub/earlyboot' into for-linus by Pekka Enberg · 15 years ago
  23. e03ab9d Merge branches 'slab/documentation', 'slab/fixes', 'slob/cleanups' and 'slub/fixes' into for-linus by Pekka Enberg · 15 years ago
  24. 517d086 Merge branch 'akpm' by Linus Torvalds · 15 years ago
  25. 62bc62a page allocator: use a pre-calculated value instead of num_online_nodes() in fast paths by Christoph Lameter · 15 years ago
  26. 722f2a6 Merge commit 'linus/master' into HEAD by Vegard Nossum · 15 years ago
  27. b1eeab6 kmemcheck: add hooks for the page allocator by Vegard Nossum · 16 years ago
  28. 964cf35 SLUB: Fix early boot GFP_DMA allocations by Nick Piggin · 15 years ago
  29. 5a896d9 slub: add hooks for kmemcheck by Vegard Nossum · 16 years ago
  30. 95f8598 SLUB: Don't print out OOM warning for __GFP_NOFAIL by Pekka Enberg · 15 years ago
  31. 26c02cf SLUB: fix build when !SLUB_DEBUG by Alexander Beregalov · 15 years ago
  32. 7e85ee0 slab,slub: don't enable interrupts during early boot by Pekka Enberg · 15 years ago
  33. 512626a Merge branch 'for-linus' of git://linux-arm.org/linux-2.6 by Linus Torvalds · 15 years ago
  34. 83b519e slab: setup allocators earlier in the boot sequence by Pekka Enberg · 15 years ago
  35. 06f22f1 kmemleak: Add the slub memory allocation/freeing hooks by Catalin Marinas · 15 years ago
  36. 781b2ba SLUB: Out-of-memory diagnostics by Pekka Enberg · 15 years ago
  37. 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
  38. 42ddc4c Merge branches 'topic/documentation', 'topic/slub/fixes' and 'topic/urgent' into for-linus by Pekka Enberg · 15 years ago
  39. 1eb5ac6 mm: SLUB fix reclaim_state by Nick Piggin · 15 years ago
  40. 818cf59 slub: enforce MAX_ORDER by David Rientjes · 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. 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
  47. 1a00df4 slub: use get_track() by Akinobu Mita · 15 years ago
  48. 28b1bd1 Merge branch 'core/locking' into tracing/ftrace by Ingo Molnar · 15 years ago
  49. c0bdb23 slub: rename calculate_min_partial() to set_min_partial() by David Rientjes · 15 years ago
  50. 73d342b slub: add min_partial sysfs tunable by David Rientjes · 15 years ago
  51. 3b89d7d slub: move min_partial to struct kmem_cache by David Rientjes · 15 years ago
  52. 057685c Merge branch 'for-ingo' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 into tracing/kmemtrace by Ingo Molnar · 15 years ago
  53. fe1200b SLUB: Introduce and use SLUB_MAX_SIZE and SLUB_PAGE_SHIFT constants by Christoph Lameter · 15 years ago
  54. e8120ff SLUB: Fix default slab order for big object sizes by Zhang Yanmin · 15 years ago
  55. ffadd4d SLUB: Introduce and use SLUB_MAX_SIZE and SLUB_PAGE_SHIFT constants by Christoph Lameter · 15 years ago
  56. cf40bd1 lockdep: annotate reclaim context (__GFP_NOFS) by Nick Piggin · 15 years ago
  57. 1c511f7 Merge branches 'tracing/ftrace', 'tracing/ring-buffer', 'tracing/sysprof', 'tracing/urgent' and 'linus' into tracing/core by Ingo Molnar · 15 years ago
  58. b1aabec mm: Export symbol ksize() by Kirill A. Shutemov · 15 years ago
  59. dc573f9 Merge branches 'tracing/ftrace', 'tracing/kmemtrace' and 'linus' into tracing/core by Ingo Molnar · 15 years ago
  60. 3718909 slub: fix per cpu kmem_cache_cpu array memory leak by David Rientjes · 15 years ago
  61. 6047a00 SLUB: Use ->objsize from struct kmem_cache_cpu in slab_free() by Pekka Enberg · 15 years ago
  62. 99cd707 Merge commit 'v2.6.29-rc1' into tracing/urgent by Ingo Molnar · 15 years ago
  63. 0211a9c trivial: fix an -> a typos in documentation and comments by Frederik Schwarzer · 15 years ago
  64. 3d7a96f Merge branch 'linus' into tracing/kmemtrace2 by Ingo Molnar · 15 years ago
  65. 174596a cpumask: convert mm/ by Rusty Russell · 15 years ago
  66. 2ca1a61 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Rusty Russell · 15 years ago
  67. 818fa7f Merge branch 'tracing/kmemtrace' into tracing/kmemtrace2 by Ingo Molnar · 15 years ago
  68. 5fdf7e5 Merge branch 'linus' into tracing/kmemtrace by Ingo Molnar · 15 years ago
  69. 36994e5 tracing/kmemtrace: normalize the raw tracer event to the unified tracing API by Frederic Weisbecker · 15 years ago
  70. 2a38b1c kmemtrace: move #include lines by Ingo Molnar · 15 years ago
  71. 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 · 15 years ago
  72. 2e67624 kmemtrace: remove unnecessary casts by Pekka Enberg · 16 years ago
  73. 94b528d kmemtrace: SLUB hooks for caller-tracking functions. by Eduard - Gabriel Munteanu · 16 years ago
  74. 5b882be kmemtrace: SLUB hooks. by Eduard - Gabriel Munteanu · 16 years ago
  75. 35995a4 SLUB: Replace __builtin_return_address(0) with _RET_IP_. by Eduard - Gabriel Munteanu · 16 years ago
  76. 3c506ef Merge branch 'topic/failslab' into for-linus by Pekka Enberg · 15 years ago
  77. fd37617 Merge branches 'topic/fixes', 'topic/cleanups' and 'topic/documentation' into for-linus by Pekka Enberg · 15 years ago
  78. 7b8f3b6 slub: avoid leaking caches or refcounts on sysfs error by David Rientjes · 15 years ago
  79. 89124d7 slub: Add might_sleep_if() to slab_alloc() by OGAWA Hirofumi · 16 years ago
  80. 773ff60 SLUB: failslab support by Akinobu Mita · 15 years ago
  81. 29c0177 cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpulist_scnprintf to take pointers. by Rusty Russell · 15 years ago
  82. 9c24624 KSYM_SYMBOL_LEN fixes by Hugh Dickins · 15 years ago
  83. 9f6c708e slub: Fix incorrect use of loose by Nick Andrew · 16 years ago
  84. dc19f9d memcg: memory hotplug fix for notifier callback by KAMEZAWA Hiroyuki · 16 years ago
  85. 0094de9 slub: make early_kmem_cache_node_alloc void by David Rientjes · 16 years ago
  86. e9beef1 slub - fix get_object_page comment by Cyrill Gorcunov · 16 years ago
  87. ce71e27 SLUB: Replace __builtin_return_address(0) with _RET_IP_. by Eduard - Gabriel Munteanu · 16 years ago
  88. 210b5c0 SLUB: cleanup - define macros instead of hardcoded numbers by Cyrill Gorcunov · 16 years ago
  89. 7b3c3a5 proc: move /proc/slabinfo boilerplate to mm/slub.c, mm/slab.c by Alexey Dobriyan · 16 years ago
  90. 02b71b7 slub: fixed uninitialized counter in struct kmem_cache_node by Salman Qazi · 16 years ago
  91. e2cb96b slub: Disable NUMA remote node defragmentation by default by Christoph Lameter · 16 years ago
  92. 5595cff SLUB: dynamic per-cache MIN_PARTIAL by Pekka Enberg · 16 years ago
  93. 231367f mm: unexport ksize by Adrian Bunk · 16 years ago
  94. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  95. 8a38082 slub: record page flag overlays explicitly by Andy Whitcroft · 16 years ago
  96. 0ebd652 slub: dump more data on slab corruption by Pekka Enberg · 16 years ago
  97. 41ab859 SLUB: simplify re on_each_cpu() by Alexey Dobriyan · 16 years ago
  98. 1a781a7 Merge branch 'generic-ipi' into generic-ipi-for-linus by Ingo Molnar · 16 years ago
  99. 88e4ccf slub: current is always valid by Alexey Dobriyan · 16 years ago
  100. 0937502 slub: Add check for kfree() of non slab objects. by Christoph Lameter · 16 years ago