1. c0ff745 cpuset,mm: fix no node to alloc memory when changing cpuset's mems by Miao Xie · 14 years ago
  2. bb4f6b0 Merge branches 'slab/align', 'slab/cleanups', 'slab/fixes', 'slab/memhotadd' and 'slub/fixes' into slab-for-linus by Pekka Enberg · 14 years ago
  3. 6b65aaf slub: Use alloc_pages_exact_node() for page allocation by Minchan Kim · 14 years ago
  4. d3e14aa slub: __kmalloc_node_track_caller should trace kmalloc_large_node case by Xiaotian Feng · 14 years ago
  5. bbd7d57 slub: Potential stack overflow by Eric Dumazet · 14 years ago
  6. 4581ced mm: Move ARCH_SLAB_MINALIGN and ARCH_KMALLOC_MINALIGN to <linux/slub_def.h> by David Woodhouse · 14 years ago
  7. 111c7d8 slub: Fix bad boundary check in init_kmem_cache_nodes() by Zhang, Yanmin · 14 years ago
  8. d3e06e2 slub: Fix kmem_ptr_validate() for non-kernel pointers by Pekka Enberg · 14 years ago
  9. c32da02 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  10. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  11. 52cf25d Driver core: Constify struct sysfs_ops in struct kobj_type by Emese Revfy · 14 years ago
  12. 9cd4361 kobject: Constify struct kset_uevent_ops by Emese Revfy · 14 years ago
  13. 1154fab SLUB: Fix per-cpu merge conflict by Stephen Rothwell · 14 years ago
  14. e2b093f Merge branches 'slab/cleanups', 'slab/failslab', 'slab/fixes' and 'slub/percpu' into slab-for-linus by Pekka Enberg · 14 years ago
  15. 4c13dd3 failslab: add ability to filter slab caches by Dmitry Monakhov · 14 years ago
  16. c9404c9 Fix misspelling of "should" and "shouldn't" in comments. by Adam Buchbinder · 14 years ago
  17. 91efd77 dma kmalloc handling fixes by Christoph Lameter · 14 years ago
  18. 7738dd9 slub: remove impossible condition by David Rientjes · 14 years ago
  19. 84e554e6 SLUB: Make slub statistics use this_cpu_inc by Christoph Lameter · 14 years ago
  20. ff12059 SLUB: this_cpu: Remove slub kmem_cache fields by Christoph Lameter · 14 years ago
  21. 756dee7 SLUB: Get rid of dynamic DMA kmalloc cache allocation by Christoph Lameter · 14 years ago
  22. 9dfc6e6 SLUB: Use this_cpu operations in slub by Christoph Lameter · 14 years ago
  23. 2205afa Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  24. 355d79c Merge branches 'slab/fixes', 'slab/kmemleak', 'slub/perf' and 'slub/stats' into for-linus by Pekka Enberg · 15 years ago
  25. 0f24f12 tracing, slab: Define kmem_cache_alloc_notrace ifdef CONFIG_TRACING by Li Zefan · 15 years ago
  26. 74e2134 SLUB: Fix __GFP_ZERO unlikely() annotation by Pekka Enberg · 15 years ago
  27. 78eb00c slub: allow stats to be cleared by David Rientjes · 15 years ago
  28. fe1ff49 mm: kmem_cache_create(): make it easier to catch NULL cache names by Benjamin Herrenschmidt · 15 years ago
  29. fdaa45e slub: Fix build error in kmem_cache_open() with !CONFIG_SLUB_DEBUG by Ingo Molnar · 15 years ago
  30. ada3fa1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
  31. aceda77 Merge branches 'slab/cleanups' and 'slab/fixes' into for-linus by Pekka Enberg · 15 years ago
  32. 8a3d271 slub: fix slab_pad_check() by Eric Dumazet · 15 years ago
  33. d76b159 slub: Fix kmem_cache_destroy() with SLAB_DESTROY_BY_RCU by Eric Dumazet · 15 years ago
  34. 5788d8a slub: release kobject if sysfs_create_group failed in sysfs_slab_add by Xiaotian Feng · 15 years ago
  35. acdfcd0 SLUB: fix ARCH_KMALLOC_MINALIGN cases 64 and 256 by Aaro Koskinen · 15 years ago
  36. 5086c389c SLUB: Fix some coding style issues by Amerigo Wang · 15 years ago
  37. cf5d113 SLUB: Drop write permission to /proc/slabinfo by WANG Cong · 15 years ago
  38. 384be2b Merge branch 'percpu-for-linus' into percpu-for-next by Tejun Heo · 15 years ago
  39. dcb0ce1 slub: change kmem_cache->align to record the real alignment by Zhang, Yanmin · 15 years ago
  40. 3de4721 slub: use size and objsize orders to disable debug flags by David Rientjes · 15 years ago
  41. fa5ec8a slub: add option to disable higher order debugging slabs by David Rientjes · 15 years ago
  42. e4f7c0b4 kmemleak: Trace the kmalloc_large* functions in slub by Catalin Marinas · 15 years ago
  43. c43768c Merge branch 'master' into for-next by Tejun Heo · 15 years ago
  44. 7ed9f7e fix RCU-callback-after-kmem_cache_destroy problem in sl[aou]b by Paul E. McKenney · 15 years ago
  45. ba52270 SLUB: Don't pass __GFP_FAIL for the initial allocation by Pekka Enberg · 15 years ago
  46. 204fba4 percpu: cleanup percpu array definitions by Tejun Heo · 15 years ago
  47. dcce284 mm: Extend gfp masking to the page allocator by Benjamin Herrenschmidt · 15 years ago
  48. 5caf5c7 Merge branch 'slub/earlyboot' into for-linus by Pekka Enberg · 15 years ago
  49. e03ab9d Merge branches 'slab/documentation', 'slab/fixes', 'slob/cleanups' and 'slub/fixes' into for-linus by Pekka Enberg · 15 years ago
  50. 517d086 Merge branch 'akpm' by Linus Torvalds · 15 years ago
  51. 62bc62a page allocator: use a pre-calculated value instead of num_online_nodes() in fast paths by Christoph Lameter · 15 years ago
  52. 722f2a6 Merge commit 'linus/master' into HEAD by Vegard Nossum · 15 years ago
  53. b1eeab6 kmemcheck: add hooks for the page allocator by Vegard Nossum · 16 years ago
  54. 964cf35 SLUB: Fix early boot GFP_DMA allocations by Nick Piggin · 15 years ago
  55. 5a896d9 slub: add hooks for kmemcheck by Vegard Nossum · 16 years ago
  56. 95f8598 SLUB: Don't print out OOM warning for __GFP_NOFAIL by Pekka Enberg · 15 years ago
  57. 26c02cf SLUB: fix build when !SLUB_DEBUG by Alexander Beregalov · 15 years ago
  58. 7e85ee0 slab,slub: don't enable interrupts during early boot by Pekka Enberg · 15 years ago
  59. 512626a Merge branch 'for-linus' of git://linux-arm.org/linux-2.6 by Linus Torvalds · 15 years ago
  60. 83b519e slab: setup allocators earlier in the boot sequence by Pekka Enberg · 15 years ago
  61. 06f22f1 kmemleak: Add the slub memory allocation/freeing hooks by Catalin Marinas · 15 years ago
  62. 781b2ba SLUB: Out-of-memory diagnostics by Pekka Enberg · 15 years ago
  63. 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
  64. 42ddc4c Merge branches 'topic/documentation', 'topic/slub/fixes' and 'topic/urgent' into for-linus by Pekka Enberg · 15 years ago
  65. 1eb5ac6 mm: SLUB fix reclaim_state by Nick Piggin · 15 years ago
  66. 818cf59 slub: enforce MAX_ORDER by David Rientjes · 15 years ago
  67. 02af61b tracing, kmemtrace: Separate include/trace/kmemtrace.h to kmemtrace part and tracepoint part by Zhaolei · 15 years ago
  68. 2121db7 kmemtrace: trace kfree() calls with NULL or zero-length objects by Pekka Enberg · 15 years ago
  69. ca2b84cb kmemtrace: use tracepoints by Eduard - Gabriel Munteanu · 15 years ago
  70. 8302294 Merge branch 'tracing/core-v2' into tracing-for-linus by Ingo Molnar · 15 years ago
  71. 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
  72. 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
  73. 1a00df4 slub: use get_track() by Akinobu Mita · 15 years ago
  74. 28b1bd1 Merge branch 'core/locking' into tracing/ftrace by Ingo Molnar · 15 years ago
  75. c0bdb23 slub: rename calculate_min_partial() to set_min_partial() by David Rientjes · 15 years ago
  76. 73d342b slub: add min_partial sysfs tunable by David Rientjes · 15 years ago
  77. 3b89d7d slub: move min_partial to struct kmem_cache by David Rientjes · 15 years ago
  78. 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
  79. fe1200b SLUB: Introduce and use SLUB_MAX_SIZE and SLUB_PAGE_SHIFT constants by Christoph Lameter · 15 years ago
  80. e8120ff SLUB: Fix default slab order for big object sizes by Zhang Yanmin · 15 years ago
  81. ffadd4d SLUB: Introduce and use SLUB_MAX_SIZE and SLUB_PAGE_SHIFT constants by Christoph Lameter · 15 years ago
  82. cf40bd1 lockdep: annotate reclaim context (__GFP_NOFS) by Nick Piggin · 15 years ago
  83. 1c511f7 Merge branches 'tracing/ftrace', 'tracing/ring-buffer', 'tracing/sysprof', 'tracing/urgent' and 'linus' into tracing/core by Ingo Molnar · 15 years ago
  84. b1aabec mm: Export symbol ksize() by Kirill A. Shutemov · 15 years ago
  85. dc573f9 Merge branches 'tracing/ftrace', 'tracing/kmemtrace' and 'linus' into tracing/core by Ingo Molnar · 15 years ago
  86. 3718909 slub: fix per cpu kmem_cache_cpu array memory leak by David Rientjes · 15 years ago
  87. 6047a00 SLUB: Use ->objsize from struct kmem_cache_cpu in slab_free() by Pekka Enberg · 15 years ago
  88. 99cd707 Merge commit 'v2.6.29-rc1' into tracing/urgent by Ingo Molnar · 15 years ago
  89. 0211a9c trivial: fix an -> a typos in documentation and comments by Frederik Schwarzer · 15 years ago
  90. 3d7a96f Merge branch 'linus' into tracing/kmemtrace2 by Ingo Molnar · 15 years ago
  91. 174596a cpumask: convert mm/ by Rusty Russell · 15 years ago
  92. 2ca1a61 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Rusty Russell · 15 years ago
  93. 818fa7f Merge branch 'tracing/kmemtrace' into tracing/kmemtrace2 by Ingo Molnar · 15 years ago
  94. 5fdf7e5 Merge branch 'linus' into tracing/kmemtrace by Ingo Molnar · 15 years ago
  95. 36994e5 tracing/kmemtrace: normalize the raw tracer event to the unified tracing API by Frederic Weisbecker · 15 years ago
  96. 2a38b1c kmemtrace: move #include lines by Ingo Molnar · 15 years ago
  97. 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
  98. 2e67624 kmemtrace: remove unnecessary casts by Pekka Enberg · 16 years ago
  99. 94b528d kmemtrace: SLUB hooks for caller-tracking functions. by Eduard - Gabriel Munteanu · 16 years ago
  100. 5b882be kmemtrace: SLUB hooks. by Eduard - Gabriel Munteanu · 16 years ago