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