1. 58463c1 cpumask: avoid deprecated function in mm/slab.c by Rusty Russell · 14 years ago
  2. 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
  3. d031655 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 14 years ago
  4. 355d79c Merge branches 'slab/fixes', 'slab/kmemleak', 'slub/perf' and 'slub/stats' into for-linus by Pekka Enberg · 15 years ago
  5. 0bb38a5 tracing, slab: Fix no callsite ifndef CONFIG_KMEMTRACE by Li Zefan · 15 years ago
  6. 0f24f12 tracing, slab: Define kmem_cache_alloc_notrace ifdef CONFIG_TRACING by Li Zefan · 15 years ago
  7. ddbf2e8 slab, kmemleak: pass the correct pointer to kmemleak_erase() by J. R. Okajima · 15 years ago
  8. f3d8b53 slab, kmemleak: stop calling kmemleak_erase() unconditionally by J. R. Okajima · 15 years ago
  9. 8e15b79 SLAB: Fix unlikely() annotation in __cache_alloc_node() by Tim Blechmann · 15 years ago
  10. ce79ddc SLAB: Fix lockdep annotations for CPU hotplug by Pekka Enberg · 15 years ago
  11. 1871e52 percpu: make percpu symbols under kernel/ and mm/ unique by Tejun Heo · 15 years ago
  12. 4481374 mm: replace various uses of num_physpages by totalram_pages by Jan Beulich · 15 years ago
  13. ec5a36f SLAB: Fix lockdep annotations by Pekka Enberg · 15 years ago
  14. 7ed9f7e fix RCU-callback-after-kmem_cache_destroy problem in sl[aou]b by Paul E. McKenney · 15 years ago
  15. dcce284 mm: Extend gfp masking to the page allocator by Benjamin Herrenschmidt · 15 years ago
  16. e03ab9d Merge branches 'slab/documentation', 'slab/fixes', 'slob/cleanups' and 'slub/fixes' into for-linus by Pekka Enberg · 15 years ago
  17. 517d086 Merge branch 'akpm' by Linus Torvalds · 15 years ago
  18. b6e68bc page allocator: slab: use nr_online_nodes to check for a NUMA platform by Mel Gorman · 15 years ago
  19. 6484eb3 page allocator: do not check NUMA node ID when the caller knows the node is valid by Mel Gorman · 15 years ago
  20. 722f2a6 Merge commit 'linus/master' into HEAD by Vegard Nossum · 15 years ago
  21. b1eeab6 kmemcheck: add hooks for the page allocator by Vegard Nossum · 16 years ago
  22. c175eea slab: add hooks for kmemcheck by Pekka Enberg · 16 years ago
  23. 8eae985 slab: move struct kmem_cache to headers by Pekka Enberg · 16 years ago
  24. 8429db5 slab: setup cpu caches later on when interrupts are enabled by Pekka Enberg · 15 years ago
  25. 7e85ee0 slab,slub: don't enable interrupts during early boot by Pekka Enberg · 15 years ago
  26. eb91f1d slab: fix gfp flag in setup_cpu_cache() by Pekka Enberg · 15 years ago
  27. 512626a Merge branch 'for-linus' of git://linux-arm.org/linux-2.6 by Linus Torvalds · 15 years ago
  28. 83b519e slab: setup allocators earlier in the boot sequence by Pekka Enberg · 15 years ago
  29. d5cff63 kmemleak: Add the slab memory allocation/freeing hooks by Catalin Marinas · 15 years ago
  30. 6746136 slab: fix generic PAGE_POISONING conflict with SLAB_RED_ZONE by Ron Lee · 15 years ago
  31. 02af61b tracing, kmemtrace: Separate include/trace/kmemtrace.h to kmemtrace part and tracepoint part by Zhaolei · 15 years ago
  32. 12fe32e Merge branch 'kmemtrace-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  33. 714f83d 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
  34. 90975ef Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask by Linus Torvalds · 15 years ago
  35. 2121db7 kmemtrace: trace kfree() calls with NULL or zero-length objects by Pekka Enberg · 15 years ago
  36. ca2b84cb kmemtrace: use tracepoints by Eduard - Gabriel Munteanu · 15 years ago
  37. bf6aede workqueue: add to_delayed_work() helper function by Jean Delvare · 15 years ago
  38. 558f6ab Merge branch 'cpumask-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Rusty Russell · 15 years ago
  39. 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
  40. a70f730 cpumask: replace node_to_cpumask with cpumask_of_node. by Rusty Russell · 15 years ago
  41. 28b1bd1 Merge branch 'core/locking' into tracing/ftrace by Ingo Molnar · 15 years ago
  42. cf40bd1 lockdep: annotate reclaim context (__GFP_NOFS) by Nick Piggin · 15 years ago
  43. 1c511f7 Merge branches 'tracing/ftrace', 'tracing/ring-buffer', 'tracing/sysprof', 'tracing/urgent' and 'linus' into tracing/core by Ingo Molnar · 15 years ago
  44. b1aabec mm: Export symbol ksize() by Kirill A. Shutemov · 15 years ago
  45. 3d7a96f Merge branch 'linus' into tracing/kmemtrace2 by Ingo Molnar · 15 years ago
  46. 174596a cpumask: convert mm/ by Rusty Russell · 15 years ago
  47. f09eac9 tracing/kmemtrace: fix typo by Ingo Molnar · 15 years ago
  48. 818fa7f Merge branch 'tracing/kmemtrace' into tracing/kmemtrace2 by Ingo Molnar · 15 years ago
  49. 5fdf7e5 Merge branch 'linus' into tracing/kmemtrace by Ingo Molnar · 15 years ago
  50. 3fd4bc0 tracing/kmemtrace: export kmemtrace_mark_alloc_node() / kmemtrace_mark_free() by Ingo Molnar · 15 years ago
  51. 2a38b1c kmemtrace: move #include lines by Ingo Molnar · 15 years ago
  52. 3655575 kmemtrace: SLAB hooks. by Eduard - Gabriel Munteanu · 16 years ago
  53. 35995a4 SLUB: Replace __builtin_return_address(0) with _RET_IP_. by Eduard - Gabriel Munteanu · 16 years ago
  54. 3c506ef Merge branch 'topic/failslab' into for-linus by Pekka Enberg · 15 years ago
  55. fd37617 Merge branches 'topic/fixes', 'topic/cleanups' and 'topic/documentation' into for-linus by Pekka Enberg · 15 years ago
  56. 8759ec5 slab: remove GFP_THISNODE clearing from alloc_slabmgmt() by Pekka Enberg · 16 years ago
  57. 773ff60 SLUB: failslab support by Akinobu Mita · 15 years ago
  58. 249da16 slab: Update the kmem_cache_create documentation regarding the name parameter by Catalin Marinas · 16 years ago
  59. 249b9f3 slab: unsigned slabp->inuse cannot be less than 0 by roel kluin · 16 years ago
  60. ce71e27 SLUB: Replace __builtin_return_address(0) with _RET_IP_. by Eduard - Gabriel Munteanu · 16 years ago
  61. 7b3c3a5 proc: move /proc/slabinfo boilerplate to mm/slub.c, mm/slab.c by Alexey Dobriyan · 16 years ago
  62. a0ec95a proc: move /proc/slab_allocators boilerplate to mm/slab.c by Alexey Dobriyan · 16 years ago
  63. 231367f mm: unexport ksize by Adrian Bunk · 16 years ago
  64. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  65. 1a781a7 Merge branch 'generic-ipi' into generic-ipi-for-linus by Ingo Molnar · 16 years ago
  66. e79aec2 slab: rename slab_destroy_objs by Rabin Vincent · 16 years ago
  67. 15c8b6c on_each_cpu(): kill unused 'retry' parameter by Jens Axboe · 16 years ago
  68. 481c534 Slab: Fix memory leak in fallback_alloc() by Christoph Lameter · 16 years ago
  69. d40cee2 mm: remove remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  70. 3ac7fe5 infrastructure to debug (dynamic) objects by Thomas Gleixner · 16 years ago
  71. 1b27d05 mm: move cache_line_size() to <linux/cache.h> by Pekka Enberg · 16 years ago
  72. dd1a239 mm: have zonelist contains structs with both a zone pointer and zone_idx by Mel Gorman · 16 years ago
  73. 54a6eb5 mm: use two zonelist that are filtered by GFP mask by Mel Gorman · 16 years ago
  74. 0e88460 mm: introduce node_zonelist() for accessing the zonelist for a GFP mask by Mel Gorman · 16 years ago
  75. c5f59f0 nodemask: use new node_to_cpumask_ptr function by Mike Travis · 16 years ago
  76. ec1f5ee slab: fix cache_cache bootstrap in kmem_cache_init() by Daniel Yeisley · 16 years ago
  77. 7682486 mm: fix various kernel-doc comments by Randy Dunlap · 16 years ago
  78. 6d2144d slab: NUMA slab allocator migration bugfix by Joe Korty · 16 years ago
  79. 1c61fc4 slab - use angle brackets for include of kmalloc_sizes.h by Joe Perches · 16 years ago
  80. 9ac33b2 slab numa fallback logic: Do not pass unfiltered flags to page allocator by Christoph Lameter · 16 years ago
  81. e51bfd0 slab: avoid double initialization & do initialization in 1 place by Marcin Slusarz · 16 years ago
  82. 95402b3 cpu-hotplug: replace per-subsystem mutexes with get_online_cpus() by Gautham R Shenoy · 16 years ago
  83. 556a169 slab: fix bootstrap on memoryless node by Pekka Enberg · 16 years ago
  84. 9c09a95 slab: partially revert list3 changes by Mel Gorman · 16 years ago
  85. 158a962 Unify /proc/slabinfo configuration by Linus Torvalds · 16 years ago
  86. f8fcc93 Add EXPORT_SYMBOL(ksize); by Tetsuo Handa · 17 years ago
  87. 80cbd91 Fix kmem_cache_free performance regression in slab by Matthew Wilcox · 17 years ago
  88. cc550de slab: fix typo in allocation failure handling by Akinobu Mita · 17 years ago
  89. 183ff22 spelling fixes: mm/ by Simon Arlott · 17 years ago
  90. 12d00f6 cpu hotplug: slab: fix memory leak in cpu hotplug error path by Akinobu Mita · 17 years ago
  91. fbf1e47 cpu hotplug: slab: cleanup cpuup_callback() by Akinobu Mita · 17 years ago
  92. bda5b65 Delete gcc-2.95 compatible structure definition. by Robert P. J. Day · 17 years ago
  93. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  94. e12ba74 Group short-lived and reclaimable kernel allocations by Mel Gorman · 17 years ago
  95. 6cb0622 Categorize GFP flags by Christoph Lameter · 17 years ago
  96. 04231b3 Memoryless nodes: Slab support by Christoph Lameter · 17 years ago
  97. ef8b452 Slab allocators: fail if ksize is called with a NULL parameter by Christoph Lameter · 17 years ago
  98. 1807a1a slab: skip calling cache_free_alien() when the platform is not numa capable by Siddha, Suresh B · 17 years ago
  99. b8c1c5d slab: correctly handle __GFP_ZERO by Andrew Morton · 17 years ago
  100. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago