summaryrefslogtreecommitdiffstats
path: root/Documentation/virtual/kvm/api.txt
Commit message (Expand)AuthorAgeFilesLines
* KVM: Reject device ioctls from processes other than the VM's creatorSean Christopherson2019-04-031-5/+11
* 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 '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
* | kvm: x86: Introduce KVM_CAP_EXCEPTION_PAYLOADJim Mattson2018-10-171-1/+26
* | kvm: x86: Add exception payload fields to kvm_vcpu_eventsJim Mattson2018-10-171-6/+18
* | KVM: Documentation: Fix omission in struct kvm_vcpu_eventsJim Mattson2018-10-171-0/+1
* | kvm/x86 : add coalesced pio supportPeng Hao2018-10-171-6/+10
* | kvm/x86 : add document for coalesced mmioPeng Hao2018-10-171-0/+24
* | KVM: x86: hyperv: implement PV IPI send hypercallsVitaly Kuznetsov2018-10-171-0/+7
* | KVM: PPC: Book3S HV: Add NO_HASH flag to GET_SMMU_INFO ioctl resultPaul Mackerras2018-10-091-0/+4
* | KVM: PPC: Book3S HV: Add a VM capability to enable nested virtualizationPaul Mackerras2018-10-091-0/+14
* | Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-nextPaul Mackerras2018-10-091-0/+1
|\ \ | |/ |/|
| * KVM: PPC: Book3S HV: Add one-reg interface to virtual PTCR registerPaul Mackerras2018-10-091-0/+1
* | KVM: x86: Control guest reads of MSR_PLATFORM_INFODrew Schmitt2018-09-201-0/+9
* | KVM: s390: Make huge pages unavailable in ucontrol VMsJanosch Frank2018-09-121-1/+2
|/
* KVM: Documentation: rename the capability of KVM_CAP_ARM_SET_SERROR_ESRDongjiu Geng2018-08-221-3/+3
* Merge tag 'kvmarm-for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini2018-08-221-4/+76
|\
| * KVM: arm: Add 32bit get/set events supportJames Morse2018-07-211-4/+4
| * arm64: KVM: export the capability to set guest SError syndromeDongjiu Geng2018-07-211-0/+26
| * arm/arm64: KVM: Add KVM_GET/SET_VCPU_EVENTSDongjiu Geng2018-07-211-4/+50
* | kvm: nVMX: Introduce KVM_CAP_NESTED_STATEJim Mattson2018-08-061-0/+56
* | KVM: s390: Add huge page enablement controlJanosch Frank2018-07-301-0/+16
|/
* KVM: fix KVM_CAP_HYPERV_TLBFLUSH paragraph numberVitaly Kuznetsov2018-06-221-1/+1
* kvm: x86: Amend the KVM_GET_SUPPORTED_CPUID API documentationJim Mattson2018-05-261-6/+12
* KVM: x86: hyperv: declare KVM_CAP_HYPERV_TLBFLUSH capabilityVitaly Kuznetsov2018-05-261-0/+9
* arm/arm64: KVM: Add PSCI version selection APIMarc Zyngier2018-04-201-1/+8
* KVM: trivial documentation cleanupsAndrew Jones2018-03-281-1/+1
* KVM: X86: Provide a capability to disable HLT interceptsWanpeng Li2018-03-161-0/+2
* KVM: X86: Provide a capability to disable MWAIT interceptsWanpeng Li2018-03-161-9/+18
* Merge tag 'kvm-s390-next-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2018-03-161-0/+30
|\
| * KVM: document KVM_CAP_S390_[BPB|PSW|GMAP|COW]Christian Borntraeger2018-03-141-0/+30
* | KVM: x86: KVM_CAP_SYNC_REGSKen Hofsass2018-03-061-0/+40
* | KVM: x86: add SYNC_REGS_SIZE_BYTES #define.Ken Hofsass2018-03-061-1/+1
* | kvm: x86: hyperv: guest->host event signaling via eventfdRoman Kagan2018-03-061-0/+32
* | KVM: x86: Add a framework for supporting MSR-based featuresTom Lendacky2018-03-011-12/+28
|/
* Merge tag 'kvm-ppc-next-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/...Radim Krčmář2018-02-011-0/+1
|\
| * KVM: PPC: Book3S HV: Enable migration of decrementer registerPaul Mackerras2018-01-161-0/+1
* | Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Radim Krčmář2018-02-011-3/+50
|\ \
| * | KVM: PPC: Book3S: Provide information about hardware/firmware CVE workaroundsPaul Mackerras2018-01-191-0/+46
* | | Merge branch 'sev-v9-p2' of https://github.com/codomania/kvmPaolo Bonzini2018-01-161-0/+50
|\ \ \ | |/ / |/| |
| * | KVM: Introduce KVM_MEMORY_ENCRYPT_{UN,}REG_REGION ioctlBrijesh Singh2017-12-041-0/+34
| * | KVM: Introduce KVM_MEMORY_ENCRYPT_OP ioctlBrijesh Singh2017-12-041-0/+16
| |/
* | KVM: s390: mark irq_state.flags as non-usableChristian Borntraeger2017-12-061-3/+12
|/
* Merge tag 'kvm-s390-next-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel...Radim Krčmář2017-11-161-0/+9
|\
| * KVM: s390: provide a capability for AIS state migrationChristian Borntraeger2017-11-091-0/+9
* | KVM: x86: allow setting identity map addr with no vcpus onlyDavid Hildenbrand2017-10-121-0/+1
* | KVM: x86: document special identity map address valueDavid Hildenbrand2017-10-121-0/+3
|/
OpenPOWER on IntegriCloud