aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* include/linux/mmzone.h: add documentation for pfn_valid()Mike Rapoport2021-06-301-0/+11
* mm/mempolicy: use unified 'nodes' for bind/interleave/prefer policiesBen Widawsky2021-06-302-57/+46
* mm: mempolicy: don't have to split pmd for huge zero pageYang Shi2021-06-301-4/+5
* mm/mempolicy: unify the parameter sanity check for mbind and set_mempolicyFeng Tang2021-06-301-18/+30
* mm/mempolicy: don't handle MPOL_LOCAL like a fake MPOL_PREFERRED policyFeng Tang2021-06-302-81/+56
* mm/mempolicy: cleanup nodemask intersection check for oomFeng Tang2021-06-303-27/+11
* mm/compaction: fix 'limit' in fast_isolate_freepagesWonhyuk Yang2021-06-301-3/+3
* mm: compaction: remove duplicate !list_empty(&sublist) checkLiu Xiang2021-06-301-4/+2
* mm/compaction: use DEVICE_ATTR_WO macroYueHaibing2021-06-301-4/+4
* mm/zbud: don't export any zbud APIMiaohe Lin2021-06-304-138/+110
* mm/zbud: reuse unbuddied[0] as buddied in zbud_poolMiaohe Lin2021-06-301-2/+8
* mm/z3fold: use release_z3fold_page_locked() to release locked z3fold pageMiaohe Lin2021-06-301-1/+1
* mm/z3fold: fix potential memory leak in z3fold_destroy_pool()Miaohe Lin2021-06-301-0/+1
* mm/z3fold: remove unused function handle_to_z3fold_header()Miaohe Lin2021-06-301-18/+4
* mm/z3fold: remove magic number in z3fold_create_pool()Miaohe Lin2021-06-301-1/+2
* mm/z3fold: avoid possible underflow in z3fold_alloc()Miaohe Lin2021-06-301-2/+5
* mm/z3fold: define macro NCHUNKS as TOTAL_CHUNKS - ZHDR_CHUNKSMiaohe Lin2021-06-301-1/+1
* fs/proc/kcore: use page_offline_(freeze|thaw)David Hildenbrand2021-06-301-0/+13
* virtio-mem: use page_offline_(start|end) when setting PageOffline()David Hildenbrand2021-06-301-0/+2
* mm: introduce page_offline_(begin|end|freeze|thaw) to synchronize setting Pag...David Hildenbrand2021-06-302-0/+50
* fs/proc/kcore: don't read offline sections, logically offline pages and hwpoi...David Hildenbrand2021-06-302-1/+25
* fs/proc/kcore: pfn_is_ram check only applies to KCORE_RAMDavid Hildenbrand2021-06-301-8/+27
* fs/proc/kcore: drop KCORE_REMAP and KCORE_OTHERDavid Hildenbrand2021-06-302-8/+2
* docs: proc.rst: meminfo: briefly describe gaps in memory accountingMike Rapoport2021-06-301-2/+9
* mm/kconfig: move HOLES_IN_ZONE into mmKefeng Wang2021-06-304-9/+4
* mm: workingset: define macro WORKINGSET_SHIFTMiaohe Lin2021-06-301-4/+6
* include/trace/events/vmscan.h: remove mm_vmscan_inactive_list_is_lowYu Zhao2021-06-301-41/+0
* mm/vmscan.c: fix potential deadlock in reclaim_pages()Yu Zhao2021-06-301-0/+15
* userfaultfd/selftests: exercise minor fault handling shmem supportAxel Rasmussen2021-06-301-4/+25
* userfaultfd/selftests: reinitialize test context in each testAxel Rasmussen2021-06-301-105/+117
* userfaultfd/selftests: create alias mappings in the shmem testAxel Rasmussen2021-06-301-3/+19
* userfaultfd/selftests: use memfd_create for shmem test typeAxel Rasmussen2021-06-301-1/+15
* userfaultfd/shmem: modify shmem_mfill_atomic_pte to use install_pte()Axel Rasmussen2021-06-303-57/+23
* userfaultfd/shmem: advertise shmem minor fault supportAxel Rasmussen2021-06-303-3/+10
* userfaultfd/shmem: support UFFDIO_CONTINUE for shmemAxel Rasmussen2021-06-301-45/+127
* userfaultfd/shmem: support minor fault registration for shmemAxel Rasmussen2021-06-303-6/+17
* userfaultfd/shmem: combine shmem_{mcopy_atomic,mfill_zeropage}_pteAxel Rasmussen2021-06-303-54/+27
* userfaultfd/selftests: add pagemap uffd-wp testPeter Xu2021-06-301-0/+154
* mm/pagemap: export uffd-wp protection informationPeter Xu2021-06-302-0/+11
* mm/userfaultfd: fail uffd-wp registration if not supportedPeter Xu2021-06-301-1/+8
* mm/userfaultfd: fix uffd-wp special cases for fork()Peter Xu2021-06-304-26/+30
* mm/thp: simplify copying of huge zero page pmd when forkPeter Xu2021-06-301-6/+3
* userfaultfd/selftests: unify error handlingPeter Xu2021-06-301-369/+187
* userfaultfd/selftests: only dump counts if mode enabledPeter Xu2021-06-301-10/+20
* userfaultfd/selftests: dropping VERIFY check in locking_threadPeter Xu2021-06-301-54/+1
* userfaultfd/selftests: remove the time() check on delayed uffdPeter Xu2021-06-301-8/+0
* userfaultfd/selftests: use user mode onlyPeter Xu2021-06-301-1/+1
* mm/hwpoison: disable pcp for page_handle_poison()Naoya Horiguchi2021-06-301-3/+16
* hugetlb: address ref count racing in prep_compound_gigantic_pageMike Kravetz2021-06-302-9/+64
* hugetlb: remove prep_compound_huge_page cleanupMike Kravetz2021-06-301-19/+10