summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-07-01mm: thp: refactor NUMA fault handlingYang Shi4-286/+77
2021-07-01mm: memory: make numa_migrate_prep() non-staticYang Shi2-3/+5
2021-07-01mm: memory: add orig_pmd to struct vm_faultYang Shi4-22/+29
2021-07-01mm, thp: relax the VM_DENYWRITE constraint on file-backed THPsCollin Fijalkovich2-3/+26
2021-07-01mm: migrate: fix missing update page_private to hugetlb_page_subpoolMuchun Song2-1/+6
2021-07-01arm64/mm: drop HAVE_ARCH_PFN_VALIDAnshuman Khandual4-39/+9
2021-07-01arm64: drop pfn_valid_within() and simplify pfn_valid()Mike Rapoport2-2/+1
2021-07-01arm64: decouple check whether pfn is in linear map from pfn_valid()Mike Rapoport6-6/+19
2021-07-01memblock: update initialization of reserved pagesMike Rapoport2-3/+29
2021-07-01include/linux/mmzone.h: add documentation for pfn_valid()Mike Rapoport1-0/+11
2021-07-01mm/mempolicy: use unified 'nodes' for bind/interleave/prefer policiesBen Widawsky2-57/+46
2021-07-01mm: mempolicy: don't have to split pmd for huge zero pageYang Shi1-4/+5
2021-07-01mm/mempolicy: unify the parameter sanity check for mbind and set_mempolicyFeng Tang1-18/+30
2021-07-01mm/mempolicy: don't handle MPOL_LOCAL like a fake MPOL_PREFERRED policyFeng Tang2-81/+56
2021-07-01mm/mempolicy: cleanup nodemask intersection check for oomFeng Tang3-27/+11
2021-07-01mm/compaction: fix 'limit' in fast_isolate_freepagesWonhyuk Yang1-3/+3
2021-07-01mm: compaction: remove duplicate !list_empty(&sublist) checkLiu Xiang1-4/+2
2021-07-01mm/compaction: use DEVICE_ATTR_WO macroYueHaibing1-4/+4
2021-07-01mm/zbud: don't export any zbud APIMiaohe Lin4-138/+110
2021-07-01mm/zbud: reuse unbuddied[0] as buddied in zbud_poolMiaohe Lin1-2/+8
2021-07-01mm/z3fold: use release_z3fold_page_locked() to release locked z3fold pageMiaohe Lin1-1/+1
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