summaryrefslogtreecommitdiffstats
path: root/Documentation/virtual
Commit message (Expand)AuthorAgeFilesLines
* 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-044-4/+71
|\ \
| * \ Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm-...Paolo Bonzini2014-05-302-0/+20
| |\ \
| | * | 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
| | * | KVM: PPC: Disable NX for old magic page using guestsAlexander Graf2014-05-301-0/+14
| * | | 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: add documentation for diag 501David Hildenbrand2014-04-221-0/+2
| * | KVM: s390: Exploiting generic userspace interface for cmmaDominik Dingel2014-04-221-0/+16
| * | KVM: s390: Per-vm kvm device controlsDominik Dingel2014-04-222-4/+14
| |/
* / 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-031-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: s390: adapter interrupt sourcesCornelia Huck2014-03-211-0/+45
* | KVM: Add per-vm capability enablement.Cornelia Huck2014-03-211-2/+4
* | kvm: x86: ignore ioapic polarityGabriel L. Somlo2014-03-131-1/+15
* | Merge tag 'kvm-for-3.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Paolo Bonzini2014-03-041-0/+2
|\|
| * Documentation/: update 00-INDEX filesHenrik Austad2014-02-111-0/+2
* | Merge tag 'kvm-s390-20140130' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2014-02-041-0/+46
|\ \ | |/ |/|
| * KVM: async_pf: Async page fault support on s390Dominik Dingel2014-01-301-0/+10
| * KVM: s390: add floating irq controllerJens Freimann2014-01-301-0/+36
* | 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-315-7/+7
* | KVM: arm-vgic: Add vgic reg access from dev attrChristoffer Dall2013-12-211-0/+52
* | KVM: arm-vgic: Set base addr through device APIChristoffer Dall2013-12-212-1/+17
* | KVM: arm-vgic: Support KVM_CREATE_DEVICE for VGICChristoffer Dall2013-12-211-0/+10
* | KVM: s390: diagnose call documentationCornelia Huck2013-12-112-0/+83
|/
* 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
* | Documentation/kvm: add a 00-INDEX fileRamkumar Ramachandra2013-10-311-0/+24
* | kvm: Add VFIO deviceAlex Williamson2013-10-301-0/+22
* | kvm: Add KVM_GET_EMULATED_CPUIDBorislav Petkov2013-10-301-3/+74
|/
* Merge tag 'kvm-arm-for-3.13-1' of git://git.linaro.org/people/cdall/linux-kvm...Gleb Natapov2013-10-161-4/+27
|\
| * KVM: ARM: Remove non-ASCII space charactersChristoffer Dall2013-10-161-1/+1
| * KVM: Add documentation for KVM_ARM_PREFERRED_TARGET ioctlAnup Patel2013-10-021-4/+27
* | KVM: Convert kvm_lock back to non-raw spinlockPaolo Bonzini2013-09-301-1/+1