1. 149daaf slub: relax CMPXCHG consistency restrictions by Laura Abbott · 8 years ago
  2. becfda6 slub: convert SLAB_DEBUG_FREE to SLAB_CONSISTENCY_CHECKS by Laura Abbott · 8 years ago
  3. 804aa13 slub: fix/clean free_debug_processing return paths by Laura Abbott · 8 years ago
  4. 282acb4 slub: drop lock at the end of free_debug_processing by Laura Abbott · 8 years ago
  5. ca25719 mm: new API kfree_bulk() for SLAB+SLUB allocators by Jesper Dangaard Brouer · 8 years ago
  6. 11c7aec mm/slab: move SLUB alloc hooks to common mm/slab.h by Jesper Dangaard Brouer · 8 years ago
  7. 376bf12 slub: clean up code for kmem cgroup support to kmem_cache_free_bulk by Jesper Dangaard Brouer · 8 years ago
  8. 52b4b95 mm: slab: free kmem_cache_node after destroy sysfs file by Dmitry Safonov · 8 years ago
  9. 127424c mm: memcontrol: move kmem accounting code to CONFIG_MEMCG by Johannes Weiner · 8 years ago
  10. 48c935a page-flags: define PG_locked behavior on compound pages by Kirill A. Shutemov · 8 years ago
  11. 230e9fc slab: add SLAB_ACCOUNT flag by Vladimir Davydov · 8 years ago
  12. 865762a slab/slub: adjust kmem_cache_alloc_bulk API by Jesper Dangaard Brouer · 9 years ago
  13. 0337451 slub: add missing kmem cgroup support to kmem_cache_free_bulk by Jesper Dangaard Brouer · 9 years ago
  14. 03ec0ed slub: fix kmem cgroup bug in kmem_cache_alloc_bulk by Jesper Dangaard Brouer · 9 years ago
  15. d0ecd89 slub: optimize bulk slowpath free by detached freelist by Jesper Dangaard Brouer · 9 years ago
  16. 8108465 slub: support for bulk free with SLUB freelists by Jesper Dangaard Brouer · 9 years ago
  17. b4a6471 slub: mark the dangling ifdef #else of CONFIG_SLUB_DEBUG by Jesper Dangaard Brouer · 9 years ago
  18. 8709837 slub: avoid irqoff/on in bulk allocation by Christoph Lameter · 9 years ago
  19. a380a3c slub: create new ___slab_alloc function that can be called with irqs disabled by Christoph Lameter · 9 years ago
  20. bc4f610 slab, slub: use page->rcu_head instead of page->lru plus cast by Kirill A. Shutemov · 9 years ago
  21. d0164ad mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd by Mel Gorman · 9 years ago
  22. 89d3c87 mm, slub, kasan: enable user tracking by default with KASAN=y by Andrey Ryabinin · 9 years ago
  23. f3ccb2c4 memcg: unify slab and other kmem pages charging by Vladimir Davydov · 9 years ago
  24. 9f83570 mm/slub: calculate start order with reserved in consideration by Wei Yang · 9 years ago
  25. 033fd1b mm/slub: use get_order() instead of fls() by Wei Yang · 9 years ago
  26. 422ff4d mm/slub: correct the comment in calculate_order() by Wei Yang · 9 years ago
  27. 96db800 mm: rename alloc_pages_exact_node() to __alloc_pages_node() by Vlastimil Babka · 9 years ago
  28. 45eb00c mm/slub: don't wait for high-order page allocation by Joonsoo Kim · 9 years ago
  29. 80da026 mm/slub: fix slab double-free in case of duplicate sysfs filename by Konstantin Khlebnikov · 9 years ago
  30. 588f8ba mm/slub: move slab initialization into irq enabled region by Thomas Gleixner · 9 years ago
  31. 3eed034 slub: add support for kmem_cache_debug in bulk calls by Jesper Dangaard Brouer · 9 years ago
  32. fbd0263 slub: initial bulk free implementation by Jesper Dangaard Brouer · 9 years ago
  33. ebe909e slub: improve bulk alloc strategy by Jesper Dangaard Brouer · 9 years ago
  34. 994eb76 slub bulk alloc: extract objects from the per cpu slab by Jesper Dangaard Brouer · 9 years ago
  35. 484748f slab: infrastructure for bulk object allocation and freeing by Christoph Lameter · 9 years ago
  36. 2ae4400 slub: fix spelling succedd to succeed by Jesper Dangaard Brouer · 9 years ago
  37. 2f064f3 mm: make page pfmemalloc check more robust by Michal Hocko · 9 years ago
  38. 34cc699 slab: correct size_index table before replacing the bootstrap kmem_cache_node by Daniel Sanders · 9 years ago
  39. 4db0c3c mm: remove rest of ACCESS_ONCE() usages by Jason Low · 9 years ago
  40. 6f6528a slub: use bool function return values of true/false not 1/0 by Joe Perches · 9 years ago
  41. 08303a7 mm/slub.c: parse slub_debug O option in switch statement by Chris J Arges · 9 years ago
  42. 859b7a0 mm/slub: fix lockups on PREEMPT && !SMP kernels by Mark Rutland · 9 years ago
  43. 0316bec mm: slub: add kernel address sanitizer support for slub allocator by Andrey Ryabinin · 9 years ago
  44. a79316c mm: slub: introduce metadata_access_enable()/metadata_access_disable() by Andrey Ryabinin · 9 years ago
  45. 75c66de mm: slub: share object_err function by Andrey Ryabinin · 9 years ago
  46. 5024c1d slub: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 9 years ago
  47. d6e0b7f slub: make dead caches discard free slabs immediately by Vladimir Davydov · 9 years ago
  48. ce3712d slub: fix kmem_cache_shrink return value by Vladimir Davydov · 9 years ago
  49. 832f37f slub: never fail to shrink cache by Vladimir Davydov · 9 years ago
  50. 426589f slab: link memcg caches of the same kind into a list by Vladimir Davydov · 9 years ago
  51. f7ce319 slab: embed memcg_cache_params to kmem_cache by Vladimir Davydov · 9 years ago
  52. 94e4d71 mm/slub.c: fix typo in comment by Kim Phillips · 9 years ago
  53. 9aabf81 mm/slub: optimize alloc/free fastpath by removing preemption on/off by Joonsoo Kim · 9 years ago
  54. dee2f8a slub: fix cpuset check in get_any_partial by Vladimir Davydov · 9 years ago
  55. 8135be5 memcg: fix possible use-after-free in memcg_kmem_get_cache() by Vladimir Davydov · 9 years ago
  56. 2756d37 Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 9 years ago
  57. c871ac4 slab: improve checking for invalid gfp_flags by Andrew Morton · 9 years ago
  58. f6edde9 mm: slub: fix format mismatches in slab_err() callers by Andrey Ryabinin · 9 years ago
  59. b455def mm: slab/slub: coding style: whitespaces and tabs mixture by LQYMGT · 9 years ago
  60. 344736f cpuset: simplify cpuset_node_allowed API by Vladimir Davydov · 10 years ago
  61. 423c929 mm/slab_common: commonize slab merge logic by Joonsoo Kim · 10 years ago
  62. a561ce0 slub: fall back to node_to_mem_node() node if allocating on memoryless node by Joonsoo Kim · 10 years ago
  63. c9e1613 slub: disable tracing and failslab for merged slabs by Christoph Lameter · 10 years ago
  64. aee52ca slub: remove kmemcg id from create_unique_id by Vladimir Davydov · 10 years ago
  65. 4307c14 slab: fix the alias count (via sysfs) of slab cache by Gu Zheng · 10 years ago
  66. 0aa9a13 mm, slub: fix some indenting in cmpxchg_double_slab() by Dan Carpenter · 10 years ago
  67. 5426664 slub: avoid duplicate creation on the first object by Wei Yang · 10 years ago
  68. 02e72cc mm: slub: SLUB_DEBUG=n: use the same alloc/free hooks as for SLUB_DEBUG=y by Andrey Ryabinin · 10 years ago
  69. c07b818 mm, slub: mark resiliency_test as init text by David Rientjes · 10 years ago
  70. fa45dc2 slub: use new node functions by Christoph Lameter · 10 years ago
  71. 44c5356 slab common: add functions for kmem_cache_node access by Christoph Lameter · 10 years ago
  72. 8a5b20a slub: fix off by one in number of slab tests by Joonsoo Kim · 10 years ago
  73. 844e4d6 slub: search partial list on numa_mem_id(), instead of numa_node_id() by Joonsoo Kim · 10 years ago
  74. 7c8e018 mm: replace __get_cpu_var uses with this_cpu_ptr by Christoph Lameter · 10 years ago
  75. c67a8a6 memcg, slab: merge memcg_{bind,release}_pages to memcg_{un}charge_slab by Vladimir Davydov · 10 years ago
  76. 03afc0e slab: get_online_mems for kmem_cache_{create,destroy,shrink} by Vladimir Davydov · 10 years ago
  77. bfc8c90 mem-hotplug: implement get/put_online_mems by Vladimir Davydov · 10 years ago
  78. 5238343 mm: get rid of __GFP_KMEMCG by Vladimir Davydov · 10 years ago
  79. 5dfb417 sl[au]b: charge slabs to kmemcg explicitly by Vladimir Davydov · 10 years ago
  80. 8eae149 mm: slub: fix ALLOC_SLOWPATH stat by Dave Hansen · 10 years ago
  81. 9a02d69 mm, slab: suppress out of memory warning unless debug is enabled by David Rientjes · 10 years ago
  82. ecc42fb mm/slub.c: convert vnsprintf-static to va_format by Fabian Frederick · 10 years ago
  83. f9f5828 mm/slub.c: convert printk to pr_foo() by Fabian Frederick · 10 years ago
  84. 41a2128 slub: use sysfs'es release mechanism for kmem_cache by Christoph Lameter · 10 years ago
  85. 93030d8 slub: fix memcg_propagate_slab_attrs by Vladimir Davydov · 10 years ago
  86. bf3a340 Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 10 years ago
  87. 88da03a slub: use raw_cpu_inc for incrementing statistics by Christoph Lameter · 10 years ago
  88. 54b6a73 slub: fix leak of 'name' in sysfs_slab_add by Dave Jones · 10 years ago
  89. 9a41707 slub: rework sysfs layout for memcg caches by Vladimir Davydov · 10 years ago
  90. 84d0ddd slub: adjust memcg caches when creating cache alias by Vladimir Davydov · 10 years ago
  91. a44cb94 memcg, slab: never try to merge memcg caches by Vladimir Davydov · 10 years ago
  92. 2a38961 mm, mempolicy: rename slab_node for clarity by David Rientjes · 10 years ago
  93. 421af24 slub: do not drop slab_mutex for sysfs_slab_add by Vladimir Davydov · 10 years ago
  94. d26914d mm: optimize put_mems_allowed() usage by Mel Gorman · 10 years ago
  95. 80c3a99 slub: fix high order page allocation problem with __GFP_NOFAIL by Joonsoo Kim · 10 years ago
  96. 1e4dd94 slub: do not assert not having lock in removing freed partial by Steven Rostedt · 10 years ago
  97. 255d088 mm/slub.c: list_lock may not be held in some circumstances by David Rientjes · 10 years ago
  98. 7b383be Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 10 years ago
  99. 67b6c90 mm: slub: work around unneeded lockdep warning by Dave Hansen · 10 years ago
  100. a032086 mm/slub.c: fix page->_count corruption (again) by Dave Hansen · 10 years ago