aboutsummaryrefslogtreecommitdiffstats
path: root/arch/alpha/mm (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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
2021-11-06hugetlb: be sure to free demoted CMA pages to CMAMike Kravetz1-2/+39
2021-11-06mm/cma: add cma_pages_valid to determine if pages are in CMAMike Kravetz2-4/+21
2021-11-06hugetlb: add demote hugetlb page sysfs interfacesMike Kravetz3-3/+183
2021-11-06mm/hugetlb: drop __unmap_hugepage_range definition from hugetlb.hPeter Xu2-13/+3
2021-11-06mm: hwpoison: handle non-anonymous THP correctlyYang Shi1-5/+2
2021-11-06mm: shmem: don't truncate page if memory failure happensYang Shi3-6/+51
2021-11-06mm: hwpoison: refactor refcount check handlingYang Shi1-29/+64
2021-11-06mm: filemap: coding style cleanup for filemap_map_pmd()Yang Shi1-6/+6
2021-11-06mm/memory_failure: constify static mm_walk_opsRikard Falkeborn1-1/+1
2021-11-06mm: fix data race in PagePoisoned()Marco Elver1-1/+1
2021-11-06mm/page_alloc: use clamp() to simplify codeWang ShaoBo1-8/+4
2021-11-06mm: page_alloc: use migrate_disable() in drain_local_pages_wq()Sebastian Andrzej Siewior1-2/+2
2021-11-06s390: use generic version of arch_is_kernel_initmem_freed()Christophe Leroy2-15/+0
2021-11-06powerpc: use generic version of arch_is_kernel_initmem_freed()Christophe Leroy1-13/+0
2021-11-06mm: make generic arch_is_kernel_initmem_freed() do what it saysChristophe Leroy2-14/+15