aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/hyp (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-03Merge tag 'kvmarm-fixes-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini2-29/+24
2019-09-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+13
2019-09-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-1/+1
2019-09-09arm64: KVM: Replace hyp_alternate_select with has_vhe()Marc Zyngier1-14/+22
2019-09-09arm64: KVM: Drop hyp_alternate_select for checking for ARM64_WORKAROUND_834220Marc Zyngier1-15/+2
2019-08-27arm64: kvm: Replace hardcoded '1' with SYS_PAR_EL1_FWill Deacon1-1/+1
2019-08-18arm64/kvm: Remove VMID rollover I-cache maintenanceMark Rutland1-1/+13
2019-07-29arm64: KVM: hyp: debug-sr: Mark expected switch fall-throughAnders Roxell1-0/+30
2019-07-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds6-65/+107
2019-07-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-1/+1
2019-07-05KVM: arm64: Migrate _elx sysreg accessors to msr_s/mrs_sDave Martin4-53/+53
2019-07-05KVM: arm64: Skip more of the SError vaxorcismJames Morse1-4/+10
2019-07-05KVM: arm64: Re-mask SError after the one instruction windowJames Morse1-0/+2
2019-07-05KVM: arm64: Defer guest entry when an asynchronous exception is pendingJames Morse1-0/+15
2019-07-05KVM: arm64: Consume pending SError as early as possibleJames Morse2-4/+7
2019-07-05KVM: arm64: Make indirect vectors preamble behaviour symmetricJames Morse1-3/+3
2019-07-05KVM: arm64: Abstract the size of the HYP vectors pre-ambleJames Morse1-1/+17
2019-06-21arm64: Fix incorrect irqflag restore for priority maskingJulien Thierry1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner8-96/+8
2019-05-24KVM: arm/arm64: Move cc/it checks under hyp's Makefile to avoid instrumentationJames Morse1-0/+1
2019-05-24KVM: arm64: Move pmu hyp code under hyp's Makefile to avoid instrumentationJames Morse1-0/+39
2019-04-24arm64: KVM: Enable !VHE support for :G/:H perf event modifiersAndrew Murray1-0/+6
2019-04-24KVM: arm/arm64: Context-switch ptrauth registersMark Rutland1-0/+15
2019-03-29KVM: arm64/sve: Context switch the SVE registersDave Martin1-18/+57
2019-03-29KVM: arm64/sve: System register context switch and access supportDave Martin1-0/+3
2019-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-13/+0
2019-03-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+16
2019-02-19arm/arm64: KVM: Statically configure the host's view of MPIDRMarc Zyngier1-1/+0
2019-02-19arm64: KVM: Drop VHE-specific HYP call stubMarc Zyngier1-12/+0
2019-02-07KVM: arm64: Forbid kprobing of the VHE world-switch codeJames Morse2-0/+10
2019-02-06arm64: kvm: Unmask PMR before entering guestJulien Thierry1-0/+16
2018-12-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-42/+13
2018-12-18arm64: KVM: Consistently advance singlestep when emulating instructionsMark Rutland2-42/+13
2018-12-13arm64/kvm: consistently handle host HCR_EL2 flagsMark Rutland1-1/+1
2018-12-10Merge branch 'kvm/cortex-a76-erratum-1165522' into aarch64/for-next/coreWill Deacon2-12/+82
2018-12-10arm64: KVM: Handle ARM erratum 1165522 in TLB invalidationMarc Zyngier1-15/+51
2018-12-10arm64: KVM: Add synchronization on translation regime change for erratum 1165522Marc Zyngier1-0/+19
2018-12-10arm64: KVM: Install stage-2 translation before enabling trapsMarc Zyngier1-2/+2
2018-12-10arm64: KVM: Make VHE Stage-2 TLB invalidation operations non-interruptibleMarc Zyngier1-10/+25
2018-12-06arm64: entry: Place an SB sequence following an ERET instructionWill Deacon2-0/+5
2018-10-25Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds6-97/+37
2018-10-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+11
2018-10-19KVM: arm64: Safety check PSTATE when entering guest and handle ILChristoffer Dall2-2/+33
2018-10-01kvm: arm64: Add 52bit support for PAR to HPFAR conversoinSuzuki K Poulose1-1/+1
2018-10-01kvm: arm64: Configure VTCR_EL2 per VMSuzuki K Poulose2-73/+0
2018-10-01kvm: arm64: Clean up VTCR_EL2 initialisationSuzuki K Poulose1-26/+8
2018-10-01kvm: arm64: Add helper for loading the stage2 setting for a VMSuzuki K Poulose2-3/+3
2018-09-14KVM: arm64: Set SCTLR_EL2.DSSBS if SSBD is forcefully disabled and !vheWill Deacon1-0/+11
2018-09-07arm64: KVM: Only force FPEXC32_EL2.EN if trapping FPSIMDMarc Zyngier1-3/+6
2018-08-22Merge tag 'kvmarm-for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-5/+0