summaryrefslogtreecommitdiffstats
path: root/Documentation/virtual
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-05-173-26/+399
|\
| * Merge tag 'kvmarm-for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2019-05-151-0/+178
| |\
| | * KVM: arm64: Add capability to advertise ptrauth for guestAmit Daniel Kachhap2019-04-241-4/+10
| | * KVM: arm64: Add userspace flag to enable pointer authenticationAmit Daniel Kachhap2019-04-241-0/+10
| | * KVM: arm64: Clarify access behaviour for out-of-range SVE register slice IDsDave Martin2019-04-181-2/+3
| | * KVM: Clarify KVM_{SET,GET}_ONE_REG error code documentationDave Martin2019-04-181-5/+9
| | * KVM: Clarify capability requirements for KVM_ARM_VCPU_FINALIZEDave Martin2019-04-181-3/+2
| | * KVM: arm64/sve: Simplify KVM_REG_ARM64_SVE_VLS array sizingDave Martin2019-04-181-4/+6
| | * KVM: arm64/sve: Document KVM API extensions for SVEDave Martin2019-03-291-3/+129
| | * KVM: Document errors for KVM_GET_ONE_REG and KVM_SET_ONE_REGDave Martin2019-03-291-0/+6
| | * KVM: Documentation: Document arm64 core registers in detailDave Martin2019-03-291-0/+24
| * | Merge tag 'kvm-ppc-next-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2019-05-152-0/+207
| |\ \
| | * | KVM: PPC: Book3S HV: XIVE: Add passthrough supportCédric Le Goater2019-04-301-0/+19
| | * | KVM: PPC: Book3S HV: XIVE: Add a mapping for the source ESB pagesCédric Le Goater2019-04-301-0/+7
| | * | KVM: PPC: Book3S HV: XIVE: Add a TIMA mappingCédric Le Goater2019-04-301-0/+23
| | * | KVM: PPC: Book3S HV: XIVE: Add get/set accessors for the VP XIVE stateCédric Le Goater2019-04-302-0/+18
| | * | KVM: PPC: Book3S HV: XIVE: Add a control to dirty the XIVE EQ pagesCédric Le Goater2019-04-301-0/+29
| | * | KVM: PPC: Book3S HV: XIVE: Add a control to sync the sourcesCédric Le Goater2019-04-301-0/+8
| | * | KVM: PPC: Book3S HV: XIVE: Add a global reset controlCédric Le Goater2019-04-301-0/+5
| | * | KVM: PPC: Book3S HV: XIVE: Add controls for the EQ configurationCédric Le Goater2019-04-301-0/+34
| | * | KVM: PPC: Book3S HV: XIVE: Add a control to configure a sourceCédric Le Goater2019-04-301-0/+21
| | * | KVM: PPC: Book3S HV: XIVE: add a control to initialize a sourceCédric Le Goater2019-04-301-0/+15
| | * | KVM: PPC: Book3S HV: XIVE: Introduce a new capability KVM_CAP_PPC_IRQ_XIVECédric Le Goater2019-04-301-0/+9
| | * | KVM: PPC: Book3S HV: Add a new KVM device for the XIVE native exploitation modeCédric Le Goater2019-04-301-0/+19
| * | | KVM: Introduce KVM_CAP_MANUAL_DIRTY_LOG_PROTECT2Peter Xu2019-05-081-5/+10
| * | | KVM: fix KVM_CLEAR_DIRTY_LOG for memory slots of unaligned sizePaolo Bonzini2019-04-301-2/+3
| * | | Revert "KVM: doc: Document the life cycle of a VM and its resources"Radim Krčmář2019-04-301-17/+0
| * | | Merge tag 'kvm-s390-next-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2019-04-301-1/+2
| |\ \ \
| | * | | KVM: s390: add MSA9 to cpumodelChristian Borntraeger2019-04-181-1/+2
| | |/ /
| * / / kvm: move KVM_CAP_NR_MEMSLOTS to common codePaolo Bonzini2019-04-161-3/+2
| |/ /
* | | KVM: fix KVM_CLEAR_DIRTY_LOG for memory slots of unaligned sizePaolo Bonzini2019-04-301-2/+3
* | | Documentation: kvm: fix dirty log ioctl arch listsAndrew Jones2019-04-291-3/+3
|/ /
* | Documentation: kvm: clarify KVM_SET_USER_MEMORY_REGIONPaolo Bonzini2019-03-281-8/+10
* | KVM: doc: Document the life cycle of a VM and its resourcesSean Christopherson2019-03-281-0/+17
* | KVM: Reject device ioctls from processes other than the VM's creatorSean Christopherson2019-03-281-5/+11
* | KVM: doc: Fix incorrect word ordering regarding supported use of APIsSean Christopherson2019-03-281-12/+16
* | KVM: x86: fix handling of role.cr4_pae and rename it to 'gpte_size'Sean Christopherson2019-03-281-4/+7
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-03-153-46/+49
|\
| * KVM: doc: Document the life cycle of a VM and its resourcesSean Christopherson2019-03-151-0/+17
| * KVM: Expose the initial start value in grow_halt_poll_ns() as a module parameterNir Weiner2019-02-201-14/+23
| * Revert "KVM: MMU: document fast invalidate all pages"Sean Christopherson2019-02-201-27/+1
| * KVM: Move the memslot update in-progress flag to bit 63Sean Christopherson2019-02-201-5/+8
* | virtio-ccw: diag 500 may return a negative cookieCornelia Huck2019-03-061-1/+2
|/
* Documentation/virtual/kvm: Update URL for AMD SEV API specificationChristophe de Dinechin2019-01-111-1/+1
* x86/kvm/hyper-v: Introduce KVM_GET_SUPPORTED_HV_CPUIDVitaly Kuznetsov2018-12-141-0/+56
* kvm: introduce manual dirty log reprotectPaolo Bonzini2018-12-141-0/+67
* kvm: make KVM_CAP_ENABLE_CAP_VM architecture agnosticPaolo Bonzini2018-12-141-4/+9
* Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-10-251-6/+129
|\
| * Merge tag 'kvmarm-for-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini2018-10-191-0/+31
| |\
| | * kvm: arm64: Allow tuning the physical address size for VMSuzuki K Poulose2018-10-031-0/+31