summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* memblock: rename memblock_free to memblock_phys_freeMike Rapoport2021-11-0645-76/+79
* memblock: stop aliasing __memblock_free_late with memblock_free_lateMike Rapoport2021-11-062-10/+5
* memblock: drop memblock_free_early_nid() and memblock_free_early()Mike Rapoport2021-11-0610-25/+12
* xen/x86: free_p2m_page: use memblock_free_ptr() to free a virtual pointerMike Rapoport2021-11-061-1/+1
* arch_numa: simplify numa_distance allocationMike Rapoport2021-11-061-4/+2
* tools/vm/page-types.c: print file offset in hexadecimalNaoya Horiguchi2021-11-061-2/+2
* tools/vm/page-types.c: move show_file() to summary outputNaoya Horiguchi2021-11-061-3/+7
* tools/vm/page-types.c: make walk_file() aware of address range optionNaoya Horiguchi2021-11-061-6/+18
* tools/vm/page_owner_sort.c: count and sort by memZhenliang Wei2021-11-062-10/+107
* mm/vmpressure: fix data-race with memcg->socket_pressureYuanzheng Song2021-11-062-2/+2
* mm/vmscan: delay waking of tasks throttled on NOPROGRESSMel Gorman2021-11-061-2/+5
* mm/vmscan: increase the timeout if page reclaim is not making progressMel Gorman2021-11-061-1/+1
* mm/vmscan: centralise timeout values for reclaim_throttleMel Gorman2021-11-064-17/+40
* mm/page_alloc: remove the throttling logic from the page allocatorMel Gorman2021-11-061-20/+1
* mm/writeback: throttle based on page writeback instead of congestionMel Gorman2021-11-061-2/+9
* mm/vmscan: throttle reclaim when no progress is being madeMel Gorman2021-11-064-10/+33
* mm/vmscan: throttle reclaim and compaction when too may pages are isolatedMel Gorman2021-11-065-9/+39
* mm/vmscan: throttle reclaim until some writeback completes if congestedMel Gorman2021-11-0610-68/+135
* mm/vmscan.c: fix -Wunused-but-set-variable warningKai Song2021-11-061-2/+1
* mm/page_isolation: guard against possible putback unisolated pageMiaohe Lin2021-11-061-2/+7
* mm/page_isolation: fix potential missing call to unset_migratetype_isolate()Miaohe Lin2021-11-061-17/+3
* userfaultfd/selftests: fix calculation of expected ioctlsAxel Rasmussen2021-11-061-39/+38
* userfaultfd/selftests: fix feature support detectionAxel Rasmussen2021-11-061-23/+31
* userfaultfd/selftests: don't rely on GNU extensions for random numbersAxel Rasmussen2021-11-061-22/+4
* hugetlb: remove unnecessary set_page_count in prep_compound_gigantic_pageMike Kravetz2021-11-061-1/+0
* hugetlb: remove redundant VM_BUG_ON() in add_reservation_in_range()Baolin Wang2021-11-061-1/+0
* hugetlb: remove redundant validation in has_same_uncharge_info()Baolin Wang2021-11-061-2/+1
* hugetlb: replace the obsolete hugetlb_instantiation_mutex in the commentsBaolin Wang2021-11-061-1/+1
* hugetlb_cgroup: remove unused hugetlb_cgroup_from_counter macroBaolin Wang2021-11-061-3/+0
* mm: remove duplicate include in hugepage-mremap.cRan Jianping2021-11-061-1/+0
* hugetlb: support node specified when using cma for gigantic hugepagesBaolin Wang2021-11-062-11/+81
* mm, hugepages: add hugetlb vma mremap() testMina Almasry2021-11-064-0/+173
* mm, hugepages: add mremap() support for hugepage backed vmaMina Almasry2021-11-063-9/+157
* mm: khugepaged: recalculate min_free_kbytes after stopping khugepagedLiangcai Fan2021-11-063-3/+15
* hugetlb: add hugetlb demote page supportMike Kravetz2021-11-061-8/+92
* hugetlb: add demote bool to gigantic page routinesMike Kravetz2021-11-061-11/+43
* hugetlb: be sure to free demoted CMA pages to CMAMike Kravetz2021-11-061-2/+39
* mm/cma: add cma_pages_valid to determine if pages are in CMAMike Kravetz2021-11-062-4/+21
* hugetlb: add demote hugetlb page sysfs interfacesMike Kravetz2021-11-063-3/+183
* mm/hugetlb: drop __unmap_hugepage_range definition from hugetlb.hPeter Xu2021-11-062-13/+3
* mm: hwpoison: handle non-anonymous THP correctlyYang Shi2021-11-061-5/+2
* mm: shmem: don't truncate page if memory failure happensYang Shi2021-11-063-6/+51
* mm: hwpoison: refactor refcount check handlingYang Shi2021-11-061-29/+64
* mm: filemap: coding style cleanup for filemap_map_pmd()Yang Shi2021-11-061-6/+6
* mm/memory_failure: constify static mm_walk_opsRikard Falkeborn2021-11-061-1/+1
* mm: fix data race in PagePoisoned()Marco Elver2021-11-061-1/+1
* mm/page_alloc: use clamp() to simplify codeWang ShaoBo2021-11-061-8/+4
* mm: page_alloc: use migrate_disable() in drain_local_pages_wq()Sebastian Andrzej Siewior2021-11-061-2/+2
* s390: use generic version of arch_is_kernel_initmem_freed()Christophe Leroy2021-11-062-15/+0
* powerpc: use generic version of arch_is_kernel_initmem_freed()Christophe Leroy2021-11-061-13/+0