summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2023-08-25mm/swap: stop using page->private on tail pages for THP_SWAPDavid Hildenbrand1-2/+3
2023-08-25arm64: mm: use ptep_clear() instead of pte_clear() in clear_flush()Qi Zheng1-1/+1
2023-08-25mm: rationalise flush_icache_pages() and flush_icache_page()Matthew Wilcox (Oracle)15-44/+5
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: convert page_table_check_pte_set() to page_table_check_ptes_set()Matthew Wilcox (Oracle)3-3/+3
2023-08-25minmax: add in_range() macroMatthew Wilcox (Oracle)1-3/+3
2023-08-25mm: drop per-VMA lock when returning VM_FAULT_RETRY or VM_FAULT_COMPLETEDSuren Baghdasaryan5-5/+10
2023-08-22merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton3-0/+7
2023-08-21riscv: include asm/cacheflush.h in asm/hugetlb.hHugh Dickins1-0/+1
2023-08-21arm64: include asm/cacheflush.h in asm/hugetlb.hHugh Dickins1-0/+1
2023-08-21arm: include asm/cacheflush.h in asm/hugetlb.hHugh Dickins1-0/+1
2023-08-21um: convert {pmd, pte}_free_tlb() to use ptdescsVishal Moola (Oracle)1-9/+9
2023-08-21sparc: convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalentsVishal Moola (Oracle)1-2/+3
2023-08-21sparc64: convert various functions to use ptdescsVishal Moola (Oracle)1-8/+9
2023-08-21sh: convert pte_free_tlb() to use ptdescsVishal Moola (Oracle)1-4/+5
2023-08-21riscv: convert alloc_{pmd, pte}_late() to use ptdescsVishal Moola (Oracle)2-14/+10
2023-08-21openrisc: convert __pte_free_tlb() to use ptdescsVishal Moola (Oracle)1-4/+4
2023-08-21nios2: convert __pte_free_tlb() to use ptdescsVishal Moola (Oracle)1-4/+4
2023-08-21mips: convert various functions to use ptdescsVishal Moola (Oracle)2-17/+23
2023-08-21m68k: convert various functions to use ptdescsVishal Moola (Oracle)3-29/+30
2023-08-21loongarch: convert various functions to use ptdescsVishal Moola (Oracle)2-15/+19
2023-08-21hexagon: convert __pte_free_tlb() to use ptdescsVishal Moola (Oracle)1-4/+4
2023-08-21csky: convert __pte_free_tlb() to use ptdescsVishal Moola (Oracle)1-2/+2
2023-08-21arm64: convert various functions to use ptdescsVishal Moola (Oracle)2-9/+12
2023-08-21arm: convert various functions to use ptdescsVishal Moola (Oracle)2-8/+11
2023-08-21s390: convert various pgalloc functions to use ptdescsVishal Moola (Oracle)3-67/+69
2023-08-21x86: convert various functions to use ptdescsVishal Moola (Oracle)1-19/+28
2023-08-21powerpc: convert various functions to use ptdescsVishal Moola (Oracle)3-50/+50