summaryrefslogtreecommitdiffstats
path: root/mm/slab.c
Commit message (Expand)AuthorAgeFilesLines
...
* slab, slub, slob: convert slab_flags_t to 32-bitAlexey Dobriyan2017-11-161-2/+2
* slab, slub, slob: add slab_flags_tAlexey Dobriyan2017-11-161-12/+11Star
* mm/slab.c: only set __GFP_RECLAIMABLE onceDavid Rientjes2017-11-161-2/+2
* mm: slabinfo: remove CONFIG_SLABINFOYang Shi2017-11-161-2/+0Star
* 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-071-8/+4Star
* mm: vmstat: move slab statistics from zone to node countersJohannes Weiner2017-07-071-4/+4
* mm/slab.c: replace open-coded round-up code with ALIGNCanjiang Lu2017-07-071-6/+2Star
* 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-041-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-231-2/+9
* Revert "slub: move synchronize_sched out of slab_mutex on shrink"Tejun Heo2017-02-231-2/+2
* mm, slab: rename kmalloc-node cache to kmalloc-<size>Vlastimil Babka2017-02-231-1/+2
* mm/slab.c: fix SLAB freelist randomization duplicate entriesJohn Sperbeck2017-01-111-4/+4
* Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2016-12-131-6/+1Star
|\
| * Merge branch 'for-4.9' into for-4.10Tejun Heo2016-10-191-6/+1Star
| |\
| | * slab, workqueue: remove keventd_up() usageTejun Heo2016-09-171-6/+1Star
* | | mm, slab: maintain total slab count instead of active countDavid Rientjes2016-12-131-41/+29Star
* | | mm, slab: faster active and free statsGreg Thelen2016-12-131-70/+47Star
* | | slub: move synchronize_sched out of slab_mutex on shrinkVladimir Davydov2016-12-131-2/+2
* | | mm/slab: improve performance of gathering slabinfo statsAruna Ramakrishna2016-10-281-16/+27
* | | mm/slab: fix kmemcg cache creation delayed issueJoonsoo Kim2016-10-281-1/+1
|/ /
* / slab: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-061-63/+51Star
|/
* 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-271-2/+1Star
* | slab: do not panic on invalid gfp_maskMichal Hocko2016-07-271-2/+4
* | slab: make GFP_SLAB_BUG_MASK information more human readableMichal Hocko2016-07-271-1/+2
* | mm: reorganize SLAB freelist randomizationThomas Garnier2016-07-271-60/+20Star
|/
* mm, kasan: don't call kasan_krealloc() from ksize().Alexander Potapenko2016-05-211-1/+1
* mm: kasan: initial memory quarantine implementationAlexander Potapenko2016-05-211-2/+10
* include/linux/nodemask.h: create next_node_in() helperAndrew Morton2016-05-201-10/+3Star
* mm: slab: remove ZONE_DMA_FLAGYang Shi2016-05-201-22/+1Star
* mm: SLAB freelist randomizationThomas Garnier2016-05-201-2/+165
* mm/slab: lockless decision to grow cacheJoonsoo Kim2016-05-201-3/+18
* mm/slab: refill cpu cache through a new slab without holding a node lockJoonsoo Kim2016-05-201-32/+36
* mm/slab: separate cache_grow() to two partsJoonsoo Kim2016-05-201-22/+52
* mm/slab: make cache_grow() handle the page allocated on arbitrary nodeJoonsoo Kim2016-05-201-39/+21Star
* mm/slab: racy access/modify the slab colorJoonsoo Kim2016-05-201-13/+13
* mm/slab: don't keep free slabs if free_objects exceeds free_limitJoonsoo Kim2016-05-201-9/+14
* mm/slab: clean-up kmem_cache_node setupJoonsoo Kim2016-05-201-100/+68Star
* mm/slab: factor out kmem_cache_node initialization codeJoonsoo Kim2016-05-201-29/+45
* mm/slab: drain the free slab as much as possibleJoonsoo Kim2016-05-201-9/+3Star
* mm/slab: remove BAD_ALIEN_MAGIC againJoonsoo Kim2016-05-201-4/+2Star
* mm/slab: fix the theoretical race by holding proper lockJoonsoo Kim2016-05-201-23/+45
* mm, kasan: add GFP flags to KASAN APIAlexander Potapenko2016-03-261-7/+8