summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* 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
| * hugetlb: do not clear hugetlb dtor until allocating vmemmapMike Kravetz2023-08-041-24/+51
| * mm: memory-failure: avoid false hwpoison page mapped error infoMiaohe Lin2023-08-041-3/+7
| * mm: memory-failure: fix potential unexpected return value from unpoison_memory()Miaohe Lin2023-08-041-10/+9
| * mm/swapfile: fix wrong swap entry type for hwpoisoned swapcache pageMiaohe Lin2023-08-042-4/+6
| * zsmalloc: fix races between modifications of fullness and isolatedAndrew Yang2023-08-041-5/+9
* | Rename kmemleak_initialized to kmemleak_late_initializedXiaolei Wang2023-08-211-4/+4
* | mm/kmemleak: use object_cache instead of kmemleak_initialized to check in set...Xiaolei Wang2023-08-211-1/+6
* | mm/ksm: add pages scanned metricStefan Roesch2023-08-211-1/+15
* | mm: allow fault_dirty_shared_page() to be called under the VMA lockMatthew Wilcox (Oracle)2023-08-211-1/+1