summaryrefslogtreecommitdiffstats
path: root/Documentation/virtual/kvm/api.txt
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | KVM: Documentation: Fix typo for KVM_ARM_VCPU_INIT ioctlAnup Patel2013-12-171-1/+1
| |/
* | KVM: doc: Fix typo in doc/virtual/kvmMasanari Iida2013-12-311-2/+2
* | KVM: arm-vgic: Set base addr through device APIChristoffer Dall2013-12-211-1/+6
|/
* Merge branch 'kvm-ppc-queue' of git://github.com/agraf/linux-2.6 into queueGleb Natapov2013-11-041-0/+44
|\
| * KVM: PPC: Book3S HV: Support POWER6 compatibility mode on POWER7Paul Mackerras2013-10-171-0/+1
| * KVM: PPC: Book3S HV: Add support for guest Program Priority RegisterPaul Mackerras2013-10-171-0/+1
| * KVM: PPC: Book3S HV: Store LPCR value for each virtual corePaul Mackerras2013-10-171-0/+1
| * KVM: PPC: Book3S: Add GET/SET_ONE_REG interface for VRSAVEPaul Mackerras2013-10-171-0/+1
| * KVM: PPC: Book3S HV: Implement timebase offset for guestsPaul Mackerras2013-10-171-0/+1
| * KVM: PPC: Book3S HV: Reserve POWER8 space in get/set_one_regMichael Neuling2013-10-171-0/+39
* | kvm: Add KVM_GET_EMULATED_CPUIDBorislav Petkov2013-10-301-3/+74
|/
* KVM: ARM: Remove non-ASCII space charactersChristoffer Dall2013-10-151-1/+1
* KVM: Add documentation for KVM_ARM_PREFERRED_TARGET ioctlAnup Patel2013-10-021-4/+27
* doc: Fix typo in doucmentationsMasanari Iida2013-07-251-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-07-041-4/+4
|\
| * Documentation/virtual/kvm/api.txt fix a typoStefan Huber2013-06-051-1/+1
| * doc: fix misspellings with 'codespell' toolAnatol Pomozov2013-05-281-3/+3
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-07-031-4/+4
|\ \
| * | kvm api doc: fix section numbersAlexey Kardashevskiy2013-06-191-4/+4
| |/
* | arm64: KVM: userspace API documentationMarc Zyngier2013-06-121-19/+39
|/
* Merge branch 'kvm-arm-for-3.10' of git://github.com/columbia/linux-kvm-arm in...Marcelo Tosatti2013-05-031-6/+6
|\
| * KVM: ARM: Fix API documentation for ONE_REG encodingChristoffer Dall2013-04-281-6/+6
* | KVM: PPC: Book3S: Add API for in-kernel XICS emulationPaul Mackerras2013-05-021-0/+8
|/
* KVM: PPC: Book3S: Facilities to save/restore XICS presentation ctrler statePaul Mackerras2013-04-261-0/+1
* KVM: PPC: Book3S: Add infrastructure to implement kernel-side RTAS callsMichael Ellerman2013-04-261-0/+19
* kvm/ppc/mpic: add KVM_CAP_IRQ_MPICScott Wood2013-04-261-0/+8
* kvm: add device control APIScott Wood2013-04-261-0/+70
* KVM: PPC: e500: Add support for EPTCFG registerMihai Caraman2013-04-261-0/+1
* KVM: PPC: e500: Add support for TLBnPS registersMihai Caraman2013-04-261-0/+4
* KVM: PPC: e500: Expose MMU registers via ONE_REGMihai Caraman2013-04-261-0/+11
* KVM: PPC: Added one_reg interface for timer registersBharat Bhushan2013-03-221-0/+4
* KVM: ioeventfd for virtio-ccw devices.Cornelia Huck2013-03-051-0/+8
* Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-02-241-23/+85
|\
| * KVM: Remove duplicate text in api.txtGeoff Levand2013-02-051-13/+0
| * KVM: set_memory_region: Disallow changing read-only attribute laterTakuya Yoshikawa2013-02-041-6/+6
| * KVM: PPC: BookE: Add EPR ONE_REG syncAlexander Graf2013-01-101-0/+1
| * KVM: PPC: BookE: Implement EPR exitAlexander Graf2013-01-101-2/+38
| * KVM: PPC: Fix SREGS documentation referenceMihai Caraman2013-01-101-1/+1
| * KVM: s390: Add support for channel I/O instructions.Cornelia Huck2013-01-071-0/+30
| * KVM: s390: Base infrastructure for enabling capabilities.Cornelia Huck2013-01-071-1/+1
| * KVM: s390: Add support for machine checks.Cornelia Huck2013-01-071-0/+4
OpenPOWER on IntegriCloud