| Commit message (Expand) | Author | Age | Files | Lines |
* | sparc64: Fix several bugs in quad floating point emulation. | David S. Miller | 2012-05-25 | 2 | -11/+21 |
* | Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2012-05-24 | 124 | -1968/+5419 |
|\ |
|
| * | KVM: make asm-generic/kvm_para.h have an ifdef __KERNEL__ block | Paul Gortmaker | 2012-05-21 | 1 | -0/+3 |
| * | KVM: s390: onereg for timer related registers | Jason J. herne | 2012-05-17 | 2 | -0/+18 |
| * | KVM: s390: epoch difference and TOD programmable field | Carsten Otte | 2012-05-17 | 2 | -0/+19 |
| * | KVM: s390: KVM_GET/SET_ONEREG for s390 | Carsten Otte | 2012-05-17 | 1 | -0/+38 |
| * | KVM: s390: add capability indicating COW support | Christian Borntraeger | 2012-05-17 | 4 | -1/+17 |
| * | KVM: Fix mmu_reload() clash with nested vmx event injection | Avi Kivity | 2012-05-16 | 1 | -4/+6 |
| * | KVM: MMU: Don't use RCU for lockless shadow walking | Avi Kivity | 2012-05-16 | 3 | -49/+31 |
| * | KVM: VMX: Optimize %ds, %es reload | Avi Kivity | 2012-05-16 | 1 | -5/+31 |
| * | KVM: VMX: Fix %ds/%es clobber | Avi Kivity | 2012-05-16 | 1 | -1/+5 |
| * | KVM: x86 emulator: convert bsf/bsr instructions to emulate_2op_SrcV_nobyte() | Joerg Roedel | 2012-05-14 | 1 | -24/+2 |
| * | KVM: VMX: unlike vmcs on fail path | Xiao Guangrong | 2012-05-14 | 1 | -1/+1 |
| * | Merge branch 'for-upstream' of git://github.com/agraf/linux-2.6 into next | Avi Kivity | 2012-05-08 | 27 | -462/+782 |
| |\ |
|
| | * | KVM: PPC: Emulator: clean up SPR reads and writes | Alexander Graf | 2012-05-06 | 8 | -144/+190 |
| | * | KVM: PPC: Emulator: clean up instruction parsing | Alexander Graf | 2012-05-06 | 5 | -137/+56 |
| | * | kvm/powerpc: Add new ioctl to retreive server MMU infos | Benjamin Herrenschmidt | 2012-05-06 | 7 | -1/+177 |
| | * | kvm/book3s: Make kernel emulated H_PUT_TCE available for "PR" KVM | Benjamin Herrenschmidt | 2012-05-06 | 9 | -112/+191 |
| | * | KVM: PPC: bookehv: Fix r8/r13 storing in level exception handler | Mihai Caraman | 2012-05-06 | 1 | -1/+1 |
| | * | KVM: PPC: Book3S: Enable IRQs during exit handling | Alexander Graf | 2012-05-06 | 1 | -0/+3 |
| | * | KVM: PPC: Fix PR KVM on POWER7 bare metal | Alexander Graf | 2012-05-06 | 1 | -13/+22 |
| | * | KVM: PPC: Fix stbux emulation | Alexander Graf | 2012-05-06 | 1 | -1/+1 |
| | * | KVM: PPC: bookehv: Use lwz/stw instead of PPC_LL/PPC_STL for 32-bit fields | Mihai Caraman | 2012-05-06 | 1 | -8/+8 |
| | * | KVM: PPC: Book3S: PR: No isync in slbie path | Alexander Graf | 2012-05-06 | 1 | -2/+0 |
| | * | KVM: PPC: Book3S: PR: Optimize entry path | Alexander Graf | 2012-05-06 | 1 | -6/+7 |
| | * | KVM: PPC: booke(hv): Fix save/restore of guest accessible SPRGs. | Varun Sethi | 2012-05-06 | 2 | -12/+12 |
| | * | KVM: PPC: Restrict PPC_[L|ST]D macro to asm code | Alexander Graf | 2012-05-06 | 1 | -0/+2 |
| | * | KVM: PPC: bookehv: Use a Macro for saving/restoring guest registers to/from t... | Varun Sethi | 2012-05-06 | 2 | -20/+12 |
| | * | KVM: PPC: Use clockevent multiplier and shifter for decrementer | Bharat Bhushan | 2012-05-06 | 3 | -3/+10 |
| | * | KVM: Use minimum and maximum address mapped by TLB1 | Bharat Bhushan | 2012-05-06 | 2 | -2/+90 |
| * | | KVM: x86 emulator: Avoid pushing back ModRM byte fetched for group decoding | Takuya Yoshikawa | 2012-05-06 | 1 | -5/+3 |
| * | | KVM: x86 emulator: Move ModRM flags for groups to top level opcode tables | Takuya Yoshikawa | 2012-05-06 | 1 | -55/+56 |
| * | | KVM guest: make kvm_para_available() check hypervisor bit reading cpuid leaf | Gleb Natapov | 2012-05-06 | 1 | -8/+10 |
| * | | KVM: fix cpuid eax for KVM leaf | Michael S. Tsirkin | 2012-05-06 | 2 | -2/+6 |
| |/ |
|
| * | KVM: s390: implement KVM_CAP_NR/MAX_VCPUS | Christian Borntraeger | 2012-05-02 | 1 | -0/+4 |
| * | KVM: s390: Handle sckpf instruction | Cornelia Huck | 2012-04-30 | 3 | -0/+33 |
| * | KVM: s390: use kvm_vcpu_on_spin for diag 0x44 | Christian Borntraeger | 2012-04-30 | 1 | -3/+1 |
| * | KVM: s390: Implement the directed yield (diag 9c) hypervisor call for KVM | Konstantin Weitz | 2012-04-30 | 5 | -16/+54 |
| * | KVM: x86: Run PIT work in own kthread | Jan Kiszka | 2012-04-27 | 3 | -14/+32 |
| * | KVM: x86: Document in-kernel PIT API | Jan Kiszka | 2012-04-27 | 1 | -0/+63 |
| * | KVM: Improve readability of KVM API doc | Jan Kiszka | 2012-04-27 | 1 | -7/+92 |
| * | KVM: x86 emulator: fix asm constraint in flush_pending_x87_faults | Avi Kivity | 2012-04-24 | 1 | -1/+1 |
| * | KVM: Introduce bitmask for apic attention reasons | Gleb Natapov | 2012-04-24 | 2 | -5/+11 |
| * | KVM: Introduce direct MSI message injection for in-kernel irqchips | Jan Kiszka | 2012-04-24 | 7 | -0/+66 |
| * | KVM: add kvm_arch_para_features stub to asm-generic/kvm_para.h | Marcelo Tosatti | 2012-04-20 | 1 | -0/+5 |
| * | KVM: ia64: fix build due to typo | Avi Kivity | 2012-04-19 | 1 | -1/+1 |
| * | KVM: Fix page-crossing MMIO | Avi Kivity | 2012-04-19 | 4 | -42/+115 |
| * | Merge branch 'linus' into queue | Marcelo Tosatti | 2012-04-19 | 431 | -3055/+4025 |
| |\ |
|
| * | | KVM: MMU: use page table level macro | Davidlohr Bueso | 2012-04-18 | 2 | -2/+2 |
| * | | KVM: dont clear TMR on EOI | Michael S. Tsirkin | 2012-04-16 | 3 | -9/+21 |