aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/virtual (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-20KVM: x86: Control guest reads of MSR_PLATFORM_INFODrew Schmitt1-0/+9
2018-09-12KVM: s390: Make huge pages unavailable in ucontrol VMsJanosch Frank1-1/+2
2018-08-22KVM: Documentation: rename the capability of KVM_CAP_ARM_SET_SERROR_ESRDongjiu Geng1-3/+3
2018-08-22Merge tag 'kvmarm-for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini3-10/+93
2018-08-06KVM: X86: Implement "send IPI" hypercallWanpeng Li2-0/+24
2018-08-06kvm: nVMX: Introduce KVM_CAP_NESTED_STATEJim Mattson1-0/+56
2018-07-30KVM: s390: Add huge page enablement controlJanosch Frank1-0/+16
2018-07-21KVM: arm: Add 32bit get/set events supportJames Morse1-4/+4
2018-07-21arm64: KVM: export the capability to set guest SError syndromeDongjiu Geng1-0/+26
2018-07-21arm/arm64: KVM: Add KVM_GET/SET_VCPU_EVENTSDongjiu Geng1-4/+50
2018-07-21KVM: arm/arm64: vgic: Update documentation of the GIC devices wrt IIDRChristoffer Dall2-6/+17
2018-06-22KVM: fix KVM_CAP_HYPERV_TLBFLUSH paragraph numberVitaly Kuznetsov1-1/+1
2018-06-01KVM: docs: nVMX: Remove known limitations as they do not exist nowLiran Alon1-11/+0
2018-06-01KVM: docs: mmu: KVM support exposing SLAT to guestsLiran Alon1-2/+2
2018-06-01Merge tag 'kvmarm-for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-2/+28
2018-05-26KVM: docs: mmu: Fix link to NPT presentation from KVM Forum 2008Liran Alon1-1/+1
2018-05-26kvm: x86: Amend the KVM_GET_SUPPORTED_CPUID API documentationJim Mattson1-6/+12
2018-05-26KVM: x86: hyperv: declare KVM_CAP_HYPERV_TLBFLUSH capabilityVitaly Kuznetsov1-0/+9
2018-05-25KVM: arm/arm64: Document KVM_VGIC_V3_ADDR_TYPE_REDIST_REGIONEric Auger1-2/+28
2018-05-17kvm: rename KVM_HINTS_DEDICATED to KVM_HINTS_REALTIMEMichael S. Tsirkin1-3/+3
2018-04-20arm/arm64: KVM: Add PSCI version selection APIMarc Zyngier2-1/+38
2018-03-28KVM: trivial documentation cleanupsAndrew Jones2-4/+8
2018-03-16KVM: X86: Provide a capability to disable HLT interceptsWanpeng Li1-0/+2
2018-03-16KVM: X86: Provide a capability to disable MWAIT interceptsWanpeng Li1-9/+18
2018-03-16Merge tag 'kvm-s390-next-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEADPaolo Bonzini1-0/+30
2018-03-14KVM: document KVM_CAP_S390_[BPB|PSW|GMAP|COW]Christian Borntraeger1-0/+30
2018-03-06KVM: Introduce paravirtualization hints and KVM_HINTS_DEDICATEDWanpeng Li1-2/+13
2018-03-06KVM: x86: KVM_CAP_SYNC_REGSKen Hofsass1-0/+40
2018-03-06KVM: x86: add SYNC_REGS_SIZE_BYTES #define.Ken Hofsass1-1/+1
2018-03-06kvm: x86: hyperv: guest->host event signaling via eventfdRoman Kagan1-0/+32
2018-03-01KVM: x86: Add a framework for supporting MSR-based featuresTom Lendacky1-12/+28
2018-02-24KVM: x86: fix backward migration with async_PFRadim Krčmář2-1/+6
2018-02-01Merge tag 'kvm-ppc-next-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcRadim Krčmář1-0/+1
2018-02-01Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipRadim Krčmář1-3/+50
2018-01-31Merge tag 'kvm-arm-for-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarmRadim Krčmář1-187/+0
2018-01-19KVM: PPC: Book3S: Provide information about hardware/firmware CVE workaroundsPaul Mackerras1-0/+46
2018-01-19Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-nextPaul Mackerras1-0/+2
2018-01-16Merge branch 'sev-v9-p2' of https://github.com/codomania/kvmPaolo Bonzini3-0/+300
2018-01-16KVM: X86: use paravirtualized TLB ShootdownWanpeng Li1-0/+4
2018-01-16KVM: PPC: Book3S HV: Enable migration of decrementer registerPaul Mackerras1-0/+1
2018-01-02KVM: arm/arm64: Delete outdated forwarded irq documentationChristoffer Dall1-187/+0
2017-12-06KVM: s390: mark irq_state.flags as non-usableChristian Borntraeger1-3/+12
2017-12-04KVM: Define SEV key management command idBrijesh Singh1-0/+202
2017-12-04KVM: Introduce KVM_MEMORY_ENCRYPT_{UN,}REG_REGION ioctlBrijesh Singh1-0/+34
2017-12-04KVM: Introduce KVM_MEMORY_ENCRYPT_OP ioctlBrijesh Singh1-0/+16
2017-12-04Documentation/virtual/kvm: Add AMD Secure Encrypted Virtualization (SEV)Brijesh Singh2-0/+48
2017-11-17Merge tag 'kvm-arm-gicv4-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-0/+2
2017-11-16Merge tag 'kvm-s390-next-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linuxRadim Krčmář2-0/+14
2017-11-10KVM: arm/arm64: GICv4: Prevent a VM using GICv4 from being savedMarc Zyngier1-0/+2
2017-11-09KVM: s390: provide a capability for AIS state migrationChristian Borntraeger2-0/+11