summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* m68k: convert various functions to use ptdescsVishal Moola (Oracle)2023-08-213-29/+30
* loongarch: convert various functions to use ptdescsVishal Moola (Oracle)2023-08-212-15/+19
* hexagon: convert __pte_free_tlb() to use ptdescsVishal Moola (Oracle)2023-08-211-4/+4
* csky: convert __pte_free_tlb() to use ptdescsVishal Moola (Oracle)2023-08-211-2/+2
* arm64: convert various functions to use ptdescsVishal Moola (Oracle)2023-08-212-9/+12
* arm: convert various functions to use ptdescsVishal Moola (Oracle)2023-08-212-8/+11
* s390: convert various pgalloc functions to use ptdescsVishal Moola (Oracle)2023-08-213-67/+69
* x86: convert various functions to use ptdescsVishal Moola (Oracle)2023-08-211-19/+28
* powerpc: convert various functions to use ptdescsVishal Moola (Oracle)2023-08-213-50/+50
* mm: convert ptlock_ptr() to use ptdescsVishal Moola (Oracle)2023-08-211-1/+1
* powerpc/book3s64/memhotplug: enable memmap on memory for radixAneesh Kumar K.V2023-08-213-1/+23
* mm/memory_hotplug: simplify ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE kconfigAneesh Kumar K.V2023-08-212-6/+2
* mm: lock vma explicitly before doing vm_flags_reset and vm_flags_reset_onceSuren Baghdasaryan2023-08-211-0/+1
* arm64: hugetlb: enable __HAVE_ARCH_FLUSH_HUGETLB_TLB_RANGEKefeng Wang2023-08-211-0/+15
* arm64: tlbflush: add some comments for TLB batched flushingYicong Yang2023-08-211-0/+15
* powerpc/book3s64/radix: add debug message to give more details of vmemmap all...Aneesh Kumar K.V2023-08-181-0/+3
* powerpc/book3s64/radix: remove mmu_vmemmap_psizeAneesh Kumar K.V2023-08-182-18/+14
* powerpc/book3s64/radix: add support for vmemmap optimization for radixAneesh Kumar K.V2023-08-183-0/+215
* powerpc/book3s64/vmemmap: switch radix to use a different vmemmap handling fu...Aneesh Kumar K.V2023-08-184-32/+329
* powerpc/book3s64/mm: enable transparent pud hugepageAneesh Kumar K.V2023-08-189-11/+313
* powerpc/mm/trace: convert trace event to trace event classAneesh Kumar K.V2023-08-182-2/+2
* mm/vmemmap optimization: split hugetlb and devdax vmemmap optimizationAneesh Kumar K.V2023-08-184-4/+5
* mm: remove CONFIG_PER_VMA_LOCK ifdefsMatthew Wilcox (Oracle)2023-08-185-16/+0
* mmu_notifiers: rename invalidate_range notifierAlistair Popple2023-08-185-10/+10
* mmu_notifiers: call invalidate_range() when invalidating TLBsAlistair Popple2023-08-186-0/+15
* arm64: support batched/deferred tlb shootdown during page reclamation/migrationBarry Song2023-08-183-3/+54
* mm/tlbbatch: introduce arch_flush_tlb_batched_pending()Yicong Yang2023-08-181-0/+5
* mm/tlbbatch: rename and extend some functionsBarry Song2023-08-181-2/+3
* mm/tlbbatch: introduce arch_tlbbatch_should_defer()Anshuman Khandual2023-08-181-0/+12
* arm64 : mm: add wrapper function ioremap_prot()Baoquan He2023-08-182-6/+7
* powerpc: mm: convert to GENERIC_IOREMAPChristophe Leroy2023-08-185-50/+16
* mm: move is_ioremap_addr() into new header fileBaoquan He2023-08-181-10/+0
* parisc: mm: convert to GENERIC_IOREMAPBaoquan He2023-08-183-63/+15
* xtensa: mm: convert to GENERIC_IOREMAPBaoquan He2023-08-183-64/+27
* sh: mm: convert to GENERIC_IOREMAPBaoquan He2023-08-183-86/+20
* sh: add <asm-generic/io.h> includingBaoquan He2023-08-182-7/+49
* s390: mm: convert to GENERIC_IOREMAPBaoquan He2023-08-183-56/+23
* openrisc: mm: convert to GENERIC_IOREMAPBaoquan He2023-08-183-54/+7
* ia64: mm: convert to GENERIC_IOREMAPBaoquan He2023-08-183-43/+12
* arc: mm: convert to GENERIC_IOREMAPBaoquan He2023-08-183-49/+8
* openrisc: mm: remove unneeded early ioremap codeBaoquan He2023-08-181-38/+5
* hexagon: mm: convert to GENERIC_IOREMAPBaoquan He2023-08-185-51/+9
* asm-generic/iomap.h: remove ARCH_HAS_IOREMAP_xx macrosBaoquan He2023-08-186-22/+3
* mm/page_table_check: remove unused parameter in [__]page_table_check_pud_setKemeng Shi2023-08-183-3/+3
* mm/page_table_check: remove unused parameter in [__]page_table_check_pmd_setKemeng Shi2023-08-183-6/+6
* mm/page_table_check: remove unused parameter in [__]page_table_check_pte_setKemeng Shi2023-08-183-3/+3
* mm/page_table_check: remove unused parameter in [__]page_table_check_pud_clearKemeng Shi2023-08-181-1/+1
* mm/page_table_check: remove unused parameter in [__]page_table_check_pmd_clearKemeng Shi2023-08-183-3/+3
* mm/page_table_check: remove unused parameter in [__]page_table_check_pte_clearKemeng Shi2023-08-183-4/+4
* s390: add pte_free_defer() for pgtables sharing pageHugh Dickins2023-08-182-12/+72