1. 97a3253 proc: convert everything to "struct proc_ops" by Alexey Dobriyan · 5 years ago
  2. 1c94871 mm: remove __krealloc by Florian Westphal · 5 years ago
  3. 2fe20210 mm: memcg/slab: call flush_memcg_workqueue() only if memcg workqueue is valid by Adrian Huang · 5 years ago
  4. a264df7 mm: memcg/slab: wait for !root kmem_cache refcnt killing on root kmem_cache destruction by Roman Gushchin · 5 years ago
  5. 13657d0 mm, slab_common: use enum kmalloc_cache_type to iterate over kmalloc caches by Pengfei Li · 5 years ago
  6. dc0a7f7 mm, slab: remove unused kmalloc_size() by Pengfei Li · 5 years ago
  7. cb5d9fb mm, slab: make kmalloc_info[] contain all types of names by Pengfei Li · 5 years ago
  8. b749ecf mm: memcg/slab: fix panic in __free_slab() caused by premature memcg pointer release by Roman Gushchin · 5 years ago
  9. 59bb479 mm, sl[aou]b: guarantee natural alignment for kmalloc(power-of-two) by Vlastimil Babka · 5 years ago
  10. 6a486c0 mm, sl[ou]b: improve memory accounting by Vlastimil Babka · 5 years ago
  11. 04f768a mm, slab: extend slab/shrink to shrink all memcg caches by Waiman Long · 5 years ago
  12. a07057d mm/slab_common.c: work around clang bug #42570 by Arnd Bergmann · 5 years ago
  13. fcf8a1e mm, memcg: add a memcg_slabinfo debugfs file by Waiman Long · 5 years ago
  14. fb2f2b0 mm: memcg/slab: reparent memcg kmem_caches on cgroup removal by Roman Gushchin · 5 years ago
  15. f0a3a24 mm: memcg/slab: rework non-root kmem_cache lifecycle management by Roman Gushchin · 5 years ago
  16. 63b02ef mm: memcg/slab: synchronize access to kmem_cache dying flag using a spinlock by Roman Gushchin · 5 years ago
  17. 5703329 mm: memcg/slab: don't check the dying flag on kmem_cache creation by Roman Gushchin · 5 years ago
  18. 4348669 mm: memcg/slab: generalize postponed non-root kmem_cache deactivation by Roman Gushchin · 5 years ago
  19. 0b14e8a mm: memcg/slab: rename slab delayed deactivation functions and fields by Roman Gushchin · 5 years ago
  20. c03914b mm: memcg/slab: postpone kmem_cache memcg pointer initialization to memcg_link_cache() by Roman Gushchin · 5 years ago
  21. 0d4ca4c mm/kasan: add object validation in ksize() by Marco Elver · 5 years ago
  22. 10d1f8c mm/slab: refactor common ksize KASAN logic into slab_common.c by Marco Elver · 5 years ago
  23. 6d6ea1e mm: add support for kmem caches in DMA32 zone by Nicolas Boichat · 6 years ago
  24. a862f68 docs/core-api/mm: fix return value descriptions in mm/ by Mike Rapoport · 6 years ago
  25. aa9694b mm, memcg: create mem_cgroup_from_seq by Chris Down · 6 years ago
  26. a2f7757 kmemleak: account for tagged pointers when calculating pointer range by Andrey Konovalov · 6 years ago
  27. 5312824 kasan, kmemleak: pass tagged pointers to kmemleak by Andrey Konovalov · 6 years ago
  28. 3868772 Merge tag 'docs-5.0' of git://git.lwn.net/linux by Linus Torvalds · 6 years ago
  29. 221d7da mm, slab: remove unnecessary unlikely() by Yangtao Li · 6 years ago
  30. 772a2fa kasan, mm: perform untagged pointers comparison in krealloc by Andrey Konovalov · 6 years ago
  31. 0116523 kasan, mm: change hooks signatures by Andrey Konovalov · 6 years ago
  32. f496990 slab: make kmem_cache_create{_usercopy} description proper kernel-doc by Mike Rapoport · 6 years ago
  33. 6564a25 slab: Replace synchronize_sched() with synchronize_rcu() by Paul E. McKenney · 6 years ago
  34. f0d7787 mm, slab: shorten kmalloc cache names for large sizes by Vlastimil Babka · 6 years ago
  35. 1291523 mm, slab/slub: introduce kmalloc-reclaimable caches by Vlastimil Babka · 6 years ago
  36. cc252ea mm, slab: combine kmalloc_caches and kmalloc_dma_caches by Vlastimil Babka · 6 years ago
  37. 6144847 mm: don't warn about large allocations for slab by Dmitry Vyukov · 6 years ago
  38. 84c07d1 mm: introduce CONFIG_MEMCG_KMEM as combination of CONFIG_MEMCG && !CONFIG_SLOB by Kirill Tkhai · 6 years ago
  39. d50d82f slub: fix failure when we delete and create a slab cache by Mikulas Patocka · 7 years ago
  40. 0825a6f mm: use octal not symbolic permissions by Joe Perches · 7 years ago
  41. 92ee383 mm: fix race between kmem_cache destroy, create and deactivate by Shakeel Butt · 7 years ago
  42. 4f6923fb mm: make should_failslab always available for fault injection by Howard McLauchlan · 7 years ago
  43. 1ba586d mm/slab_common.c: remove test if cache name is accessible by Mikulas Patocka · 7 years ago
  44. 613a5eb slab, slub: remove size disparity on debug kernel by Shakeel Butt · 7 years ago
  45. 302d55d slab: use 32-bit arithmetic in freelist_randomize() by Alexey Dobriyan · 7 years ago
  46. 7bbdb81 slab: make usercopy region 32-bit by Alexey Dobriyan · 7 years ago
  47. 1b473f2 slub: make ->object_size unsigned int by Alexey Dobriyan · 7 years ago
  48. ac914d0 slab: make size_index_elem() unsigned int by Alexey Dobriyan · 7 years ago
  49. d5f8665 slab: make size_index[] array u8 by Alexey Dobriyan · 7 years ago
  50. f4957d5 slab: make kmem_cache_create() work with 32-bit sizes by Alexey Dobriyan · 7 years ago
  51. 361d575 slab: make create_boot_cache() work with 32-bit sizes by Alexey Dobriyan · 7 years ago
  52. 55de8b9 slab: make create_kmalloc_cache() work with 32-bit sizes by Alexey Dobriyan · 7 years ago
  53. 0be7032 slab: make kmalloc_size() return "unsigned int" by Alexey Dobriyan · 7 years ago
  54. c863057 slab: fixup calculate_alignment() argument type by Alexey Dobriyan · 7 years ago
  55. 1c99ba2 mm/slab_common.c: mark kmalloc machinery as __ro_after_init by Alexey Dobriyan · 7 years ago
  56. 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
  57. 692ae74 mm/slab_common.c: make calculate_alignment() static by Byongho Lee · 7 years ago
  58. 6d07d1c usercopy: Restrict non-usercopy caches to size 0 by Kees Cook · 8 years ago
  59. 6c0c21a usercopy: Mark kmalloc caches as usercopy caches by David Windsor · 8 years ago
  60. 2d891fb usercopy: Allow strict enforcement of whitelists by Kees Cook · 7 years ago
  61. 8eb8284 usercopy: Prepare for usercopy whitelisting by David Windsor · 8 years ago
  62. 75f296d kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACK by Levin, Alexander (Sasha Levin) · 7 years ago
  63. d50112e slab, slub, slob: add slab_flags_t by Alexey Dobriyan · 7 years ago
  64. 852d8be mm: oom: show unreclaimable slab info when unreclaimable slabs > user memory by Yang Shi · 7 years ago
  65. 5b36577 mm: slabinfo: remove CONFIG_SLABINFO by Yang Shi · 7 years ago
  66. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  67. f80c7da mm: memcontrol: use vmalloc fallback for large kmem memcg arrays by Johannes Weiner · 7 years ago
  68. 7660a6f mm: allow slab_nomerge to be set at build time by Kees Cook · 7 years ago
  69. 5f0d5a3 mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCU by Paul E. McKenney · 8 years ago
  70. f9fa1d9 kasan: drain quarantine of memcg slab objects by Greg Thelen · 8 years ago
  71. 17cc4df slab: use memcg_kmem_cache_wq for slab destruction operations by Tejun Heo · 8 years ago
  72. 01fb58b slab: remove synchronous synchronize_sched() from memcg cache deactivation path by Tejun Heo · 8 years ago
  73. c9fc586 slab: introduce __kmemcg_cache_deactivate() by Tejun Heo · 8 years ago
  74. 510ded3 slab: implement slab_root_caches list by Tejun Heo · 8 years ago
  75. bc2791f slab: link memcg kmem_caches on their associated memory cgroup by Tejun Heo · 8 years ago
  76. 9eeadc8 slab: reorganize memcg_cache_params by Tejun Heo · 8 years ago
  77. 657dc2f slab: remove synchronous rcu_barrier() call in memcg cache release path by Tejun Heo · 8 years ago
  78. bf5eb3d slub: separate out sysfs_slab_release() from sysfs_slab_remove() by Tejun Heo · 8 years ago
  79. 290b6a5 Revert "slub: move synchronize_sched out of slab_mutex on shrink" by Tejun Heo · 8 years ago
  80. af3b5f8 mm, slab: rename kmalloc-node cache to kmalloc-<size> by Vlastimil Babka · 8 years ago
  81. c6e2889 slub: do not merge cache if slub_debug contains a never-merge flag by Grygorii Maistrenko · 8 years ago
  82. e70954f mm/slab_common.c: check kmem_create_cache flags are common by Thomas Garnier · 8 years ago
  83. 89e364d slub: move synchronize_sched out of slab_mutex on shrink by Vladimir Davydov · 8 years ago
  84. f773e36 memcg: prevent memcg caches to be both OFF_SLAB & OBJFREELIST_SLAB by Greg Thelen · 8 years ago
  85. 4949148 mm: charge/uncharge kmemcg from generic page allocator paths by Vladimir Davydov · 8 years ago
  86. 7c00fce mm: reorganize SLAB freelist randomization by Thomas Garnier · 8 years ago
  87. 73f576c mm: memcontrol: fix cgroup creation failure after many small jobs by Johannes Weiner · 8 years ago
  88. 55834c5 mm: kasan: initial memory quarantine implementation by Alexander Potapenko · 9 years ago
  89. 505f5dc mm, kasan: add GFP flags to KASAN API by Alexander Potapenko · 9 years ago
  90. 7ed2f9e mm, kasan: SLAB support by Alexander Potapenko · 9 years ago
  91. 1170532 mm: convert printk(KERN_<LEVEL> to pr_<level> by Joe Perches · 9 years ago
  92. 756a025 mm: coalesce split strings by Joe Perches · 9 years ago
  93. b6ecd2d mm: memcontrol: zap memcg_kmem_online helper by Vladimir Davydov · 9 years ago
  94. ca25719 mm: new API kfree_bulk() for SLAB+SLUB allocators by Jesper Dangaard Brouer · 9 years ago
  95. 52b4b95 mm: slab: free kmem_cache_node after destroy sysfs file by Dmitry Safonov · 9 years ago
  96. 127424c mm: memcontrol: move kmem accounting code to CONFIG_MEMCG by Johannes Weiner · 9 years ago
  97. 567e9ab mm: memcontrol: give the kmem states more descriptive names by Johannes Weiner · 9 years ago
  98. 230e9fc slab: add SLAB_ACCOUNT flag by Vladimir Davydov · 9 years ago
  99. 865762a slab/slub: adjust kmem_cache_alloc_bulk API by Jesper Dangaard Brouer · 9 years ago
  100. 40911a7 mm/slab_common.c: initialize kmem_cache pointer to NULL by Alexandru Moise · 9 years ago