summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-25mm: allow ->huge_fault() to be called without the mmap_lock heldMatthew Wilcox (Oracle)3-33/+36
2023-08-25mm: move PMD_ORDER to pgtable.hMatthew Wilcox (Oracle)2-3/+3
2023-08-25mm: remove checks for pte_indexMatthew Wilcox (Oracle)2-17/+1
2023-08-25memcg: remove duplication detection for mem_cgroup_uncharge_swapLu Jialin1-3/+0
2023-08-25mm/huge_memory: work on folio->swap instead of page->private when splitting f...David Hildenbrand1-14/+15
2023-08-25mm/swap: inline folio_set_swap_entry() and folio_swap_entry()David Hildenbrand8-24/+13
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 Hildenbrand8-28/+26
2023-08-25selftests/mm: fix WARNING comparing pointer to 0Anh Tuan Phan1-1/+1
2023-08-25selftests: cgroup: fix test_kmem_memcg_deletion kernel mem checkLucas Karpinski1-14/+7
2023-08-25mm: userfaultfd: remove stale comment about core dump lockingJann Horn1-5/+1
2023-08-25arm64: mm: use ptep_clear() instead of pte_clear() in clear_flush()Qi Zheng1-1/+1
2023-08-25mm: call update_mmu_cache_range() in more page fault handling pathsMatthew Wilcox (Oracle)1-7/+8
2023-08-25filemap: batch PTE mappingsYin Fengwei1-14/+29
2023-08-25mm: convert do_set_pte() to set_pte_range()Yin Fengwei4-17/+28
2023-08-25rmap: add folio_add_file_rmap_range()Yin Fengwei2-14/+48
2023-08-25filemap: add filemap_map_folio_range()Yin Fengwei1-54/+55
2023-08-25mm: use flush_icache_pages() in do_set_pmd()Matthew Wilcox (Oracle)1-3/+1
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)17-56/+14
2023-08-25mm: remove page_mapping_file()Matthew Wilcox (Oracle)1-8/+0
2023-08-25xtensa: implement the new page table range APIMatthew Wilcox (Oracle)3-47/+63
2023-08-25x86: implement the new page table range APIMatthew Wilcox (Oracle)1-7/+7
2023-08-25um: implement the new page table range APIMatthew Wilcox (Oracle)1-5/+2
2023-08-25sparc64: implement the new page table range APIMatthew Wilcox (Oracle)5-67/+119
2023-08-25sparc32: implement the new page table range APIMatthew Wilcox (Oracle)3-8/+23
2023-08-25sh: implement the new page table range APIMatthew Wilcox (Oracle)8-55/+89
2023-08-25s390: implement the new page table range APIMatthew Wilcox (Oracle)1-9/+24
2023-08-25riscv: implement the new page table range APIMatthew Wilcox (Oracle)3-33/+36
2023-08-25powerpc: implement the new page table range APIMatthew Wilcox (Oracle)11-93/+89
2023-08-25parisc: implement the new page table range APIMatthew Wilcox (Oracle)3-53/+105
2023-08-25openrisc: implement the new page table range APIMatthew Wilcox (Oracle)3-10/+25
2023-08-25nios2: implement the new page table range APIMatthew Wilcox (Oracle)3-46/+67
2023-08-25mips: implement the new page table range APIMatthew Wilcox (Oracle)12-86/+121
2023-08-25microblaze: implement the new page table range APIMatthew Wilcox (Oracle)3-12/+15
2023-08-25m68k: implement the new page table range APIMatthew Wilcox (Oracle)6-14/+28
2023-08-25loongarch: implement the new page table range APIMatthew Wilcox (Oracle)5-19/+23
2023-08-25ia64: implement the new page table range APIMatthew Wilcox (Oracle)4-26/+54
2023-08-25hexagon: implement the new page table range APIMatthew Wilcox (Oracle)2-10/+7
2023-08-25csky: implement the new page table range APIMatthew Wilcox (Oracle)5-34/+50
2023-08-25arm64: implement the new page table range APIMatthew Wilcox (Oracle)3-30/+36
2023-08-25arm: implement the new page table range APIMatthew Wilcox (Oracle)12-87/+136
2023-08-25arc: implement the new page table range APIMatthew Wilcox (Oracle)5-40/+59
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