1. 6471384 mm: security: introduce init_on_alloc=1 and init_on_free=1 boot options by Alexander Potapenko · 5 years ago
  2. 6cea1d5 mm: memcg/slab: unify SLAB and SLUB page accounting by Roman Gushchin · 5 years ago
  3. 4348669 mm: memcg/slab: generalize postponed non-root kmem_cache deactivation by Roman Gushchin · 5 years ago
  4. c03914b mm: memcg/slab: postpone kmem_cache memcg pointer initialization to memcg_link_cache() by Roman Gushchin · 5 years ago
  5. 10d1f8c mm/slab: refactor common ksize KASAN logic into slab_common.c by Marco Elver · 5 years ago
  6. a64b537 mm/slab: sanity-check page type when looking up cache by Kees Cook · 5 years ago
  7. 7878c23 slab: remove /proc/slab_allocators by Qian Cai · 6 years ago
  8. 745e101 mm/slab.c: fix an infinite loop in leaks_show() by Qian Cai · 6 years ago
  9. 517f9f1 mm/slab.c: remove unneed check in cpuup_canceled by Li RongQing · 6 years ago
  10. 16cb0ec slab: use slab_list instead of lru by Tobin C. Harding · 6 years ago
  11. 8f14772 Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  12. 1a62b18 slab: store tagged freelist for off-slab slabmgmt by Qian Cai · 6 years ago
  13. 80552f0 mm/slab: Remove store_stackinfo() by Qian Cai · 6 years ago
  14. fcf8891 slab: fix a crash by reading /proc/slab_allocators by Qian Cai · 6 years ago
  15. 6d6ea1e mm: add support for kmem caches in DMA32 zone by Nicolas Boichat · 6 years ago
  16. a862f68 docs/core-api/mm: fix return value descriptions in mm/ by Mike Rapoport · 6 years ago
  17. b9726c2 numa: make "nr_node_ids" unsigned int by Alexey Dobriyan · 6 years ago
  18. 92d1d07 mm/slab.c: kmemleak no scan alien caches by Qian Cai · 6 years ago
  19. 557ea25 kasan, slab: remove redundant kasan_slab_alloc hooks by Andrey Konovalov · 6 years ago
  20. 51dedad kasan, slab: make freelist stored without tags by Andrey Konovalov · 6 years ago
  21. 219667c kasan, slab: fix conflicts with CONFIG_HARDENED_USERCOPY by Andrey Konovalov · 6 years ago
  22. 09c2e76 slab: alien caches must not be initialized if the allocation of the alien cache failed by Christoph Lameter · 6 years ago
  23. ca79b0c mm: convert totalram_pages and totalhigh_pages variables to atomic by Arun KS · 6 years ago
  24. 2813b9c kasan, mm, arm64: tag non slab memory allocated via pagealloc by Andrey Konovalov · 6 years ago
  25. 5b7c414 mm: move obj_to_index to include/linux/slab_def.h by Andrey Konovalov · 6 years ago
  26. 4d17671 kasan: preassign tags to objects with ctors or SLAB_TYPESAFE_BY_RCU by Andrey Konovalov · 6 years ago
  27. 0116523 kasan, mm: change hooks signatures by Andrey Konovalov · 6 years ago
  28. 6564a25 slab: Replace synchronize_sched() with synchronize_rcu() by Paul E. McKenney · 6 years ago
  29. cc252ea mm, slab: combine kmalloc_caches and kmalloc_dma_caches by Vlastimil Babka · 6 years ago
  30. 6144847 mm: don't warn about large allocations for slab by Dmitry Vyukov · 6 years ago
  31. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  32. bf68c21 slab,slub: remove rcu_head size checks by Matthew Wilcox · 7 years ago
  33. 128227e slab: __GFP_ZERO is incompatible with a constructor by Matthew Wilcox · 7 years ago
  34. a9f2a846 mm, slab: reschedule cache_reap() on the same CPU by Vlastimil Babka · 7 years ago
  35. f9e13c0 slab, slub: skip unnecessary kasan_cache_shutdown() by Shakeel Butt · 7 years ago
  36. be4a798 kasan: make kasan_cache_create() work with 32-bit slab cache sizes by Alexey Dobriyan · 7 years ago
  37. 0293d1f slab: make kmem_cache_flags accept 32-bit object size by Alexey Dobriyan · 7 years ago
  38. f4957d5 slab: make kmem_cache_create() work with 32-bit sizes by Alexey Dobriyan · 7 years ago
  39. 880cd27 mm, slab: memcg_link the SLAB's kmem_cache by Shakeel Butt · 7 years ago
  40. ee3ce77 kasan: don't use __builtin_return_address(1) by Dmitry Vyukov · 7 years ago
  41. 617aebe Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  42. 84ebb58 mm/slab.c: remove redundant assignments for slab_state by Oscar Salvador · 7 years ago
  43. 6c0c21a usercopy: Mark kmalloc caches as usercopy caches by David Windsor · 8 years ago
  44. 2d891fb usercopy: Allow strict enforcement of whitelists by Kees Cook · 7 years ago
  45. afcc90f8 usercopy: WARN() on slab cache usercopy region violations by Kees Cook · 7 years ago
  46. 8eb8284 usercopy: Prepare for usercopy whitelisting by David Windsor · 8 years ago
  47. f4e6e28 usercopy: Include offset in hardened usercopy report by Kees Cook · 7 years ago
  48. 85c3e4a mm/slab.c: do not hash pointers when debugging slab by Geert Uytterhoeven · 7 years ago
  49. 75f296d kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACK by Levin, Alexander (Sasha Levin) · 7 years ago
  50. 4950276 kmemcheck: remove annotations by Levin, Alexander (Sasha Levin) · 7 years ago
  51. 4fd0b46 slab, slub, slob: convert slab_flags_t to 32-bit by Alexey Dobriyan · 7 years ago
  52. d50112e slab, slub, slob: add slab_flags_t by Alexey Dobriyan · 7 years ago
  53. a3ba074 mm/slab.c: only set __GFP_RECLAIMABLE once by David Rientjes · 7 years ago
  54. 5b36577 mm: slabinfo: remove CONFIG_SLABINFO by Yang Shi · 7 years ago
  55. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  56. 7779f21 mm: memcontrol: account slab stats per lruvec by Johannes Weiner · 7 years ago
  57. 385386c mm: vmstat: move slab statistics from zone to node counters by Johannes Weiner · 7 years ago
  58. e077195 mm/slab.c: replace open-coded round-up code with ALIGN by Canjiang Lu · 7 years ago
  59. de4d195 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  60. a87c75f slab: avoid IPIs when creating kmem caches by Greg Thelen · 8 years ago
  61. 5f0d5a3 mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCU by Paul E. McKenney · 8 years ago
  62. 3f8c245 sched/headers: Prepare to move kstack_end() from <linux/sched.h> to <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
  63. c9fc586 slab: introduce __kmemcg_cache_deactivate() by Tejun Heo · 8 years ago
  64. 290b6a5 Revert "slub: move synchronize_sched out of slab_mutex on shrink" by Tejun Heo · 8 years ago
  65. af3b5f8 mm, slab: rename kmalloc-node cache to kmalloc-<size> by Vlastimil Babka · 8 years ago
  66. c4e490c mm/slab.c: fix SLAB freelist randomization duplicate entries by John Sperbeck · 8 years ago
  67. c11a6cf Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 8 years ago
  68. bf00bd3 mm, slab: maintain total slab count instead of active count by David Rientjes · 8 years ago
  69. f728b0a mm, slab: faster active and free stats by Greg Thelen · 8 years ago
  70. 89e364d slub: move synchronize_sched out of slab_mutex on shrink by Vladimir Davydov · 8 years ago
  71. 07a63c4 mm/slab: improve performance of gathering slabinfo stats by Aruna Ramakrishna · 8 years ago
  72. 86d9f48 mm/slab: fix kmemcg cache creation delayed issue by Joonsoo Kim · 8 years ago
  73. 8bc4a04 Merge branch 'for-4.9' into for-4.10 by Tejun Heo · 8 years ago
  74. eac0337 slab, workqueue: remove keventd_up() usage by Tejun Heo · 8 years ago
  75. 6731d4f slab: Convert to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
  76. 1eccfa0 Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 8 years ago
  77. bd721ea treewide: replace obsolete _refok by __ref by Fabian Frederick · 8 years ago
  78. b3cbd9b mm/kasan: get rid of ->state in struct kasan_alloc_meta by Andrey Ryabinin · 8 years ago
  79. de24bae mm/slab: use list_move instead of list_del/list_add by Wei Yongjun · 8 years ago
  80. 72baeef0c slab: do not panic on invalid gfp_mask by Michal Hocko · 8 years ago
  81. bacdcb3 slab: make GFP_SLAB_BUG_MASK information more human readable by Michal Hocko · 8 years ago
  82. 7c00fce mm: reorganize SLAB freelist randomization by Thomas Garnier · 8 years ago
  83. 04385fc mm: SLAB hardened usercopy support by Kees Cook · 9 years ago
  84. 4ebb31a4 mm, kasan: don't call kasan_krealloc() from ksize(). by Alexander Potapenko · 9 years ago
  85. 55834c5 mm: kasan: initial memory quarantine implementation by Alexander Potapenko · 9 years ago
  86. 0edaf86 include/linux/nodemask.h: create next_node_in() helper by Andrew Morton · 9 years ago
  87. a3187e4 mm: slab: remove ZONE_DMA_FLAG by Yang Shi · 9 years ago
  88. c7ce4f60 mm: SLAB freelist randomization by Thomas Garnier · 9 years ago
  89. 801faf0 mm/slab: lockless decision to grow cache by Joonsoo Kim · 9 years ago
  90. 213b469 mm/slab: refill cpu cache through a new slab without holding a node lock by Joonsoo Kim · 9 years ago
  91. 76b342b mm/slab: separate cache_grow() to two parts by Joonsoo Kim · 9 years ago
  92. 511e3a05 mm/slab: make cache_grow() handle the page allocated on arbitrary node by Joonsoo Kim · 9 years ago
  93. 03d1d43 mm/slab: racy access/modify the slab color by Joonsoo Kim · 9 years ago
  94. 6052b78 mm/slab: don't keep free slabs if free_objects exceeds free_limit by Joonsoo Kim · 9 years ago
  95. c3d332b mm/slab: clean-up kmem_cache_node setup by Joonsoo Kim · 9 years ago
  96. ded0ecf mm/slab: factor out kmem_cache_node initialization code by Joonsoo Kim · 9 years ago
  97. a5aa63a mm/slab: drain the free slab as much as possible by Joonsoo Kim · 9 years ago
  98. 8888177 mm/slab: remove BAD_ALIEN_MAGIC again by Joonsoo Kim · 9 years ago
  99. 18726ca mm/slab: fix the theoretical race by holding proper lock by Joonsoo Kim · 9 years ago
  100. 505f5dc mm, kasan: add GFP flags to KASAN API by Alexander Potapenko · 9 years ago