1. 62d342d mm: add support for kmem caches in DMA32 zone by Nicolas Boichat · 5 years ago
  2. 84c07d1 mm: introduce CONFIG_MEMCG_KMEM as combination of CONFIG_MEMCG && !CONFIG_SLOB by Kirill Tkhai · 6 years ago
  3. f9e13c0 slab, slub: skip unnecessary kasan_cache_shutdown() by Shakeel Butt · 6 years ago
  4. 7bbdb81 slab: make usercopy region 32-bit by Alexey Dobriyan · 6 years ago
  5. 0293d1f slab: make kmem_cache_flags accept 32-bit object size by Alexey Dobriyan · 6 years ago
  6. f4957d5 slab: make kmem_cache_create() work with 32-bit sizes by Alexey Dobriyan · 6 years ago
  7. 361d575 slab: make create_boot_cache() work with 32-bit sizes by Alexey Dobriyan · 6 years ago
  8. 55de8b9 slab: make create_kmalloc_cache() work with 32-bit sizes by Alexey Dobriyan · 6 years ago
  9. 617aebe Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 6 years ago
  10. 692ae74 mm/slab_common.c: make calculate_alignment() static by Byongho Lee · 6 years ago
  11. 6c0c21a usercopy: Mark kmalloc caches as usercopy caches by David Windsor · 7 years ago
  12. 8eb8284 usercopy: Prepare for usercopy whitelisting by David Windsor · 7 years ago
  13. 75f296d kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACK by Levin, Alexander (Sasha Levin) · 7 years ago
  14. 4950276 kmemcheck: remove annotations by Levin, Alexander (Sasha Levin) · 7 years ago
  15. d50112e slab, slub, slob: add slab_flags_t by Alexey Dobriyan · 7 years ago
  16. 852d8be mm: oom: show unreclaimable slab info when unreclaimable slabs > user memory by Yang Shi · 7 years ago
  17. 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  18. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  19. 506458e locking/barriers: Convert users of lockless_dereference() to READ_ONCE() by Will Deacon · 7 years ago
  20. d92a8cf locking/lockdep: Rework FS_RECLAIM annotation by Peter Zijlstra · 7 years ago
  21. 7779f21 mm: memcontrol: account slab stats per lruvec by Johannes Weiner · 7 years ago
  22. ed52be7 mm: memcontrol: use generic mod_memcg_page_state for kmem pages by Johannes Weiner · 7 years ago
  23. 3204929 mm: memcontrol: use the node-native slab memory counters by Johannes Weiner · 7 years ago
  24. 5f0d5a3 mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCU by Paul E. McKenney · 8 years ago
  25. 01fb58b slab: remove synchronous synchronize_sched() from memcg cache deactivation path by Tejun Heo · 7 years ago
  26. c9fc586 slab: introduce __kmemcg_cache_deactivate() by Tejun Heo · 7 years ago
  27. 510ded3 slab: implement slab_root_caches list by Tejun Heo · 7 years ago
  28. bc2791f slab: link memcg kmem_caches on their associated memory cgroup by Tejun Heo · 7 years ago
  29. 9eeadc8 slab: reorganize memcg_cache_params by Tejun Heo · 7 years ago
  30. 290b6a5 Revert "slub: move synchronize_sched out of slab_mutex on shrink" by Tejun Heo · 7 years ago
  31. af3b5f8 mm, slab: rename kmalloc-node cache to kmalloc-<size> by Vlastimil Babka · 7 years ago
  32. bf00bd3 mm, slab: maintain total slab count instead of active count by David Rientjes · 8 years ago
  33. f728b0a mm, slab: faster active and free stats by Greg Thelen · 8 years ago
  34. e70954f mm/slab_common.c: check kmem_create_cache flags are common by Thomas Garnier · 8 years ago
  35. 89e364d slub: move synchronize_sched out of slab_mutex on shrink by Vladimir Davydov · 8 years ago
  36. 07a63c4 mm/slab: improve performance of gathering slabinfo stats by Aruna Ramakrishna · 8 years ago
  37. 80a9201 mm, kasan: switch SLUB to stackdepot, enable memory quarantine for SLUB by Alexander Potapenko · 8 years ago
  38. 4526477 mm: memcontrol: cleanup kmem charge functions by Vladimir Davydov · 8 years ago
  39. 7c00fce mm: reorganize SLAB freelist randomization by Thomas Garnier · 8 years ago
  40. 55834c5 mm: kasan: initial memory quarantine implementation by Alexander Potapenko · 8 years ago
  41. 505f5dc mm, kasan: add GFP flags to KASAN API by Alexander Potapenko · 8 years ago
  42. 27ee57c mm: memcontrol: report slab usage in cgroup2 memory.stat by Vladimir Davydov · 8 years ago
  43. becfda6 slub: convert SLAB_DEBUG_FREE to SLAB_CONSISTENCY_CHECKS by Laura Abbott · 8 years ago
  44. 9f706d6 mm: fix some spelling by Jesper Dangaard Brouer · 8 years ago
  45. fab9963 mm: fault-inject take over bootstrap kmem_cache check by Jesper Dangaard Brouer · 8 years ago
  46. 11c7aec mm/slab: move SLUB alloc hooks to common mm/slab.h by Jesper Dangaard Brouer · 8 years ago
  47. 52b4b95 mm: slab: free kmem_cache_node after destroy sysfs file by Dmitry Safonov · 8 years ago
  48. 127424c mm: memcontrol: move kmem accounting code to CONFIG_MEMCG by Johannes Weiner · 9 years ago
  49. 230e9fc slab: add SLAB_ACCOUNT flag by Vladimir Davydov · 9 years ago
  50. 865762a slab/slub: adjust kmem_cache_alloc_bulk API by Jesper Dangaard Brouer · 9 years ago
  51. f3ccb2c4 memcg: unify slab and other kmem pages charging by Vladimir Davydov · 9 years ago
  52. d60fdcc mm/slab_common.c: clear pointers to per memcg caches on destroy by Vladimir Davydov · 9 years ago
  53. 2d16e0fd mm/slab.h: fix argument order in cache_from_obj's error message by Daniel Borkmann · 9 years ago
  54. 484748f slab: infrastructure for bulk object allocation and freeing by Christoph Lameter · 9 years ago
  55. 34cc699 slab: correct size_index table before replacing the bootstrap kmem_cache_node by Daniel Sanders · 9 years ago
  56. d6e0b7f slub: make dead caches discard free slabs immediately by Vladimir Davydov · 9 years ago
  57. 426589f slab: link memcg caches of the same kind into a list by Vladimir Davydov · 9 years ago
  58. f7ce319 slab: embed memcg_cache_params to kmem_cache by Vladimir Davydov · 9 years ago
  59. dbf22eb memcg: zap __memcg_{charge,uncharge}_slab by Vladimir Davydov · 9 years ago
  60. b047501 memcg: use generic slab iterators for showing slabinfo by Vladimir Davydov · 10 years ago
  61. 8df0c2d slab: replace smp_read_barrier_depends() with lockless_dereference() by Pranith Kumar · 10 years ago
  62. 1df3b26 slab: print slabinfo header in seq show by Vladimir Davydov · 10 years ago
  63. bf0dea2 mm/slab: use percpu allocator for cpu cache by Joonsoo Kim · 10 years ago
  64. 12220de mm/slab: support slab merge by Joonsoo Kim · 10 years ago
  65. 423c929 mm/slab_common: commonize slab merge logic by Joonsoo Kim · 10 years ago
  66. 9163582 slab: fix for_each_kmem_cache_node() by Mikulas Patocka · 10 years ago
  67. 07f361b mm/slab_common: move kmem_cache definition to internal header by Joonsoo Kim · 10 years ago
  68. c42e571 slab: convert last use of __FUNCTION__ to __func__ by Joe Perches · 10 years ago
  69. c8522a3 slab: introduce alien_cache by Joonsoo Kim · 10 years ago
  70. 5240ab4 mm: slab.h: wrap the whole file with guarding macro by Andrey Ryabinin · 10 years ago
  71. 44c5356 slab common: add functions for kmem_cache_node access by Christoph Lameter · 10 years ago
  72. c67a8a6 memcg, slab: merge memcg_{bind,release}_pages to memcg_{un}charge_slab by Vladimir Davydov · 10 years ago
  73. 1e32e77 memcg, slab: do not schedule cache destruction when last page goes away by Vladimir Davydov · 10 years ago
  74. 03afc0e slab: get_online_mems for kmem_cache_{create,destroy,shrink} by Vladimir Davydov · 10 years ago
  75. 5dfb417 sl[au]b: charge slabs to kmemcg explicitly by Vladimir Davydov · 10 years ago
  76. 41a2128 slub: use sysfs'es release mechanism for kmem_cache by Christoph Lameter · 10 years ago
  77. a44cb94 memcg, slab: never try to merge memcg caches by Vladimir Davydov · 10 years ago
  78. f857026 memcg, slab: RCU protect memcg_params for root caches by Vladimir Davydov · 11 years ago
  79. 959c896 memcg, slab: fix barrier usage when accessing memcg_caches by Vladimir Davydov · 11 years ago
  80. 2ade4de memcg, kmem: rename cache_from_memcg to cache_from_memcg_idx by Qiang Huang · 11 years ago
  81. 6f6b895 memcg: check that kmem_cache has memcg_params before accessing it by Andrey Vagin · 11 years ago
  82. 276a243 mm/slab: Give s_next and s_stop slab-specific names by Wanpeng Li · 11 years ago
  83. e25839f mm/slab: Sharing s_next and s_stop between slab and slub by Wanpeng Li · 11 years ago
  84. ca34956 slab: Common definition for kmem_cache_node by Christoph Lameter · 12 years ago
  85. ce8eb6c slab: Rename list3/l3 to node by Christoph Lameter · 12 years ago
  86. 2c59dd6 slab: Common Kmalloc cache determination by Christoph Lameter · 12 years ago
  87. f97d5f6 slab: Common function to create the kmalloc array by Christoph Lameter · 12 years ago
  88. 943a451 slab: propagate tunable values by Glauber Costa · 12 years ago
  89. 749c541 memcg: aggregate memcg cache values in slabinfo by Glauber Costa · 12 years ago
  90. 1f458cb memcg: destroy memcg caches by Glauber Costa · 12 years ago
  91. b9ce5ef sl[au]b: always get the cache from its page in kmem_cache_free() by Glauber Costa · 12 years ago
  92. 2633d7a slab/slub: consider a memcg parameter in kmem_create_cache by Glauber Costa · 12 years ago
  93. ba6c496 slab/slub: struct memcg_params by Glauber Costa · 12 years ago
  94. 4590685 mm/sl[aou]b: Common alignment code by Christoph Lameter · 12 years ago
  95. 45530c4 mm, sl[au]b: create common functions for boot slab creation by Christoph Lameter · 12 years ago
  96. d884392 slab: Ignore internal flags in cache creation by Glauber Costa · 12 years ago
  97. 0d7561c sl[au]b: Process slabinfo_show in common code by Glauber Costa · 12 years ago
  98. bcee6e2 mm/sl[au]b: Move print_slabinfo_header to slab_common.c by Glauber Costa · 12 years ago
  99. b7454ad mm/sl[au]b: Move slabinfo processing to slab_common.c by Glauber Costa · 12 years ago
  100. aac3a16 Revert "mm/sl[aou]b: Move sysfs_slab_add to common" by Pekka Enberg · 12 years ago