summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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 Yang3-12/+7
2020-08-07mm: remove unnecessary wrapper function do_mmap_pgoff()Peter Collingbourne9-31/+21
2020-08-07mm: mmap: merge vma after call_mmap() if possibleMiaohe Lin1-1/+21
2020-08-07arm64/mm: enable vmem_altmap support for vmemmap mappingsAnshuman Khandual1-20/+38
2020-08-07mm/sparsemem: enable vmem_altmap support in vmemmap_alloc_block_buf()Anshuman Khandual6-25/+20
2020-08-07mm/sparsemem: enable vmem_altmap support in vmemmap_populate_basepages()Anshuman Khandual6-13/+20
2020-08-07mm: adjust vm_committed_as_batch according to vm overcommit policyFeng Tang5-7/+64
2020-08-07percpu_counter: add percpu_counter_sync()Feng Tang2-0/+23
2020-08-07mm/util.c: make vm_memory_committed() more accurateFeng Tang1-1/+6
2020-08-07proc/meminfo: avoid open coded reading of vm_committed_asFeng Tang1-1/+1
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 Roedel4-45/+54
2020-08-07mm: move lib/ioremap.c to mm/Mike Rapoport3-2/+1
2020-08-07asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport19-62/+18
2020-08-07asm-generic: pgalloc: provide generic pud_alloc_one() and pud_free_one()Mike Rapoport5-40/+31
2020-08-07asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()Mike Rapoport13-135/+55
2020-08-07xtensa: switch to generic version of pte allocationMike Rapoport1-22/+19
2020-08-07opeinrisc: switch to generic version of pte allocationMike Rapoport1-30/+3
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport125-118/+17
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 Down3-45/+53
2020-08-07mm, memcg: avoid stale protection values when cgroup is above protectionYafang Shao3-3/+50
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: kmem: switch to static_branch_likely() in memcg_kmem_enabled()Roman Gushchin1-1/+1
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 Butt9-61/+55
2020-08-07tools/cgroup: add memcg_slabinfo.py toolRoman Gushchin1-0/+226
2020-08-07kselftests: cgroup: add kernel memory accounting testsRoman Gushchin3-0/+385
2020-08-07mm: memcg/slab: use a single set of kmem_caches for all allocationsRoman Gushchin8-590/+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 Gushchin4-29/+11
2020-08-07mm: memcg/slab: simplify memcg cache creationRoman Gushchin4-58/+15
2020-08-07mm: memcg/slab: use a single set of kmem_caches for all accounted allocationsRoman Gushchin7-698/+134
2020-08-07mm: memcg/slab: move memcg_kmem_bypass() to memcontrol.hRoman Gushchin2-12/+12
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 Gushchin5-21/+88
2020-08-07mm: memcg/slab: allocate obj_cgroups for non-root slab pagesRoman Gushchin5-4/+81
2020-08-07mm: memcg/slab: obj_cgroup APIRoman Gushchin2-1/+338