summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
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
2023-08-21mm: convert ptlock_ptr() to use ptdescsVishal Moola (Oracle)1-1/+1
2023-08-21powerpc/book3s64/memhotplug: enable memmap on memory for radixAneesh Kumar K.V3-1/+23
2023-08-21mm/memory_hotplug: simplify ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE kconfigAneesh Kumar K.V2-6/+2
2023-08-21mm: lock vma explicitly before doing vm_flags_reset and vm_flags_reset_onceSuren Baghdasaryan1-0/+1
2023-08-21arm64: hugetlb: enable __HAVE_ARCH_FLUSH_HUGETLB_TLB_RANGEKefeng Wang1-0/+15
2023-08-21arm64: tlbflush: add some comments for TLB batched flushingYicong Yang1-0/+15
2023-08-21mm: enable page walking API to lock vmas during the walkSuren Baghdasaryan3-0/+7
2023-08-18powerpc/book3s64/radix: add debug message to give more details of vmemmap all...Aneesh Kumar K.V1-0/+3
2023-08-18powerpc/book3s64/radix: remove mmu_vmemmap_psizeAneesh Kumar K.V2-18/+14
2023-08-18powerpc/book3s64/radix: add support for vmemmap optimization for radixAneesh Kumar K.V3-0/+215
2023-08-18powerpc/book3s64/vmemmap: switch radix to use a different vmemmap handling fu...Aneesh Kumar K.V4-32/+329
2023-08-18powerpc/book3s64/mm: enable transparent pud hugepageAneesh Kumar K.V9-11/+313
2023-08-18powerpc/mm/trace: convert trace event to trace event classAneesh Kumar K.V2-2/+2
2023-08-18mm/vmemmap optimization: split hugetlb and devdax vmemmap optimizationAneesh Kumar K.V4-4/+5