summaryrefslogtreecommitdiff
path: root/arch/arm64/include
AgeCommit message (Expand)Author
2026-03-19KVM: arm64: gic-v5: Set ICH_VCTLR_EL2.En on bootSascha Bischoff
2026-03-19KVM: arm64: gic: Hide GICv5 for protected guestsSascha Bischoff
2026-03-19KVM: arm64: gic-v5: Trap and mask guest ICC_PPI_ENABLERx_EL1 writesSascha Bischoff
2026-03-19KVM: arm64: gic-v5: Add vgic-v5 save/restore hyp interfaceSascha Bischoff
2026-03-19KVM: arm64: gic-v5: Support GICv5 FGTs & FGUsSascha Bischoff
2026-03-19arm64/sysreg: Add GICR CDNMIA encodingSascha Bischoff
2026-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2026-03-14arm64/mm: Directly use TTBRx_EL1_CnPAnshuman Khandual
2026-03-14arm64/mm: Directly use TTBRx_EL1_ASID_MASKAnshuman Khandual
2026-03-14arm64/mm: Describe TTBR1_BADDR_4852_OFFSETAnshuman Khandual
2026-03-13dma-mapping: Separate DMA sync issuing and completion waitingBarry Song
2026-03-13arm64: Provide dcache_inval_poc_nosync helperBarry Song
2026-03-13arm64: Provide dcache_clean_poc_nosync helperBarry Song
2026-03-13arm64: Provide dcache_by_myline_op_nosync helperBarry Song
2026-03-13arm64: mm: Provide level hint for flush_tlb_page()Ryan Roberts
2026-03-13arm64: mm: Wrap flush_tlb_page() around __do_flush_tlb_range()Ryan Roberts
2026-03-13arm64: mm: More flags for __flush_tlb_range()Ryan Roberts
2026-03-13arm64: mm: Refactor __flush_tlb_range() to take flagsRyan Roberts
2026-03-13arm64: mm: Refactor flush_tlb_page() to use __tlbi_level_asid()Ryan Roberts
2026-03-13arm64: mm: Simplify __flush_tlb_range_limit_excess()Will Deacon
2026-03-13arm64: mm: Simplify __TLBI_RANGE_NUM() macroWill Deacon
2026-03-13arm64: mm: Re-implement the __flush_tlb_range_op macro in CRyan Roberts
2026-03-13arm64: mm: Inline __TLBI_VADDR_RANGE() into __tlbi_range()Will Deacon
2026-03-13arm64: mm: Push __TLBI_VADDR() into __tlbi_level()Will Deacon
2026-03-13arm64: mm: Implicitly invalidate user ASID based on TLBI operationRyan Roberts
2026-03-13arm64: mm: Introduce a C wrapper for by-range TLB invalidationRyan Roberts
2026-03-13arm64: mm: Re-implement the __tlbi_level macro as a C functionRyan Roberts
2026-03-13arm64: scs: Remove redundant save/restore of SCS SP on entry to/from EL0Will Deacon
2026-03-13mm/page_table_check: Pass mm_struct to pxx_user_accessible_page()Tobias Huschle
2026-03-11arm64: vDSO: compat_gettimeofday: Add explicit includesThomas Weißschuh
2026-03-11arm64: vDSO: gettimeofday: Explicitly include vdso/clocksource.hThomas Weißschuh
2026-03-11KVM: arm64: Add selftest event support to nVHE/pKVM hypVincent Donnefort
2026-03-11KVM: arm64: Add hyp_enter/hyp_exit events to nVHE/pKVM hypVincent Donnefort
2026-03-11KVM: arm64: Add event support to the nVHE/pKVM hyp and trace remoteVincent Donnefort
2026-03-11KVM: arm64: Add trace reset to the nVHE/pKVM hypVincent Donnefort
2026-03-11KVM: arm64: Sync boot clock with the nVHE/pKVM hypVincent Donnefort
2026-03-11KVM: arm64: Add tracing capability for the nVHE/pKVM hypVincent Donnefort
2026-03-11KVM: arm64: Initialise hyp_nr_cpus for nVHE hypVincent Donnefort
2026-03-07KVM: arm64: vgic: Pick EOIcount deactivations from AP-list tailMarc Zyngier
2026-03-06Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2026-03-04arm64: make runtime const not usable by modulesJisheng Zhang
2026-03-04arm64: mm: Add PTE_DIRTY back to PAGE_KERNEL* to fix kexec/hibernationCatalin Marinas
2026-03-04arm64: Silence sparse warnings caused by the type casting in (cmp)xchgCatalin Marinas
2026-03-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2026-02-28Merge tag 'kvmarm-fixes-7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2026-02-26arm64, compiler-context-analysis: Permit alias analysis through __READ_ONCE()...Marco Elver
2026-02-26arm64: Optimize __READ_ONCE() with CONFIG_LTO=yMarco Elver
2026-02-25arm64: tlb: Optimize ARM64_WORKAROUND_REPEAT_TLBIMark Rutland
2026-02-25arm64: tlb: Allow XZR argument to TLBI opsMark Rutland
2026-02-25arm64: gcs: Do not set PTE_SHARED on GCS mappings if FEAT_LPA2 is enabledCatalin Marinas