summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-30mm: hwpoison_user_mappings() try_to_unmap() with TTU_SYNCHugh Dickins
2021-06-30mm/thp: remap_page() is only needed on anonymous THPHugh Dickins
2021-06-30mm: rmap: make try_to_unmap() void functionYang Shi
2021-06-30mm/thp: make ARCH_ENABLE_SPLIT_PMD_PTLOCK dependent on PGTABLE_LEVELS > 2Anshuman Khandual
2021-06-30mm: thp: skip make PMD PROT_NONE if THP migration is not supportedYang Shi
2021-06-30mm: migrate: check mapcount for THP instead of refcountYang Shi
2021-06-30mm: migrate: don't split THP for misplaced NUMA pageYang Shi
2021-06-30mm: migrate: account THP NUMA migration counters correctlyYang Shi
2021-06-30mm: thp: refactor NUMA fault handlingYang Shi
2021-06-30mm: memory: make numa_migrate_prep() non-staticYang Shi
2021-06-30mm: memory: add orig_pmd to struct vm_faultYang Shi
2021-06-30mm, thp: relax the VM_DENYWRITE constraint on file-backed THPsCollin Fijalkovich
2021-06-30mm: migrate: fix missing update page_private to hugetlb_page_subpoolMuchun Song
2021-06-30arm64/mm: drop HAVE_ARCH_PFN_VALIDAnshuman Khandual
2021-06-30arm64: drop pfn_valid_within() and simplify pfn_valid()Mike Rapoport
2021-06-30arm64: decouple check whether pfn is in linear map from pfn_valid()Mike Rapoport
2021-06-30memblock: update initialization of reserved pagesMike Rapoport
2021-06-30include/linux/mmzone.h: add documentation for pfn_valid()Mike Rapoport
2021-06-30mm/mempolicy: use unified 'nodes' for bind/interleave/prefer policiesBen Widawsky
2021-06-30mm: mempolicy: don't have to split pmd for huge zero pageYang Shi
2021-06-30mm/mempolicy: unify the parameter sanity check for mbind and set_mempolicyFeng Tang
2021-06-30mm/mempolicy: don't handle MPOL_LOCAL like a fake MPOL_PREFERRED policyFeng Tang
2021-06-30mm/mempolicy: cleanup nodemask intersection check for oomFeng Tang
2021-06-30mm/compaction: fix 'limit' in fast_isolate_freepagesWonhyuk Yang
2021-06-30mm: compaction: remove duplicate !list_empty(&sublist) checkLiu Xiang
2021-06-30mm/compaction: use DEVICE_ATTR_WO macroYueHaibing
2021-06-30mm/zbud: don't export any zbud APIMiaohe Lin
2021-06-30mm/zbud: reuse unbuddied[0] as buddied in zbud_poolMiaohe Lin
2021-06-30mm/z3fold: use release_z3fold_page_locked() to release locked z3fold pageMiaohe Lin
2021-06-30mm/z3fold: fix potential memory leak in z3fold_destroy_pool()Miaohe Lin
2021-06-30mm/z3fold: remove unused function handle_to_z3fold_header()Miaohe Lin
2021-06-30mm/z3fold: remove magic number in z3fold_create_pool()Miaohe Lin
2021-06-30mm/z3fold: avoid possible underflow in z3fold_alloc()Miaohe Lin
2021-06-30mm/z3fold: define macro NCHUNKS as TOTAL_CHUNKS - ZHDR_CHUNKSMiaohe Lin
2021-06-30fs/proc/kcore: use page_offline_(freeze|thaw)David Hildenbrand
2021-06-30virtio-mem: use page_offline_(start|end) when setting PageOffline()David Hildenbrand
2021-06-30mm: introduce page_offline_(begin|end|freeze|thaw) to synchronize setting Pag...David Hildenbrand
2021-06-30fs/proc/kcore: don't read offline sections, logically offline pages and hwpoi...David Hildenbrand
2021-06-30fs/proc/kcore: pfn_is_ram check only applies to KCORE_RAMDavid Hildenbrand
2021-06-30fs/proc/kcore: drop KCORE_REMAP and KCORE_OTHERDavid Hildenbrand
2021-06-30docs: proc.rst: meminfo: briefly describe gaps in memory accountingMike Rapoport
2021-06-30mm/kconfig: move HOLES_IN_ZONE into mmKefeng Wang
2021-06-30mm: workingset: define macro WORKINGSET_SHIFTMiaohe Lin
2021-06-30include/trace/events/vmscan.h: remove mm_vmscan_inactive_list_is_lowYu Zhao
2021-06-30mm/vmscan.c: fix potential deadlock in reclaim_pages()Yu Zhao
2021-06-30userfaultfd/selftests: exercise minor fault handling shmem supportAxel Rasmussen
2021-06-30userfaultfd/selftests: reinitialize test context in each testAxel Rasmussen
2021-06-30userfaultfd/selftests: create alias mappings in the shmem testAxel Rasmussen
2021-06-30userfaultfd/selftests: use memfd_create for shmem test typeAxel Rasmussen
2021-06-30userfaultfd/shmem: modify shmem_mfill_atomic_pte to use install_pte()Axel Rasmussen