| Commit message (Expand) | Author | Age | Files | Lines |
* | KVM: x86: Add a framework for supporting MSR-based features | Tom Lendacky | 2018-03-01 | 1 | -12/+28 |
* | KVM: x86: fix backward migration with async_PF | Radim Krčmář | 2018-02-24 | 2 | -1/+6 |
* | Merge tag 'kvm-ppc-next-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/... | Radim Krčmář | 2018-02-01 | 1 | -0/+1 |
|\ |
|
| * | Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-next | Paul Mackerras | 2018-01-19 | 1 | -0/+2 |
| |\ |
|
| * | | KVM: PPC: Book3S HV: Enable migration of decrementer register | Paul Mackerras | 2018-01-16 | 1 | -0/+1 |
* | | | Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Radim Krčmář | 2018-02-01 | 1 | -3/+50 |
|\ \ \ |
|
| * | | | KVM: PPC: Book3S: Provide information about hardware/firmware CVE workarounds | Paul Mackerras | 2018-01-19 | 1 | -0/+46 |
* | | | | Merge tag 'kvm-arm-for-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Radim Krčmář | 2018-01-31 | 1 | -187/+0 |
|\ \ \ \ |
|
| * | | | | KVM: arm/arm64: Delete outdated forwarded irq documentation | Christoffer Dall | 2018-01-02 | 1 | -187/+0 |
| |/ / / |
|
* | | | | Merge branch 'sev-v9-p2' of https://github.com/codomania/kvm | Paolo Bonzini | 2018-01-16 | 3 | -0/+300 |
|\ \ \ \ |
|
| * | | | | KVM: Define SEV key management command id | Brijesh Singh | 2017-12-04 | 1 | -0/+202 |
| * | | | | KVM: Introduce KVM_MEMORY_ENCRYPT_{UN,}REG_REGION ioctl | Brijesh Singh | 2017-12-04 | 1 | -0/+34 |
| * | | | | KVM: Introduce KVM_MEMORY_ENCRYPT_OP ioctl | Brijesh Singh | 2017-12-04 | 1 | -0/+16 |
| * | | | | Documentation/virtual/kvm: Add AMD Secure Encrypted Virtualization (SEV) | Brijesh Singh | 2017-12-04 | 2 | -0/+48 |
| | |_|/
| |/| | |
|
* | | | | KVM: X86: use paravirtualized TLB Shootdown | Wanpeng Li | 2018-01-16 | 1 | -0/+4 |
| |/ /
|/| | |
|
* | | | KVM: s390: mark irq_state.flags as non-usable | Christian Borntraeger | 2017-12-06 | 1 | -3/+12 |
|/ / |
|
* | | Merge tag 'kvm-arm-gicv4-for-v4.15' of git://git.kernel.org/pub/scm/linux/ker... | Paolo Bonzini | 2017-11-17 | 1 | -0/+2 |
|\ \
| |/
|/| |
|
| * | KVM: arm/arm64: GICv4: Prevent a VM using GICv4 from being saved | Marc Zyngier | 2017-11-10 | 1 | -0/+2 |
* | | Merge tag 'kvm-s390-next-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel... | Radim Krčmář | 2017-11-16 | 2 | -0/+14 |
|\ \ |
|
| * | | KVM: s390: provide a capability for AIS state migration | Christian Borntraeger | 2017-11-09 | 2 | -0/+11 |
| * | | KVM: s390: clear_io_irq() requests are not expected for adapter interrupts | Michael Mueller | 2017-11-09 | 1 | -0/+3 |
* | | | Merge tag 'kvm-arm-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Radim Krčmář | 2017-11-08 | 1 | -0/+20 |
|\ \ \
| | |/
| |/| |
|
| * | | KVM: arm/arm64: Document KVM_DEV_ARM_ITS_CTRL_RESET | Eric Auger | 2017-11-06 | 1 | -0/+20 |
| |/ |
|
* | | KVM: x86: allow setting identity map addr with no vcpus only | David Hildenbrand | 2017-10-12 | 1 | -0/+1 |
* | | KVM: x86: document special identity map address value | David Hildenbrand | 2017-10-12 | 1 | -0/+3 |
|/ |
|
* | Merge tag 'kvm-arm-for-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Radim Krčmář | 2017-09-07 | 1 | -0/+5 |
|\ |
|
| * | KVM: arm/arm64: Support uaccess of GICC_APRn | Christoffer Dall | 2017-09-05 | 1 | -0/+5 |
* | | KVM: s390: Multiple Epoch Facility support | Collin L. Walling | 2017-08-29 | 1 | -1/+13 |
|/ |
|
* | kvm: x86: hyperv: make VP_INDEX managed by userspace | Roman Kagan | 2017-07-14 | 1 | -0/+9 |
* | KVM: async_pf: Let guest support delivery of async_pf from guest mode | Wanpeng Li | 2017-07-14 | 1 | -2/+3 |
* | kvm: x86: hyperv: add KVM_CAP_HYPERV_SYNIC2 | Roman Kagan | 2017-07-13 | 1 | -0/+9 |
* | kvm: x86: mmu: allow A/D bits to be disabled in an mmu | Peter Feiner | 2017-07-03 | 1 | -0/+4 |
* | Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Paolo Bonzini | 2017-07-03 | 1 | -0/+37 |
|\ |
|
| * | KVM: PPC: Book3S HV: Add capability to report possible virtual SMT modes | Paul Mackerras | 2017-06-22 | 1 | -0/+11 |
| * | KVM: PPC: Book3S HV: Add new capability to control MCE behaviour | Aravinda Prasad | 2017-06-21 | 1 | -0/+11 |
| * | KVM: PPC: Book3S HV: Allow userspace to set the desired SMT mode | Paul Mackerras | 2017-06-19 | 1 | -0/+15 |
* | | Merge tag 'kvmarm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Paolo Bonzini | 2017-06-30 | 2 | -7/+341 |
|\ \ |
|
| * | | KVM: arm/arm64: Allow setting the timer IRQ numbers from userspace | Christoffer Dall | 2017-06-08 | 1 | -0/+25 |
| * | | KVM: arm64: Allow creating the PMU without the in-kernel GIC | Christoffer Dall | 2017-06-08 | 1 | -7/+9 |
| * | | KVM: Add documentation for VCPU requests | Andrew Jones | 2017-06-04 | 1 | -0/+307 |
| |/ |
|
* | | KVM: S390: add new group for flic | Yi Min Zhao | 2017-06-22 | 1 | -0/+15 |
* | | KVM: s390: ioctls to get and set guest storage attributes | Claudio Imbrenda | 2017-06-22 | 1 | -0/+135 |
* | | KVM: s390: CMMA tracking, ESSA emulation, migration mode | Claudio Imbrenda | 2017-06-22 | 1 | -0/+33 |
|/ |
|
* | Merge tag 'kvm-arm-for-v4.12-round2' of git://git.kernel.org/pub/scm/linux/ke... | Paolo Bonzini | 2017-05-09 | 2 | -0/+127 |
|\ |
|
| * | KVM: arm/arm64: Clarification and relaxation to ITS save/restore ABI | Christoffer Dall | 2017-05-09 | 1 | -11/+12 |
| * | KVM: arm/arm64: Add GICV3 pending table save API documentation | Eric Auger | 2017-05-08 | 1 | -0/+6 |
| * | KVM: arm/arm64: Add ITS save/restore API documentation | Eric Auger | 2017-05-08 | 1 | -0/+120 |
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2017-05-08 | 6 | -216/+271 |
|\ \ |
|
| * | | KVM: Documentation: remove VM mmap documentation | Jann Horn | 2017-04-28 | 1 | -5/+1 |
| * | | Merge tag 'kvm-arm-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Paolo Bonzini | 2017-04-27 | 2 | -0/+94 |
| |\ \
| | |/ |
|