summaryrefslogtreecommitdiffstats
path: root/Documentation/virtual/kvm/api.txt
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-s390-next-20150122' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini2015-01-231-1/+21
|\
| * KVM: s390: forward most SIGP orders to user spaceDavid Hildenbrand2015-01-231-0/+20
| * KVM: s390: new parameter for SIGP STOP irqsDavid Hildenbrand2015-01-231-1/+1
* | arm/arm64: KVM: allow userland to request a virtual GICv3Andre Przywara2015-01-201-5/+8
|/
* Merge tag 'kvm-arm-for-3.19-take2' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini2014-12-151-1/+16
|\
| * arm/arm64: KVM: Turn off vcpus on PSCI shutdown/rebootChristoffer Dall2014-12-131-0/+9
| * arm/arm64: KVM: Clarify KVM_ARM_VCPU_INIT ABIChristoffer Dall2014-12-131-0/+5
| * arm/arm64: KVM: Correct KVM_ARM_VCPU_INIT power off optionChristoffer Dall2014-12-131-1/+2
* | kvm: Documentation: remove ia64Tiejun Chen2014-11-201-23/+22
* | kvm: drop unsupported capabilities, fix documentationMichael S. Tsirkin2014-11-031-7/+33
|/
* KVM: PPC: BOOKE: Add one_reg documentation of SPRG9 and DBSRBharat Bhushan2014-09-221-0/+2
* KVM: fix api documentation of KVM_GET_EMULATED_CPUIDAlex Bennée2014-09-101-70/+70
* KVM: document KVM_SET_GUEST_DEBUG apiAlex Bennée2014-09-101-0/+44
* KVM: clarify the idea of kvm_dirty_regsDavid Hildenbrand2014-08-251-0/+4
* Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvmPaolo Bonzini2014-08-051-8/+52
|\
| * KVM: PPC: Remove DCR handlingAlexander Graf2014-07-281-3/+3
| * KVM: Allow KVM_CHECK_EXTENSION on the vm fdAlexander Graf2014-07-281-2/+5
| * KVM: PPC: Book3S: Fix LPCR one_reg interfaceAlexey Kardashevskiy2014-07-281-1/+2
| * KVM: PPC: Book3S: Allow only implemented hcalls to be enabled or disabledPaul Mackerras2014-07-281-0/+4
| * KVM: PPC: Book3S: Controls for in-kernel sPAPR hypercall handlingPaul Mackerras2014-07-281-2/+39
* | Merge tag 'kvm-s390-20140721' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2014-07-221-3/+24
|\ \
| * | KVM: s390: document KVM_CAP_S390_IRQCHIPCornelia Huck2014-07-211-0/+9
| * | KVM: document target of capability enablementCornelia Huck2014-07-211-3/+15
* | | Merge tag 'kvm-s390-20140715' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2014-07-211-11/+20
|\| |
| * | KVM: s390: implement KVM_(S|G)ET_MP_STATE for user space state controlDavid Hildenbrand2014-07-101-2/+8
| * | KVM: prepare for KVM_(S|G)ET_MP_STATE on other architecturesDavid Hildenbrand2014-07-101-9/+12
| |/
* | KVM: MIPS: Document MIPS specifics of KVM API.James Hogan2014-07-091-2/+61
* | KVM: Reformat KVM_SET_ONE_REG register documentationJames Hogan2014-07-091-111/+111
* | KVM: Document KVM_SET_SIGNAL_MASK as universalJames Hogan2014-07-091-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-06-041-1/+1
|\
| * doc: spelling error changesCarlos Garcia2014-05-051-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into nextLinus Torvalds2014-06-041-4/+29
|\ \
| * \ Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm-...Paolo Bonzini2014-05-301-0/+6
| |\ \
| | * | KVM: PPC: Book3S: Move KVM_REG_PPC_WORT to an unused register numberPaul Mackerras2014-05-301-0/+1
| | * | KVM: PPC: Book3S: Add ONE_REG register names that were missedPaul Mackerras2014-05-301-0/+5
| * | | Merge tag 'kvm-arm-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini2014-05-271-0/+17
| |\ \ \ | | |/ / | |/| |
| | * | KVM: Add KVM_EXIT_SYSTEM_EVENT to user space API headerAnup Patel2014-04-301-0/+15
| | * | KVM: Documentation: Add info regarding KVM_ARM_VCPU_PSCI_0_2 featureAnup Patel2014-04-301-0/+2
| * | | KVM: s390: Add clock comparator and CPU timer IRQ injectionThomas Huth2014-05-061-0/+2
| |/ /
| * / KVM: s390: Per-vm kvm device controlsDominik Dingel2014-04-221-4/+4
| |/
* / KVM: s390: announce irqfd capabilityCornelia Huck2014-05-151-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-04-021-1/+1
|\
| * doc: fix double wordsMasanari Iida2014-03-211-1/+1
* | KVM: Specify byte order for KVM_EXIT_MMIOChristoffer Dall2014-03-271-0/+4
* | KVM: s390: irq routing for adapter interrupts.Cornelia Huck2014-03-211-4/+17
* | KVM: Add per-vm capability enablement.Cornelia Huck2014-03-211-2/+4
* | kvm: x86: ignore ioapic polarityGabriel L. Somlo2014-03-131-1/+15
|/
* Merge branch 'kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm-queuePaolo Bonzini2014-01-291-0/+1
|\
| * KVM: PPC: Book3S HV: Add support for DABRX register on POWER7Paul Mackerras2014-01-271-0/+1
* | Merge tag 'kvm-arm-for-3.14' of git://git.linaro.org/people/christoffer.dall/...Paolo Bonzini2014-01-151-1/+1
|\ \