summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorLines
2023-08-21arm64: tlbflush: add some comments for TLB batched flushingYicong Yang-0/+15
2023-08-18powerpc/book3s64/radix: add debug message to give more details of vmemmap all...Aneesh Kumar K.V-0/+3
2023-08-18powerpc/book3s64/radix: remove mmu_vmemmap_psizeAneesh Kumar K.V-18/+14
2023-08-18powerpc/book3s64/radix: add support for vmemmap optimization for radixAneesh Kumar K.V-0/+215
2023-08-18powerpc/book3s64/vmemmap: switch radix to use a different vmemmap handling fu...Aneesh Kumar K.V-32/+329
2023-08-18powerpc/book3s64/mm: enable transparent pud hugepageAneesh Kumar K.V-11/+313
2023-08-18powerpc/mm/trace: convert trace event to trace event classAneesh Kumar K.V-2/+2
2023-08-18mm/vmemmap optimization: split hugetlb and devdax vmemmap optimizationAneesh Kumar K.V-4/+5
2023-08-18mm: remove CONFIG_PER_VMA_LOCK ifdefsMatthew Wilcox (Oracle)-16/+0
2023-08-18mmu_notifiers: rename invalidate_range notifierAlistair Popple-10/+10
2023-08-18mmu_notifiers: call invalidate_range() when invalidating TLBsAlistair Popple-0/+15
2023-08-18arm64: support batched/deferred tlb shootdown during page reclamation/migrationBarry Song-3/+54
2023-08-18mm/tlbbatch: introduce arch_flush_tlb_batched_pending()Yicong Yang-0/+5
2023-08-18mm/tlbbatch: rename and extend some functionsBarry Song-2/+3
2023-08-18mm/tlbbatch: introduce arch_tlbbatch_should_defer()Anshuman Khandual-0/+12
2023-08-18arm64 : mm: add wrapper function ioremap_prot()Baoquan He-6/+7
2023-08-18powerpc: mm: convert to GENERIC_IOREMAPChristophe Leroy-50/+16
2023-08-18mm: move is_ioremap_addr() into new header fileBaoquan He-10/+0
2023-08-18parisc: mm: convert to GENERIC_IOREMAPBaoquan He-63/+15
2023-08-18xtensa: mm: convert to GENERIC_IOREMAPBaoquan He-64/+27
2023-08-18sh: mm: convert to GENERIC_IOREMAPBaoquan He-86/+20
2023-08-18sh: add <asm-generic/io.h> includingBaoquan He-7/+49
2023-08-18s390: mm: convert to GENERIC_IOREMAPBaoquan He-56/+23
2023-08-18openrisc: mm: convert to GENERIC_IOREMAPBaoquan He-54/+7
2023-08-18ia64: mm: convert to GENERIC_IOREMAPBaoquan He-43/+12
2023-08-18arc: mm: convert to GENERIC_IOREMAPBaoquan He-49/+8
2023-08-18openrisc: mm: remove unneeded early ioremap codeBaoquan He-38/+5
2023-08-18hexagon: mm: convert to GENERIC_IOREMAPBaoquan He-51/+9
2023-08-18asm-generic/iomap.h: remove ARCH_HAS_IOREMAP_xx macrosBaoquan He-22/+3
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pud_setKemeng Shi-3/+3
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pmd_setKemeng Shi-6/+6
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pte_setKemeng Shi-3/+3
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pud_clearKemeng Shi-1/+1
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pmd_clearKemeng Shi-3/+3
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pte_clearKemeng Shi-4/+4
2023-08-18s390: add pte_free_defer() for pgtables sharing pageHugh Dickins-12/+72
2023-08-18sparc: add pte_free_defer() for pte_t *pgtable_tHugh Dickins-0/+20
2023-08-18powerpc: add pte_free_defer() for pgtables sharing pageHugh Dickins-3/+30
2023-08-18powerpc: assert_pte_locked() use pte_offset_map_nolock()Hugh Dickins-2/+6
2023-08-18arm: adjust_pte() use pte_offset_map_nolock()Hugh Dickins-2/+1
2023-08-18arm64: mte: simplify swap tag restoration logicPeter Collingbourne-44/+11
2023-08-18mm: make show_free_areas() staticKefeng Wang-1/+1
2023-08-18mm: remove arguments of show_mem()Kefeng Wang-1/+1
2023-07-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-56/+121
2023-07-30Merge tag 'x86_urgent_for_v6.5_rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-9/+26
2023-07-29arch/*/configs/*defconfig: Replace AUTOFS4_FS by AUTOFS_FSSven Joachim-63/+63
2023-07-29Merge tag 'loongarch-fixes-6.5-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-15/+29
2023-07-29KVM: VMX: Don't fudge CR0 and CR4 for restricted L2 guestSean Christopherson-4/+9
2023-07-29KVM: x86: Disallow KVM_SET_SREGS{2} if incoming CR0 is invalidSean Christopherson-20/+52
2023-07-29Revert "KVM: SVM: Skip WRMSR fastpath on VM-Exit if next RIP isn't valid"Sean Christopherson-8/+2