Age | Commit message (Expand) | Author | Files | Lines |
2019-12-01 | mm, slab: remove unused kmalloc_size() | Pengfei Li | 1 | -2/+3 |
2019-12-01 | mm, slab: make kmalloc_info[] contain all types of names | Pengfei Li | 1 | -1/+1 |
2019-10-14 | mm/slab.c: fix kernel-doc warning for __ksize() | Randy Dunlap | 1 | -0/+3 |
2019-07-12 | mm: security: introduce init_on_alloc=1 and init_on_free=1 boot options | Alexander Potapenko | 1 | -3/+13 |
2019-07-12 | mm: memcg/slab: unify SLAB and SLUB page accounting | Roman Gushchin | 1 | -16/+3 |
2019-07-12 | mm: memcg/slab: generalize postponed non-root kmem_cache deactivation | Roman Gushchin | 1 | -0/+4 |
2019-07-12 | mm: memcg/slab: postpone kmem_cache memcg pointer initialization to memcg_lin... | Roman Gushchin | 1 | -1/+1 |
2019-07-12 | mm/slab: refactor common ksize KASAN logic into slab_common.c | Marco Elver | 1 | -17/+5 |
2019-07-12 | mm/slab: sanity-check page type when looking up cache | Kees Cook | 1 | -7/+9 |
2019-05-16 | slab: remove /proc/slab_allocators | Qian Cai | 1 | -225/+1 |
2019-05-14 | mm/slab.c: fix an infinite loop in leaks_show() | Qian Cai | 1 | -1/+5 |
2019-05-14 | mm/slab.c: remove unneed check in cpuup_canceled | Li RongQing | 1 | -4/+2 |
2019-05-14 | slab: use slab_list instead of lru | Tobin C. Harding | 1 | -24/+25 |
2019-05-06 | Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -42/+6 |
2019-04-19 | slab: store tagged freelist for off-slab slabmgmt | Qian Cai | 1 | -1/+0 |
2019-04-17 | mm/slab: Remove store_stackinfo() | Qian Cai | 1 | -42/+6 |
2019-04-07 | slab: fix a crash by reading /proc/slab_allocators | Qian Cai | 1 | -1/+2 |
2019-03-29 | mm: add support for kmem caches in DMA32 zone | Nicolas Boichat | 1 | -0/+2 |
2019-03-05 | docs/core-api/mm: fix return value descriptions in mm/ | Mike Rapoport | 1 | -0/+14 |
2019-03-05 | numa: make "nr_node_ids" unsigned int | Alexey Dobriyan | 1 | -2/+1 |
2019-03-05 | mm/slab.c: kmemleak no scan alien caches | Qian Cai | 1 | -8/+9 |
2019-02-21 | kasan, slab: remove redundant kasan_slab_alloc hooks | Andrey Konovalov | 1 | -2/+0 |
2019-02-21 | kasan, slab: make freelist stored without tags | Andrey Konovalov | 1 | -2/+9 |
2019-02-21 | kasan, slab: fix conflicts with CONFIG_HARDENED_USERCOPY | Andrey Konovalov | 1 | -0/+2 |
2019-01-08 | slab: alien caches must not be initialized if the allocation of the alien cac... | Christoph Lameter | 1 | -2/+4 |
2018-12-28 | mm: convert totalram_pages and totalhigh_pages variables to atomic | Arun KS | 1 | -1/+1 |
2018-12-28 | kasan, mm, arm64: tag non slab memory allocated via pagealloc | Andrey Konovalov | 1 | -1/+1 |
2018-12-28 | mm: move obj_to_index to include/linux/slab_def.h | Andrey Konovalov | 1 | -13/+0 |
2018-12-28 | kasan: preassign tags to objects with ctors or SLAB_TYPESAFE_BY_RCU | Andrey Konovalov | 1 | -1/+1 |
2018-12-28 | kasan, mm: change hooks signatures | Andrey Konovalov | 1 | -6/+6 |
2018-11-27 | slab: Replace synchronize_sched() with synchronize_rcu() | Paul E. McKenney | 1 | -2/+2 |
2018-10-26 | mm, slab: combine kmalloc_caches and kmalloc_dma_caches | Vlastimil Babka | 1 | -2/+2 |
2018-10-26 | mm: don't warn about large allocations for slab | Dmitry Vyukov | 1 | -0/+4 |
2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook | 1 | -1/+2 |
2018-06-07 | slab,slub: remove rcu_head size checks | Matthew Wilcox | 1 | -2/+0 |
2018-06-07 | slab: __GFP_ZERO is incompatible with a constructor | Matthew Wilcox | 1 | -0/+2 |
2018-04-13 | mm, slab: reschedule cache_reap() on the same CPU | Vlastimil Babka | 1 | -1/+2 |
2018-04-05 | slab, slub: skip unnecessary kasan_cache_shutdown() | Shakeel Butt | 1 | -0/+12 |
2018-04-05 | kasan: make kasan_cache_create() work with 32-bit slab cache sizes | Alexey Dobriyan | 1 | -1/+1 |
2018-04-05 | slab: make kmem_cache_flags accept 32-bit object size | Alexey Dobriyan | 1 | -1/+1 |
2018-04-05 | slab: make kmem_cache_create() work with 32-bit sizes | Alexey Dobriyan | 1 | -1/+1 |
2018-03-28 | mm, slab: memcg_link the SLAB's kmem_cache | Shakeel Butt | 1 | -0/+1 |
2018-02-06 | kasan: don't use __builtin_return_address(1) | Dmitry Vyukov | 1 | -3/+3 |
2018-02-03 | Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -9/+27 |
2018-01-31 | mm/slab.c: remove redundant assignments for slab_state | Oscar Salvador | 1 | -4/+0 |
2018-01-15 | usercopy: Mark kmalloc caches as usercopy caches | David Windsor | 1 | -1/+2 |
2018-01-15 | usercopy: Allow strict enforcement of whitelists | Kees Cook | 1 | -1/+2 |
2018-01-15 | usercopy: WARN() on slab cache usercopy region violations | Kees Cook | 1 | -3/+19 |
2018-01-15 | usercopy: Prepare for usercopy whitelisting | David Windsor | 1 | -1/+1 |
2018-01-15 | usercopy: Include offset in hardened usercopy report | Kees Cook | 1 | -4/+4 |