summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2023-08-24mm/swap: stop using page->private on tail pages for THP_SWAPDavid Hildenbrand
2023-08-24arm64: mm: use ptep_clear() instead of pte_clear() in clear_flush()Qi Zheng
2023-08-24mm: rationalise flush_icache_pages() and flush_icache_page()Matthew Wilcox (Oracle)
2023-08-24xtensa: implement the new page table range APIMatthew Wilcox (Oracle)
2023-08-24x86: implement the new page table range APIMatthew Wilcox (Oracle)
2023-08-24um: implement the new page table range APIMatthew Wilcox (Oracle)
2023-08-24sparc64: implement the new page table range APIMatthew Wilcox (Oracle)
2023-08-24sparc32: implement the new page table range APIMatthew Wilcox (Oracle)
2023-08-24sh: implement the new page table range APIMatthew Wilcox (Oracle)
2023-08-24s390: implement the new page table range APIMatthew Wilcox (Oracle)
2023-08-24riscv: implement the new page table range APIMatthew Wilcox (Oracle)
2023-08-24powerpc: implement the new page table range APIMatthew Wilcox (Oracle)
2023-08-24parisc: implement the new page table range APIMatthew Wilcox (Oracle)
2023-08-24openrisc: implement the new page table range APIMatthew Wilcox (Oracle)
2023-08-24nios2: implement the new page table range APIMatthew Wilcox (Oracle)
2023-08-24mips: implement the new page table range APIMatthew Wilcox (Oracle)
2023-08-24microblaze: implement the new page table range APIMatthew Wilcox (Oracle)
2023-08-24m68k: implement the new page table range APIMatthew Wilcox (Oracle)
2023-08-24loongarch: implement the new page table range APIMatthew Wilcox (Oracle)
2023-08-24ia64: implement the new page table range APIMatthew Wilcox (Oracle)
2023-08-24hexagon: implement the new page table range APIMatthew Wilcox (Oracle)
2023-08-24csky: implement the new page table range APIMatthew Wilcox (Oracle)
2023-08-24arm64: implement the new page table range APIMatthew Wilcox (Oracle)
2023-08-24arm: implement the new page table range APIMatthew Wilcox (Oracle)
2023-08-24arc: implement the new page table range APIMatthew Wilcox (Oracle)
2023-08-24alpha: implement the new page table range APIMatthew 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: drop per-VMA lock when returning VM_FAULT_RETRY or VM_FAULT_COMPLETEDSuren Baghdasaryan
2023-08-21merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton
2023-08-21riscv: include asm/cacheflush.h in asm/hugetlb.hHugh Dickins
2023-08-21arm64: include asm/cacheflush.h in asm/hugetlb.hHugh Dickins
2023-08-21arm: include asm/cacheflush.h in asm/hugetlb.hHugh Dickins
2023-08-21um: convert {pmd, pte}_free_tlb() to use ptdescsVishal Moola (Oracle)
2023-08-21sparc: convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalentsVishal Moola (Oracle)
2023-08-21sparc64: convert various functions to use ptdescsVishal Moola (Oracle)
2023-08-21sh: convert pte_free_tlb() to use ptdescsVishal Moola (Oracle)
2023-08-21riscv: convert alloc_{pmd, pte}_late() to use ptdescsVishal Moola (Oracle)
2023-08-21openrisc: convert __pte_free_tlb() to use ptdescsVishal Moola (Oracle)
2023-08-21nios2: convert __pte_free_tlb() to use ptdescsVishal Moola (Oracle)
2023-08-21mips: convert various functions to use ptdescsVishal Moola (Oracle)
2023-08-21m68k: convert various functions to use ptdescsVishal Moola (Oracle)
2023-08-21loongarch: convert various functions to use ptdescsVishal Moola (Oracle)
2023-08-21hexagon: convert __pte_free_tlb() to use ptdescsVishal Moola (Oracle)
2023-08-21csky: convert __pte_free_tlb() to use ptdescsVishal Moola (Oracle)
2023-08-21arm64: convert various functions to use ptdescsVishal Moola (Oracle)
2023-08-21arm: convert various functions to use ptdescsVishal Moola (Oracle)
2023-08-21s390: convert various pgalloc functions to use ptdescsVishal Moola (Oracle)
2023-08-21x86: convert various functions to use ptdescsVishal Moola (Oracle)
2023-08-21powerpc: convert various functions to use ptdescsVishal Moola (Oracle)