aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/hyp/nvhe
AgeCommit message (Expand)AuthorFilesLines
2024-01-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 5-10/+12
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+2
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERGravatar Kirill A. Shutemov 1-1/+2
2024-01-04KVM: arm64: Add missing memory barriers when switching to pKVM's hyp pgdGravatar Will Deacon 1-0/+2
2023-12-18Merge branch kvm-arm64/fgt-rework into kvmarm-master/nextGravatar Marc Zyngier 1-0/+4
2023-12-18KVM: arm64: Trap external trace for protected VMsGravatar Fuad Tabba 1-0/+4
2023-12-05KVM: arm64: Remove VPIPT I-cache handlingGravatar Marc Zyngier 2-62/+1
2023-11-27KVM: arm64: Convert translation level parameter to s8Gravatar Ryan Roberts 3-6/+6
2023-11-27KVM: arm64: Use LPA2 page-tables for stage2 and hyp stage1Gravatar Ryan Roberts 1-4/+0
2023-11-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 3-6/+8
2023-10-30Merge branch kvm-arm64/mops into kvmarm/nextGravatar Oliver Upton 1-0/+2
2023-10-23KVM: arm64: Move VTCR_EL2 into struct s2_mmuGravatar Marc Zyngier 2-6/+6
2023-10-16Merge tag 'ffa-updates-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Arnd Bergmann 1-2/+8
2023-10-09KVM: arm64: Add handler for MOPS exceptionsGravatar Kristina Martsenko 1-0/+2
2023-10-08KVM: arm64: FFA: Remove access of endpoint memory access descriptor arrayGravatar Sudeep Holla 1-2/+8
2023-09-12KVM: arm64: nvhe: Ignore SVE hint in SMCCC function IDGravatar Jean-Philippe Brucker 4-6/+9
2023-09-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 5-44/+109
2023-08-31Merge tag 'kvmarm-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Gravatar Paolo Bonzini 5-44/+109
2023-08-28Merge tag 'hardening-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-4/+6
2023-08-28Merge branch kvm-arm64/6.6/misc into kvmarm-master/nextGravatar Marc Zyngier 2-43/+67
2023-08-28Merge branch kvm-arm64/tlbi-range into kvmarm-master/nextGravatar Marc Zyngier 2-0/+41
2023-08-26KVM: arm64: Remove size-order align in the nVHE hyp private VA rangeGravatar Vincent Donnefort 2-43/+67
2023-08-17KVM: arm64: Implement __kvm_tlb_flush_vmid_range()Gravatar Raghavendra Rao Ananta 2-0/+41
2023-08-15list: Introduce CONFIG_LIST_HARDENEDGravatar Marco Elver 2-1/+3
2023-08-15list_debug: Introduce inline wrappers for debug checksGravatar Marco Elver 1-3/+3
2023-07-28Merge branch kvm-arm64/6.6/generic-vcpu into kvmarm-master/nextGravatar Marc Zyngier 1-1/+1
2023-07-26KVM: arm64: Use the appropriate feature trap register when activating trapsGravatar Fuad Tabba 1-1/+1
2023-07-19KVM: arm64: Allow pKVM on v1.0 compatible FF-A implementationsGravatar Oliver Upton 1-1/+14
2023-07-12KVM: arm64: Add missing BTI instructionsGravatar Mostafa Saleh 2-1/+11
2023-07-11KVM: arm64: Replace vCPU target with a configuration flagGravatar Oliver Upton 1-1/+1
2023-07-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 11-31/+1028
2023-07-01Merge tag 'kvmarm-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Gravatar Paolo Bonzini 11-31/+1028
2023-06-26Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-1/+1
2023-06-15Merge branch kvm-arm64/misc into kvmarm/nextGravatar Oliver Upton 2-1/+47
2023-06-15Merge branch kvm-arm64/hvhe into kvmarm/nextGravatar Oliver Upton 5-26/+71
2023-06-15Merge branch kvm-arm64/ffa-proxy into kvmarm/nextGravatar Oliver Upton 5-1/+845
2023-06-15KVM: arm64: Fix hVHE init on CPUs where HCR_EL2.E2H is not RES1Gravatar Marc Zyngier 1-7/+12
2023-06-14KVM: arm64: Use different pointer authentication keys for pKVMGravatar Mostafa Saleh 1-1/+35
2023-06-14arm64/sysreg: Rename TRBLIMITR_EL1 fields per auto-gen tools formatGravatar Anshuman Khandual 1-1/+1
2023-06-12KVM: arm64: Force HCR_E2H in guest context when ARM64_KVM_HVHE is setGravatar Marc Zyngier 1-0/+3
2023-06-12KVM: arm64: Program the timer traps with VHE layout in hVHE modeGravatar Marc Zyngier 1-4/+12
2023-06-12KVM: arm64: Rework CPTR_EL2 programming for HVHE configurationGravatar Marc Zyngier 3-19/+39
2023-06-12arm64: Allow EL1 physical timer access when running VHEGravatar Marc Zyngier 1-0/+9
2023-06-01KVM: arm64: pkvm: Add support for fragmented FF-A descriptorsGravatar Quentin Perret 1-23/+147
2023-06-01KVM: arm64: Handle FFA_FEATURES call from the hostGravatar Fuad Tabba 1-4/+41
2023-06-01KVM: arm64: Handle FFA_MEM_LEND calls from the hostGravatar Will Deacon 1-7/+15
2023-06-01KVM: arm64: Handle FFA_MEM_RECLAIM calls from the hostGravatar Will Deacon 1-0/+79
2023-06-01KVM: arm64: Handle FFA_MEM_SHARE calls from the hostGravatar Will Deacon 1-0/+155
2023-06-01KVM: arm64: Add FF-A helpers to share/unshare memory with secure worldGravatar Will Deacon 1-0/+68
2023-06-01KVM: arm64: Handle FFA_RXTX_MAP and FFA_RXTX_UNMAP calls from the hostGravatar Will Deacon 1-0/+188