Age | Commit message (Expand) | Author | Files | Lines |
2012-10-17 | KVM: MMU: remove mmu_is_invalid | Xiao Guangrong | 2 | -7/+2 |
2012-10-11 | Merge branch 'for-upstream' of http://github.com/agraf/linux-2.6 into queue | Marcelo Tosatti | 36 | -374/+1580 |
2012-10-11 | s390/kvm: dont announce RRBM support | Christian Borntraeger | 1 | -1/+1 |
2012-10-11 | s390/kvm: Interrupt injection bugfix | Jason J. Herne | 1 | -1/+18 |
2012-10-08 | KVM: x86: Make emulator_fix_hypercall static | Jan Kiszka | 1 | -2/+2 |
2012-10-08 | KVM: x86: Convert kvm_arch_vcpu_reset into private kvm_vcpu_reset | Jan Kiszka | 1 | -3/+5 |
2012-10-06 | arch/powerpc/kvm/e500_tlb.c: fix error return code | Julia Lawall | 1 | -6/+13 |
2012-10-06 | KVM: PPC: Book3S HV: Provide a way for userspace to get/set per-vCPU areas | Paul Mackerras | 3 | -1/+73 |
2012-10-06 | KVM: PPC: Book3S: Get/set guest FP regs using the GET/SET_ONE_REG interface | Paul Mackerras | 5 | -0/+138 |
2012-10-06 | KVM: PPC: Book3S: Get/set guest SPRs using the GET/SET_ONE_REG interface | Paul Mackerras | 5 | -24/+196 |
2012-10-06 | KVM: PPC: set IN_GUEST_MODE before checking requests | Scott Wood | 2 | -6/+9 |
2012-10-06 | KVM: PPC: e500: MMU API: fix leak of shared_tlb_pages | Scott Wood | 1 | -0/+2 |
2012-10-06 | KVM: PPC: e500: fix allocation size error on g2h_tlb1_map | Scott Wood | 1 | -1/+1 |
2012-10-06 | KVM: PPC: Book3S HV: Fix calculation of guest phys address for MMIO emulation | Paul Mackerras | 1 | -5/+4 |
2012-10-06 | KVM: PPC: Book3S HV: Remove bogus update of physical thread IDs | Paul Mackerras | 1 | -6/+0 |
2012-10-06 | KVM: PPC: Book3S HV: Fix updates of vcpu->cpu | Paul Mackerras | 3 | -3/+4 |
2012-10-06 | KVM: PPC: Book3S HV: Handle memory slot deletion and modification correctly | Paul Mackerras | 8 | -13/+64 |
2012-10-06 | KVM: PPC: Move kvm->arch.slot_phys into memslot.arch | Paul Mackerras | 8 | -61/+102 |
2012-10-06 | KVM: PPC: Book3S HV: Take the SRCU read lock before looking up memslots | Paul Mackerras | 2 | -8/+36 |
2012-10-06 | KVM: PPC: bookehv: Allow duplicate calls of DO_KVM macro | Mihai Caraman | 1 | -2/+2 |
2012-10-06 | KVM: PPC: BookE: Support FPU on non-hv systems | Alexander Graf | 1 | -0/+11 |
2012-10-06 | KVM: PPC: 440: Implement mfdcrx | Alexander Graf | 1 | -31/+43 |
2012-10-06 | KVM: PPC: 440: Implement mtdcrx | Alexander Graf | 1 | -13/+23 |
2012-10-06 | KVM: PPC: E500: Remove E500_TLB_DIRTY flag | Alexander Graf | 2 | -5/+2 |
2012-10-06 | KVM: PPC: Use symbols for exit trace | Alexander Graf | 1 | -2/+56 |
2012-10-06 | KVM: PPC: BookE: Add MCSR SPR support | Alexander Graf | 1 | -0/+6 |
2012-10-06 | KVM: PPC: 44x: Initialize PVR | Alexander Graf | 1 | -0/+1 |
2012-10-06 | booke: Added ONE_REG interface for IAC/DAC debug registers | Bharat Bhushan | 4 | -8/+84 |
2012-10-06 | KVM: PPC: booke: Add watchdog emulation | Bharat Bhushan | 7 | -2/+196 |
2012-10-06 | KVM: PPC: Add return value to core_check_requests | Alexander Graf | 4 | -5/+15 |
2012-10-06 | KVM: PPC: Add return value in prepare_to_enter | Alexander Graf | 3 | -17/+22 |
2012-10-06 | KVM: PPC: Ignore EXITING_GUEST_MODE mode | Alexander Graf | 1 | -5/+0 |
2012-10-06 | KVM: PPC: Move kvm_guest_enter call into generic code | Alexander Graf | 3 | -4/+3 |
2012-10-06 | KVM: PPC: Book3S: PR: Rework irq disabling | Alexander Graf | 5 | -21/+41 |
2012-10-06 | KVM: PPC: Consistentify vcpu exit path | Alexander Graf | 2 | -7/+14 |
2012-10-06 | KVM: PPC: Book3S: PR: Indicate we're out of guest mode | Alexander Graf | 1 | -0/+1 |
2012-10-06 | KVM: PPC: Exit guest context while handling exit | Alexander Graf | 2 | -0/+5 |
2012-10-06 | KVM: PPC: Book3S: PR: Only do resched check once per exit | Alexander Graf | 1 | -1/+1 |
2012-10-06 | KVM: PPC: BookE: Drop redundant vcpu->mode set | Alexander Graf | 1 | -2/+0 |
2012-10-06 | KVM: PPC: Book3s: PR: Add (dumb) MMU Notifier support | Alexander Graf | 6 | -7/+51 |
2012-10-06 | KVM: PPC: Use same kvmppc_prepare_to_enter code for booke and book3s_pr | Alexander Graf | 4 | -73/+67 |
2012-10-06 | KVM: PPC: BookE: No duplicate request != 0 check | Alexander Graf | 1 | -7/+5 |
2012-10-06 | KVM: PPC: BookE: Add some more trace points | Alexander Graf | 3 | -0/+77 |
2012-10-06 | KVM: PPC: E500: Implement MMU notifiers | Alexander Graf | 5 | -7/+65 |
2012-10-06 | KVM: PPC: BookE: Add support for vcpu->mode | Alexander Graf | 1 | -0/+11 |
2012-10-06 | KVM: PPC: BookE: Add check_requests helper function | Alexander Graf | 1 | -7/+17 |
2012-10-06 | powerpc/epapr: export epapr_hypercall_start | Scott Wood | 1 | -0/+5 |
2012-10-06 | KVM: PPC: Quieten message about allocating linear regions | Paul Mackerras | 1 | -2/+2 |
2012-10-06 | KVM: PPC: E500: Fix clear_tlb_refs | Alexander Graf | 1 | -2/+6 |
2012-10-06 | KVM: PPC: BookE: Expose remote TLB flushes in debugfs | Alexander Graf | 1 | -0/+1 |