aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/hyp
AgeCommit message (Expand)AuthorFilesLines
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-2/+3
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERGravatar Kirill A. Shutemov 1-1/+2
2024-01-08mm, treewide: introduce NR_PAGE_ORDERSGravatar Kirill A. Shutemov 1-1/+1
2023-12-05KVM: arm64: Remove VPIPT I-cache handlingGravatar Marc Zyngier 3-75/+1
2023-11-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 9-33/+68
2023-11-01Merge tag 'soc-drivers-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+8
2023-11-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-2/+2
2023-10-31Merge tag 'kvmarm-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Gravatar Paolo Bonzini 9-33/+68
2023-10-30Merge branch kvm-arm64/mops into kvmarm/nextGravatar Oliver Upton 4-1/+22
2023-10-30Merge branch kvm-arm64/stage2-vhe-load into kvmarm/nextGravatar Oliver Upton 6-31/+45
2023-10-30Merge branch kvm-arm64/misc into kvmarm/nextGravatar Oliver Upton 1-1/+1
2023-10-30KVM: arm64: Always invalidate TLB for stage-2 permission faultsGravatar Oliver Upton 1-1/+1
2023-10-23KVM: arm64: Move VTCR_EL2 into struct s2_mmuGravatar Marc Zyngier 3-7/+7
2023-10-20KVM: arm64: Load the stage-2 MMU context in kvm_vcpu_load_vhe()Gravatar Oliver Upton 1-10/+5
2023-10-20KVM: arm64: Rename helpers for VHE vCPU load/putGravatar Oliver Upton 2-10/+19
2023-10-20KVM: arm64: Restore the stage-2 context in VHE's __tlb_switch_to_host()Gravatar Marc Zyngier 1-3/+14
2023-10-20KVM: arm64: Don't zero VTTBR in __tlb_switch_to_host()Gravatar Oliver Upton 1-1/+0
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-16arm64: Avoid cpus_have_const_cap() for ARM64_HAS_BTIGravatar Mark Rutland 1-1/+1
2023-10-16arm64: kvm: Use cpus_have_final_cap() explicitlyGravatar Mark Rutland 1-1/+1
2023-10-12KVM: arm64: timers: Correctly handle TGE flip with CNTPOFF_EL2Gravatar Marc Zyngier 1-0/+44
2023-10-09KVM: arm64: Expose MOPS instructions to guestsGravatar Kristina Martsenko 1-1/+2
2023-10-09KVM: arm64: Add handler for MOPS exceptionsGravatar Kristina Martsenko 3-0/+20
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 5-7/+10
2023-09-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 9-85/+287
2023-08-31Merge tag 'kvmarm-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Gravatar Paolo Bonzini 9-85/+287
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 3-43/+68
2023-08-28Merge branch kvm-arm64/tlbi-range into kvmarm-master/nextGravatar Marc Zyngier 4-8/+124
2023-08-28Merge branch kvm-arm64/nv-trap-forwarding into kvmarm-master/nextGravatar Marc Zyngier 1-33/+94
2023-08-26KVM: arm64: Remove size-order align in the nVHE hyp private VA rangeGravatar Vincent Donnefort 3-43/+68
2023-08-17KVM: arm64: nv: Add support for HCRX_EL2Gravatar Marc Zyngier 1-2/+13
2023-08-17KVM: arm64: Move HCRX_EL2 switch to load/put on VHE systemsGravatar Marc Zyngier 1-6/+6
2023-08-17KVM: arm64: nv: Add switching support for HFGxTR/HDFGxTRGravatar Marc Zyngier 1-0/+48
2023-08-17KVM: arm64: Restructure FGT register switchingGravatar Marc Zyngier 1-27/+29
2023-08-17KVM: arm64: Use TLBI range-based instructions for unmapGravatar Raghavendra Rao Ananta 1-7/+33
2023-08-17KVM: arm64: Invalidate the table entries upon a rangeGravatar Raghavendra Rao Ananta 1-1/+2
2023-08-17KVM: arm64: Define kvm_tlb_flush_vmid_range()Gravatar Raghavendra Rao Ananta 1-0/+20
2023-08-17KVM: arm64: Implement __kvm_tlb_flush_vmid_range()Gravatar Raghavendra Rao Ananta 3-0/+69
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-28KVM: arm64: Skip instruction after emulating write to TCR_EL1Gravatar Oliver Upton 1-0/+1
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 3-1/+19
2023-07-12KVM: arm64: Correctly handle page aging notifiers for unaligned memslotGravatar Oliver Upton 1-9/+38
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 17-72/+1370