summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2021-07-01mm/page_alloc: move prototype for find_suitable_fallbackMel Gorman
2021-07-01mm/mmap_lock: remove dead code for !CONFIG_TRACING configurationsMel Gorman
2021-07-01mm/z3fold: add kerneldoc fields for z3fold_poolMel Gorman
2021-07-01mm/zbud: add kerneldoc fields for zbud_poolMel Gorman
2021-07-01mm/memory_hotplug: fix kerneldoc comment for __remove_memoryMel Gorman
2021-07-01mm/memory_hotplug: fix kerneldoc comment for __try_online_nodeMel Gorman
2021-07-01mm/memcontrol.c: fix kerneldoc comment for mem_cgroup_calculate_protectionMel Gorman
2021-07-01mm/mapping_dirty_helpers: remove double Note in kerneldocMel Gorman
2021-07-01mm/page_alloc: make should_fail_alloc_page() staticMel Gorman
2021-07-01mm/vmalloc: include header for prototype of set_iounmap_nonlazyMel Gorman
2021-07-01mm/vmscan: remove kerneldoc-like comment from isolate_lru_pagesMel Gorman
2021-07-01mm: fix spelling mistakesZhen Lei
2021-07-01mm: fix typos and grammar error in commentsHyeonggon Yoo
2021-07-01mm/zsmalloc.c: improve readability for async_free_zspage()Miaohe Lin
2021-07-01mm/zsmalloc.c: remove confusing code in obj_free()Miaohe Lin
2021-06-30mm/zswap.c: fix two bugs in zswap_writeback_entry()Miaohe Lin
2021-06-30mm/zswap.c: avoid unnecessary copy-in at map timeMiaohe Lin
2021-06-30mm/zswap.c: remove unused function zswap_debugfs_exit()Miaohe Lin
2021-06-30mm,memory_hotplug: drop unneeded lockingOscar Salvador
2021-06-30mm/memory_hotplug: rate limit page migration warningsLiam Mark
2021-06-30mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault page tablesDavid Hildenbrand
2021-06-30mm: make variable names for populate_vma_page_range() consistentDavid Hildenbrand
2021-06-30mm: generalize ZONE_[DMA|DMA32]Kefeng Wang
2021-06-30mm/nommu: unexport do_munmap()Liam Howlett
2021-06-30nommu: remove __GFP_HIGHMEM in vmalloc/vzallocChen Li
2021-06-30mm/thp: fix strncpy warningMatthew Wilcox (Oracle)
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: 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-30memblock: update initialization of reserved pagesMike 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