aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-07kasan: remove kasan_unpoison_stack_above_sp_to()Vincenzo Frascino1-15/+0
2020-08-07kasan: record and print the free trackWalter Wu7-45/+80
2020-08-07rcu: kasan: record and print call_rcu() call stackWalter Wu4-7/+55
2020-08-07mm/vmalloc.c: remove BUG() from the find_va_links()Uladzislau Rezki (Sony)1-9/+32
2020-08-07mm: vmalloc: remove redundant assignment in unmap_kernel_range_noflush()Mike Rapoport1-1/+0
2020-08-07mm/vmalloc: update the header about KVA reworkUladzislau Rezki (Sony)1-0/+1
2020-08-07mm/vmalloc: switch to "propagate()" callbackUladzislau Rezki (Sony)1-19/+6
2020-08-07mm/vmalloc: simplify augment_tree_propagate_check()Uladzislau Rezki (Sony)1-34/+8
2020-08-07mm/vmalloc: simplify merge_or_add_vmap_area()Uladzislau Rezki (Sony)1-11/+14
2020-08-07vmalloc: convert to XArrayMatthew Wilcox (Oracle)1-29/+11
2020-08-07mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport3-29/+13
2020-08-07mm/sparse: only sub-section aligned range would be populatedWei Yang1-14/+6
2020-08-07mm/sparse: never partially remove memmap for early sectionWei Yang1-3/+7
2020-08-07mm/mremap: start addresses are properly alignedWei Yang2-6/+0
2020-08-07mm/mremap: calculate extent in one placeWei Yang1-3/+3
2020-08-07mm/mremap: it is sure to have enough space when extent meets requirementWei Yang2-11/+6
2020-08-07mm: remove unnecessary wrapper function do_mmap_pgoff()Peter Collingbourne4-14/+14
2020-08-07mm: mmap: merge vma after call_mmap() if possibleMiaohe Lin1-1/+21
2020-08-07mm/sparsemem: enable vmem_altmap support in vmemmap_alloc_block_buf()Anshuman Khandual1-15/+13
2020-08-07mm/sparsemem: enable vmem_altmap support in vmemmap_populate_basepages()Anshuman Khandual1-5/+11
2020-08-07mm: adjust vm_committed_as_batch according to vm overcommit policyFeng Tang2-6/+57
2020-08-07mm/util.c: make vm_memory_committed() more accurateFeng Tang1-1/+6
2020-08-07mm/mmap: optimize a branch judgment in ksys_mmap_pgoff()Zhen Lei1-3/+4
2020-08-07mm: move p?d_alloc_track to separate header fileJoerg Roedel3-0/+54
2020-08-07mm: move lib/ioremap.c to mm/Mike Rapoport2-1/+288
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2-1/+1
2020-08-07mm/memory.c: make remap_pfn_range() reject unaligned addrAlex Zhang1-1/+4
2020-08-07mm: remove redundant check non_swap_entry()Ralph Campbell1-1/+1
2020-08-07mm/page_counter.c: fix protection usage propagationMichal Koutný1-3/+3
2020-08-07mm: memcontrol: don't count limit-setting reclaim as memory pressureJohannes Weiner2-7/+10
2020-08-07mm: memcontrol: restore proper dirty throttling when memory.high changesJohannes Weiner1-0/+2
2020-08-07memcg, oom: check memcg margin for parallel oomYafang Shao1-1/+7
2020-08-07mm, memcg: decouple e{low,min} state mutations from protection checksChris Down2-34/+11
2020-08-07mm, memcg: avoid stale protection values when cgroup is above protectionYafang Shao2-1/+10
2020-08-07mm, memcg: unify reclaim retry limits with page allocatorChris Down1-9/+6
2020-08-07mm, memcg: reclaim more aggressively before high allocator throttlingChris Down1-5/+37
2020-08-07mm: memcontrol: avoid workload stalls when lowering memory.highRoman Gushchin1-2/+2
2020-08-07mm: slab: rename (un)charge_slab_page() to (un)account_slab_page()Roman Gushchin3-8/+8
2020-08-07mm: memcg/slab: remove unused argument by charge_slab_page()Roman Gushchin3-4/+3
2020-08-07mm: memcontrol: account kernel stack per nodeShakeel Butt3-13/+13
2020-08-07mm: memcg/slab: use a single set of kmem_caches for all allocationsRoman Gushchin5-575/+78
2020-08-07mm: memcg/slab: remove redundant check in memcg_accumulate_slabinfo()Roman Gushchin1-3/+0
2020-08-07mm: memcg/slab: deprecate slab_root_cachesRoman Gushchin4-48/+8
2020-08-07mm: memcg/slab: remove memcg_kmem_get_cache()Roman Gushchin3-27/+11
2020-08-07mm: memcg/slab: simplify memcg cache creationRoman Gushchin3-57/+15
2020-08-07mm: memcg/slab: use a single set of kmem_caches for all accounted allocationsRoman Gushchin5-690/+132
2020-08-07mm: memcg/slab: move memcg_kmem_bypass() to memcontrol.hRoman Gushchin1-12/+0
2020-08-07mm: memcg/slab: deprecate memory.kmem.slabinfoRoman Gushchin2-30/+4
2020-08-07mm: memcg/slab: charge individual slab objects instead of pagesRoman Gushchin1-96/+78
2020-08-07mm: memcg/slab: save obj_cgroup for non-root slab objectsRoman Gushchin4-20/+86