summaryrefslogtreecommitdiffstats
path: root/Documentation/virtual
AgeCommit message (Expand)AuthorLines
2019-06-19KVM: x86: Modify struct kvm_nested_state to have explicit fields for dataLiran Alon-15/+31
2019-06-18KVM: fix typo in documentationDennis Restle-1/+1
2019-05-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-26/+399
2019-05-15Merge tag 'kvmarm-for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini-0/+178
2019-05-15Merge tag 'kvm-ppc-next-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini-0/+207
2019-05-08KVM: Introduce KVM_CAP_MANUAL_DIRTY_LOG_PROTECT2Peter Xu-5/+10
2019-04-30KVM: fix KVM_CLEAR_DIRTY_LOG for memory slots of unaligned sizePaolo Bonzini-2/+3
2019-04-30Revert "KVM: doc: Document the life cycle of a VM and its resources"Radim Krčmář-17/+0
2019-04-30Merge tag 'kvm-s390-next-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini-1/+2
2019-04-30KVM: fix KVM_CLEAR_DIRTY_LOG for memory slots of unaligned sizePaolo Bonzini-2/+3
2019-04-30KVM: PPC: Book3S HV: XIVE: Add passthrough supportCédric Le Goater-0/+19
2019-04-30KVM: PPC: Book3S HV: XIVE: Add a mapping for the source ESB pagesCédric Le Goater-0/+7
2019-04-30KVM: PPC: Book3S HV: XIVE: Add a TIMA mappingCédric Le Goater-0/+23
2019-04-30KVM: PPC: Book3S HV: XIVE: Add get/set accessors for the VP XIVE stateCédric Le Goater-0/+18
2019-04-30KVM: PPC: Book3S HV: XIVE: Add a control to dirty the XIVE EQ pagesCédric Le Goater-0/+29
2019-04-30KVM: PPC: Book3S HV: XIVE: Add a control to sync the sourcesCédric Le Goater-0/+8
2019-04-30KVM: PPC: Book3S HV: XIVE: Add a global reset controlCédric Le Goater-0/+5
2019-04-30KVM: PPC: Book3S HV: XIVE: Add controls for the EQ configurationCédric Le Goater-0/+34
2019-04-30KVM: PPC: Book3S HV: XIVE: Add a control to configure a sourceCédric Le Goater-0/+21
2019-04-30KVM: PPC: Book3S HV: XIVE: add a control to initialize a sourceCédric Le Goater-0/+15
2019-04-30KVM: PPC: Book3S HV: XIVE: Introduce a new capability KVM_CAP_PPC_IRQ_XIVECédric Le Goater-0/+9
2019-04-30KVM: PPC: Book3S HV: Add a new KVM device for the XIVE native exploitation modeCédric Le Goater-0/+19
2019-04-29Documentation: kvm: fix dirty log ioctl arch listsAndrew Jones-3/+3
2019-04-24KVM: arm64: Add capability to advertise ptrauth for guestAmit Daniel Kachhap-4/+10
2019-04-24KVM: arm64: Add userspace flag to enable pointer authenticationAmit Daniel Kachhap-0/+10
2019-04-18KVM: arm64: Clarify access behaviour for out-of-range SVE register slice IDsDave Martin-2/+3
2019-04-18KVM: Clarify KVM_{SET,GET}_ONE_REG error code documentationDave Martin-5/+9
2019-04-18KVM: Clarify capability requirements for KVM_ARM_VCPU_FINALIZEDave Martin-3/+2
2019-04-18KVM: arm64/sve: Simplify KVM_REG_ARM64_SVE_VLS array sizingDave Martin-4/+6
2019-04-18KVM: s390: add MSA9 to cpumodelChristian Borntraeger-1/+2
2019-04-16kvm: move KVM_CAP_NR_MEMSLOTS to common codePaolo Bonzini-3/+2
2019-03-29KVM: arm64/sve: Document KVM API extensions for SVEDave Martin-3/+129
2019-03-29KVM: Document errors for KVM_GET_ONE_REG and KVM_SET_ONE_REGDave Martin-0/+6
2019-03-29KVM: Documentation: Document arm64 core registers in detailDave Martin-0/+24
2019-03-28Documentation: kvm: clarify KVM_SET_USER_MEMORY_REGIONPaolo Bonzini-8/+10
2019-03-28KVM: doc: Document the life cycle of a VM and its resourcesSean Christopherson-0/+17
2019-03-28KVM: Reject device ioctls from processes other than the VM's creatorSean Christopherson-5/+11
2019-03-28KVM: doc: Fix incorrect word ordering regarding supported use of APIsSean Christopherson-12/+16
2019-03-28KVM: x86: fix handling of role.cr4_pae and rename it to 'gpte_size'Sean Christopherson-4/+7
2019-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-46/+49
2019-03-15KVM: doc: Document the life cycle of a VM and its resourcesSean Christopherson-0/+17
2019-03-06virtio-ccw: diag 500 may return a negative cookieCornelia Huck-1/+2
2019-02-20KVM: Expose the initial start value in grow_halt_poll_ns() as a module parameterNir Weiner-14/+23
2019-02-20Revert "KVM: MMU: document fast invalidate all pages"Sean Christopherson-27/+1
2019-02-20KVM: Move the memslot update in-progress flag to bit 63Sean Christopherson-5/+8
2019-01-11Documentation/virtual/kvm: Update URL for AMD SEV API specificationChristophe de Dinechin-1/+1
2018-12-14x86/kvm/hyper-v: Introduce KVM_GET_SUPPORTED_HV_CPUIDVitaly Kuznetsov-0/+56
2018-12-14kvm: introduce manual dirty log reprotectPaolo Bonzini-0/+67
2018-12-14kvm: make KVM_CAP_ENABLE_CAP_VM architecture agnosticPaolo Bonzini-4/+9
2018-10-25Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-6/+129