summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-07-01mm: workingset: define macro WORKINGSET_SHIFTMiaohe Lin1-4/+6
2021-07-01include/trace/events/vmscan.h: remove mm_vmscan_inactive_list_is_lowYu Zhao1-41/+0
2021-07-01mm/vmscan.c: fix potential deadlock in reclaim_pages()Yu Zhao1-0/+15
2021-07-01userfaultfd/selftests: exercise minor fault handling shmem supportAxel Rasmussen1-4/+25
2021-07-01userfaultfd/selftests: reinitialize test context in each testAxel Rasmussen1-105/+117
2021-07-01userfaultfd/selftests: create alias mappings in the shmem testAxel Rasmussen1-3/+19
2021-07-01userfaultfd/selftests: use memfd_create for shmem test typeAxel Rasmussen1-1/+15
2021-07-01userfaultfd/shmem: modify shmem_mfill_atomic_pte to use install_pte()Axel Rasmussen3-57/+23
2021-07-01userfaultfd/shmem: advertise shmem minor fault supportAxel Rasmussen3-3/+10
2021-07-01userfaultfd/shmem: support UFFDIO_CONTINUE for shmemAxel Rasmussen1-45/+127
2021-07-01userfaultfd/shmem: support minor fault registration for shmemAxel Rasmussen3-6/+17
2021-07-01userfaultfd/shmem: combine shmem_{mcopy_atomic,mfill_zeropage}_pteAxel Rasmussen3-54/+27
2021-07-01userfaultfd/selftests: add pagemap uffd-wp testPeter Xu1-0/+154
2021-07-01mm/pagemap: export uffd-wp protection informationPeter Xu2-0/+11
2021-07-01mm/userfaultfd: fail uffd-wp registration if not supportedPeter Xu1-1/+8
2021-07-01mm/userfaultfd: fix uffd-wp special cases for fork()Peter Xu4-26/+30
2021-07-01mm/thp: simplify copying of huge zero page pmd when forkPeter Xu1-6/+3
2021-07-01userfaultfd/selftests: unify error handlingPeter Xu1-369/+187
2021-07-01userfaultfd/selftests: only dump counts if mode enabledPeter Xu1-10/+20
2021-07-01userfaultfd/selftests: dropping VERIFY check in locking_threadPeter Xu1-54/+1
2021-07-01userfaultfd/selftests: remove the time() check on delayed uffdPeter Xu1-8/+0
2021-07-01userfaultfd/selftests: use user mode onlyPeter Xu1-1/+1
2021-07-01mm/hwpoison: disable pcp for page_handle_poison()Naoya Horiguchi1-3/+16
2021-07-01hugetlb: address ref count racing in prep_compound_gigantic_pageMike Kravetz2-9/+64
2021-07-01hugetlb: remove prep_compound_huge_page cleanupMike Kravetz1-19/+10
2021-07-01mm: hugetlb: introduce CONFIG_HUGETLB_PAGE_FREE_VMEMMAP_DEFAULT_ONMuchun Song3-2/+17
2021-07-01mm: sparsemem: use huge PMD mapping for vmemmap pagesMuchun Song4-33/+9
2021-07-01mm: sparsemem: split the huge PMD mapping of vmemmap pagesMuchun Song3-43/+129
2021-07-01mm, hugetlb: fix racy resv_huge_pages underflow on UFFDIO_COPYMina Almasry4-59/+45
2021-07-01khugepaged: selftests: remove debug_cowNanyong Sun1-4/+0
2021-07-01powerpc/8xx: add support for huge pages on VMAP and VMALLOCChristophe Leroy2-1/+44
2021-07-01mm/vmalloc: enable mapping of huge pages at pte level in vmallocChristophe Leroy2-6/+14
2021-07-01mm/vmalloc: enable mapping of huge pages at pte level in vmapChristophe Leroy2-3/+26
2021-07-01mm/pgtable: add stubs for {pmd/pub}_{set/clear}_hugeChristophe Leroy3-24/+56
2021-07-01mm/hugetlb: change parameters of arch_make_huge_pte()Christophe Leroy8-19/+17
2021-07-01mm/huge_memory.c: don't discard hugepage if other processes are mapping itMiaohe Lin1-1/+1
2021-07-01mm/huge_memory.c: remove unnecessary tlb_remove_page_size() for huge zero pmdMiaohe Lin1-3/+0
2021-07-01mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_...Miaohe Lin5-29/+48
2021-07-01mm/huge_memory.c: use page->deferred_listMiaohe Lin1-2/+2
2021-07-01mm/huge_memory.c: remove dedicated macro HPAGE_CACHE_INDEX_MASKMiaohe Lin1-4/+2
2021-07-01mm/debug_vm_pgtable: remove redundant pfn_{pmd/pte}() and fix one comment mis...Shixin Liu1-3/+3
2021-07-01mm/debug_vm_pgtable: move {pmd/pud}_huge_tests out of CONFIG_TRANSPARENT_HUGE...Shixin Liu1-52/+39
2021-07-01mm: hugetlb: introduce nr_free_vmemmap_pages in the struct hstateMuchun Song4-4/+43
2021-07-01mm: memory_hotplug: disable memmap_on_memory when hugetlb_free_vmemmap enabledMuchun Song2-0/+9
2021-07-01mm: hugetlb: add a kernel parameter hugetlb_free_vmemmapMuchun Song5-2/+69
2021-07-01mm: hugetlb: alloc the vmemmap pages associated with each HugeTLB pageMuchun Song9-17/+227
2021-07-01mm: hugetlb: defer freeing of HugeTLB pagesMuchun Song3-19/+93
2021-07-01mm: hugetlb: free the vmemmap pages associated with each HugeTLB pageMuchun Song7-13/+473
2021-07-01mm: hugetlb: gather discrete indexes of tail pageMuchun Song2-10/+30
2021-07-01mm: hugetlb: introduce a new config HUGETLB_PAGE_FREE_VMEMMAPMuchun Song2-1/+6