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