aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mm/slab.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-03-15mm, sl[au]b: print gfp_flags as strings in slab_out_of_memory()Vlastimil Babka1-6/+4
2016-03-15mm/slab: re-implement pfmemalloc supportJoonsoo Kim1-168/+116
2016-03-15mm/slab: avoid returning values by referenceJoonsoo Kim1-5/+8
2016-03-15mm/slab: introduce new slab management type, OBJFREELIST_SLABJoonsoo Kim1-8/+86
2016-03-15mm/slab: factor out debugging initialization in cache_init_objs()Joonsoo Kim1-6/+18
2016-03-15mm/slab: factor out slab list fixup codeJoonsoo Kim1-12/+13
2016-03-15mm/slab: make criteria for off slab determination robust and simpleJoonsoo Kim1-28/+17
2016-03-15mm/slab: do not change cache size if debug pagealloc isn't possibleJoonsoo Kim1-4/+11
2016-03-15mm/slab: clean up cache type determinationJoonsoo Kim1-34/+71
2016-03-15mm/slab: align cache size first before determination of OFF_SLAB candidateJoonsoo Kim1-11/+15
2016-03-15mm/slab: put the freelist at the end of slab pageJoonsoo Kim1-68/+22