summaryrefslogtreecommitdiffstats
path: root/mm/slab.c
Commit message (Expand)AuthorAgeFilesLines
* slab,slub: remove rcu_head size checksMatthew Wilcox2018-06-071-2/+0
* slab: __GFP_ZERO is incompatible with a constructorMatthew Wilcox2018-06-071-0/+2
* mm, slab: reschedule cache_reap() on the same CPUVlastimil Babka2018-04-131-1/+2
* slab, slub: skip unnecessary kasan_cache_shutdown()Shakeel Butt2018-04-051-0/+12
* kasan: make kasan_cache_create() work with 32-bit slab cache sizesAlexey Dobriyan2018-04-051-1/+1
* slab: make kmem_cache_flags accept 32-bit object sizeAlexey Dobriyan2018-04-051-1/+1
* slab: make kmem_cache_create() work with 32-bit sizesAlexey Dobriyan2018-04-051-1/+1
* mm, slab: memcg_link the SLAB's kmem_cacheShakeel Butt2018-03-281-0/+1
* kasan: don't use __builtin_return_address(1)Dmitry Vyukov2018-02-061-3/+3
* Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-031-9/+27
|\
| * usercopy: Mark kmalloc caches as usercopy cachesDavid Windsor2018-01-151-1/+2
| * usercopy: Allow strict enforcement of whitelistsKees Cook2018-01-151-1/+2
| * usercopy: WARN() on slab cache usercopy region violationsKees Cook2018-01-151-3/+19
| * usercopy: Prepare for usercopy whitelistingDavid Windsor2018-01-151-1/+1
| * usercopy: Include offset in hardened usercopy reportKees Cook2018-01-151-4/+4
* | mm/slab.c: remove redundant assignments for slab_stateOscar Salvador2018-01-311-4/+0
* | mm/slab.c: do not hash pointers when debugging slabGeert Uytterhoeven2017-12-141-13/+10
|/
* kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)2017-11-151-1/+1
* kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2017-11-151-14/+0
* slab, slub, slob: convert slab_flags_t to 32-bitAlexey Dobriyan2017-11-151-2/+2
* slab, slub, slob: add slab_flags_tAlexey Dobriyan2017-11-151-12/+11
* mm/slab.c: only set __GFP_RECLAIMABLE onceDavid Rientjes2017-11-151-2/+2
* mm: slabinfo: remove CONFIG_SLABINFOYang Shi2017-11-151-2/+0
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* mm: memcontrol: account slab stats per lruvecJohannes Weiner2017-07-061-8/+4
* mm: vmstat: move slab statistics from zone to node countersJohannes Weiner2017-07-061-4/+4
* mm/slab.c: replace open-coded round-up code with ALIGNCanjiang Lu2017-07-061-6/+2
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-101-3/+3
|\
| * mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney2017-04-181-3/+3
* | slab: avoid IPIs when creating kmem cachesGreg Thelen2017-05-031-1/+6
|/
* sched/headers: Prepare to move kstack_end() from <linux/sched.h> to <linux/sc...Ingo Molnar2017-03-021-0/+1
* slab: introduce __kmemcg_cache_deactivate()Tejun Heo2017-02-221-2/+9
* Revert "slub: move synchronize_sched out of slab_mutex on shrink"Tejun Heo2017-02-221-2/+2
* mm, slab: rename kmalloc-node cache to kmalloc-<size>Vlastimil Babka2017-02-221-1/+2
* mm/slab.c: fix SLAB freelist randomization duplicate entriesJohn Sperbeck2017-01-101-4/+4
* Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2016-12-131-6/+1
|\
| * Merge branch 'for-4.9' into for-4.10Tejun Heo2016-10-191-6/+1
| |\
| | * slab, workqueue: remove keventd_up() usageTejun Heo2016-09-171-6/+1
* | | mm, slab: maintain total slab count instead of active countDavid Rientjes2016-12-121-41/+29
* | | mm, slab: faster active and free statsGreg Thelen2016-12-121-70/+47
* | | slub: move synchronize_sched out of slab_mutex on shrinkVladimir Davydov2016-12-121-2/+2
* | | mm/slab: improve performance of gathering slabinfo statsAruna Ramakrishna2016-10-271-16/+27
* | | mm/slab: fix kmemcg cache creation delayed issueJoonsoo Kim2016-10-271-1/+1
|/ /
* / slab: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-061-63/+51
|/
* Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds2016-08-081-0/+30
|\
| * mm: SLAB hardened usercopy supportKees Cook2016-07-261-0/+30
* | treewide: replace obsolete _refok by __refFabian Frederick2016-08-021-1/+1
* | mm/kasan: get rid of ->state in struct kasan_alloc_metaAndrey Ryabinin2016-08-021-1/+3
* | mm/slab: use list_move instead of list_del/list_addWei Yongjun2016-07-261-2/+1
* | slab: do not panic on invalid gfp_maskMichal Hocko2016-07-261-2/+4