summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-11-06mm: vmstat.c: make extfrag_index show more prettyLin Feng1-1/+1
2021-11-06mm/vmstat: annotate data race for zone->free_area[order].nr_freeLiu Shixin1-3/+12
2021-11-06selftests: vm: add KSM huge pages merging time testPedro Demarchi Gomes1-1/+124
2021-11-06selftest/vm: fix ksm selftest to run with different NUMA topologiesAneesh Kumar K.V1-3/+26
2021-11-06mm: nommu: kill arch_get_unmapped_area()Kefeng Wang1-6/+0
2021-11-06mm/readahead.c: fix incorrect comments for get_init_ra_sizeLin Feng1-1/+1
2021-11-06mm, thp: fix incorrect unmap behavior for private pagesRongwei Wang1-1/+10
2021-11-06mm, thp: lock filemap when truncating page cacheRongwei Wang1-1/+4
2021-11-06selftests/vm/transhuge-stress: fix ram size thinkoGeorge G. Davis1-1/+1
2021-11-06mm: migrate: make demotion knob depend on migrationYang Shi4-65/+65
2021-11-06mm/migrate: de-duplicate migrate_reason stringsJohn Hubbard3-27/+25
2021-11-06hugetlbfs: extend the definition of hugepages parameter to support node alloc...Zhenguo Yao5-33/+155
2021-11-06mm: mark the OOM reaper thread as freezableSultan Alsawaf1-0/+2
2021-11-06memblock: use memblock_free for freeing virtual pointersMike Rapoport29-43/+40
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport45-76/+79
2021-11-06memblock: stop aliasing __memblock_free_late with memblock_free_lateMike Rapoport2-10/+5
2021-11-06memblock: drop memblock_free_early_nid() and memblock_free_early()Mike Rapoport10-25/+12
2021-11-06xen/x86: free_p2m_page: use memblock_free_ptr() to free a virtual pointerMike Rapoport1-1/+1
2021-11-06arch_numa: simplify numa_distance allocationMike Rapoport1-4/+2
2021-11-06tools/vm/page-types.c: print file offset in hexadecimalNaoya Horiguchi1-2/+2
2021-11-06tools/vm/page-types.c: move show_file() to summary outputNaoya Horiguchi1-3/+7
2021-11-06tools/vm/page-types.c: make walk_file() aware of address range optionNaoya Horiguchi1-6/+18
2021-11-06tools/vm/page_owner_sort.c: count and sort by memZhenliang Wei2-10/+107
2021-11-06mm/vmpressure: fix data-race with memcg->socket_pressureYuanzheng Song2-2/+2
2021-11-06mm/vmscan: delay waking of tasks throttled on NOPROGRESSMel Gorman1-2/+5
2021-11-06mm/vmscan: increase the timeout if page reclaim is not making progressMel Gorman1-1/+1
2021-11-06mm/vmscan: centralise timeout values for reclaim_throttleMel Gorman4-17/+40
2021-11-06mm/page_alloc: remove the throttling logic from the page allocatorMel Gorman1-20/+1
2021-11-06mm/writeback: throttle based on page writeback instead of congestionMel Gorman1-2/+9
2021-11-06mm/vmscan: throttle reclaim when no progress is being madeMel Gorman4-10/+33
2021-11-06mm/vmscan: throttle reclaim and compaction when too may pages are isolatedMel Gorman5-9/+39
2021-11-06mm/vmscan: throttle reclaim until some writeback completes if congestedMel Gorman10-68/+135
2021-11-06mm/vmscan.c: fix -Wunused-but-set-variable warningKai Song1-2/+1
2021-11-06mm/page_isolation: guard against possible putback unisolated pageMiaohe Lin1-2/+7
2021-11-06mm/page_isolation: fix potential missing call to unset_migratetype_isolate()Miaohe Lin1-17/+3
2021-11-06userfaultfd/selftests: fix calculation of expected ioctlsAxel Rasmussen1-39/+38
2021-11-06userfaultfd/selftests: fix feature support detectionAxel Rasmussen1-23/+31
2021-11-06userfaultfd/selftests: don't rely on GNU extensions for random numbersAxel Rasmussen1-22/+4
2021-11-06hugetlb: remove unnecessary set_page_count in prep_compound_gigantic_pageMike Kravetz1-1/+0
2021-11-06hugetlb: remove redundant VM_BUG_ON() in add_reservation_in_range()Baolin Wang1-1/+0
2021-11-06hugetlb: remove redundant validation in has_same_uncharge_info()Baolin Wang1-2/+1
2021-11-06hugetlb: replace the obsolete hugetlb_instantiation_mutex in the commentsBaolin Wang1-1/+1
2021-11-06hugetlb_cgroup: remove unused hugetlb_cgroup_from_counter macroBaolin Wang1-3/+0
2021-11-06mm: remove duplicate include in hugepage-mremap.cRan Jianping1-1/+0
2021-11-06hugetlb: support node specified when using cma for gigantic hugepagesBaolin Wang2-11/+81
2021-11-06mm, hugepages: add hugetlb vma mremap() testMina Almasry4-0/+173
2021-11-06mm, hugepages: add mremap() support for hugepage backed vmaMina Almasry3-9/+157
2021-11-06mm: khugepaged: recalculate min_free_kbytes after stopping khugepagedLiangcai Fan3-3/+15
2021-11-06hugetlb: add hugetlb demote page supportMike Kravetz1-8/+92
2021-11-06hugetlb: add demote bool to gigantic page routinesMike Kravetz1-11/+43