summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-07-01mm/z3fold: fix potential memory leak in z3fold_destroy_pool()Miaohe Lin1-0/+1
2021-07-01mm/z3fold: remove unused function handle_to_z3fold_header()Miaohe Lin1-18/+4
2021-07-01mm/z3fold: remove magic number in z3fold_create_pool()Miaohe Lin1-1/+2
2021-07-01mm/z3fold: avoid possible underflow in z3fold_alloc()Miaohe Lin1-2/+5
2021-07-01mm/z3fold: define macro NCHUNKS as TOTAL_CHUNKS - ZHDR_CHUNKSMiaohe Lin1-1/+1
2021-07-01fs/proc/kcore: use page_offline_(freeze|thaw)David Hildenbrand1-0/+13
2021-07-01virtio-mem: use page_offline_(start|end) when setting PageOffline()David Hildenbrand1-0/+2
2021-07-01mm: introduce page_offline_(begin|end|freeze|thaw) to synchronize setting Pag...David Hildenbrand2-0/+50
2021-07-01fs/proc/kcore: don't read offline sections, logically offline pages and hwpoi...David Hildenbrand2-1/+25
2021-07-01fs/proc/kcore: pfn_is_ram check only applies to KCORE_RAMDavid Hildenbrand1-8/+27
2021-07-01fs/proc/kcore: drop KCORE_REMAP and KCORE_OTHERDavid Hildenbrand2-8/+2
2021-07-01docs: proc.rst: meminfo: briefly describe gaps in memory accountingMike Rapoport1-2/+9
2021-07-01mm/kconfig: move HOLES_IN_ZONE into mmKefeng Wang4-9/+4
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