| Commit message (Expand) | Author | Age | Files | Lines |
* | mm, memcg: add a memcg_slabinfo debugfs file | Waiman Long | 2019-07-12 | 1 | -0/+4 |
* | mm: memcg/slab: reparent memcg kmem_caches on cgroup removal | Roman Gushchin | 2019-07-12 | 1 | -1/+1 |
* | mm: memcg/slab: rework non-root kmem_cache lifecycle management | Roman Gushchin | 2019-07-12 | 1 | -1/+2 |
* | mm: memcg/slab: rename slab delayed deactivation functions and fields | Roman Gushchin | 2019-07-12 | 1 | -3/+3 |
* | mm/slab: refactor common ksize KASAN logic into slab_common.c | Marco Elver | 2019-07-12 | 1 | -0/+1 |
* | mm: add support for kmem caches in DMA32 zone | Nicolas Boichat | 2019-03-29 | 1 | -0/+2 |
* | Merge tag 'docs-5.0' of git://git.lwn.net/linux | Linus Torvalds | 2018-12-29 | 1 | -28/+27 |
|\ |
|
| * | Merge branch 'kmalloc' into docs-next | Jonathan Corbet | 2018-11-20 | 1 | -28/+27 |
| |\ |
|
| | * | docs/mm: update kmalloc kernel-doc description | Mike Rapoport | 2018-11-20 | 1 | -28/+27 |
| |/ |
|
* | | include/linux/slab.h: fix sparse warning in kmalloc_type() | Vlastimil Babka | 2018-12-28 | 1 | -12/+12 |
* | | kasan, mm: change hooks signatures | Andrey Konovalov | 2018-12-28 | 1 | -2/+2 |
|/ |
|
* | mm, slab/slub: introduce kmalloc-reclaimable caches | Vlastimil Babka | 2018-10-26 | 1 | -1/+15 |
* | mm, slab: combine kmalloc_caches and kmalloc_dma_caches | Vlastimil Babka | 2018-10-26 | 1 | -11/+31 |
* | mm: introduce CONFIG_MEMCG_KMEM as combination of CONFIG_MEMCG && !CONFIG_SLOB | Kirill Tkhai | 2018-08-17 | 1 | -1/+1 |
* | mm: fix race between kmem_cache destroy, create and deactivate | Shakeel Butt | 2018-06-15 | 1 | -0/+1 |
* | mm: Use overflow helpers in kmalloc_array*() | Kees Cook | 2018-06-05 | 1 | -6/+11 |
* | headers: untangle kmemleak.h from mm.h | Randy Dunlap | 2018-04-05 | 1 | -1/+0 |
* | slab: make usercopy region 32-bit | Alexey Dobriyan | 2018-04-05 | 1 | -1/+1 |
* | slab: make kmem_cache_create() work with 32-bit sizes | Alexey Dobriyan | 2018-04-05 | 1 | -3/+4 |
* | slab: make kmalloc_size() return "unsigned int" | Alexey Dobriyan | 2018-04-05 | 1 | -2/+2 |
* | slab: make kmalloc_index() return "unsigned int" | Alexey Dobriyan | 2018-04-05 | 1 | -3/+3 |
* | usercopy: Allow strict enforcement of whitelists | Kees Cook | 2018-01-15 | 1 | -0/+2 |
* | usercopy: Prepare for usercopy whitelisting | David Windsor | 2018-01-15 | 1 | -6/+21 |
* | usercopy: Include offset in hardened usercopy report | Kees Cook | 2018-01-15 | 1 | -8/+4 |
* | mm: remove __GFP_COLD | Mel Gorman | 2017-11-15 | 1 | -3/+0 |
* | kmemcheck: remove whats left of NOTRACK flags | Levin, Alexander (Sasha Levin) | 2017-11-15 | 1 | -6/+0 |
* | include/linux/slab.h: add kmalloc_array_node() and kcalloc_node() | Johannes Thumshirn | 2017-11-15 | 1 | -0/+16 |
* | slab, slub, slob: convert slab_flags_t to 32-bit | Alexey Dobriyan | 2017-11-15 | 1 | -22/+22 |
* | slab, slub, slob: add slab_flags_t | Alexey Dobriyan | 2017-11-15 | 1 | -23/+37 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s... | Michal Hocko | 2017-07-12 | 1 | -1/+2 |
* | mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCU | Paul E. McKenney | 2017-04-18 | 1 | -2/+4 |
* | slab: remove synchronous synchronize_sched() from memcg cache deactivation path | Tejun Heo | 2017-02-22 | 1 | -0/+6 |
* | slab: implement slab_root_caches list | Tejun Heo | 2017-02-22 | 1 | -0/+3 |
* | slab: link memcg kmem_caches on their associated memory cgroup | Tejun Heo | 2017-02-22 | 1 | -0/+3 |
* | slab: reorganize memcg_cache_params | Tejun Heo | 2017-02-22 | 1 | -9/+24 |
* | mm, slab: make sure that KMALLOC_MAX_SIZE will fit into MAX_ORDER | Michal Hocko | 2017-01-10 | 1 | -2/+2 |
* | slab: Convert to hotplug state machine | Sebastian Andrzej Siewior | 2016-09-06 | 1 | -0/+8 |
* | Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke... | Linus Torvalds | 2016-08-08 | 1 | -0/+12 |
|\ |
|
| * | mm: Hardened usercopy | Kees Cook | 2016-07-26 | 1 | -0/+12 |
* | | mm: faster kmalloc_array(), kcalloc() | Alexey Dobriyan | 2016-07-26 | 1 | -0/+2 |
|/ |
|
* | include/linux: apply __malloc attribute | Rasmus Villemoes | 2016-05-19 | 1 | -8/+8 |
* | mm, kasan: add GFP flags to KASAN API | Alexander Potapenko | 2016-03-25 | 1 | -2/+2 |
* | mm, kasan: SLAB support | Alexander Potapenko | 2016-03-25 | 1 | -0/+6 |
* | slub: convert SLAB_DEBUG_FREE to SLAB_CONSISTENCY_CHECKS | Laura Abbott | 2016-03-15 | 1 | -1/+1 |
* | mm: fix some spelling | Jesper Dangaard Brouer | 2016-03-15 | 1 | -1/+1 |
* | mm: new API kfree_bulk() for SLAB+SLUB allocators | Jesper Dangaard Brouer | 2016-03-15 | 1 | -0/+9 |
* | mm: memcontrol: move kmem accounting code to CONFIG_MEMCG | Johannes Weiner | 2016-01-20 | 1 | -1/+1 |
* | slab: add SLAB_ACCOUNT flag | Vladimir Davydov | 2016-01-14 | 1 | -0/+5 |
* | slab/slub: adjust kmem_cache_alloc_bulk API | Jesper Dangaard Brouer | 2015-11-22 | 1 | -1/+1 |