summaryrefslogtreecommitdiffstats
path: root/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-0526-173/+516
|\
| * mm/vmstat.c: convert to use DEFINE_SEQ_ATTRIBUTE macroKefeng Wang2020-06-051-26/+6
| * mm: use false for bool variableZou Wei2020-06-053-3/+3
| * mm/memory: fix a typo in comment "attampt"->"attempt"Ethon Paul2020-06-051-1/+1
| * mm/page-writeback: fix a typo in comment "effictive"->"effective"Ethon Paul2020-06-051-1/+1
| * mm/sparse: fix a typo in comment "convienence"->"convenience"Ethon Paul2020-06-051-1/+1
| * mm/slub: fix a typo in comment "disambiguiation"->"disambiguation"Ethon Paul2020-06-051-1/+1
| * mm: fix a typo in comment "strucure"->"structure"Ethon Paul2020-06-051-1/+1
| * mm, memcg: fix some typos in memcontrol.cEthon Paul2020-06-051-2/+2
| * mm/frontswap: fix some typos in frontswap.cEthon Paul2020-06-051-3/+3
| * mm/filemap: fix a typo in comment "unneccssary"->"unnecessary"Ethon Paul2020-06-051-1/+1
| * mm/list_lru: fix a typo in comment "numbesr"->"numbers"Ethon Paul2020-06-051-1/+1
| * mm/memblock: fix a typo in comment "implict"->"implicit"Ethon Paul2020-06-051-1/+1
| * mm/compaction: fix a typo in comment "pessemistic"->"pessimistic"Ethon Paul2020-06-051-1/+1
| * mm/vmsan: fix some typos in commentEthon Paul2020-06-051-3/+3
| * mm/hugetlb: fix a typos in commentsEthon Paul2020-06-051-8/+8
| * mm: mmap: fix a typo in comment "compatbility"->"compatibility"Ethon Paul2020-06-051-1/+1
| * mm: ksm: fix a typo in comment "alreaady"->"already"Ethon Paul2020-06-051-5/+5
| * mm/memory_hotplug: fix a typo in comment "recoreded"->"recorded"Ethon Paul2020-06-051-1/+1
| * mm/memory_hotplug: disable the functionality for 32bMichal Hocko2020-06-051-0/+1
| * mm/memory_hotplug: introduce add_memory_driver_managed()David Hildenbrand2020-06-051-4/+58
| * mm/memory_hotplug: handle memblocks only with CONFIG_ARCH_KEEP_MEMBLOCKDavid Hildenbrand2020-06-052-10/+13
| * mm/memory_hotplug: set node_start_pfn of hotadded pgdat to 0David Hildenbrand2020-06-051-9/+6
| * mm/memory_hotplug: remove is_mem_section_removable()David Hildenbrand2020-06-051-75/+0
| * mm/memory_hotplug: refrain from adding memory into an impossible nodeVishal Verma2020-06-051-0/+5
| * mm: add kvfree_sensitive() for freeing sensitive data objectsWaiman Long2020-06-051-0/+18
| * mm/vmalloc: fix a typo in commentJeongtae Park2020-06-051-1/+1
| * mm/debug: add tests validating architecture page table helpersAnshuman Khandual2020-06-052-0/+383
| * mm: remove __ARCH_HAS_5LEVEL_HACK and include/asm-generic/5level-fixup.hMike Rapoport2020-06-052-19/+0
| * mm/util.c: remove the VM_WARN_ONCE for vm_committed_as underflow checkFeng Tang2020-06-051-4/+0
* | mm: Fix mremap not considering huge pmd devmapFan Yang2020-06-051-1/+1
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-0431-1635/+1478
|\
| * mm: add DEBUG_WX supportZong Li2020-06-041-0/+32
| * mm/thp: rename pmd_mknotpresent() as pmd_mkinvalid()Anshuman Khandual2020-06-041-1/+1
| * mm: thp: don't need to drain lru cache when splitting and mlocking THPYang Shi2020-06-041-7/+0
| * mm, mempolicy: fix up gup usage in lookup_nodeMichal Hocko2020-06-042-4/+6
| * mm: swap: memcg: fix memcg stats for huge pagesShakeel Butt2020-06-041-5/+16
| * mm: swap: fix vmstats for huge pagesShakeel Butt2020-06-041-6/+8
| * mm: vmscan: limit the range of LRU type balancingJohannes Weiner2020-06-041-9/+13
| * mm: vmscan: reclaim writepage is IO costJohannes Weiner2020-06-044-8/+15
| * mm: vmscan: determine anon/file pressure balance at the reclaim rootJohannes Weiner2020-06-042-29/+44
| * mm: balance LRU lists based on relative thrashingJohannes Weiner2020-06-044-33/+26
| * mm: only count actual rotations as LRU reclaim costJohannes Weiner2020-06-041-5/+3
| * mm: deactivations shouldn't bias the LRU balanceJohannes Weiner2020-06-041-6/+1
| * mm: base LRU balancing on an explicit cost modelJohannes Weiner2020-06-043-45/+36
| * mm: vmscan: drop unnecessary div0 avoidance rounding in get_scan_count()Johannes Weiner2020-06-041-1/+1
| * mm: remove use-once cache bias from LRU balancingJohannes Weiner2020-06-041-5/+0
| * mm: workingset: let cache workingset challenge anonJohannes Weiner2020-06-041-5/+12
| * mm: fold and remove lru_cache_add_anon() and lru_cache_add_file()Johannes Weiner2020-06-045-43/+17
| * mm: allow swappiness that prefers reclaiming anon over the file workingsetJohannes Weiner2020-06-041-1/+1