summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-04-05Merge 4.9.168 into android-4.9Greg Kroah-Hartman105-264/+529
2019-04-05mm/slab.c: kmemleak no scan alien cachesQian Cai1-8/+9
2019-03-29UPSTREAM: mm/slab.c: do not hash pointers when debugging slabGeert Uytterhoeven1-13/+10
2019-01-16slab: alien caches must not be initialized if the allocation of the alien cac...Christoph Lameter1-2/+4
2018-12-01mm: don't warn about large allocations for slabDmitry Vyukov2-6/+10
2018-04-24mm, slab: reschedule cache_reap() on the same CPUVlastimil Babka1-1/+2
2017-03-22slub: move synchronize_sched out of slab_mutex on shrinkVladimir Davydov5-23/+31
2017-01-19mm/slab.c: fix SLAB freelist randomization duplicate entriesJohn Sperbeck1-4/+4
2016-10-28mm/slab: improve performance of gathering slabinfo statsAruna Ramakrishna2-16/+28
2016-10-28mm/slab: fix kmemcg cache creation delayed issueJoonsoo Kim1-1/+1
2016-09-06slab: Convert to hotplug state machineSebastian Andrzej Siewior4-63/+66
2016-08-08Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds28-22/+555
2016-08-02treewide: replace obsolete _refok by __refFabian Frederick36-53/+46
2016-08-02mm/kasan: get rid of ->state in struct kasan_alloc_metaAndrey Ryabinin7-64/+42
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 Hocko2-4/+7
2016-07-26slab: make GFP_SLAB_BUG_MASK information more human readableMichal Hocko2-2/+4
2016-07-26mm: reorganize SLAB freelist randomizationThomas Garnier4-61/+82
2016-07-26mm: SLAB hardened usercopy supportKees Cook2-0/+31
2016-05-21mm, kasan: don't call kasan_krealloc() from ksize().Alexander Potapenko2-3/+4
2016-05-21mm: kasan: initial memory quarantine implementationAlexander Potapenko10-15/+387
2016-05-20include/linux/nodemask.h: create next_node_in() helperAndrew Morton11-59/+54
2016-05-20mm: slab: remove ZONE_DMA_FLAGYang Shi2-27/+1
2016-05-20mm: SLAB freelist randomizationThomas Garnier3-2/+178
2016-05-20mm/slab: lockless decision to grow cacheJoonsoo Kim1-3/+18
2016-05-20mm/slab: refill cpu cache through a new slab without holding a node lockJoonsoo Kim1-32/+36
2016-05-20mm/slab: separate cache_grow() to two partsJoonsoo Kim1-22/+52
2016-05-20mm/slab: make cache_grow() handle the page allocated on arbitrary nodeJoonsoo Kim1-39/+21
2016-05-20mm/slab: racy access/modify the slab colorJoonsoo Kim1-13/+13
2016-05-20mm/slab: don't keep free slabs if free_objects exceeds free_limitJoonsoo Kim1-9/+14
2016-05-20mm/slab: clean-up kmem_cache_node setupJoonsoo Kim1-100/+68
2016-05-20mm/slab: factor out kmem_cache_node initialization codeJoonsoo Kim1-29/+45
2016-05-20mm/slab: drain the free slab as much as possibleJoonsoo Kim1-9/+3
2016-05-20mm/slab: remove BAD_ALIEN_MAGIC againJoonsoo Kim1-4/+2
2016-05-20mm/slab: fix the theoretical race by holding proper lockJoonsoo Kim1-23/+45
2016-03-25mm, kasan: add GFP flags to KASAN APIAlexander Potapenko8-42/+48
2016-03-25mm, kasan: SLAB supportAlexander Potapenko12-22/+266
2016-03-17mm: convert printk(KERN_<LEVEL> to pr_<level>Joe Perches20-150/+118
2016-03-17mm: coalesce split stringsJoe Perches20-109/+78
2016-03-17mm: thp: set THP defrag by default to madvise and add a stall-free defrag optionMel Gorman7-56/+91
2016-03-17mm: memcontrol: report slab usage in cgroup2 memory.statVladimir Davydov6-6/+79
2016-03-15mm, sl[au]b: print gfp_flags as strings in slab_out_of_memory()Vlastimil Babka2-8/+6
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
[next]