summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-18openrisc: mm: convert to GENERIC_IOREMAPBaoquan He3-54/+7
2023-08-18ia64: mm: convert to GENERIC_IOREMAPBaoquan He3-43/+12
2023-08-18arc: mm: convert to GENERIC_IOREMAPBaoquan He3-49/+8
2023-08-18mm/ioremap: add slab availability checking in ioremap_protBaoquan He1-0/+4
2023-08-18mm: ioremap: allow ARCH to have its own ioremap method definitionBaoquan He2-0/+7
2023-08-18mm/ioremap: define generic_ioremap_prot() and generic_iounmap()Christophe Leroy2-6/+20
2023-08-18openrisc: mm: remove unneeded early ioremap codeBaoquan He1-38/+5
2023-08-18hexagon: mm: convert to GENERIC_IOREMAPBaoquan He5-51/+9
2023-08-18asm-generic/iomap.h: remove ARCH_HAS_IOREMAP_xx macrosBaoquan He9-27/+8
2023-08-18lib/test_meminit: allocate pages up to order MAX_ORDERAndrew Donnellan1-1/+1
2023-08-18mm/page_ext: move functions around for minor cleanups to page_extKemeng Shi1-50/+46
2023-08-18mm/page_ext: remove rollback for untouched mem_section in online_page_extKemeng Shi1-0/+1
2023-08-18mm/page_ext: remove unused return value of offline_page_extKemeng Shi1-3/+1
2023-08-18buffer: remove set_bh_page()Matthew Wilcox (Oracle)2-17/+0
2023-08-18jbd2: use a folio in jbd2_journal_write_metadata_buffer()Matthew Wilcox (Oracle)1-19/+16
2023-08-18ntfs3: convert ntfs_get_block_vbo() to use a folioMatthew Wilcox (Oracle)1-5/+5
2023-08-18migrate: use folio_set_bh() instead of set_bh_page()Matthew Wilcox (Oracle)1-1/+1
2023-08-18affs: convert data read and write to use foliosMatthew Wilcox (Oracle)1-39/+38
2023-08-18affs: convert affs_symlink_read_folio() to use the folioMatthew Wilcox (Oracle)1-7/+5
2023-08-18highmem: add memcpy_to_folio() and memcpy_from_folio()Matthew Wilcox (Oracle)1-0/+44
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pud_setKemeng Shi5-12/+8
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pmd_setKemeng Shi5-15/+11
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pte_setKemeng Shi5-12/+8
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pud_clearKemeng Shi4-12/+8
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pmd_clearKemeng Shi6-14/+10
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pte_clearKemeng Shi6-16/+12
2023-08-18mm/page_table_check: remove unused parameters in page_table_check_set()Kemeng Shi1-8/+4
2023-08-18mm/page_table_check: remove unused parameters in page_table_check_clear()Kemeng Shi1-8/+4
2023-08-18mm/memcg: fix obsolete comment above MEM_CGROUP_MAX_RECLAIM_LOOPSMiaohe Lin1-1/+1
2023-08-18mm/huge_memory: use RMAP_NONE when calling page_add_anon_rmap()Miaohe Lin1-1/+1
2023-08-18selftests/mm: add tests for HWPOISON hugetlbfs readJiaqi Yan3-0/+324
2023-08-18hugetlbfs: improve read HWPOISON hugepageJiaqi Yan1-6/+51
2023-08-18mm/hwpoison: check if a raw page in a hugetlb folio is raw HWPOISONJiaqi Yan2-2/+43
2023-08-18mm/hwpoison: delete all entries before traversal in __folio_free_raw_hwpJiaqi Yan1-5/+3
2023-08-18mm/mmap: move vma operations to mm_struct out of the critical section of file...Yu Ma1-8/+3
2023-08-18mm: remove clear_page_idle()Xueshi Hu1-5/+0
2023-08-18mm/pgtable: notes on pte_offset_map[_lock]()Hugh Dickins1-0/+44
2023-08-18mm: delete mmap_write_trylock() and vma_try_start_write()Hugh Dickins2-27/+0
2023-08-18mm/khugepaged: delete khugepaged_collapse_pte_mapped_thps()Hugh Dickins1-110/+15
2023-08-18mm/khugepaged: collapse_pte_mapped_thp() with mmap_read_lock()Hugh Dickins1-94/+76
2023-08-18mm/khugepaged: retract_page_tables() without mmap or vma lockHugh Dickins1-103/+69
2023-08-18mm/pgtable: add pte_free_defer() for pgtable as pageHugh Dickins3-0/+26
2023-08-18s390: add pte_free_defer() for pgtables sharing pageHugh Dickins2-12/+72
2023-08-18sparc: add pte_free_defer() for pte_t *pgtable_tHugh Dickins2-0/+20
2023-08-18powerpc: add pte_free_defer() for pgtables sharing pageHugh Dickins2-3/+30
2023-08-18powerpc: assert_pte_locked() use pte_offset_map_nolock()Hugh Dickins1-2/+6
2023-08-18arm: adjust_pte() use pte_offset_map_nolock()Hugh Dickins1-2/+1
2023-08-18mm/pgtable: add PAE safety to __pte_offset_map()Hugh Dickins2-0/+33
2023-08-18mm/pgtable: add rcu_read_lock() and rcu_read_unlock()sHugh Dickins2-4/+4
2023-08-18maple_tree: drop mas_first_entry()Peng Zhang1-72/+0