summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm
AgeCommit message (Expand)AuthorFilesLines
2026-03-13arm64: Provide dcache_clean_poc_nosync helperBarry Song1-0/+1
2026-03-13arm64: Provide dcache_by_myline_op_nosync helperBarry Song1-6/+19
2026-03-13arm64: mm: Provide level hint for flush_tlb_page()Ryan Roberts2-4/+5
2026-03-13arm64: mm: Wrap flush_tlb_page() around __do_flush_tlb_range()Ryan Roberts2-59/+28
2026-03-13arm64: mm: More flags for __flush_tlb_range()Ryan Roberts1-39/+56
2026-03-13arm64: mm: Refactor __flush_tlb_range() to take flagsRyan Roberts4-23/+31
2026-03-13arm64: mm: Refactor flush_tlb_page() to use __tlbi_level_asid()Ryan Roberts1-10/+2
2026-03-13arm64: mm: Simplify __flush_tlb_range_limit_excess()Will Deacon1-13/+11
2026-03-13arm64: mm: Simplify __TLBI_RANGE_NUM() macroWill Deacon1-5/+1
2026-03-13arm64: mm: Re-implement the __flush_tlb_range_op macro in CRyan Roberts1-38/+46
2026-03-13arm64: mm: Inline __TLBI_VADDR_RANGE() into __tlbi_range()Will Deacon1-19/+13
2026-03-13arm64: mm: Push __TLBI_VADDR() into __tlbi_level()Will Deacon1-4/+10
2026-03-13arm64: mm: Implicitly invalidate user ASID based on TLBI operationRyan Roberts1-17/+13
2026-03-13arm64: mm: Introduce a C wrapper for by-range TLB invalidationRyan Roberts1-1/+31
2026-03-13arm64: mm: Re-implement the __tlbi_level macro as a C functionRyan Roberts1-13/+54
2026-03-13arm64: scs: Remove redundant save/restore of SCS SP on entry to/from EL0Will Deacon1-0/+8
2026-03-13mm/page_table_check: Pass mm_struct to pxx_user_accessible_page()Tobias Huschle1-3/+3
2026-03-11arm64: vDSO: compat_gettimeofday: Add explicit includesThomas Weißschuh1-0/+3
2026-03-11arm64: vDSO: gettimeofday: Explicitly include vdso/clocksource.hThomas Weißschuh1-0/+2
2026-03-11KVM: arm64: Add selftest event support to nVHE/pKVM hypVincent Donnefort2-0/+12
2026-03-11KVM: arm64: Add hyp_enter/hyp_exit events to nVHE/pKVM hypVincent Donnefort2-0/+42
2026-03-11KVM: arm64: Add event support to the nVHE/pKVM hyp and trace remoteVincent Donnefort4-0/+40
2026-03-11KVM: arm64: Add trace reset to the nVHE/pKVM hypVincent Donnefort1-0/+1
2026-03-11KVM: arm64: Sync boot clock with the nVHE/pKVM hypVincent Donnefort1-0/+1
2026-03-11KVM: arm64: Add tracing capability for the nVHE/pKVM hypVincent Donnefort2-0/+17
2026-03-11KVM: arm64: Initialise hyp_nr_cpus for nVHE hypVincent Donnefort1-2/+2
2026-03-07KVM: arm64: vgic: Pick EOIcount deactivations from AP-list tailMarc Zyngier1-0/+3
2026-03-06Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds3-10/+16
2026-03-04arm64: make runtime const not usable by modulesJisheng Zhang1-0/+4
2026-03-04arm64: mm: Add PTE_DIRTY back to PAGE_KERNEL* to fix kexec/hibernationCatalin Marinas1-5/+5
2026-03-04arm64: Silence sparse warnings caused by the type casting in (cmp)xchgCatalin Marinas1-5/+7
2026-03-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-1/+4
2026-02-28Merge tag 'kvmarm-fixes-7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2-1/+4
2026-02-26arm64, compiler-context-analysis: Permit alias analysis through __READ_ONCE()...Marco Elver1-3/+7
2026-02-26arm64: Optimize __READ_ONCE() with CONFIG_LTO=yMarco Elver1-4/+14
2026-02-25arm64: tlb: Optimize ARM64_WORKAROUND_REPEAT_TLBIMark Rutland1-24/+35
2026-02-25arm64: tlb: Allow XZR argument to TLBI opsMark Rutland1-3/+3
2026-02-25arm64: gcs: Do not set PTE_SHARED on GCS mappings if FEAT_LPA2 is enabledCatalin Marinas1-3/+0
2026-02-25arm64: io: Extract user memory type in ioremap_prot()Will Deacon1-2/+15
2026-02-25arm64: io: Rename ioremap_prot() to __ioremap_prot()Will Deacon1-5/+6
2026-02-25KVM: arm64: Deduplicate ASID retrieval codeMarc Zyngier1-0/+2
2026-02-20Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-2/+7
2026-02-19arm64: hugetlbpage: avoid unused-but-set-parameter warning (gcc-16)Arnd Bergmann1-2/+7
2026-02-18Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-6/+17
2026-02-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds11-111/+103
2026-02-13KVM: arm64: Optimise away S1POE handling when not supported by hostFuad Tabba1-1/+2
2026-02-12arm64: mm: implement the architecture-specific clear_flush_young_ptes()Baolin Wang1-0/+11
2026-02-12arm64: mm: support batch clearing of the young flag for large foliosBaolin Wang1-6/+6
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-66/+27
2026-02-10Merge tag 'x86_paravirt_for_v7.0_rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-15/+0