summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm/vmstat: annotate data race for zone->free_area[order].nr_freeLiu Shixin2021-11-061-3/+12
* selftests: vm: add KSM huge pages merging time testPedro Demarchi Gomes2021-11-061-1/+124
* selftest/vm: fix ksm selftest to run with different NUMA topologiesAneesh Kumar K.V2021-11-061-3/+26
* mm: nommu: kill arch_get_unmapped_area()Kefeng Wang2021-11-061-6/+0
* mm/readahead.c: fix incorrect comments for get_init_ra_sizeLin Feng2021-11-061-1/+1
* mm, thp: fix incorrect unmap behavior for private pagesRongwei Wang2021-11-061-1/+10
* mm, thp: lock filemap when truncating page cacheRongwei Wang2021-11-061-1/+4
* selftests/vm/transhuge-stress: fix ram size thinkoGeorge G. Davis2021-11-061-1/+1
* mm: migrate: make demotion knob depend on migrationYang Shi2021-11-064-65/+65
* mm/migrate: de-duplicate migrate_reason stringsJohn Hubbard2021-11-063-27/+25
* hugetlbfs: extend the definition of hugepages parameter to support node alloc...Zhenguo Yao2021-11-065-33/+155
* mm: mark the OOM reaper thread as freezableSultan Alsawaf2021-11-061-0/+2
* memblock: use memblock_free for freeing virtual pointersMike Rapoport2021-11-0629-43/+40
* 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