summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2023-08-24mm: remove enum page_entry_sizeMatthew Wilcox (Oracle)
2023-08-24mm: move PMD_ORDER to pgtable.hMatthew Wilcox (Oracle)
2023-08-24mm: remove checks for pte_indexMatthew Wilcox (Oracle)
2023-08-24mm/swap: inline folio_set_swap_entry() and folio_swap_entry()David Hildenbrand
2023-08-24mm/swap: use dedicated entry for swap in folioMatthew Wilcox
2023-08-24mm/swap: stop using page->private on tail pages for THP_SWAPDavid Hildenbrand
2023-08-24mm: convert do_set_pte() to set_pte_range()Yin Fengwei
2023-08-24rmap: add folio_add_file_rmap_range()Yin Fengwei
2023-08-24mm: tidy up set_ptes definitionMatthew Wilcox (Oracle)
2023-08-24mm: rationalise flush_icache_pages() and flush_icache_page()Matthew Wilcox (Oracle)
2023-08-24mm: remove page_mapping_file()Matthew Wilcox (Oracle)
2023-08-24mm: add default definition of set_ptes()Matthew Wilcox (Oracle)
2023-08-24mm: remove ARCH_IMPLEMENTS_FLUSH_DCACHE_FOLIOMatthew Wilcox (Oracle)
2023-08-24mm: add folio_flush_mapping()Matthew Wilcox (Oracle)
2023-08-24mm: add generic flush_icache_pages() and documentationMatthew Wilcox (Oracle)
2023-08-24mm: convert page_table_check_pte_set() to page_table_check_ptes_set()Matthew Wilcox (Oracle)
2023-08-24minmax: add in_range() macroMatthew Wilcox (Oracle)
2023-08-24mm: memcg: use rstat for non-hierarchical statsYosry Ahmed
2023-08-24mm: handle userfaults under VMA lockSuren Baghdasaryan
2023-08-24mm: handle swap page faults under per-VMA lockSuren Baghdasaryan
2023-08-24mm: change folio_lock_or_retry to use vm_fault directlySuren Baghdasaryan
2023-08-24mm: add missing VM_FAULT_RESULT_TRACE name for VM_FAULT_COMPLETEDSuren Baghdasaryan
2023-08-21mm: add tail private fields to struct folioMatthew Wilcox (Oracle)
2023-08-21mm: remove folio_test_transhuge()Matthew Wilcox (Oracle)
2023-08-21mm: free up a word in the first tail pageMatthew Wilcox (Oracle)
2023-08-21mm: rearrange page flagsMatthew Wilcox (Oracle)
2023-08-21mm: add large_rmappable page flagMatthew Wilcox (Oracle)
2023-08-21mm: remove HUGETLB_PAGE_DTORMatthew Wilcox (Oracle)
2023-08-21mm: remove free_compound_page() and the compound_page_dtors arrayMatthew Wilcox (Oracle)
2023-08-21mm: convert prep_transhuge_page() to folio_prep_large_rmappable()Matthew Wilcox (Oracle)
2023-08-21mm: convert free_transhuge_folio() to folio_undo_large_rmappable()Matthew Wilcox (Oracle)
2023-08-21mm: convert free_huge_page() to free_huge_folio()Matthew Wilcox (Oracle)
2023-08-21mm: call free_huge_page() directlyMatthew Wilcox (Oracle)
2023-08-21pgtable: improve pte_protnone() commentDavid Hildenbrand
2023-08-21merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton
2023-08-21pagemap: remove wait_on_page_locked_killable()Kefeng Wang
2023-08-21writeback: remove unused delaration of bdi_async_bio_wqXiu Jianfeng
2023-08-21memfd: replace ratcheting feature from vm.memfd_noexec with hierarchyAleksa Sarai
2023-08-21memfd: do not -EACCES old memfd_create() users with vm.memfd_noexec=2Aleksa Sarai
2023-08-21mm: remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappersVishal Moola (Oracle)
2023-08-21pgalloc: convert various functions to use ptdescsVishal Moola (Oracle)
2023-08-21mm: remove page table members from struct pageVishal Moola (Oracle)
2023-08-21mm: create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}Vishal Moola (Oracle)
2023-08-21mm: convert ptlock_free() to use ptdescsVishal Moola (Oracle)
2023-08-21mm: convert pmd_ptlock_free() to use ptdescsVishal Moola (Oracle)
2023-08-21mm: convert ptlock_init() to use ptdescsVishal Moola (Oracle)
2023-08-21mm: convert pmd_ptlock_init() to use ptdescsVishal Moola (Oracle)
2023-08-21mm: convert ptlock_ptr() to use ptdescsVishal Moola (Oracle)
2023-08-21mm: convert ptlock_alloc() to use ptdescsVishal Moola (Oracle)
2023-08-21mm: convert pmd_pgtable_page() callers to use pmd_ptdesc()Vishal Moola (Oracle)