summaryrefslogtreecommitdiffstats
path: root/Documentation/virtual/kvm/api.txt
Commit message (Expand)AuthorAgeFilesLines
* Documentation: move Documentation/virtual to Documentation/virtChristoph Hellwig2019-07-241-5296/+0Star
* KVM: x86: Add fixed counters to PMU filterEric Hankland2019-07-201-5/+10
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-07-131-0/+28
|\
| * Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2019-07-111-16/+32
| |\
| * | KVM: x86: PMU Event FilterEric Hankland2019-07-111-0/+26
| * | KVM: X86: Provide a capability to disable cstate msr read interceptsWanpeng Li2019-06-041-0/+1
| * | KVM: Documentation: Add disable pause exits to KVM_CAP_X86_DISABLE_EXITSWanpeng Li2019-06-041-0/+1
* | | Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds2019-07-091-1/+1
|\ \ \ | |_|/ |/| |
| * | docs: arm64: convert docs to ReST and rename to .rstMauro Carvalho Chehab2019-06-141-1/+1
| |/
* | KVM: x86: Modify struct kvm_nested_state to have explicit fields for dataLiran Alon2019-06-191-15/+31
* | KVM: fix typo in documentationDennis Restle2019-06-181-1/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-05-171-25/+200
|\
| * 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/+2Star
| | * 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-151-0/+10
| |\ \
| | * | KVM: PPC: Book3S HV: XIVE: Add get/set accessors for the VP XIVE stateCédric Le Goater2019-04-301-0/+1
| | * | KVM: PPC: Book3S HV: XIVE: Introduce a new capability KVM_CAP_PPC_IRQ_XIVECédric Le Goater2019-04-301-0/+9
| * | | 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/+0Star
| * | | kvm: move KVM_CAP_NR_MEMSLOTS to common codePaolo Bonzini2019-04-161-3/+2Star
| |/ /
* | | 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: doc: Document the life cycle of a VM and its resourcesSean Christopherson2019-03-151-0/+17
* 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
|\ \ | |/ |/|