summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-08-25mm: move PMD_ORDER to pgtable.hMatthew Wilcox (Oracle)1-0/+3
2023-08-25mm: remove checks for pte_indexMatthew Wilcox (Oracle)1-1/+0
2023-08-25mm/swap: inline folio_set_swap_entry() and folio_swap_entry()David Hildenbrand1-11/+1
2023-08-25mm/swap: use dedicated entry for swap in folioMatthew Wilcox2-13/+15
2023-08-25mm/swap: stop using page->private on tail pages for THP_SWAPDavid Hildenbrand2-11/+10
2023-08-25mm: convert do_set_pte() to set_pte_range()Yin Fengwei1-1/+2
2023-08-25rmap: add folio_add_file_rmap_range()Yin Fengwei1-0/+2
2023-08-25mm: tidy up set_ptes definitionMatthew Wilcox (Oracle)1-6/+0
2023-08-25mm: rationalise flush_icache_pages() and flush_icache_page()Matthew Wilcox (Oracle)2-12/+9
2023-08-25mm: remove page_mapping_file()Matthew Wilcox (Oracle)1-8/+0
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)1-2/+2
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)1-0/+5
2023-08-25mm: convert page_table_check_pte_set() to page_table_check_ptes_set()Matthew Wilcox (Oracle)1-6/+7
2023-08-25minmax: add in_range() macroMatthew Wilcox (Oracle)1-0/+27
2023-08-25mm: memcg: use rstat for non-hierarchical statsYosry Ahmed1-3/+4
2023-08-25mm: handle userfaults under VMA lockSuren Baghdasaryan1-0/+20
2023-08-25mm: handle swap page faults under per-VMA lockSuren Baghdasaryan1-0/+13
2023-08-25mm: change folio_lock_or_retry to use vm_fault directlySuren Baghdasaryan1-5/+6
2023-08-25mm: add missing VM_FAULT_RESULT_TRACE name for VM_FAULT_COMPLETEDSuren Baghdasaryan1-1/+2
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)1-5/+0
2023-08-22mm: free up a word in the first tail pageMatthew Wilcox (Oracle)3-10/+10
2023-08-22mm: rearrange page flagsMatthew Wilcox (Oracle)1-3/+3
2023-08-22mm: add large_rmappable page flagMatthew Wilcox (Oracle)3-16/+6
2023-08-22mm: remove HUGETLB_PAGE_DTORMatthew Wilcox (Oracle)2-14/+33
2023-08-22mm: remove free_compound_page() and the compound_page_dtors arrayMatthew Wilcox (Oracle)1-10/+0
2023-08-22mm: convert prep_transhuge_page() to folio_prep_large_rmappable()Matthew Wilcox (Oracle)1-2/+2
2023-08-22mm: convert free_transhuge_folio() to folio_undo_large_rmappable()Matthew Wilcox (Oracle)2-4/+0
2023-08-22mm: convert free_huge_page() to free_huge_folio()Matthew Wilcox (Oracle)1-1/+1
2023-08-22mm: call free_huge_page() directlyMatthew Wilcox (Oracle)1-1/+2
2023-08-22pgtable: improve pte_protnone() commentDavid Hildenbrand1-6/+10
2023-08-22merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton4-9/+35
2023-08-21pagemap: remove wait_on_page_locked_killable()Kefeng Wang1-5/+0
2023-08-21writeback: remove unused delaration of bdi_async_bio_wqXiu Jianfeng1-1/+0
2023-08-21memfd: replace ratcheting feature from vm.memfd_noexec with hierarchyAleksa Sarai1-1/+22
2023-08-21memfd: do not -EACCES old memfd_create() users with vm.memfd_noexec=2Aleksa Sarai1-12/+4
2023-08-21mm: remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappersVishal Moola (Oracle)1-20/+0
2023-08-21pgalloc: convert various functions to use ptdescsVishal Moola (Oracle)1-36/+52
2023-08-21mm: remove page table members from struct pageVishal Moola (Oracle)1-21/+0
2023-08-21mm: create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}Vishal Moola (Oracle)1-14/+42
2023-08-21mm: convert ptlock_free() to use ptdescsVishal Moola (Oracle)1-5/+5
2023-08-21mm: convert pmd_ptlock_free() to use ptdescsVishal Moola (Oracle)1-5/+5
2023-08-21mm: convert ptlock_init() to use ptdescsVishal Moola (Oracle)1-7/+7
2023-08-21mm: convert pmd_ptlock_init() to use ptdescsVishal Moola (Oracle)1-5/+5
2023-08-21mm: convert ptlock_ptr() to use ptdescsVishal Moola (Oracle)1-7/+7
2023-08-21mm: convert ptlock_alloc() to use ptdescsVishal Moola (Oracle)1-3/+3
2023-08-21mm: convert pmd_pgtable_page() callers to use pmd_ptdesc()Vishal Moola (Oracle)1-2/+2
2023-08-21mm: add utility functions for ptdescVishal Moola (Oracle)3-0/+84