aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-05-086-216/+271
|\
| * KVM: Documentation: remove VM mmap documentationJann Horn2017-04-281-5/+1
| * Merge tag 'kvm-arm-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2017-04-272-0/+94
| |\
| | * KVM: arm/arm64: Add ARM user space interrupt signaling ABIAlexander Graf2017-04-091-0/+42
| | * arm/arm64: Add hyp-stub API documentationMarc Zyngier2017-04-091-0/+53
| * | Merge tag 'kvm-s390-next-4.12-3' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2017-04-271-1/+2
| |\ \
| | * | s390: kvm: Cpu model support for msa6, msa7 and msa8Jason J. Herne2017-04-261-1/+2
| * | | kvm: better MWAIT emulation for guestsMichael S. Tsirkin2017-04-211-0/+9
| * | | KVM: PPC: VFIO: Add in-kernel acceleration for VFIOAlexey Kardashevskiy2017-04-191-2/+16
| |/ /
| * | Merge tag 'kvm-s390-next-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel...Radim Krčmář2017-04-112-3/+55
| |\ \
| | * | KVM: s390: introduce AIS capabilityYi Min Zhao2017-04-071-0/+8
| | * | KVM: s390: introduce adapter interrupt inject functionYi Min Zhao2017-04-061-0/+9
| | * | KVM: s390: introduce ais mode modify functionFei Li2017-04-061-0/+20
| | * | KVM: s390: interface for suppressible I/O adaptersFei Li2017-04-061-3/+9
| | * | KVM: s390: gs support for kvm guestsFan Zhang2017-03-221-0/+9
| | |/
| * | KVM: x86: drop legacy device assignmentPaolo Bonzini2017-04-071-204/+0
| * | Merge tag 'kvm_mips_4.12_1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Radim Krčmář2017-04-062-1/+94
| |\ \
| | * | KVM: MIPS/VZ: Emulate MAARs when necessaryJames Hogan2017-03-281-0/+5
| | * | KVM: MIPS/VZ: Support guest hardware page table walkerJames Hogan2017-03-281-0/+4
| | * | KVM: MIPS/VZ: Support guest segmentation controlJames Hogan2017-03-281-0/+3
| | * | KVM: MIPS/VZ: Support guest CP0_[X]ContextConfigJames Hogan2017-03-281-0/+2
| | * | KVM: MIPS/VZ: Support guest CP0_BadInstr[P]James Hogan2017-03-281-0/+2
| | * | KVM: MIPS: Implement VZ supportJames Hogan2017-03-281-0/+2
| | * | KVM: MIPS: Add 64BIT capabilityJames Hogan2017-03-281-0/+25
| | * | KVM: MIPS: Add VZ & TE capabilitiesJames Hogan2017-03-281-1/+46
| | * | KVM: MIPS: Implement HYPCALL emulationJames Hogan2017-03-281-0/+5
| | |/
* | | Merge tag 'kvm-arm-for-v4.11-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Radim Krčmář2017-04-051-0/+6
|\ \ \ | |/ / |/| |
| * | KVM: arm/arm64: vgic: Fix GICC_PMR uaccess on GICv3 and clarify ABIChristoffer Dall2017-04-041-0/+6
| |/
* / KVM: Documentation: document MCE ioctlsLuiz Capitulino2017-03-201-0/+63
|/
* KVM: Add documentation for KVM_CAP_NR_MEMSLOTSLinu Cherian2017-03-091-0/+4
* Merge tag 'docs-4.11-fixes' of git://git.lwn.net/linuxLinus Torvalds2017-03-041-3/+3
|\
| * Documentation: Update path to sysrq.txtKrzysztof Kozlowski2017-03-031-3/+3
* | KVM: race-free exit from KVM_RUN without POSIX signalsPaolo Bonzini2017-02-171-1/+12
* | Merge tag 'kvmarm-for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2017-02-091-3/+8
|\ \
| * | KVM: arm/arm64: Documentation: Update arm-vgic-v3.txtVijaya Kumar K2017-01-301-3/+8
| |/
* | Merge tag 'kvm_mips_4.11_1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2017-02-071-0/+10
|\ \
| * | KVM: MIPS/T&E: Expose read-only CP0_IntCtl registerJames Hogan2017-02-031-0/+1
| * | KVM: MIPS/T&E: Expose CP0_EntryLo0/1 registersJames Hogan2017-02-031-0/+8
| * | KVM: MIPS/T&E: Implement CP0_EBase registerJames Hogan2017-02-031-0/+1
* | | Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2017-02-071-7/+187
|\ \ \
| * | | KVM: PPC: Book3S HV: Allow KVM_PPC_ALLOCATE_HTAB ioctl() to change HPT sizeDavid Gibson2017-01-311-6/+8
| * | | KVM: PPC: Book3S HV: HPT resizing documentation and reserved numbersDavid Gibson2017-01-311-0/+95
| * | | Documentation: Correct duplicate section number in kvm/api.txtDavid Gibson2017-01-311-3/+3
| * | | Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-nextPaul Mackerras2017-01-311-0/+83
| |\ \ \ | | |/ / | |/| |
| | * | KVM: PPC: Book3S HV: Add userspace interfaces for POWER9 MMUPaul Mackerras2017-01-311-0/+83
| | |/
* | / KVM: x86: add KVM_HC_CLOCK_PAIRING hypercallMarcelo Tosatti2017-02-071-0/+35
|/ /
* / kvm: x86: mmu: Update documentation for fast page fault mechanismJunaid Shahid2017-01-091-4/+27
|/
* KVM: hyperv: fix locking of struct kvm_hv fieldsPaolo Bonzini2016-12-161-2/+6
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-12-133-1/+133
|\
| * Merge tag 'kvm-arm-for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini2016-12-121-1/+1
| |\