Age | Commit message (Expand) | Author | Files | Lines |
2015-11-04 | Merge tag 'kvm-arm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Paolo Bonzini | 14 | -27/+140 |
2015-11-02 | Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Paolo Bonzini | 9 | -11/+63 |
2015-11-02 | Merge tag 'kvm-s390-next-20151028' of git://git.kernel.org/pub/scm/linux/kern... | Paolo Bonzini | 2 | -26/+28 |
2015-10-29 | KVM: s390: use simple switch statement as multiplexer | Christian Borntraeger | 1 | -21/+21 |
2015-10-29 | KVM: s390: drop useless newline in debugging data | Christian Borntraeger | 1 | -4/+4 |
2015-10-29 | KVM: s390: SCA must not cross page boundaries | David Hildenbrand | 1 | -1/+3 |
2015-10-23 | arm64: kvm: restore EL1N SP for panic | Mark Rutland | 1 | -0/+8 |
2015-10-23 | arm/arm64: KVM: Improve kvm_exit tracepoint | Christoffer Dall | 4 | -4/+44 |
2015-10-23 | KVM: arm/arm64: implement kvm_arm_[halt,resume]_guest | Eric Auger | 3 | -4/+37 |
2015-10-23 | KVM: arm/arm64: check power_off in critical section before VCPU run | Eric Auger | 1 | -1/+2 |
2015-10-23 | KVM: arm/arm64: check power_off in kvm_arch_vcpu_runnable | Eric Auger | 1 | -1/+2 |
2015-10-23 | KVM: arm/arm64: rename pause into power_off | Eric Auger | 4 | -19/+19 |
2015-10-23 | arm/arm64: KVM : Enable vhost device selection under KVM config menu | Wei Huang | 2 | -0/+4 |
2015-10-23 | arm/arm64: KVM: Rework the arch timer to use level-triggered semantics | Christoffer Dall | 1 | -3/+8 |
2015-10-23 | arm/arm64: KVM: arch_timer: Only schedule soft timer on vcpu_block | Christoffer Dall | 3 | -6/+10 |
2015-10-23 | KVM: Add kvm_arch_vcpu_{un}blocking callbacks | Christoffer Dall | 6 | -0/+15 |
2015-10-21 | KVM: PPC: Book3S HV: Handle H_DOORBELL on the guest exit path | Gautham R. Shenoy | 1 | -3/+14 |
2015-10-21 | KVM: PPC: Implement extension to report number of memslots | Nikunj A Dadhania | 1 | -0/+3 |
2015-10-21 | KVM: PPC: Book3S HV: Make H_REMOVE return correct HPTE value for absent HPTEs | Paul Mackerras | 1 | -0/+2 |
2015-10-21 | KVM: PPC: Book3S HV: Don't fall back to smaller HPT size in allocation ioctl | Paul Mackerras | 1 | -1/+2 |
2015-10-20 | KVM: arm: use GIC support unconditionally | Arnd Bergmann | 1 | -0/+1 |
2015-10-20 | KVM: arm/arm64: Fix memory leak if timer initialization fails | Pavel Fedin | 1 | -1/+1 |
2015-10-19 | KVM: x86: MMU: Initialize force_pt_level before calling mapping_level() | Takuya Yoshikawa | 2 | -4/+5 |
2015-10-19 | kvm: x86: zero EFER on INIT | Paolo Bonzini | 2 | -8/+6 |
2015-10-16 | KVM: x86: move steal time initialization to vcpu entry time | Marcelo Tosatti | 1 | -7/+2 |
2015-10-16 | KVM: x86: MMU: Eliminate an extra memory slot search in mapping_level() | Takuya Yoshikawa | 1 | -6/+11 |
2015-10-16 | KVM: x86: MMU: Remove mapping_level_dirty_bitmap() | Takuya Yoshikawa | 1 | -8/+16 |
2015-10-16 | KVM: x86: MMU: Move mapping_level_dirty_bitmap() call in mapping_level() | Takuya Yoshikawa | 2 | -18/+17 |
2015-10-16 | KVM: x86: MMU: Simplify force_pt_level calculation code in FNAME(page_fault)() | Takuya Yoshikawa | 1 | -8/+7 |
2015-10-16 | KVM: x86: MMU: Make force_pt_level bool | Takuya Yoshikawa | 2 | -6/+6 |
2015-10-16 | kvm: svm: Only propagate next_rip when guest supports it | Joerg Roedel | 2 | -1/+31 |
2015-10-16 | KVM: x86: manually unroll bad_mt_xwr loop | Paolo Bonzini | 1 | -8/+10 |
2015-10-16 | KVM: nVMX: expose VPID capability to L1 | Wanpeng Li | 1 | -2/+7 |
2015-10-16 | KVM: nVMX: nested VPID emulation | Wanpeng Li | 1 | -7/+32 |
2015-10-16 | KVM: nVMX: emulate the INVVPID instruction | Wanpeng Li | 2 | -1/+61 |
2015-10-16 | KVM: PPC: Book3S HV: Deliver machine check with MSR(RI=0) to guest as MCE | Mahesh Salgaonkar | 1 | -4/+8 |
2015-10-15 | KVM: PPC: e500: fix couple of shift operations on 64 bits | Tudor Laurentiu | 1 | -2/+2 |
2015-10-15 | KVM: PPC: e500: Emulate TMCFG0 TMRN register | Tudor Laurentiu | 2 | -0/+24 |
2015-10-15 | KVM: PPC: e500: fix handling local_sid_lookup result | Andrzej Hajda | 1 | -1/+2 |
2015-10-15 | powerpc/e6500: add TMCFG0 register definition | Tudor Laurentiu | 1 | -0/+6 |
2015-10-14 | KVM: VMX: introduce __vmx_flush_tlb to handle specific vpid | Wanpeng Li | 1 | -8/+13 |
2015-10-14 | KVM: VMX: adjust interface to allocate/free_vpid | Wanpeng Li | 1 | -13/+12 |
2015-10-14 | KVM: x86: don't notify userspace IOAPIC on edge EOI | Radim Krčmář | 1 | -2/+4 |
2015-10-14 | KVM: x86: fix edge EOI and IOAPIC reconfig race | Radim Krčmář | 2 | -2/+6 |
2015-10-14 | kvm: x86: set KVM_REQ_EVENT when updating IRR | Radim Krčmář | 1 | -0/+2 |
2015-10-14 | Merge branch 'kvm-master' into HEAD | Paolo Bonzini | 2 | -4/+8 |
2015-10-14 | KVM: x86: fix RSM into 64-bit protected mode | Paolo Bonzini | 1 | -3/+7 |
2015-10-14 | KVM: x86: fix previous commit for 32-bit | Paolo Bonzini | 1 | -1/+1 |
2015-10-13 | Merge branch 'kvm-master' into HEAD | Paolo Bonzini | 3 | -84/+83 |
2015-10-13 | KVM: x86: fix SMI to halted VCPU | Paolo Bonzini | 1 | -0/+3 |