summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
| * | | mm: fix typos and grammar error in commentsHyeonggon Yoo2021-07-011-1/+1
| * | | mm/zsmalloc.c: improve readability for async_free_zspage()Miaohe Lin2021-07-011-1/+1
| * | | mm/zsmalloc.c: remove confusing code in obj_free()Miaohe Lin2021-07-011-1/+0
| * | | mm/zswap.c: fix two bugs in zswap_writeback_entry()Miaohe Lin2021-06-301-10/+7
| * | | mm/zswap.c: avoid unnecessary copy-in at map timeMiaohe Lin2021-06-301-1/+1
| * | | mm/zswap.c: remove unused function zswap_debugfs_exit()Miaohe Lin2021-06-301-7/+0
| * | | mm,memory_hotplug: drop unneeded lockingOscar Salvador2021-06-301-15/+1
| * | | mm/memory_hotplug: rate limit page migration warningsLiam Mark2021-06-301-5/+11
| * | | mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault page tablesDavid Hildenbrand2021-06-303-0/+127
| * | | mm: make variable names for populate_vma_page_range() consistentDavid Hildenbrand2021-06-301-1/+1
| * | | mm: generalize ZONE_[DMA|DMA32]Kefeng Wang2021-06-301-0/+12
| * | | mm/nommu: unexport do_munmap()Liam Howlett2021-06-301-1/+0
| * | | nommu: remove __GFP_HIGHMEM in vmalloc/vzallocChen Li2021-06-301-2/+2
| * | | mm/thp: fix strncpy warningMatthew Wilcox (Oracle)2021-06-301-1/+1
| * | | mm: hwpoison_user_mappings() try_to_unmap() with TTU_SYNCHugh Dickins2021-06-301-1/+1
| * | | mm/thp: remap_page() is only needed on anonymous THPHugh Dickins2021-06-301-0/+5
| * | | mm: rmap: make try_to_unmap() void functionYang Shi2021-06-303-20/+13
| * | | mm: thp: skip make PMD PROT_NONE if THP migration is not supportedYang Shi2021-06-301-0/+4
| * | | mm: migrate: check mapcount for THP instead of refcountYang Shi2021-06-301-12/+4
| * | | mm: migrate: don't split THP for misplaced NUMA pageYang Shi2021-06-301-1/+3
| * | | mm: migrate: account THP NUMA migration counters correctlyYang Shi2021-06-301-3/+4
| * | | mm: thp: refactor NUMA fault handlingYang Shi2021-06-303-263/+77
| * | | mm: memory: make numa_migrate_prep() non-staticYang Shi2021-06-302-3/+5
| * | | mm: memory: add orig_pmd to struct vm_faultYang Shi2021-06-302-16/+19
| * | | mm, thp: relax the VM_DENYWRITE constraint on file-backed THPsCollin Fijalkovich2021-06-301-1/+15
| * | | mm: migrate: fix missing update page_private to hugetlb_page_subpoolMuchun Song2021-06-301-1/+1
| * | | memblock: update initialization of reserved pagesMike Rapoport2021-06-301-2/+26
| * | | mm/mempolicy: use unified 'nodes' for bind/interleave/prefer policiesBen Widawsky2021-06-301-52/+44
| * | | 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-301-80/+56
| * | | mm/mempolicy: cleanup nodemask intersection check for oomFeng Tang2021-06-302-26/+10
| * | | 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-302-114/+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
| * | | mm: introduce page_offline_(begin|end|freeze|thaw) to synchronize setting Pag...David Hildenbrand2021-06-301-0/+40
| * | | mm/kconfig: move HOLES_IN_ZONE into mmKefeng Wang2021-06-301-0/+3
| * | | mm: workingset: define macro WORKINGSET_SHIFTMiaohe Lin2021-06-301-4/+6
| * | | mm/vmscan.c: fix potential deadlock in reclaim_pages()Yu Zhao2021-06-301-0/+15
| * | | userfaultfd/shmem: modify shmem_mfill_atomic_pte to use install_pte()Axel Rasmussen2021-06-302-57/+18
| * | | userfaultfd/shmem: support UFFDIO_CONTINUE for shmemAxel Rasmussen2021-06-301-45/+127
| * | | userfaultfd/shmem: support minor fault registration for shmemAxel Rasmussen2021-06-302-4/+16