aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mm/slab.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-06mm: memcontrol: account slab stats per lruvecJohannes Weiner1-8/+4
2017-07-06mm: vmstat: move slab statistics from zone to node countersJohannes Weiner1-4/+4
2017-07-06mm/slab.c: replace open-coded round-up code with ALIGNCanjiang Lu1-6/+2
2017-05-10Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2017-05-03slab: avoid IPIs when creating kmem cachesGreg Thelen1-1/+6
2017-04-18mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney1-3/+3
2017-03-02sched/headers: Prepare to move kstack_end() from <linux/sched.h> to <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2017-02-22slab: introduce __kmemcg_cache_deactivate()Tejun Heo1-2/+9
2017-02-22Revert "slub: move synchronize_sched out of slab_mutex on shrink"Tejun Heo1-2/+2
2017-02-22mm, slab: rename kmalloc-node cache to kmalloc-<size>Vlastimil Babka1-1/+2
2017-01-10mm/slab.c: fix SLAB freelist randomization duplicate entriesJohn Sperbeck1-4/+4
2016-12-13Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-6/+1
2016-12-12mm, slab: maintain total slab count instead of active countDavid Rientjes1-41/+29
2016-12-12mm, slab: faster active and free statsGreg Thelen1-70/+47
2016-12-12slub: move synchronize_sched out of slab_mutex on shrinkVladimir Davydov1-2/+2
2016-10-27mm/slab: improve performance of gathering slabinfo statsAruna Ramakrishna1-16/+27
2016-10-27mm/slab: fix kmemcg cache creation delayed issueJoonsoo Kim1-1/+1
2016-10-19Merge branch 'for-4.9' into for-4.10Tejun Heo1-6/+1
2016-09-17slab, workqueue: remove keventd_up() usageTejun Heo1-6/+1
2016-09-06slab: Convert to hotplug state machineSebastian Andrzej Siewior1-63/+51
2016-08-08Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-0/+30
2016-08-02treewide: replace obsolete _refok by __refFabian Frederick1-1/+1
2016-08-02mm/kasan: get rid of ->state in struct kasan_alloc_metaAndrey Ryabinin1-1/+3
2016-07-26mm/slab: use list_move instead of list_del/list_addWei Yongjun1-2/+1
2016-07-26slab: do not panic on invalid gfp_maskMichal Hocko1-2/+4
2016-07-26slab: make GFP_SLAB_BUG_MASK information more human readableMichal Hocko1-1/+2
2016-07-26mm: reorganize SLAB freelist randomizationThomas Garnier1-60/+20
2016-07-26mm: SLAB hardened usercopy supportKees Cook1-0/+30
2016-05-20mm, kasan: don't call kasan_krealloc() from ksize().Alexander Potapenko1-1/+1
2016-05-20mm: kasan: initial memory quarantine implementationAlexander Potapenko1-2/+10
2016-05-19include/linux/nodemask.h: create next_node_in() helperAndrew Morton1-10/+3
2016-05-19mm: slab: remove ZONE_DMA_FLAGYang Shi1-22/+1
2016-05-19mm: SLAB freelist randomizationThomas Garnier1-2/+165
2016-05-19mm/slab: lockless decision to grow cacheJoonsoo Kim1-3/+18
2016-05-19mm/slab: refill cpu cache through a new slab without holding a node lockJoonsoo Kim1-32/+36
2016-05-19mm/slab: separate cache_grow() to two partsJoonsoo Kim1-22/+52
2016-05-19mm/slab: make cache_grow() handle the page allocated on arbitrary nodeJoonsoo Kim1-39/+21
2016-05-19mm/slab: racy access/modify the slab colorJoonsoo Kim1-13/+13
2016-05-19mm/slab: don't keep free slabs if free_objects exceeds free_limitJoonsoo Kim1-9/+14
2016-05-19mm/slab: clean-up kmem_cache_node setupJoonsoo Kim1-100/+68
2016-05-19mm/slab: factor out kmem_cache_node initialization codeJoonsoo Kim1-29/+45
2016-05-19mm/slab: drain the free slab as much as possibleJoonsoo Kim1-9/+3
2016-05-19mm/slab: remove BAD_ALIEN_MAGIC againJoonsoo Kim1-4/+2
2016-05-19mm/slab: fix the theoretical race by holding proper lockJoonsoo Kim1-23/+45
2016-03-25mm, kasan: add GFP flags to KASAN APIAlexander Potapenko1-7/+8
2016-03-25mm, kasan: SLAB supportAlexander Potapenko1-6/+37
2016-03-17mm: convert printk(KERN_<LEVEL> to pr_<level>Joe Perches1-27/+24
2016-03-17mm: coalesce split stringsJoe Perches1-18/+10
2016-03-17mm: thp: set THP defrag by default to madvise and add a stall-free defrag optionMel Gorman1-4/+4
2016-03-17mm: memcontrol: report slab usage in cgroup2 memory.statVladimir Davydov1-3/+5