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