summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2022-07-19Fix debug pointers mmap a1e57593aae8cLiam R. Howlett
2022-07-19mm/memcontrol.c: replace cgroup_memory_nokmem with mem_cgroup_kmem_disabled()Xiang Yang
2022-07-19mm/khugepaged: try to free transhuge swapcache when possibleMiaohe Lin
2022-07-19mm/khugepaged: remove unneeded return value of khugepaged_add_pte_mapped_thp()Miaohe Lin
2022-07-19mm/khugepaged: use helper macro __ATTR_RWMiaohe Lin
2022-07-19mm/khugepaged: minor cleanup for collapse_fileMiaohe Lin
2022-07-19mm/khugepaged: trivial typo and codestyle cleanupMiaohe Lin
2022-07-19mm/khugepaged: stop swapping in page when VM_FAULT_RETRY occursMiaohe Lin
2022-07-19mm/khugepaged: remove unneeded shmem_huge_enabled() checkMiaohe Lin
2022-07-19mm: sparsemem: drop unexpected word 'a' in commentsXueBing Chen
2022-07-19mm: hugetlb: kill set_huge_swap_pte_at()Qi Zheng
2022-07-19mm: vmpressure: don't count userspace-induced reclaim as memory pressureYosry Ahmed
2022-07-19mm/page_alloc: make the annotations of available memory more accurateYang Yang
2022-07-19mm/page_alloc: replace local_lock with normal spinlockMel Gorman
2022-07-19mm/page_alloc: remotely drain per-cpu listsNicolas Saenz Julienne
2022-07-19mm/page_alloc: protect PCP lists with a spinlockMel Gorman
2022-07-19mm/page_alloc: remove mistaken page == NULL check in rmqueueMel Gorman
2022-07-19mm/page_alloc: split out buddy removal code from rmqueue into separate helperMel Gorman
2022-07-19mm/page_alloc: use only one PCP list for THP-sized allocationsMel Gorman
2022-07-19mm/page_alloc: add page->buddy_list and page->pcp_listMel Gorman
2022-07-19hugetlb: lazy page table copies in fork()Mike Kravetz
2022-07-19hugetlb: fix an unused variable warning/errorStephen Rothwell
2022-07-19hugetlb: do not update address in huge_pmd_unshareMike Kravetz
2022-07-19hugetlb: skip to end of PT page mapping when pte not presentMike Kravetz
2022-07-19mm/mmap.c: fix missing call to vm_unacct_memory in mmap_regionMiaohe Lin
2022-07-19mm-docs-fix-comments-that-mention-mem_hotplug_end-fixAndrew Morton
2022-07-19mm, docs: fix comments that mention mem_hotplug_end()Yun-Ze Li
2022-07-19mm: rmap: simplify the hugetlb handling when unmapping or migrationBaolin Wang
2022-07-19mm: lru: add VM_WARN_ON_ONCE_FOLIO to lru maintenance functionMuchun Song
2022-07-19mm: memcontrol: use obj_cgroup APIs to charge the LRU pagesMuchun Song
2022-07-19mm: memcontrol: introduce memcg_reparent_opsMuchun Song
2022-07-19mm: memcontrol: make all the callers of {folio,page}_memcg() safeMuchun Song
2022-07-19mm: thp: make split queue lock safe when LRU pages are reparentedMuchun Song
2022-07-19mm: vmscan: rework move_pages_to_lru()Muchun Song
2022-07-19mm: memcontrol: make lruvec lock safe when LRU pages are reparentedMuchun Song
2022-07-19mm: memcontrol: prepare objcg API for non-kmem usageMuchun Song
2022-07-19mm: rename unlock_page_lruvec{_irq, _irqrestore} to lruvec_unlock{_irq, _irqr...Muchun Song
2022-07-19mm: memcontrol: remove dead code and commentsMuchun Song
2022-07-19mm-madvise-minor-cleanup-for-swapin_walk_pmd_entry-fixAndrew Morton
2022-07-19mm/madvise: minor cleanup for swapin_walk_pmd_entry()Miaohe Lin
2022-07-19mm: hugetlb: remove minimum_order variableMuchun Song
2022-07-19mm-memory_hotplug-make-hugetlb_optimize_vmemmap-compatible-with-memmap_on_mem...Muchun Song
2022-07-19mm: memory_hotplug: make hugetlb_optimize_vmemmap compatible with memmap_on_m...Muchun Song
2022-07-19mm: memory_hotplug: enumerate all supported section flagsMuchun Song
2022-07-19mm/swap: convert __delete_from_swap_cache() to a folioMatthew Wilcox (Oracle)
2022-07-19mm/swap: convert delete_from_swap_cache() to take a folioMatthew Wilcox (Oracle)
2022-07-19mm: convert page_swap_flags to folio_swap_flagsMatthew Wilcox (Oracle)
2022-07-19mm-convert-destroy_compound_page-to-destroy_large_folio-fixAndrew Morton
2022-07-19mm: convert destroy_compound_page() to destroy_large_folio()Matthew Wilcox (Oracle)
2022-07-19mm/swap: convert __page_cache_release() to use a folioMatthew Wilcox (Oracle)