aboutsummaryrefslogtreecommitdiff
path: root/Documentation/virtual
AgeCommit message (Expand)AuthorFilesLines
2019-03-28Documentation: kvm: clarify KVM_SET_USER_MEMORY_REGIONGravatar Paolo Bonzini 1-8/+10
2019-03-28KVM: doc: Document the life cycle of a VM and its resourcesGravatar Sean Christopherson 1-0/+17
2019-03-28KVM: Reject device ioctls from processes other than the VM's creatorGravatar Sean Christopherson 1-5/+11
2019-03-28KVM: doc: Fix incorrect word ordering regarding supported use of APIsGravatar Sean Christopherson 1-12/+16
2019-03-28KVM: x86: fix handling of role.cr4_pae and rename it to 'gpte_size'Gravatar Sean Christopherson 1-4/+7
2019-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 3-46/+49
2019-03-15KVM: doc: Document the life cycle of a VM and its resourcesGravatar Sean Christopherson 1-0/+17
2019-03-06virtio-ccw: diag 500 may return a negative cookieGravatar Cornelia Huck 1-1/+2
2019-02-20KVM: Expose the initial start value in grow_halt_poll_ns() as a module parameterGravatar Nir Weiner 1-14/+23
2019-02-20Revert "KVM: MMU: document fast invalidate all pages"Gravatar Sean Christopherson 1-27/+1
2019-02-20KVM: Move the memslot update in-progress flag to bit 63Gravatar Sean Christopherson 1-5/+8
2019-01-11Documentation/virtual/kvm: Update URL for AMD SEV API specificationGravatar Christophe de Dinechin 1-1/+1
2018-12-14x86/kvm/hyper-v: Introduce KVM_GET_SUPPORTED_HV_CPUIDGravatar Vitaly Kuznetsov 1-0/+56
2018-12-14kvm: introduce manual dirty log reprotectGravatar Paolo Bonzini 1-0/+67
2018-12-14kvm: make KVM_CAP_ENABLE_CAP_VM architecture agnosticGravatar Paolo Bonzini 1-4/+9
2018-10-25Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-6/+129
2018-10-24Merge tag 'docs-4.20' of git://git.lwn.net/linuxGravatar Linus Torvalds 2-46/+0
2018-10-19Merge tag 'kvmarm-for-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Paolo Bonzini 1-0/+31
2018-10-17kvm: x86: Introduce KVM_CAP_EXCEPTION_PAYLOADGravatar Jim Mattson 1-1/+26
2018-10-17kvm: x86: Add exception payload fields to kvm_vcpu_eventsGravatar Jim Mattson 1-6/+18
2018-10-17KVM: Documentation: Fix omission in struct kvm_vcpu_eventsGravatar Jim Mattson 1-0/+1
2018-10-17kvm/x86 : add coalesced pio supportGravatar Peng Hao 1-6/+10
2018-10-17kvm/x86 : add document for coalesced mmioGravatar Peng Hao 1-0/+24
2018-10-17KVM: x86: hyperv: implement PV IPI send hypercallsGravatar Vitaly Kuznetsov 1-0/+7
2018-10-09KVM: PPC: Book3S HV: Add NO_HASH flag to GET_SMMU_INFO ioctl resultGravatar Paul Mackerras 1-0/+4
2018-10-09KVM: PPC: Book3S HV: Add a VM capability to enable nested virtualizationGravatar Paul Mackerras 1-0/+14
2018-10-09Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-nextGravatar Paul Mackerras 1-0/+1
2018-10-09KVM: PPC: Book3S HV: Add one-reg interface to virtual PTCR registerGravatar Paul Mackerras 1-0/+1
2018-10-03kvm: arm64: Allow tuning the physical address size for VMGravatar Suzuki K Poulose 1-0/+31
2018-09-20KVM: x86: Control guest reads of MSR_PLATFORM_INFOGravatar Drew Schmitt 1-0/+9
2018-09-12KVM: s390: Make huge pages unavailable in ucontrol VMsGravatar Janosch Frank 1-1/+2
2018-09-09Drop all 00-INDEX files from Documentation/Gravatar Henrik Austad 2-46/+0
2018-08-22KVM: Documentation: rename the capability of KVM_CAP_ARM_SET_SERROR_ESRGravatar Dongjiu Geng 1-3/+3
2018-08-22Merge tag 'kvmarm-for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Paolo Bonzini 3-10/+93
2018-08-06KVM: X86: Implement "send IPI" hypercallGravatar Wanpeng Li 2-0/+24
2018-08-06kvm: nVMX: Introduce KVM_CAP_NESTED_STATEGravatar Jim Mattson 1-0/+56
2018-07-30KVM: s390: Add huge page enablement controlGravatar Janosch Frank 1-0/+16
2018-07-21KVM: arm: Add 32bit get/set events supportGravatar James Morse 1-4/+4
2018-07-21arm64: KVM: export the capability to set guest SError syndromeGravatar Dongjiu Geng 1-0/+26
2018-07-21arm/arm64: KVM: Add KVM_GET/SET_VCPU_EVENTSGravatar Dongjiu Geng 1-4/+50
2018-07-21KVM: arm/arm64: vgic: Update documentation of the GIC devices wrt IIDRGravatar Christoffer Dall 2-6/+17
2018-06-22KVM: fix KVM_CAP_HYPERV_TLBFLUSH paragraph numberGravatar Vitaly Kuznetsov 1-1/+1
2018-06-01KVM: docs: nVMX: Remove known limitations as they do not exist nowGravatar Liran Alon 1-11/+0
2018-06-01KVM: docs: mmu: KVM support exposing SLAT to guestsGravatar Liran Alon 1-2/+2
2018-06-01Merge tag 'kvmarm-for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Paolo Bonzini 1-2/+28
2018-05-26KVM: docs: mmu: Fix link to NPT presentation from KVM Forum 2008Gravatar Liran Alon 1-1/+1
2018-05-26kvm: x86: Amend the KVM_GET_SUPPORTED_CPUID API documentationGravatar Jim Mattson 1-6/+12
2018-05-26KVM: x86: hyperv: declare KVM_CAP_HYPERV_TLBFLUSH capabilityGravatar Vitaly Kuznetsov 1-0/+9
2018-05-25KVM: arm/arm64: Document KVM_VGIC_V3_ADDR_TYPE_REDIST_REGIONGravatar Eric Auger 1-2/+28
2018-05-17kvm: rename KVM_HINTS_DEDICATED to KVM_HINTS_REALTIMEGravatar Michael S. Tsirkin 1-3/+3