summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2024-02-23Introduce cpu_dcache_is_aliasing() across all architecturesMathieu Desnoyers20-0/+100
2024-02-23arm64/mm: automatically fold contpte mappingsRyan Roberts2-0/+90
2024-02-23arm64/mm: __always_inline to improve fork() perfRyan Roberts1-5/+5
2024-02-23arm64/mm: implement pte_batch_hint()Ryan Roberts1-0/+9
2024-02-23arm64/mm: implement new [get_and_]clear_full_ptes() batch APIsRyan Roberts2-0/+84
2024-02-23arm64/mm: implement new wrprotect_ptes() batch APIRyan Roberts2-10/+89
2024-02-23arm64/mm: wire up PTE_CONT for user mappingsRyan Roberts4-0/+462
2024-02-23arm64/mm: dplit __flush_tlb_range() to elide trailing DSBRyan Roberts1-2/+11
2024-02-23arm64/mm: new ptep layer to manage contig bitRyan Roberts11-86/+93
2024-02-23arm64/mm: convert ptep_clear() to ptep_get_and_clear()Ryan Roberts1-1/+1
2024-02-23arm64/mm: convert set_pte_at() to set_ptes(..., 1)Ryan Roberts5-9/+9
2024-02-23arm64/mm: convert READ_ONCE(*ptep) to ptep_get(ptep)Ryan Roberts8-19/+25
2024-02-23x86/mm: convert pte_next_pfn() to pte_advance_pfn()Ryan Roberts1-4/+4
2024-02-23arm64/mm: convert pte_next_pfn() to pte_advance_pfn()Ryan Roberts1-4/+4
2024-02-23mm/mmu_gather: add __tlb_remove_folio_pages()David Hildenbrand1-0/+17
2024-02-23mm/mmu_gather: add tlb_remove_tlb_entries()David Hildenbrand1-0/+2
2024-02-23mm/mmu_gather: pass "delay_rmap" instead of encoded page to __tlb_remove_page...David Hildenbrand1-7/+6
2024-02-22mm/hugetlb: move page order check inside hugetlb_cma_reserve()Anshuman Khandual2-10/+1
2024-02-22powerpc/mm: use pte_next_pfn() in set_ptes()David Hildenbrand1-4/+1
2024-02-22arm/mm: use pte_next_pfn() in set_ptes()David Hildenbrand1-1/+1
2024-02-22sparc/pgtable: define PFN_PTE_SHIFTDavid Hildenbrand1-0/+2
2024-02-22s390/pgtable: define PFN_PTE_SHIFTDavid Hildenbrand1-0/+2
2024-02-22riscv/pgtable: define PFN_PTE_SHIFTDavid Hildenbrand1-0/+2
2024-02-22powerpc/pgtable: define PFN_PTE_SHIFTDavid Hildenbrand1-0/+2
2024-02-22nios2/pgtable: define PFN_PTE_SHIFTDavid Hildenbrand1-0/+2
2024-02-22arm/pgtable: define PFN_PTE_SHIFTDavid Hildenbrand1-0/+2
2024-02-22arm64/mm: make set_ptes() robust when OAs cross 48-bit boundaryRyan Roberts1-11/+17
2024-02-22mm: ptdump: have ptdump_check_wx() return boolChristophe Leroy6-24/+49
2024-02-22powerpc,s390: ptdump: define ptdump_check_wx() regardless of CONFIG_DEBUG_WXChristophe Leroy2-9/+5
2024-02-22arm64, powerpc, riscv, s390, x86: ptdump: refactor CONFIG_DEBUG_WXChristophe Leroy16-71/+7
2024-02-22arm: ptdump: rename CONFIG_DEBUG_WX to CONFIG_ARM_DEBUG_WXChristophe Leroy5-7/+7
2024-02-22x86/mm: clarify "prev" usage in switch_mm_irqs_off()Yosry Ahmed1-19/+16
2024-02-22x86/mm: delete unused cpu argument to leave_mm()Yosry Ahmed4-4/+4
2024-02-22mm: convert mm_counter() to take a folioKefeng Wang1-1/+1
2024-02-22s390: use pfn_swap_entry_folio() in ptep_zap_swap_entry()Kefeng Wang1-2/+2
2024-02-22s390: enable MHP_MEMMAP_ON_MEMORYSumanth Korikkar1-0/+1
2024-02-22s390/mm: allocate vmemmap pages from self-contained memory rangeSumanth Korikkar2-30/+35
2024-02-18Merge tag 'kbuild-fixes-v6.8-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-8/+8
2024-02-18Merge tag 'x86_urgent_for_v6.8_rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-5/+18
2024-02-18Merge tag 'powerpc-6.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds23-31/+75
2024-02-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds7-37/+41
2024-02-16Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds8-15/+27
2024-02-16Merge tag 'kvmarm-fixes-6.8-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini1-2/+0
2024-02-16Merge tag 'kvmarm-fixes-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2-11/+17
2024-02-15Merge tag 'for-linus-6.8a-rc5-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+12
2024-02-15arm64/sve: Lower the maximum allocation for the SVE ptrace regsetMark Brown2-7/+8
2024-02-15arm64: Subscribe Microsoft Azure Cobalt 100 to ARM Neoverse N2 errataEaswar Hariharan2-0/+7
2024-02-15kbuild: use 4-space indentation when followed by conditionalsMasahiro Yamada3-8/+8
2024-02-14Merge tag 'kvm-riscv-fixes-6.8-1' of https://github.com/kvm-riscv/linux into ...Paolo Bonzini2-11/+15
2024-02-14Merge tag 'kvm-x86-selftests-6.8-rcN' of https://github.com/kvm-x86/linux int...Paolo Bonzini1-1/+1