Age | Commit message (Expand) | Author |
2019-09-24 | mm, slab: move memcg_cache_params structure to mm/slab.h | Waiman Long |
2019-09-24 | mm, slab: extend slab/shrink to shrink all memcg caches | Waiman Long |
2019-07-12 | mm: security: introduce init_on_alloc=1 and init_on_free=1 boot options | Alexander Potapenko |
2019-07-12 | mm: memcg/slab: reparent memcg kmem_caches on cgroup removal | Roman Gushchin |
2019-07-12 | mm: memcg/slab: stop setting page->mem_cgroup pointer for slab pages | Roman Gushchin |
2019-07-12 | mm: memcg/slab: rework non-root kmem_cache lifecycle management | Roman Gushchin |
2019-07-12 | mm: memcg/slab: unify SLAB and SLUB page accounting | Roman Gushchin |
2019-07-12 | mm: memcg/slab: generalize postponed non-root kmem_cache deactivation | Roman Gushchin |
2019-07-12 | mm: memcg/slab: rename slab delayed deactivation functions and fields | Roman Gushchin |
2019-07-12 | mm: memcg/slab: postpone kmem_cache memcg pointer initialization to memcg_lin... | Roman Gushchin |
2019-07-12 | mm/slab: sanity-check page type when looking up cache | Kees Cook |
2019-07-12 | mm/slab: validate cache membership under freelist hardening | Kees Cook |
2019-03-29 | mm: add support for kmem caches in DMA32 zone | Nicolas Boichat |
2019-03-05 | memcg: localize memcg_kmem_enabled() check | Shakeel Butt |
2019-02-21 | kmemleak: account for tagged pointers when calculating pointer range | Andrey Konovalov |
2019-02-21 | kasan, kmemleak: pass tagged pointers to kmemleak | Andrey Konovalov |
2018-12-28 | kasan, mm: change hooks signatures | Andrey Konovalov |
2018-08-17 | mm: introduce CONFIG_MEMCG_KMEM as combination of CONFIG_MEMCG && !CONFIG_SLOB | Kirill Tkhai |
2018-04-05 | slab, slub: skip unnecessary kasan_cache_shutdown() | Shakeel Butt |
2018-04-05 | slab: make usercopy region 32-bit | Alexey Dobriyan |
2018-04-05 | slab: make kmem_cache_flags accept 32-bit object size | Alexey Dobriyan |
2018-04-05 | slab: make kmem_cache_create() work with 32-bit sizes | Alexey Dobriyan |
2018-04-05 | slab: make create_boot_cache() work with 32-bit sizes | Alexey Dobriyan |
2018-04-05 | slab: make create_kmalloc_cache() work with 32-bit sizes | Alexey Dobriyan |
2018-02-03 | Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2018-01-31 | mm/slab_common.c: make calculate_alignment() static | Byongho Lee |
2018-01-15 | usercopy: Mark kmalloc caches as usercopy caches | David Windsor |
2018-01-15 | usercopy: Prepare for usercopy whitelisting | David Windsor |
2017-11-15 | kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACK | Levin, Alexander (Sasha Levin) |
2017-11-15 | kmemcheck: remove annotations | Levin, Alexander (Sasha Levin) |
2017-11-15 | slab, slub, slob: add slab_flags_t | Alexey Dobriyan |
2017-11-15 | mm: oom: show unreclaimable slab info when unreclaimable slabs > user memory | Yang Shi |
2017-11-07 | Merge branch 'linus' into locking/core, to resolve conflicts | Ingo Molnar |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-10-24 | locking/barriers: Convert users of lockless_dereference() to READ_ONCE() | Will Deacon |
2017-08-10 | locking/lockdep: Rework FS_RECLAIM annotation | Peter Zijlstra |
2017-07-06 | mm: memcontrol: account slab stats per lruvec | Johannes Weiner |
2017-07-06 | mm: memcontrol: use generic mod_memcg_page_state for kmem pages | Johannes Weiner |
2017-07-06 | mm: memcontrol: use the node-native slab memory counters | Johannes Weiner |
2017-04-18 | mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCU | Paul E. McKenney |
2017-02-22 | slab: remove synchronous synchronize_sched() from memcg cache deactivation path | Tejun Heo |
2017-02-22 | slab: introduce __kmemcg_cache_deactivate() | Tejun Heo |
2017-02-22 | slab: implement slab_root_caches list | Tejun Heo |
2017-02-22 | slab: link memcg kmem_caches on their associated memory cgroup | Tejun Heo |
2017-02-22 | slab: reorganize memcg_cache_params | Tejun Heo |
2017-02-22 | Revert "slub: move synchronize_sched out of slab_mutex on shrink" | Tejun Heo |
2017-02-22 | mm, slab: rename kmalloc-node cache to kmalloc-<size> | Vlastimil Babka |
2016-12-12 | mm, slab: maintain total slab count instead of active count | David Rientjes |
2016-12-12 | mm, slab: faster active and free stats | Greg Thelen |
2016-12-12 | mm/slab_common.c: check kmem_create_cache flags are common | Thomas Garnier |