summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/kvm.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-06-031-0/+14
|\
| * x86/kvm/hyper-v: Add support for synthetic debugger interfaceJon Doron2020-06-011-0/+10
| * x86/kvm/hyper-v: Explicitly align hcall param for kvm_hyperv_exitJon Doron2020-06-011-0/+2
| * KVM: x86: announce KVM_FEATURE_ASYNC_PF_INTVitaly Kuznetsov2020-06-011-0/+1
| * kvm: add capability for halt pollingDavid Matlack2020-04-241-0/+1
* | docs: fix broken references for ReST files that moved aroundMauro Carvalho Chehab2020-04-201-2/+2
|/
* KVM: PPC: Book3S HV: Add a capability for enabling secure guestsPaul Mackerras2020-03-261-0/+1
* Merge tag 'kvm-s390-next-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2020-03-161-2/+41
|\
| * KVM: s390: protvirt: introduce and enable KVM_CAP_S390_PROTECTEDChristian Borntraeger2020-02-271-0/+1
| * KVM: s390: protvirt: UV calls in support of diag308 0, 1Janosch Frank2020-02-271-0/+2
| * KVM: S390: protvirt: Introduce instruction data area bounce bufferJanosch Frank2020-02-271-2/+7
| * KVM: s390: protvirt: Add initial vm and cpu lifecycle handlingJanosch Frank2020-02-271-0/+31
* | KVM: x86: enable dirty log gradually in small chunksJay Zhou2020-03-161-0/+3
|/
* KVM: s390: Add new reset vcpu APIJanosch Frank2020-01-311-0/+5
* KVM: PPC: Book3S HV: Support reset of secure guestBharata B Rao2019-11-281-0/+1
* Merge tag 'kvmarm-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2019-11-211-0/+10
|\
| * Merge remote-tracking branch 'kvmarm/kvm-arm64/stolen-time' into kvmarm-maste...Marc Zyngier2019-10-241-0/+2
| |\
| | * KVM: arm64: Provide VCPU attributes for stolen timeSteven Price2019-10-211-0/+2
| * | KVM: arm/arm64: Allow user injection of external data abortsChristoffer Dall2019-10-211-0/+1
| * | KVM: arm/arm64: Allow reporting non-ISV data aborts to userspaceChristoffer Dall2019-10-211-0/+7
| |/
* / KVM: PPC: Report single stepping capabilityFabiano Rosas2019-10-211-0/+1
|/
* Merge tag 'riscv/for-v5.4-rc1-b' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-09-271-0/+1
|\
| * KVM: RISC-V: Add KVM_REG_RISCV for ONE_REG interfaceAnup Patel2019-09-201-0/+1
* | KVM/Hyper-V: Add new KVM capability KVM_CAP_HYPERV_DIRECT_TLBFLUSHTianyu Lan2019-09-241-0/+1
|/
* KVM: x86: Return to userspace with internal error on unexpected exit reasonLiran Alon2019-09-111-0/+2
* KVM: arm/arm64: vgic: Allow more than 256 vcpus for KVM_IRQ_LINEMarc Zyngier2019-09-091-0/+1
* Documentation: move Documentation/virtual to Documentation/virtChristoph Hellwig2019-07-241-2/+2
* KVM: x86: PMU Event FilterEric Hankland2019-07-111-0/+3
* KVM: X86: Provide a capability to disable cstate msr read interceptsWanpeng Li2019-06-041-1/+3
* Merge tag 'kvmarm-for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2019-05-151-0/+7
|\
| * KVM: arm64: Add capability to advertise ptrauth for guestAmit Daniel Kachhap2019-04-241-0/+2
| * KVM: arm64: Add a capability to advertise SVE supportDave Martin2019-03-291-0/+1
| * KVM: arm/arm64: Add KVM_ARM_VCPU_FINALIZE ioctlDave Martin2019-03-291-0/+3
| * KVM: Allow 2048-bit register access via ioctl interfaceDave Martin2019-03-291-0/+1
* | Merge tag 'kvm-ppc-next-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2019-05-151-0/+3
|\ \
| * | KVM: PPC: Book3S HV: XIVE: Introduce a new capability KVM_CAP_PPC_IRQ_XIVECédric Le Goater2019-04-301-0/+1
| * | KVM: PPC: Book3S HV: Add a new KVM device for the XIVE native exploitation modeCédric Le Goater2019-04-301-0/+2
| |/
* / KVM: Introduce KVM_CAP_MANUAL_DIRTY_LOG_PROTECT2Peter Xu2019-05-081-2/+3
|/
* x86/kvm/hyper-v: Introduce KVM_GET_SUPPORTED_HV_CPUIDVitaly Kuznetsov2018-12-141-0/+4
* kvm: introduce manual dirty log reprotectPaolo Bonzini2018-12-141-0/+15
* Merge tag 'kvmarm-for-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini2018-10-191-0/+10
|\
| * kvm: arm64: Allow tuning the physical address size for VMSuzuki K Poulose2018-10-031-0/+10
* | kvm: x86: Introduce KVM_CAP_EXCEPTION_PAYLOADJim Mattson2018-10-171-0/+1
* | KVM: nVMX: add KVM_CAP_HYPERV_ENLIGHTENED_VMCS capabilityVitaly Kuznetsov2018-10-171-0/+1
* | kvm/x86 : add coalesced pio supportPeng Hao2018-10-171-2/+9
* | KVM: x86: hyperv: implement PV IPI send hypercallsVitaly Kuznetsov2018-10-171-0/+1
* | KVM: PPC: Book3S HV: Add NO_HASH flag to GET_SMMU_INFO ioctl resultPaul Mackerras2018-10-091-0/+1
* | KVM: PPC: Book3S HV: Add a VM capability to enable nested virtualizationPaul Mackerras2018-10-091-0/+1
|/
* KVM: x86: Control guest reads of MSR_PLATFORM_INFODrew Schmitt2018-09-201-0/+1
* Merge tag 'kvmarm-for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini2018-08-221-0/+1
|\