summaryrefslogtreecommitdiffstats
path: root/Documentation/virtual/kvm/api.txt
Commit message (Expand)AuthorAgeFilesLines
* KVM: documentation: fix KVM_CAP_X2APIC_API informationPaolo Bonzini2016-08-041-3/+4
* Merge tag 'kvm-arm-for-4.8-take2' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2016-08-041-13/+33
|\
| * KVM: arm/arm64: Enable MSI routingEric Auger2016-07-221-0/+3
| * KVM: arm/arm64: Enable irqchip routingEric Auger2016-07-221-4/+8
| * KVM: api: Pass the devid in the msi routing entryEric Auger2016-07-221-2/+17
* | Merge tag 'kvm-arm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Radim Krčmář2016-07-221-3/+11
|\ \ | |/
| * KVM: arm64: vgic-its: Enable ITS emulation as a virtual MSI controllerAndre Przywara2016-07-181-1/+1
| * KVM: Extend struct kvm_msi to hold a 32-bit device IDAndre Przywara2016-07-181-2/+10
* | KVM: s390: allow user space to handle instr 0x0000David Hildenbrand2016-07-181-0/+13
* | KVM: x86: add a flag to disable KVM x2apic broadcast quirkRadim Krčmář2016-07-141-0/+6
* | KVM: x86: add KVM_CAP_X2APIC_APIRadim Krčmář2016-07-141-0/+41
|/
* MIPS: KVM: Add KScratch registersJames Hogan2016-06-151-0/+6
* KVM: s390: provide CMMA attributes only if availableDavid Hildenbrand2016-06-101-0/+2
* kvm: introduce KVM_MAX_VCPU_IDGreg Kurz2016-05-111-2/+8
* KVM: s390: document KVM_CAP_S390_RIDavid Hildenbrand2016-05-091-0/+8
* Merge tag 'kvm-arm-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2016-03-091-4/+8
|\
| * arm64: KVM: Introduce per-vcpu kvm device controlsShannon Zhao2016-02-291-4/+6
| * arm64: KVM: Add a new feature bit for PMUv3Shannon Zhao2016-02-291-0/+2
* | KVM: document KVM_REINJECT_CONTROL ioctlRadim Krčmář2016-03-041-0/+24
* | Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2016-03-031-0/+57
|\ \
| * | KVM: PPC: Add support for 64bit TCE windowsAlexey Kardashevskiy2016-03-021-0/+32
| * | KVM: PPC: Add support for multiple-TCE hcallsAlexey Kardashevskiy2016-02-161-0/+25
| |/
* | kvm/x86: Hyper-V VMBus hypercall userspace exitAndrey Smetanin2016-02-161-0/+6
|/
* KVM doc: Fix KVM_SMI chapter numberAlexey Kardashevskiy2016-01-261-1/+1
* kvm/x86: Hyper-V kvm exitAndrey Smetanin2015-11-251-0/+22
* kvm/x86: Hyper-V synthetic interrupt controllerAndrey Smetanin2015-11-251-0/+19
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-11-051-5/+47
|\
| * kvm: add capability for any-length ioeventfdsJason Wang2015-10-011-1/+5
| * KVM: x86: Add support for local interrupt requests from userspaceSteve Rutherford2015-10-011-4/+10
| * KVM: x86: Add EOI exit bitmap inferenceSteve Rutherford2015-10-011-3/+6
| * KVM: x86: Add KVM exit for IOAPIC EOIsSteve Rutherford2015-10-011-0/+12
| * KVM: x86: Split the APIC from the rest of IRQCHIP.Steve Rutherford2015-10-011-0/+17
* | Doc:kvm: Fix typo in Doc/virtual/kvmMasanari Iida2015-10-111-2/+2
|/
* Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm-...Paolo Bonzini2015-08-221-0/+5
|\
| * kvm/x86: add sending hyper-v crash notification to user spaceAndrey Smetanin2015-07-231-0/+5
* | KVM: arm64: enable KVM_CAP_SET_GUEST_DEBUGAlex Bennée2015-07-211-1/+6
* | KVM: arm64: guest debug, add SW break point supportAlex Bennée2015-07-211-1/+1
* | KVM: arm: guest debug, add stub KVM_SET_GUEST_DEBUG ioctlAlex Bennée2015-07-211-1/+1
* | KVM: add comments for kvm_debug_exit_arch structAlex Bennée2015-07-211-1/+3
|/
* KVM: x86: mark legacy PCI device assignment as deprecatedPaolo Bonzini2015-06-051-7/+7
* KVM: implement multiple address spacesPaolo Bonzini2015-06-051-0/+12
* KVM: x86: API changes for SMM supportPaolo Bonzini2015-06-041-6/+34
* KVM: x86: Support for disabling quirksNadav Amit2015-05-071-1/+2
* KVM: PPC: Book3S HV: Add fast real-mode H_RANDOM implementation.Michael Ellerman2015-04-211-0/+17
* Merge tag 'kvm-s390-next-20150331' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini2015-04-071-0/+117
|\
| * KVM: s390: migrate vcpu interrupt stateJens Freimann2015-03-311-0/+61
| * KVM: s390: add ioctl to inject local interruptsJens Freimann2015-03-311-0/+56
* | Merge tag 'kvm-arm-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2015-04-071-5/+17
|\ \
| * | arm/arm64: KVM: export VCPU power state via MP_STATE ioctlAlex Bennée2015-03-141-4/+12
| * | KVM: arm/arm64: add irqfd supportEric Auger2015-03-121-1/+5
OpenPOWER on IntegriCloud