summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2023-08-21arm64: tlbflush: add some comments for TLB batched flushingYicong Yang1-0/+15
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
2023-08-18mm: remove CONFIG_PER_VMA_LOCK ifdefsMatthew Wilcox (Oracle)5-16/+0
2023-08-18mmu_notifiers: rename invalidate_range notifierAlistair Popple5-10/+10
2023-08-18mmu_notifiers: call invalidate_range() when invalidating TLBsAlistair Popple6-0/+15
2023-08-18arm64: support batched/deferred tlb shootdown during page reclamation/migrationBarry Song3-3/+54
2023-08-18mm/tlbbatch: introduce arch_flush_tlb_batched_pending()Yicong Yang1-0/+5
2023-08-18mm/tlbbatch: rename and extend some functionsBarry Song1-2/+3
2023-08-18mm/tlbbatch: introduce arch_tlbbatch_should_defer()Anshuman Khandual1-0/+12
2023-08-18arm64 : mm: add wrapper function ioremap_prot()Baoquan He2-6/+7
2023-08-18powerpc: mm: convert to GENERIC_IOREMAPChristophe Leroy5-50/+16
2023-08-18mm: move is_ioremap_addr() into new header fileBaoquan He1-10/+0
2023-08-18parisc: mm: convert to GENERIC_IOREMAPBaoquan He3-63/+15
2023-08-18xtensa: mm: convert to GENERIC_IOREMAPBaoquan He3-64/+27
2023-08-18sh: mm: convert to GENERIC_IOREMAPBaoquan He3-86/+20
2023-08-18sh: add <asm-generic/io.h> includingBaoquan He2-7/+49
2023-08-18s390: mm: convert to GENERIC_IOREMAPBaoquan He3-56/+23
2023-08-18openrisc: mm: convert to GENERIC_IOREMAPBaoquan He3-54/+7
2023-08-18ia64: mm: convert to GENERIC_IOREMAPBaoquan He3-43/+12
2023-08-18arc: mm: convert to GENERIC_IOREMAPBaoquan He3-49/+8
2023-08-18openrisc: mm: remove unneeded early ioremap codeBaoquan He1-38/+5
2023-08-18hexagon: mm: convert to GENERIC_IOREMAPBaoquan He5-51/+9
2023-08-18asm-generic/iomap.h: remove ARCH_HAS_IOREMAP_xx macrosBaoquan He6-22/+3
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pud_setKemeng Shi3-3/+3
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pmd_setKemeng Shi3-6/+6
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pte_setKemeng Shi3-3/+3
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pud_clearKemeng Shi1-1/+1
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pmd_clearKemeng Shi3-3/+3
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pte_clearKemeng Shi3-4/+4
2023-08-18s390: add pte_free_defer() for pgtables sharing pageHugh Dickins2-12/+72
2023-08-18sparc: add pte_free_defer() for pte_t *pgtable_tHugh Dickins2-0/+20
2023-08-18powerpc: add pte_free_defer() for pgtables sharing pageHugh Dickins2-3/+30
2023-08-18powerpc: assert_pte_locked() use pte_offset_map_nolock()Hugh Dickins1-2/+6
2023-08-18arm: adjust_pte() use pte_offset_map_nolock()Hugh Dickins1-2/+1
2023-08-18arm64: mte: simplify swap tag restoration logicPeter Collingbourne3-44/+11
2023-08-18mm: make show_free_areas() staticKefeng Wang1-1/+1
2023-08-18mm: remove arguments of show_mem()Kefeng Wang1-1/+1
2023-07-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-56/+121
2023-07-30Merge tag 'x86_urgent_for_v6.5_rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-9/+26
2023-07-30arch/*/configs/*defconfig: Replace AUTOFS4_FS by AUTOFS_FSSven Joachim63-63/+63
2023-07-29Merge tag 'loongarch-fixes-6.5-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-15/+29
2023-07-29KVM: VMX: Don't fudge CR0 and CR4 for restricted L2 guestSean Christopherson1-4/+9
2023-07-29KVM: x86: Disallow KVM_SET_SREGS{2} if incoming CR0 is invalidSean Christopherson5-20/+52
2023-07-29Revert "KVM: SVM: Skip WRMSR fastpath on VM-Exit if next RIP isn't valid"Sean Christopherson1-8/+2