summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm/nommu: unexport do_munmap()Liam Howlett2021-07-011-1/+0
* nommu: remove __GFP_HIGHMEM in vmalloc/vzallocChen Li2021-07-011-2/+2
* mm/thp: fix strncpy warningMatthew Wilcox (Oracle)2021-07-011-1/+1
* mm: hwpoison_user_mappings() try_to_unmap() with TTU_SYNCHugh Dickins2021-07-011-1/+1
* mm/thp: remap_page() is only needed on anonymous THPHugh Dickins2021-07-011-0/+5
* mm: rmap: make try_to_unmap() void functionYang Shi2021-07-014-21/+14
* mm/thp: make ARCH_ENABLE_SPLIT_PMD_PTLOCK dependent on PGTABLE_LEVELS > 2Anshuman Khandual2021-07-012-2/+2
* mm: thp: skip make PMD PROT_NONE if THP migration is not supportedYang Shi2021-07-011-0/+4
* mm: migrate: check mapcount for THP instead of refcountYang Shi2021-07-011-12/+4
* mm: migrate: don't split THP for misplaced NUMA pageYang Shi2021-07-011-1/+3
* mm: migrate: account THP NUMA migration counters correctlyYang Shi2021-07-011-3/+4
* mm: thp: refactor NUMA fault handlingYang Shi2021-07-014-286/+77
* mm: memory: make numa_migrate_prep() non-staticYang Shi2021-07-012-3/+5
* mm: memory: add orig_pmd to struct vm_faultYang Shi2021-07-014-22/+29
* mm, thp: relax the VM_DENYWRITE constraint on file-backed THPsCollin Fijalkovich2021-07-012-3/+26
* mm: migrate: fix missing update page_private to hugetlb_page_subpoolMuchun Song2021-07-012-1/+6
* arm64/mm: drop HAVE_ARCH_PFN_VALIDAnshuman Khandual2021-07-014-39/+9
* arm64: drop pfn_valid_within() and simplify pfn_valid()Mike Rapoport2021-07-012-2/+1
* arm64: decouple check whether pfn is in linear map from pfn_valid()Mike Rapoport2021-07-016-6/+19
* memblock: update initialization of reserved pagesMike Rapoport2021-07-012-3/+29
* include/linux/mmzone.h: add documentation for pfn_valid()Mike Rapoport2021-07-011-0/+11
* mm/mempolicy: use unified 'nodes' for bind/interleave/prefer policiesBen Widawsky2021-07-012-57/+46
* mm: mempolicy: don't have to split pmd for huge zero pageYang Shi2021-07-011-4/+5
* mm/mempolicy: unify the parameter sanity check for mbind and set_mempolicyFeng Tang2021-07-011-18/+30
* mm/mempolicy: don't handle MPOL_LOCAL like a fake MPOL_PREFERRED policyFeng Tang2021-07-012-81/+56
* mm/mempolicy: cleanup nodemask intersection check for oomFeng Tang2021-07-013-27/+11
* mm/compaction: fix 'limit' in fast_isolate_freepagesWonhyuk Yang2021-07-011-3/+3
* mm: compaction: remove duplicate !list_empty(&sublist) checkLiu Xiang2021-07-011-4/+2
* mm/compaction: use DEVICE_ATTR_WO macroYueHaibing2021-07-011-4/+4
* mm/zbud: don't export any zbud APIMiaohe Lin2021-07-014-138/+110
* mm/zbud: reuse unbuddied[0] as buddied in zbud_poolMiaohe Lin2021-07-011-2/+8
* mm/z3fold: use release_z3fold_page_locked() to release locked z3fold pageMiaohe Lin2021-07-011-1/+1
* mm/z3fold: fix potential memory leak in z3fold_destroy_pool()Miaohe Lin2021-07-011-0/+1
* mm/z3fold: remove unused function handle_to_z3fold_header()Miaohe Lin2021-07-011-18/+4
* mm/z3fold: remove magic number in z3fold_create_pool()Miaohe Lin2021-07-011-1/+2
* mm/z3fold: avoid possible underflow in z3fold_alloc()Miaohe Lin2021-07-011-2/+5
* mm/z3fold: define macro NCHUNKS as TOTAL_CHUNKS - ZHDR_CHUNKSMiaohe Lin2021-07-011-1/+1
* fs/proc/kcore: use page_offline_(freeze|thaw)David Hildenbrand2021-07-011-0/+13
* virtio-mem: use page_offline_(start|end) when setting PageOffline()David Hildenbrand2021-07-011-0/+2
* mm: introduce page_offline_(begin|end|freeze|thaw) to synchronize setting Pag...David Hildenbrand2021-07-012-0/+50
* fs/proc/kcore: don't read offline sections, logically offline pages and hwpoi...David Hildenbrand2021-07-012-1/+25
* fs/proc/kcore: pfn_is_ram check only applies to KCORE_RAMDavid Hildenbrand2021-07-011-8/+27
* fs/proc/kcore: drop KCORE_REMAP and KCORE_OTHERDavid Hildenbrand2021-07-012-8/+2
* docs: proc.rst: meminfo: briefly describe gaps in memory accountingMike Rapoport2021-07-011-2/+9
* mm/kconfig: move HOLES_IN_ZONE into mmKefeng Wang2021-07-014-9/+4
* mm: workingset: define macro WORKINGSET_SHIFTMiaohe Lin2021-07-011-4/+6
* include/trace/events/vmscan.h: remove mm_vmscan_inactive_list_is_lowYu Zhao2021-07-011-41/+0
* mm/vmscan.c: fix potential deadlock in reclaim_pages()Yu Zhao2021-07-011-0/+15
* userfaultfd/selftests: exercise minor fault handling shmem supportAxel Rasmussen2021-07-011-4/+25
* userfaultfd/selftests: reinitialize test context in each testAxel Rasmussen2021-07-011-105/+117