summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-08-18xtensa: mm: convert to GENERIC_IOREMAPBaoquan He
2023-08-18sh: mm: convert to GENERIC_IOREMAPBaoquan He
2023-08-18sh: add <asm-generic/io.h> includingBaoquan He
2023-08-18s390: mm: convert to GENERIC_IOREMAPBaoquan He
2023-08-18openrisc: mm: convert to GENERIC_IOREMAPBaoquan He
2023-08-18ia64: mm: convert to GENERIC_IOREMAPBaoquan He
2023-08-18arc: mm: convert to GENERIC_IOREMAPBaoquan He
2023-08-18mm/ioremap: add slab availability checking in ioremap_protBaoquan He
2023-08-18mm: ioremap: allow ARCH to have its own ioremap method definitionBaoquan He
2023-08-18mm/ioremap: define generic_ioremap_prot() and generic_iounmap()Christophe Leroy
2023-08-18openrisc: mm: remove unneeded early ioremap codeBaoquan He
2023-08-18hexagon: mm: convert to GENERIC_IOREMAPBaoquan He
2023-08-18asm-generic/iomap.h: remove ARCH_HAS_IOREMAP_xx macrosBaoquan He
2023-08-18lib/test_meminit: allocate pages up to order MAX_ORDERAndrew Donnellan
2023-08-18mm/page_ext: move functions around for minor cleanups to page_extKemeng Shi
2023-08-18mm/page_ext: remove rollback for untouched mem_section in online_page_extKemeng Shi
2023-08-18mm/page_ext: remove unused return value of offline_page_extKemeng Shi
2023-08-18buffer: remove set_bh_page()Matthew Wilcox (Oracle)
2023-08-18jbd2: use a folio in jbd2_journal_write_metadata_buffer()Matthew Wilcox (Oracle)
2023-08-18ntfs3: convert ntfs_get_block_vbo() to use a folioMatthew Wilcox (Oracle)
2023-08-18migrate: use folio_set_bh() instead of set_bh_page()Matthew Wilcox (Oracle)
2023-08-18affs: convert data read and write to use foliosMatthew Wilcox (Oracle)
2023-08-18affs: convert affs_symlink_read_folio() to use the folioMatthew Wilcox (Oracle)
2023-08-18highmem: add memcpy_to_folio() and memcpy_from_folio()Matthew Wilcox (Oracle)
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pud_setKemeng Shi
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pmd_setKemeng Shi
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pte_setKemeng Shi
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pud_clearKemeng Shi
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pmd_clearKemeng Shi
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pte_clearKemeng Shi
2023-08-18mm/page_table_check: remove unused parameters in page_table_check_set()Kemeng Shi
2023-08-18mm/page_table_check: remove unused parameters in page_table_check_clear()Kemeng Shi
2023-08-18mm/memcg: fix obsolete comment above MEM_CGROUP_MAX_RECLAIM_LOOPSMiaohe Lin
2023-08-18mm/huge_memory: use RMAP_NONE when calling page_add_anon_rmap()Miaohe Lin
2023-08-18selftests/mm: add tests for HWPOISON hugetlbfs readJiaqi Yan
2023-08-18hugetlbfs: improve read HWPOISON hugepageJiaqi Yan
2023-08-18mm/hwpoison: check if a raw page in a hugetlb folio is raw HWPOISONJiaqi Yan
2023-08-18mm/hwpoison: delete all entries before traversal in __folio_free_raw_hwpJiaqi Yan
2023-08-18mm/mmap: move vma operations to mm_struct out of the critical section of file...Yu Ma
2023-08-18mm: remove clear_page_idle()Xueshi Hu
2023-08-18mm/pgtable: notes on pte_offset_map[_lock]()Hugh Dickins
2023-08-18mm: delete mmap_write_trylock() and vma_try_start_write()Hugh Dickins
2023-08-18mm/khugepaged: delete khugepaged_collapse_pte_mapped_thps()Hugh Dickins
2023-08-18mm/khugepaged: collapse_pte_mapped_thp() with mmap_read_lock()Hugh Dickins
2023-08-18mm/khugepaged: retract_page_tables() without mmap or vma lockHugh Dickins
2023-08-18mm/pgtable: add pte_free_defer() for pgtable as pageHugh Dickins
2023-08-18s390: add pte_free_defer() for pgtables sharing pageHugh Dickins
2023-08-18sparc: add pte_free_defer() for pte_t *pgtable_tHugh Dickins
2023-08-18powerpc: add pte_free_defer() for pgtables sharing pageHugh Dickins
2023-08-18powerpc: assert_pte_locked() use pte_offset_map_nolock()Hugh Dickins