summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: allow ->huge_fault() to be called without the mmap_lock heldMatthew Wilcox (Oracle)2023-08-241-20/+2
* mm: remove checks for pte_indexMatthew Wilcox (Oracle)2023-08-241-16/+1
* memcg: remove duplication detection for mem_cgroup_uncharge_swapLu Jialin2023-08-241-3/+0
* mm/huge_memory: work on folio->swap instead of page->private when splitting f...David Hildenbrand2023-08-241-14/+15
* mm/swap: inline folio_set_swap_entry() and folio_swap_entry()David Hildenbrand2023-08-247-13/+12
* mm/swap: stop using page->private on tail pages for THP_SWAPDavid Hildenbrand2023-08-245-15/+13
* mm: call update_mmu_cache_range() in more page fault handling pathsMatthew Wilcox (Oracle)2023-08-241-7/+8
* filemap: batch PTE mappingsYin Fengwei2023-08-241-14/+29
* mm: convert do_set_pte() to set_pte_range()Yin Fengwei2023-08-242-15/+25
* rmap: add folio_add_file_rmap_range()Yin Fengwei2023-08-241-14/+46
* filemap: add filemap_map_folio_range()Yin Fengwei2023-08-241-54/+55
* mm: use flush_icache_pages() in do_set_pmd()Matthew Wilcox (Oracle)2023-08-241-3/+1
* mm: remove ARCH_IMPLEMENTS_FLUSH_DCACHE_FOLIOMatthew Wilcox (Oracle)2023-08-241-1/+1
* mm: convert page_table_check_pte_set() to page_table_check_ptes_set()Matthew Wilcox (Oracle)2023-08-241-7/+9
* mm: memcg: use rstat for non-hierarchical statsYosry Ahmed2023-08-242-29/+39
* mm: handle userfaults under VMA lockSuren Baghdasaryan2023-08-241-8/+1
* mm: handle swap page faults under per-VMA lockSuren Baghdasaryan2023-08-242-15/+18
* mm: change folio_lock_or_retry to use vm_fault directlySuren Baghdasaryan2023-08-242-18/+18
* mm: drop per-VMA lock when returning VM_FAULT_RETRY or VM_FAULT_COMPLETEDSuren Baghdasaryan2023-08-241-0/+12
* swap: remove remnants of polling from read_swap_cache_asyncSuren Baghdasaryan2023-08-243-10/+7
* mm: memory-failure: fix potential page refcnt leak in memory_failure()Miaohe Lin2023-08-241-2/+1
* mm/memory.c: fix mismergeMatthew Wilcox2023-08-241-1/+1
* mm/khugepaged: fix collapse_pte_mapped_thp() versus uffdHugh Dickins2023-08-241-9/+29
* hugetlb: clear flags in tail pages that will be freed individuallyMike Kravetz2023-08-241-10/+1
* merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton2023-08-243-6/+8
|\
| * shmem: fix smaps BUG sleeping while atomicHugh Dickins2023-08-241-2/+4
| * madvise:madvise_free_pte_range(): don't use mapcount() against large folio fo...Yin Fengwei2023-08-241-1/+1
| * madvise:madvise_free_huge_pmd(): don't use mapcount() against large folio for...Yin Fengwei2023-08-241-1/+1
| * madvise:madvise_cold_or_pageout_pte_range(): don't use mapcount() against lar...Yin Fengwei2023-08-241-2/+2
* | mm: convert split_huge_pages_pid() to use a folioMatthew Wilcox (Oracle)2023-08-211-11/+10
* | mm: remove folio_test_transhuge()Matthew Wilcox (Oracle)2023-08-211-1/+1
* | mm: free up a word in the first tail pageMatthew Wilcox (Oracle)2023-08-211-1/+1
* | mm: add large_rmappable page flagMatthew Wilcox (Oracle)2023-08-213-9/+3
* | mm: remove HUGETLB_PAGE_DTORMatthew Wilcox (Oracle)2023-08-212-44/+7
* | mm: remove free_compound_page() and the compound_page_dtors arrayMatthew Wilcox (Oracle)2023-08-211-19/+5
* | mm: convert prep_transhuge_page() to folio_prep_large_rmappable()Matthew Wilcox (Oracle)2023-08-214-14/+14
* | mm: convert free_transhuge_folio() to folio_undo_large_rmappable()Matthew Wilcox (Oracle)2023-08-213-14/+19
* | mm: convert free_huge_page() to free_huge_folio()Matthew Wilcox (Oracle)2023-08-212-26/+24
* | mm: call free_huge_page() directlyMatthew Wilcox (Oracle)2023-08-211-3/+5
* | mm/gup: don't implicitly set FOLL_HONOR_NUMA_FAULTDavid Hildenbrand2023-08-211-7/+0
* | merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton2023-08-2122-86/+226
|\|
| * mm: multi-gen LRU: don't spin during memcg releaseT.J. Mercier2023-08-211-5/+8
| * mm: memory-failure: fix unexpected return value in soft_offline_page()Miaohe Lin2023-08-211-4/+7
| * mm: add a call to flush_cache_vmap() in vmap_pfn()Alexandre Ghiti2023-08-211-0/+4
| * mm/gup: handle cont-PTE hugetlb pages correctly in gup_must_unshare() via GUP...David Hildenbrand2023-08-211-0/+10
| * mm: enable page walking API to lock vmas during the walkSuren Baghdasaryan2023-08-2113-20/+77
| * smaps: use vm_normal_page_pmd() instead of follow_trans_huge_pmd()David Hildenbrand2023-08-211-0/+7
| * mm/gup: reintroduce FOLL_NUMA as FOLL_HONOR_NUMA_FAULTDavid Hildenbrand2023-08-212-8/+25
| * mm/damon/core: initialize damo_filter->list from damos_new_filter()SeongJae Park2023-08-041-0/+1
| * mm: compaction: fix endless looping over same migrate blockJohannes Weiner2023-08-041-3/+5