summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/hyp/include
AgeCommit message (Expand)Author
2024-01-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-01-08mm, treewide: introduce NR_PAGE_ORDERSKirill A. Shutemov
2023-12-18Merge branch kvm-arm64/fgt-rework into kvmarm-master/nextMarc Zyngier
2023-12-18KVM: arm64: Mark PAuth as a restricted feature for protected VMsFuad Tabba
2023-12-18KVM: arm64: Fix which features are marked as allowed for protected VMsFuad Tabba
2023-12-18KVM: arm64: Macros for setting/clearing FGT bitsFuad Tabba
2023-12-18KVM: arm64: Add build validation for FGT trap mask valuesFuad Tabba
2023-12-18KVM: arm64: Handle HAFGRTR_EL2 trapping in nested virtFuad Tabba
2023-12-18KVM: arm64: Explicitly trap unsupported HFGxTR_EL2 featuresFuad Tabba
2023-11-30KVM: arm64: Use helpers to classify exception types reported via ESRArd Biesheuvel
2023-10-09KVM: arm64: Expose MOPS instructions to guestsKristina Martsenko
2023-10-09KVM: arm64: Add handler for MOPS exceptionsKristina Martsenko
2023-09-12KVM: arm64: nvhe: Ignore SVE hint in SMCCC function IDJean-Philippe Brucker
2023-08-31Merge tag 'kvmarm-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini
2023-08-28Merge branch kvm-arm64/6.6/misc into kvmarm-master/nextMarc Zyngier
2023-08-26KVM: arm64: Remove size-order align in the nVHE hyp private VA rangeVincent Donnefort
2023-08-17KVM: arm64: nv: Add support for HCRX_EL2Marc Zyngier
2023-08-17KVM: arm64: Move HCRX_EL2 switch to load/put on VHE systemsMarc Zyngier
2023-08-17KVM: arm64: nv: Add switching support for HFGxTR/HDFGxTRMarc Zyngier
2023-08-17KVM: arm64: Restructure FGT register switchingMarc Zyngier
2023-07-28KVM: arm64: Skip instruction after emulating write to TCR_EL1Oliver Upton
2023-07-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2023-07-01Merge tag 'kvmarm-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini
2023-06-26Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2023-06-16Merge branch kvm-arm64/ampere1-hafdbs-mitigation into kvmarm/nextOliver Upton
2023-06-16KVM: arm64: Prevent guests from enabling HA/HD on Ampere1Oliver Upton
2023-06-16KVM: arm64: Refactor HFGxTR configuration into separate helpersOliver Upton
2023-06-15Merge branch kvm-arm64/hvhe into kvmarm/nextOliver Upton
2023-06-15Merge branch kvm-arm64/ffa-proxy into kvmarm/nextOliver Upton
2023-06-12KVM: arm64: Rework CPTR_EL2 programming for HVHE configurationMarc Zyngier
2023-06-06KVM: arm64: Save/restore PIE registersJoey Gouly
2023-06-06KVM: arm64: Save/restore TCR2_EL1Joey Gouly
2023-06-05KVM: arm64: switch HCRX_EL2 between host and guestKristina Martsenko
2023-06-04KVM: arm64: PMU: Don't overwrite PMUSERENR with vcpu loadedReiji Watanabe
2023-06-04KVM: arm64: PMU: Restore the host's PMUSERENR_EL0Reiji Watanabe
2023-06-01KVM: arm64: Add FF-A helpers to share/unshare memory with secure worldWill Deacon
2023-06-01KVM: arm64: Allocate pages for hypervisor FF-A mailboxesWill Deacon
2023-06-01KVM: arm64: Probe FF-A version and host/hyp partition ID during initWill Deacon
2023-06-01KVM: arm64: Block unsafe FF-A calls from the hostWill Deacon
2023-05-30KVM: arm64: Populate fault info for watchpointAkihiko Odaki
2023-05-11Merge branch kvm-arm64/misc-6.4 into kvmarm-master/fixesMarc Zyngier
2023-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-04-21KVM: arm64: Restructure check for SVE support in FP trap handlerMark Brown
2023-04-05mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov
2023-04-04KVM: arm64: Advertise ID_AA64PFR0_EL1.CSV2/3 to protected VMsFuad Tabba
2023-03-30KVM: arm64: nv: timers: Support hyp timer emulationMarc Zyngier
2023-03-30KVM: arm64: nv: timers: Add a per-timer, per-vcpu offsetMarc Zyngier
2023-03-30KVM: arm64: timers: Fast-track CNTPCT_EL0 trap handlingMarc Zyngier
2023-02-13Merge branch kvm-arm64/nv-prefix into kvmarm/nextOliver Upton