summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-07-01mm: device exclusive memory accessAlistair Popple10-10/+405
2021-07-01mm/memory.c: allow different return codes for copy_nonpresent_pte()Alistair Popple1-11/+17
2021-07-01mm: rename migrate_pgmap_ownerAlistair Popple5-18/+18
2021-07-01mm/rmap: split migration into its own functionAlistair Popple4-107/+289
2021-07-01mm/rmap: split try_to_munlock from try_to_unmapAlistair Popple4-45/+69
2021-07-01mm/swapops: rework swap entry manipulation codeAlistair Popple9-62/+100
2021-07-01mm: remove special swap entry functionsAlistair Popple10-82/+51
2021-07-01kfence: unconditionally use unbound work queueMarco Elver1-2/+2
2021-07-01mm/thp: define default pmd_pgtable()Anshuman Khandual33-43/+28
2021-07-01mm/swap: make NODE_DATA an inline function on CONFIG_FLATMEMMel Gorman1-1/+4
2021-07-01mm/page_alloc: move prototype for find_suitable_fallbackMel Gorman1-2/+1
2021-07-01mm/mmap_lock: remove dead code for !CONFIG_TRACING configurationsMel Gorman1-27/+32
2021-07-01mm/swap: make swap_address_space an inline functionMel Gorman1-1/+5
2021-07-01mm/z3fold: add kerneldoc fields for z3fold_poolMel Gorman1-0/+2
2021-07-01mm/zbud: add kerneldoc fields for zbud_poolMel Gorman1-0/+2
2021-07-01mm/memory_hotplug: fix kerneldoc comment for __remove_memoryMel Gorman1-1/+1
2021-07-01mm/memory_hotplug: fix kerneldoc comment for __try_online_nodeMel Gorman1-2/+2
2021-07-01mm/memcontrol.c: fix kerneldoc comment for mem_cgroup_calculate_protectionMel Gorman1-1/+1
2021-07-01mm/mapping_dirty_helpers: remove double Note in kerneldocMel Gorman1-1/+1
2021-07-01mm/page_alloc: make should_fail_alloc_page() staticMel Gorman1-1/+1
2021-07-01mm/vmalloc: include header for prototype of set_iounmap_nonlazyMel Gorman1-0/+3
2021-07-01mm/vmscan: remove kerneldoc-like comment from isolate_lru_pagesMel Gorman1-1/+1
2021-07-01mm: fix spelling mistakesZhen Lei7-8/+8
2021-07-01mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual26-43/+9
2021-07-01mm: fix typos and grammar error in commentsHyeonggon Yoo2-2/+2
2021-07-01zram: move backing_dev under macro CONFIG_ZRAM_WRITEBACKYue Hu1-1/+1
2021-07-01mm/zsmalloc.c: improve readability for async_free_zspage()Miaohe Lin1-1/+1
2021-07-01mm/zsmalloc.c: remove confusing code in obj_free()Miaohe Lin1-1/+0
2021-07-01mm/zswap.c: fix two bugs in zswap_writeback_entry()Miaohe Lin1-10/+7
2021-07-01mm/zswap.c: avoid unnecessary copy-in at map timeMiaohe Lin1-1/+1
2021-07-01mm/zswap.c: remove unused function zswap_debugfs_exit()Miaohe Lin1-7/+0
2021-07-01mm,memory_hotplug: drop unneeded lockingOscar Salvador1-15/+1
2021-07-01mm/memory_hotplug: rate limit page migration warningsLiam Mark1-5/+11
2021-07-01selftests/vm: add test for MADV_POPULATE_(READ|WRITE)David Hildenbrand4-0/+360
2021-07-01selftests/vm: add protection_keys_32 / protection_keys_64 to gitignoreDavid Hildenbrand1-0/+2
2021-07-01MAINTAINERS: add tools/testing/selftests/vm/ to MEMORY MANAGEMENTDavid Hildenbrand1-0/+1
2021-07-01mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault page tablesDavid Hildenbrand8-0/+142
2021-07-01mm: make variable names for populate_vma_page_range() consistentDavid Hildenbrand1-1/+1
2021-07-01mm: generalize ZONE_[DMA|DMA32]Kefeng Wang14-60/+23
2021-07-01mm/nommu: unexport do_munmap()Liam Howlett1-1/+0
2021-07-01nommu: remove __GFP_HIGHMEM in vmalloc/vzallocChen Li1-2/+2
2021-07-01mm/thp: fix strncpy warningMatthew Wilcox (Oracle)1-1/+1
2021-07-01mm: hwpoison_user_mappings() try_to_unmap() with TTU_SYNCHugh Dickins1-1/+1
2021-07-01mm/thp: remap_page() is only needed on anonymous THPHugh Dickins1-0/+5
2021-07-01mm: rmap: make try_to_unmap() void functionYang Shi4-21/+14
2021-07-01mm/thp: make ARCH_ENABLE_SPLIT_PMD_PTLOCK dependent on PGTABLE_LEVELS > 2Anshuman Khandual2-2/+2
2021-07-01mm: thp: skip make PMD PROT_NONE if THP migration is not supportedYang Shi1-0/+4
2021-07-01mm: migrate: check mapcount for THP instead of refcountYang Shi1-12/+4
2021-07-01mm: migrate: don't split THP for misplaced NUMA pageYang Shi1-1/+3
2021-07-01mm: migrate: account THP NUMA migration counters correctlyYang Shi1-3/+4