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