summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-25alpha: implement the new page table range APIMatthew Wilcox (Oracle)2-2/+18
2023-08-25mm: add default definition of set_ptes()Matthew Wilcox (Oracle)1-21/+60
2023-08-25mm: remove ARCH_IMPLEMENTS_FLUSH_DCACHE_FOLIOMatthew Wilcox (Oracle)3-18/+12
2023-08-25mm: add folio_flush_mapping()Matthew Wilcox (Oracle)1-5/+21
2023-08-25mm: add generic flush_icache_pages() and documentationMatthew Wilcox (Oracle)2-17/+27
2023-08-25mm: convert page_table_check_pte_set() to page_table_check_ptes_set()Matthew Wilcox (Oracle)5-16/+19
2023-08-25minmax: add in_range() macroMatthew Wilcox (Oracle)16-59/+65
2023-08-25mm: memcg: use rstat for non-hierarchical statsYosry Ahmed3-32/+43
2023-08-25mm: handle userfaults under VMA lockSuren Baghdasaryan3-28/+35
2023-08-25mm: handle swap page faults under per-VMA lockSuren Baghdasaryan3-15/+31
2023-08-25mm: change folio_lock_or_retry to use vm_fault directlySuren Baghdasaryan3-23/+24
2023-08-25mm: drop per-VMA lock when returning VM_FAULT_RETRY or VM_FAULT_COMPLETEDSuren Baghdasaryan6-5/+22
2023-08-25mm: add missing VM_FAULT_RESULT_TRACE name for VM_FAULT_COMPLETEDSuren Baghdasaryan1-1/+2
2023-08-25swap: remove remnants of polling from read_swap_cache_asyncSuren Baghdasaryan3-10/+7
2023-08-25mm: memory-failure: fix potential page refcnt leak in memory_failure()Miaohe Lin1-2/+1
2023-08-25mm/memory.c: fix mismergeMatthew Wilcox1-1/+1
2023-08-25mm/khugepaged: fix collapse_pte_mapped_thp() versus uffdHugh Dickins1-9/+29
2023-08-25hugetlb: clear flags in tail pages that will be freed individuallyMike Kravetz1-10/+1
2023-08-25merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton5-21/+80
2023-08-25shmem: fix smaps BUG sleeping while atomicHugh Dickins1-2/+4
2023-08-25selftests: cachestat: catch failing fsync test on tmpfsAndre Przywara1-15/+47
2023-08-25selftests: cachestat: test for cachestat availabilityAndre Przywara1-1/+19
2023-08-25maple_tree: disable mas_wr_append() when other readers are possibleLiam R. Howlett1-0/+7
2023-08-25madvise:madvise_free_pte_range(): don't use mapcount() against large folio fo...Yin Fengwei1-1/+1
2023-08-25madvise:madvise_free_huge_pmd(): don't use mapcount() against large folio for...Yin Fengwei1-1/+1
2023-08-25madvise:madvise_cold_or_pageout_pte_range(): don't use mapcount() against lar...Yin Fengwei1-2/+2
2023-08-22mm: convert split_huge_pages_pid() to use a folioMatthew Wilcox (Oracle)1-11/+10
2023-08-22mm: add tail private fields to struct folioMatthew Wilcox (Oracle)1-1/+13
2023-08-22mm: remove folio_test_transhuge()Matthew Wilcox (Oracle)2-6/+1
2023-08-22mm: free up a word in the first tail pageMatthew Wilcox (Oracle)5-12/+11
2023-08-22mm: rearrange page flagsMatthew Wilcox (Oracle)1-3/+3
2023-08-22mm: add large_rmappable page flagMatthew Wilcox (Oracle)8-28/+11
2023-08-22mm: remove HUGETLB_PAGE_DTORMatthew Wilcox (Oracle)6-67/+43
2023-08-22mm: remove free_compound_page() and the compound_page_dtors arrayMatthew Wilcox (Oracle)2-29/+5
2023-08-22mm: convert prep_transhuge_page() to folio_prep_large_rmappable()Matthew Wilcox (Oracle)5-16/+16
2023-08-22mm: convert free_transhuge_folio() to folio_undo_large_rmappable()Matthew Wilcox (Oracle)5-18/+19
2023-08-22mm: convert free_huge_page() to free_huge_folio()Matthew Wilcox (Oracle)5-36/+34
2023-08-22mm: call free_huge_page() directlyMatthew Wilcox (Oracle)2-4/+7
2023-08-22io_uring: stop calling free_compound_page()Matthew Wilcox (Oracle)2-10/+2
2023-08-22selftest/mm: ksm_functional_tests: Add PROT_NONE testDavid Hildenbrand1-7/+52
2023-08-22selftest/mm: ksm_functional_tests: test in mmap_and_merge_range() if anything...David Hildenbrand1-0/+47
2023-08-22pgtable: improve pte_protnone() commentDavid Hildenbrand1-6/+10
2023-08-22mm/gup: don't implicitly set FOLL_HONOR_NUMA_FAULTDavid Hildenbrand1-7/+0
2023-08-22kvm: explicitly set FOLL_HONOR_NUMA_FAULT in hva_to_pfn_slow()David Hildenbrand1-1/+12
2023-08-22merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton41-106/+334
2023-08-21pagemap: remove wait_on_page_locked_killable()Kefeng Wang1-5/+0
2023-08-21Rename kmemleak_initialized to kmemleak_late_initializedXiaolei Wang1-4/+4
2023-08-21mm/kmemleak: use object_cache instead of kmemleak_initialized to check in set...Xiaolei Wang1-1/+6
2023-08-21mm/ksm: add pages scanned metricStefan Roesch2-1/+17
2023-08-21mm: allow fault_dirty_shared_page() to be called under the VMA lockMatthew Wilcox (Oracle)1-1/+1