summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
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)
2023-08-21mm: convert ptlock_ptr() to use ptdescsVishal Moola (Oracle)
2023-08-21powerpc/book3s64/memhotplug: enable memmap on memory for radixAneesh Kumar K.V
2023-08-21mm/memory_hotplug: simplify ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE kconfigAneesh Kumar K.V
2023-08-21mm: lock vma explicitly before doing vm_flags_reset and vm_flags_reset_onceSuren Baghdasaryan
2023-08-21arm64: hugetlb: enable __HAVE_ARCH_FLUSH_HUGETLB_TLB_RANGEKefeng Wang
2023-08-21arm64: tlbflush: add some comments for TLB batched flushingYicong Yang
2023-08-21mm: enable page walking API to lock vmas during the walkSuren Baghdasaryan
2023-08-18powerpc/book3s64/radix: add debug message to give more details of vmemmap all...Aneesh Kumar K.V
2023-08-18powerpc/book3s64/radix: remove mmu_vmemmap_psizeAneesh Kumar K.V
2023-08-18powerpc/book3s64/radix: add support for vmemmap optimization for radixAneesh Kumar K.V
2023-08-18powerpc/book3s64/vmemmap: switch radix to use a different vmemmap handling fu...Aneesh Kumar K.V
2023-08-18powerpc/book3s64/mm: enable transparent pud hugepageAneesh Kumar K.V
2023-08-18powerpc/mm/trace: convert trace event to trace event classAneesh Kumar K.V
2023-08-18mm/vmemmap optimization: split hugetlb and devdax vmemmap optimizationAneesh Kumar K.V
2023-08-18mm: remove CONFIG_PER_VMA_LOCK ifdefsMatthew Wilcox (Oracle)
2023-08-18mmu_notifiers: rename invalidate_range notifierAlistair Popple
2023-08-18mmu_notifiers: call invalidate_range() when invalidating TLBsAlistair Popple
2023-08-18arm64: support batched/deferred tlb shootdown during page reclamation/migrationBarry Song
2023-08-18mm/tlbbatch: introduce arch_flush_tlb_batched_pending()Yicong Yang
2023-08-18mm/tlbbatch: rename and extend some functionsBarry Song
2023-08-18mm/tlbbatch: introduce arch_tlbbatch_should_defer()Anshuman Khandual
2023-08-18arm64 : mm: add wrapper function ioremap_prot()Baoquan He
2023-08-18powerpc: mm: convert to GENERIC_IOREMAPChristophe Leroy
2023-08-18mm: move is_ioremap_addr() into new header fileBaoquan He
2023-08-18parisc: mm: convert to GENERIC_IOREMAPBaoquan He
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