summaryrefslogtreecommitdiff
path: root/arch/arm64/include
AgeCommit message (Expand)Author
2026-04-02arm64: mm: Handle invalid large leaf mappings correctlyRyan Roberts
2026-04-02arm64: mm: Fix rodata=full block mapping support for realm guestsRyan Roberts
2026-04-01arm64: fpsimd: Remove obsolete cond_yield macroEric Biggers
2026-04-01arm64: mm: Use generic enum pgtable_levelKevin Brodsky
2026-04-01KVM: arm64: vgic-v5: Fold PPI state for all exposed PPIsSascha Bischoff
2026-04-01arm64: Use static call trampolines when kCFI is enabledArd Biesheuvel
2026-03-30x86-64/arm64/powerpc: clean up and rename __copy_from_user_flushcacheLinus Torvalds
2026-03-30KVM: arm64: Allow userspace to create protected VMs when pKVM is enabledWill Deacon
2026-03-30KVM: arm64: Return -EFAULT from VCPU_RUN on access to a poisoned pteWill Deacon
2026-03-30KVM: arm64: Reclaim faulting page from pKVM in spurious fault handlerWill Deacon
2026-03-30KVM: arm64: Introduce hypercall to force reclaim of a protected pageWill Deacon
2026-03-30KVM: arm64: Change 'pkvm_handle_t' to u16Will Deacon
2026-03-30KVM: arm64: Introduce host_stage2_set_owner_metadata_locked()Will Deacon
2026-03-30KVM: arm64: Generalise kvm_pgtable_stage2_set_owner()Will Deacon
2026-03-30KVM: arm64: Introduce __pkvm_reclaim_dying_guest_page()Will Deacon
2026-03-30KVM: arm64: Introduce __pkvm_host_donate_guest()Will Deacon
2026-03-30KVM: arm64: Split teardown hypercall into two phasesWill Deacon
2026-03-30KVM: arm64: Remove is_protected_kvm_enabled() checks from hypercallsWill Deacon
2026-03-30KVM: arm64: Don't advertise unsupported features for protected guestsWill Deacon
2026-03-28KVM: arm64: Disable SPE Profiling Buffer when running in guest contextWill Deacon
2026-03-28KVM: arm64: Disable TRBE Trace Buffer Unit when running in guest contextWill Deacon
2026-03-27arm64: mpam: Select ARCH_HAS_CPU_RESCTRLJames Morse
2026-03-27arm_mpam: resctrl: Add CDP emulationJames Morse
2026-03-27arm64: mpam: Add helpers to change a task or cpu's MPAM PARTID/PMG valuesJames Morse
2026-03-27arm64: mpam: Initialise and context switch the MPAMSM_EL1 registerBen Horgan
2026-03-27arm64: mpam: Context switch the MPAM registersJames Morse
2026-03-27arm64: futex: Support futex with FEAT_LSUIYeoreum Yun
2026-03-27arm64: futex: Refactor futex atomic operationYeoreum Yun
2026-03-26arm64: cpufeature: Add FEAT_LSUIYeoreum Yun
2026-03-25arm64: mm: __ptep_set_access_flags must hint correct TTLRyan Roberts
2026-03-23KVM: arm64: Remove extra ISBs when using msr_hcr_el2Marc Zyngier
2026-03-23KVM: arm64: pkvm: Use direct function pointers for cpu_{on,resume}Marc Zyngier
2026-03-23KVM: arm64: nv: Expose shadow page tables in debugfsWei-Lin Chang
2026-03-19KVM: arm64: gic-v5: Communicate userspace-driveable PPIs via a UAPISascha Bischoff
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