1. 34cc699 slab: correct size_index table before replacing the bootstrap kmem_cache_node by Daniel Sanders · 9 years ago
  2. 4db0c3c mm: remove rest of ACCESS_ONCE() usages by Jason Low · 9 years ago
  3. 6f6528a slub: use bool function return values of true/false not 1/0 by Joe Perches · 9 years ago
  4. 08303a7 mm/slub.c: parse slub_debug O option in switch statement by Chris J Arges · 9 years ago
  5. 859b7a0 mm/slub: fix lockups on PREEMPT && !SMP kernels by Mark Rutland · 9 years ago
  6. 0316bec mm: slub: add kernel address sanitizer support for slub allocator by Andrey Ryabinin · 9 years ago
  7. a79316c mm: slub: introduce metadata_access_enable()/metadata_access_disable() by Andrey Ryabinin · 9 years ago
  8. 75c66de mm: slub: share object_err function by Andrey Ryabinin · 9 years ago
  9. 5024c1d slub: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 9 years ago
  10. d6e0b7f slub: make dead caches discard free slabs immediately by Vladimir Davydov · 9 years ago
  11. ce3712d slub: fix kmem_cache_shrink return value by Vladimir Davydov · 9 years ago
  12. 832f37f slub: never fail to shrink cache by Vladimir Davydov · 9 years ago
  13. 426589f slab: link memcg caches of the same kind into a list by Vladimir Davydov · 9 years ago
  14. f7ce319 slab: embed memcg_cache_params to kmem_cache by Vladimir Davydov · 9 years ago
  15. 94e4d71 mm/slub.c: fix typo in comment by Kim Phillips · 9 years ago
  16. 9aabf81 mm/slub: optimize alloc/free fastpath by removing preemption on/off by Joonsoo Kim · 9 years ago
  17. dee2f8a slub: fix cpuset check in get_any_partial by Vladimir Davydov · 10 years ago
  18. 8135be5 memcg: fix possible use-after-free in memcg_kmem_get_cache() by Vladimir Davydov · 10 years ago
  19. 2756d37 Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  20. c871ac4 slab: improve checking for invalid gfp_flags by Andrew Morton · 10 years ago
  21. f6edde9 mm: slub: fix format mismatches in slab_err() callers by Andrey Ryabinin · 10 years ago
  22. b455def mm: slab/slub: coding style: whitespaces and tabs mixture by LQYMGT · 10 years ago
  23. 344736f cpuset: simplify cpuset_node_allowed API by Vladimir Davydov · 10 years ago
  24. 423c929 mm/slab_common: commonize slab merge logic by Joonsoo Kim · 10 years ago
  25. a561ce0 slub: fall back to node_to_mem_node() node if allocating on memoryless node by Joonsoo Kim · 10 years ago
  26. c9e1613 slub: disable tracing and failslab for merged slabs by Christoph Lameter · 10 years ago
  27. aee52ca slub: remove kmemcg id from create_unique_id by Vladimir Davydov · 10 years ago
  28. 4307c14 slab: fix the alias count (via sysfs) of slab cache by Gu Zheng · 10 years ago
  29. 0aa9a13 mm, slub: fix some indenting in cmpxchg_double_slab() by Dan Carpenter · 10 years ago
  30. 5426664 slub: avoid duplicate creation on the first object by Wei Yang · 10 years ago
  31. 02e72cc mm: slub: SLUB_DEBUG=n: use the same alloc/free hooks as for SLUB_DEBUG=y by Andrey Ryabinin · 10 years ago
  32. c07b818 mm, slub: mark resiliency_test as init text by David Rientjes · 10 years ago
  33. fa45dc2 slub: use new node functions by Christoph Lameter · 10 years ago
  34. 44c5356 slab common: add functions for kmem_cache_node access by Christoph Lameter · 10 years ago
  35. 8a5b20a slub: fix off by one in number of slab tests by Joonsoo Kim · 10 years ago
  36. 844e4d6 slub: search partial list on numa_mem_id(), instead of numa_node_id() by Joonsoo Kim · 10 years ago
  37. 7c8e018 mm: replace __get_cpu_var uses with this_cpu_ptr by Christoph Lameter · 10 years ago
  38. c67a8a6 memcg, slab: merge memcg_{bind,release}_pages to memcg_{un}charge_slab by Vladimir Davydov · 10 years ago
  39. 03afc0e slab: get_online_mems for kmem_cache_{create,destroy,shrink} by Vladimir Davydov · 10 years ago
  40. bfc8c90 mem-hotplug: implement get/put_online_mems by Vladimir Davydov · 10 years ago
  41. 5238343 mm: get rid of __GFP_KMEMCG by Vladimir Davydov · 10 years ago
  42. 5dfb417 sl[au]b: charge slabs to kmemcg explicitly by Vladimir Davydov · 10 years ago
  43. 8eae149 mm: slub: fix ALLOC_SLOWPATH stat by Dave Hansen · 10 years ago
  44. 9a02d69 mm, slab: suppress out of memory warning unless debug is enabled by David Rientjes · 10 years ago
  45. ecc42fb mm/slub.c: convert vnsprintf-static to va_format by Fabian Frederick · 10 years ago
  46. f9f5828 mm/slub.c: convert printk to pr_foo() by Fabian Frederick · 10 years ago
  47. 41a2128 slub: use sysfs'es release mechanism for kmem_cache by Christoph Lameter · 10 years ago
  48. 93030d8 slub: fix memcg_propagate_slab_attrs by Vladimir Davydov · 10 years ago
  49. bf3a340 Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 10 years ago
  50. 88da03a slub: use raw_cpu_inc for incrementing statistics by Christoph Lameter · 10 years ago
  51. 54b6a73 slub: fix leak of 'name' in sysfs_slab_add by Dave Jones · 10 years ago
  52. 9a41707 slub: rework sysfs layout for memcg caches by Vladimir Davydov · 10 years ago
  53. 84d0ddd slub: adjust memcg caches when creating cache alias by Vladimir Davydov · 10 years ago
  54. a44cb94 memcg, slab: never try to merge memcg caches by Vladimir Davydov · 10 years ago
  55. 2a38961 mm, mempolicy: rename slab_node for clarity by David Rientjes · 10 years ago
  56. 421af24 slub: do not drop slab_mutex for sysfs_slab_add by Vladimir Davydov · 10 years ago
  57. d26914d mm: optimize put_mems_allowed() usage by Mel Gorman · 10 years ago
  58. 80c3a99 slub: fix high order page allocation problem with __GFP_NOFAIL by Joonsoo Kim · 10 years ago
  59. 1e4dd94 slub: do not assert not having lock in removing freed partial by Steven Rostedt · 10 years ago
  60. 255d088 mm/slub.c: list_lock may not be held in some circumstances by David Rientjes · 10 years ago
  61. 7b383be Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 10 years ago
  62. 67b6c90 mm: slub: work around unneeded lockdep warning by Dave Hansen · 10 years ago
  63. a032086 mm/slub.c: fix page->_count corruption (again) by Dave Hansen · 10 years ago
  64. a0132ac mm/slub.c: do not VM_BUG_ON_PAGE() for temporary on-stack pages by Dave Hansen · 10 years ago
  65. 309381fea mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGE by Sasha Levin · 10 years ago
  66. 26e4f20 slub: Fix possible format string bug. by Tetsuo Handa · 11 years ago
  67. c65c187 slub: use lockdep_assert_held by Peter Zijlstra · 11 years ago
  68. 8afb147 slub: Fix calculation of cpu slabs by Li Zefan · 11 years ago
  69. 24f971a Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 11 years ago
  70. 9073e1a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  71. 2ade4de memcg, kmem: rename cache_from_memcg to cache_from_memcg_idx by Qiang Huang · 11 years ago
  72. 721ae22 mm, slub: fix the typo in mm/slub.c by Zhi Yong Wu · 11 years ago
  73. c6f58d9 slub: Handle NULL parameter in kmem_cache_flags by Christoph Lameter · 11 years ago
  74. d56791b slub: proper kmemleak tracking if CONFIG_SLUB_DEBUG disabled by Roman Bobniev · 11 years ago
  75. d175617 mm: Fix some trivial typos in comments by Xie XiuQi · 11 years ago
  76. bff157b Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 11 years ago
  77. 3dbb95f mm: replace strict_strtoul() with kstrtoul() by Jingoo Han · 11 years ago
  78. 76b6f3d slub: remove verify_mem_not_deleted() by Christoph Lameter · 11 years ago
  79. f1b6eb6 mm/sl[aou]b: Move kmallocXXX functions to common code by Christoph Lameter · 11 years ago
  80. 68f0665 mm/slub.c: beautify code for removing redundancy 'break' statement. by Chen Gang · 11 years ago
  81. ac6434e slub: Remove unnecessary page NULL check by Libin · 11 years ago
  82. 3709050 Revert "slub: do not put a slab to cpu partial list when cpu_partial is 0" by Linus Torvalds · 11 years ago
  83. d0e0ac9 mm/slub: beautify code for 80 column limitation and tab alignment by Chen Gang · 11 years ago
  84. e35e1a9 mm/slub: remove 'per_cpu' which is useless variable by Chen Gang · 11 years ago
  85. 0db0628 kernel: delete __cpuinit usage from all core kernel files by Paul Gortmaker · 11 years ago
  86. 54be820 Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 11 years ago
  87. c25f195 slub: Check for page NULL before doing the node_match check by Steven Rostedt · 11 years ago
  88. 345c905 slub: Make cpu partial slab support configurable by Joonsoo Kim · 11 years ago
  89. 318df36 slub: do not put a slab to cpu partial list when cpu_partial is 0 by Joonsoo Kim · 11 years ago
  90. c17fd13 mm/slub: Use node_nr_slabs and node_nr_objs in get_slabinfo by Wanpeng Li · 11 years ago
  91. a446336 mm/slub: Drop unnecessary nr_partials by Wanpeng Li · 11 years ago
  92. 0f47c94 Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 11 years ago
  93. 69df2ac Merge branch 'slab/next' into slab/for-linus by Pekka Enberg · 11 years ago
  94. 3ac38fa mm/slub.c: use register_hotmemory_notifier() by Andrew Morton · 11 years ago
  95. 7cccd80 slub: tid must be retrieved from the percpu area of the current processor by Christoph Lameter · 11 years ago
  96. 4d7868e slub: Do not dereference NULL pointer in node_match by Christoph Lameter · 11 years ago
  97. 338b264 slub: add 'likely' macro to inc_slabs_node() by Joonsoo Kim · 11 years ago
  98. 633b076 slub: correct to calculate num of acquired objects in get_partial_node() by Joonsoo Kim · 11 years ago
  99. 7d557b3 slub: correctly bootstrap boot caches by Glauber Costa · 11 years ago
  100. 9043a26 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago