1. 5086c389c SLUB: Fix some coding style issues by Amerigo Wang · 15 years ago
  2. e4f7c0b4 kmemleak: Trace the kmalloc_large* functions in slub by Catalin Marinas · 15 years ago
  3. 7ed9f7e fix RCU-callback-after-kmem_cache_destroy problem in sl[aou]b by Paul E. McKenney · 15 years ago
  4. ba52270 SLUB: Don't pass __GFP_FAIL for the initial allocation by Pekka Enberg · 15 years ago
  5. dcce284 mm: Extend gfp masking to the page allocator by Benjamin Herrenschmidt · 15 years ago
  6. 5caf5c7 Merge branch 'slub/earlyboot' into for-linus by Pekka Enberg · 15 years ago
  7. e03ab9d Merge branches 'slab/documentation', 'slab/fixes', 'slob/cleanups' and 'slub/fixes' into for-linus by Pekka Enberg · 15 years ago
  8. 517d086 Merge branch 'akpm' by Linus Torvalds · 15 years ago
  9. 62bc62a page allocator: use a pre-calculated value instead of num_online_nodes() in fast paths by Christoph Lameter · 15 years ago
  10. 722f2a6 Merge commit 'linus/master' into HEAD by Vegard Nossum · 15 years ago
  11. b1eeab6 kmemcheck: add hooks for the page allocator by Vegard Nossum · 16 years ago
  12. 964cf35 SLUB: Fix early boot GFP_DMA allocations by Nick Piggin · 15 years ago
  13. 5a896d9 slub: add hooks for kmemcheck by Vegard Nossum · 16 years ago
  14. 95f8598 SLUB: Don't print out OOM warning for __GFP_NOFAIL by Pekka Enberg · 15 years ago
  15. 26c02cf SLUB: fix build when !SLUB_DEBUG by Alexander Beregalov · 15 years ago
  16. 7e85ee0 slab,slub: don't enable interrupts during early boot by Pekka Enberg · 15 years ago
  17. 512626a Merge branch 'for-linus' of git://linux-arm.org/linux-2.6 by Linus Torvalds · 15 years ago
  18. 83b519e slab: setup allocators earlier in the boot sequence by Pekka Enberg · 15 years ago
  19. 06f22f1 kmemleak: Add the slub memory allocation/freeing hooks by Catalin Marinas · 15 years ago
  20. 781b2ba SLUB: Out-of-memory diagnostics by Pekka Enberg · 15 years ago
  21. 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
  22. 42ddc4c Merge branches 'topic/documentation', 'topic/slub/fixes' and 'topic/urgent' into for-linus by Pekka Enberg · 15 years ago
  23. 1eb5ac6 mm: SLUB fix reclaim_state by Nick Piggin · 15 years ago
  24. 818cf59 slub: enforce MAX_ORDER by David Rientjes · 15 years ago
  25. 02af61b tracing, kmemtrace: Separate include/trace/kmemtrace.h to kmemtrace part and tracepoint part by Zhaolei · 15 years ago
  26. 2121db7 kmemtrace: trace kfree() calls with NULL or zero-length objects by Pekka Enberg · 15 years ago
  27. ca2b84cb kmemtrace: use tracepoints by Eduard - Gabriel Munteanu · 15 years ago
  28. 8302294 Merge branch 'tracing/core-v2' into tracing-for-linus by Ingo Molnar · 15 years ago
  29. 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
  30. 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
  31. 1a00df4 slub: use get_track() by Akinobu Mita · 15 years ago
  32. 28b1bd1 Merge branch 'core/locking' into tracing/ftrace by Ingo Molnar · 15 years ago
  33. c0bdb23 slub: rename calculate_min_partial() to set_min_partial() by David Rientjes · 15 years ago
  34. 73d342b slub: add min_partial sysfs tunable by David Rientjes · 15 years ago
  35. 3b89d7d slub: move min_partial to struct kmem_cache by David Rientjes · 15 years ago
  36. 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
  37. fe1200b SLUB: Introduce and use SLUB_MAX_SIZE and SLUB_PAGE_SHIFT constants by Christoph Lameter · 15 years ago
  38. e8120ff SLUB: Fix default slab order for big object sizes by Zhang Yanmin · 15 years ago
  39. ffadd4d SLUB: Introduce and use SLUB_MAX_SIZE and SLUB_PAGE_SHIFT constants by Christoph Lameter · 15 years ago
  40. cf40bd1 lockdep: annotate reclaim context (__GFP_NOFS) by Nick Piggin · 15 years ago
  41. 1c511f7 Merge branches 'tracing/ftrace', 'tracing/ring-buffer', 'tracing/sysprof', 'tracing/urgent' and 'linus' into tracing/core by Ingo Molnar · 15 years ago
  42. b1aabec mm: Export symbol ksize() by Kirill A. Shutemov · 15 years ago
  43. dc573f9 Merge branches 'tracing/ftrace', 'tracing/kmemtrace' and 'linus' into tracing/core by Ingo Molnar · 15 years ago
  44. 3718909 slub: fix per cpu kmem_cache_cpu array memory leak by David Rientjes · 15 years ago
  45. 6047a00 SLUB: Use ->objsize from struct kmem_cache_cpu in slab_free() by Pekka Enberg · 15 years ago
  46. 99cd707 Merge commit 'v2.6.29-rc1' into tracing/urgent by Ingo Molnar · 15 years ago
  47. 0211a9c trivial: fix an -> a typos in documentation and comments by Frederik Schwarzer · 15 years ago
  48. 3d7a96f Merge branch 'linus' into tracing/kmemtrace2 by Ingo Molnar · 15 years ago
  49. 174596a cpumask: convert mm/ by Rusty Russell · 15 years ago
  50. 2ca1a61 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Rusty Russell · 15 years ago
  51. 818fa7f Merge branch 'tracing/kmemtrace' into tracing/kmemtrace2 by Ingo Molnar · 15 years ago
  52. 5fdf7e5 Merge branch 'linus' into tracing/kmemtrace by Ingo Molnar · 15 years ago
  53. 36994e5 tracing/kmemtrace: normalize the raw tracer event to the unified tracing API by Frederic Weisbecker · 15 years ago
  54. 2a38b1c kmemtrace: move #include lines by Ingo Molnar · 15 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 · 15 years ago
  56. 2e67624 kmemtrace: remove unnecessary casts by Pekka Enberg · 16 years ago
  57. 94b528d kmemtrace: SLUB hooks for caller-tracking functions. by Eduard - Gabriel Munteanu · 16 years ago
  58. 5b882be kmemtrace: SLUB hooks. by Eduard - Gabriel Munteanu · 16 years ago
  59. 35995a4 SLUB: Replace __builtin_return_address(0) with _RET_IP_. by Eduard - Gabriel Munteanu · 16 years ago
  60. 3c506ef Merge branch 'topic/failslab' into for-linus by Pekka Enberg · 15 years ago
  61. fd37617 Merge branches 'topic/fixes', 'topic/cleanups' and 'topic/documentation' into for-linus by Pekka Enberg · 15 years ago
  62. 7b8f3b6 slub: avoid leaking caches or refcounts on sysfs error by David Rientjes · 15 years ago
  63. 89124d7 slub: Add might_sleep_if() to slab_alloc() by OGAWA Hirofumi · 16 years ago
  64. 773ff60 SLUB: failslab support by Akinobu Mita · 15 years ago
  65. 29c0177 cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpulist_scnprintf to take pointers. by Rusty Russell · 15 years ago
  66. 9c24624 KSYM_SYMBOL_LEN fixes by Hugh Dickins · 16 years ago
  67. 9f6c708e slub: Fix incorrect use of loose by Nick Andrew · 16 years ago
  68. dc19f9d memcg: memory hotplug fix for notifier callback by KAMEZAWA Hiroyuki · 16 years ago
  69. 0094de9 slub: make early_kmem_cache_node_alloc void by David Rientjes · 16 years ago
  70. e9beef1 slub - fix get_object_page comment by Cyrill Gorcunov · 16 years ago
  71. ce71e27 SLUB: Replace __builtin_return_address(0) with _RET_IP_. by Eduard - Gabriel Munteanu · 16 years ago
  72. 210b5c0 SLUB: cleanup - define macros instead of hardcoded numbers by Cyrill Gorcunov · 16 years ago
  73. 7b3c3a5 proc: move /proc/slabinfo boilerplate to mm/slub.c, mm/slab.c by Alexey Dobriyan · 16 years ago
  74. 02b71b7 slub: fixed uninitialized counter in struct kmem_cache_node by Salman Qazi · 16 years ago
  75. e2cb96b slub: Disable NUMA remote node defragmentation by default by Christoph Lameter · 16 years ago
  76. 5595cff SLUB: dynamic per-cache MIN_PARTIAL by Pekka Enberg · 16 years ago
  77. 231367f mm: unexport ksize by Adrian Bunk · 16 years ago
  78. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  79. 8a38082 slub: record page flag overlays explicitly by Andy Whitcroft · 16 years ago
  80. 0ebd652 slub: dump more data on slab corruption by Pekka Enberg · 16 years ago
  81. 41ab859 SLUB: simplify re on_each_cpu() by Alexey Dobriyan · 16 years ago
  82. 1a781a7 Merge branch 'generic-ipi' into generic-ipi-for-linus by Ingo Molnar · 16 years ago
  83. 88e4ccf slub: current is always valid by Alexey Dobriyan · 16 years ago
  84. 0937502 slub: Add check for kfree() of non slab objects. by Christoph Lameter · 16 years ago
  85. 7daf705 Start using the new '%pS' infrastructure to print symbols by Linus Torvalds · 16 years ago
  86. bdb2192 slub: Fix use-after-preempt of per-CPU data structure by Dmitry Adamushko · 16 years ago
  87. cde5353 Christoph has moved by Christoph Lameter · 16 years ago
  88. 41d54d3 slub: Do not use 192 byte sized cache if minimum alignment is 128 byte by Christoph Lameter · 16 years ago
  89. 15c8b6c on_each_cpu(): kill unused 'retry' parameter by Jens Axboe · 16 years ago
  90. 7699441 slub: ksize() abuse checks by Pekka Enberg · 16 years ago
  91. 4ea33e2 slub: fix atomic usage in any_slab_objects() by Benjamin Herrenschmidt · 16 years ago
  92. f6acb63 slub: #ifdef simplification by Christoph Lameter · 16 years ago
  93. 0121c619 slub: Whitespace cleanup and use of strict_strtoul by Christoph Lameter · 16 years ago
  94. f8bd225 remove div_long_long_rem by Roman Zippel · 16 years ago
  95. 3ac7fe5 infrastructure to debug (dynamic) objects by Thomas Gleixner · 16 years ago
  96. 0c40ba4 ipc: define the slab_memory_callback priority as a constant by Nadia Derbey · 16 years ago
  97. e97e386 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 16 years ago
  98. 1b27d05 mm: move cache_line_size() to <linux/cache.h> by Pekka Enberg · 16 years ago
  99. dd1a239 mm: have zonelist contains structs with both a zone pointer and zone_idx by Mel Gorman · 16 years ago
  100. 54a6eb5 mm: use two zonelist that are filtered by GFP mask by Mel Gorman · 16 years ago