summaryrefslogtreecommitdiff
path: root/Documentation/virtual/kvm/api.txt
AgeCommit message (Expand)AuthorFilesLines
2017-03-20KVM: Documentation: document MCE ioctlsLuiz Capitulino1-0/+63
2017-03-09KVM: Add documentation for KVM_CAP_NR_MEMSLOTSLinu Cherian1-0/+4
2017-02-17KVM: race-free exit from KVM_RUN without POSIX signalsPaolo Bonzini1-1/+12
2017-02-07Merge tag 'kvm_mips_4.11_1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini1-0/+10
2017-02-03KVM: MIPS/T&E: Expose read-only CP0_IntCtl registerJames Hogan1-0/+1
2017-02-03KVM: MIPS/T&E: Expose CP0_EntryLo0/1 registersJames Hogan1-0/+8
2017-02-03KVM: MIPS/T&E: Implement CP0_EBase registerJames Hogan1-0/+1
2017-01-31KVM: PPC: Book3S HV: Allow KVM_PPC_ALLOCATE_HTAB ioctl() to change HPT sizeDavid Gibson1-6/+8
2017-01-31KVM: PPC: Book3S HV: HPT resizing documentation and reserved numbersDavid Gibson1-0/+95
2017-01-31Documentation: Correct duplicate section number in kvm/api.txtDavid Gibson1-3/+3
2017-01-31KVM: PPC: Book3S HV: Add userspace interfaces for POWER9 MMUPaul Mackerras1-0/+83
2016-12-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+4
2016-12-12Merge tag 'kvm-arm-for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini1-1/+1
2016-11-24KVM: PPC: Book3S HV: Add new POWER9 guest-accessible SPRsPaul Mackerras1-0/+2
2016-11-21KVM: PPC: Book3S HV: Save/restore XER in checkpointed register statePaul Mackerras1-0/+1
2016-11-19kvm: kvmclock: let KVM_GET_CLOCK return whether the master clock is in usePaolo Bonzini1-0/+11
2016-11-14ARM: KVM: Support vGICv3 ITSVladimir Murzin1-1/+1
2016-08-04KVM: documentation: fix KVM_CAP_X2APIC_API informationPaolo Bonzini1-3/+4
2016-08-04Merge tag 'kvm-arm-for-4.8-take2' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini1-13/+33
2016-07-22Merge tag 'kvm-arm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Radim Krčmář1-3/+11
2016-07-22KVM: arm/arm64: Enable MSI routingEric Auger1-0/+3
2016-07-22KVM: arm/arm64: Enable irqchip routingEric Auger1-4/+8
2016-07-22KVM: api: Pass the devid in the msi routing entryEric Auger1-2/+17
2016-07-18KVM: arm64: vgic-its: Enable ITS emulation as a virtual MSI controllerAndre Przywara1-1/+1
2016-07-18KVM: Extend struct kvm_msi to hold a 32-bit device IDAndre Przywara1-2/+10
2016-07-18KVM: s390: allow user space to handle instr 0x0000David Hildenbrand1-0/+13
2016-07-14KVM: x86: add a flag to disable KVM x2apic broadcast quirkRadim Krčmář1-0/+6
2016-07-14KVM: x86: add KVM_CAP_X2APIC_APIRadim Krčmář1-0/+41
2016-06-16MIPS: KVM: Add KScratch registersJames Hogan1-0/+6
2016-06-10KVM: s390: provide CMMA attributes only if availableDavid Hildenbrand1-0/+2
2016-05-11kvm: introduce KVM_MAX_VCPU_IDGreg Kurz1-2/+8
2016-05-09KVM: s390: document KVM_CAP_S390_RIDavid Hildenbrand1-0/+8
2016-03-09Merge tag 'kvm-arm-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini1-4/+8
2016-03-04KVM: document KVM_REINJECT_CONTROL ioctlRadim Krčmář1-0/+24
2016-03-03Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini1-0/+57
2016-03-02KVM: PPC: Add support for 64bit TCE windowsAlexey Kardashevskiy1-0/+32
2016-02-29arm64: KVM: Introduce per-vcpu kvm device controlsShannon Zhao1-4/+6
2016-02-29arm64: KVM: Add a new feature bit for PMUv3Shannon Zhao1-0/+2
2016-02-16kvm/x86: Hyper-V VMBus hypercall userspace exitAndrey Smetanin1-0/+6
2016-02-16KVM: PPC: Add support for multiple-TCE hcallsAlexey Kardashevskiy1-0/+25
2016-01-26KVM doc: Fix KVM_SMI chapter numberAlexey Kardashevskiy1-1/+1
2015-11-25kvm/x86: Hyper-V kvm exitAndrey Smetanin1-0/+22
2015-11-25kvm/x86: Hyper-V synthetic interrupt controllerAndrey Smetanin1-0/+19
2015-11-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-5/+47
2015-10-12Doc:kvm: Fix typo in Doc/virtual/kvmMasanari Iida1-2/+2
2015-10-01kvm: add capability for any-length ioeventfdsJason Wang1-1/+5
2015-10-01KVM: x86: Add support for local interrupt requests from userspaceSteve Rutherford1-4/+10
2015-10-01KVM: x86: Add EOI exit bitmap inferenceSteve Rutherford1-3/+6
2015-10-01KVM: x86: Add KVM exit for IOAPIC EOIsSteve Rutherford1-0/+12
2015-10-01KVM: x86: Split the APIC from the rest of IRQCHIP.Steve Rutherford1-0/+17