summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * KVM: PPC: e500mc: add load inst fixupAlexander Graf2012-04-081-1/+29
| * KVM: PPC: e500mc: Move r1/r2 restoration very earlyAlexander Graf2012-04-081-6/+6
| * KVM: PPC: e500mc: implicitly set MSR_GSAlexander Graf2012-04-081-6/+5
| * KVM: PPC: e500mc: Add doorbell emulation supportAlexander Graf2012-04-082-0/+70
| * KVM: PPC: e500mc supportScott Wood2012-04-087-10/+424
| * KVM: PPC: booke: standard PPC floating point supportScott Wood2012-04-082-0/+75
| * KVM: PPC: booke: category E.HV (GS-mode) supportScott Wood2012-04-087-60/+897
| * KVM: PPC: e500: emulate tlbilxScott Wood2012-04-083-0/+62
| * KVM: PPC: e500: Track TLB1 entries with a bitmapScott Wood2012-04-082-5/+72
| * KVM: PPC: e500: refactor core-specific TLB codeScott Wood2012-04-084-414/+471
| * KVM: PPC: e500: clean up arch/powerpc/kvm/e500.hScott Wood2012-04-081-11/+14
| * KVM: PPC: e500: merge <asm/kvm_e500.h> into arch/powerpc/kvm/e500.hScott Wood2012-04-084-7/+78
| * KVM: PPC: e500: rename e500_tlb.h to e500.hScott Wood2012-04-084-6/+6
| * KVM: PPC: booke: Move vm core init/destroy out of booke.cScott Wood2012-04-083-9/+18
| * KVM: PPC: booke: add booke-level vcpu load/putScott Wood2012-04-084-0/+17
| * KVM: PPC: factor out lpid allocator from book3s_64_mmu_hvScott Wood2012-04-082-16/+44
| * KVM: Factor out kvm_vcpu_kick to arch-generic codeChristoffer Dall2012-04-081-15/+6
* | KVM: PPC: Book3S HV: Fix bug leading to deadlock in guest HPT updatesPaul Mackerras2012-05-161-0/+1
* | powerpc/kvm: Fix VSID usage in 64-bit "PR" KVMBenjamin Herrenschmidt2012-05-161-6/+7
* | KVM: PPC: Book3S: PR: Fix hsrr codeAlexander Graf2012-05-161-4/+3
* | KVM: PPC: Fix PR KVM on POWER7 bare metalAlexander Graf2012-05-161-13/+22
* | KVM: PPC: Book3S: PR: Handle EMUL_ASSISTAlexander Graf2012-05-161-0/+6
* | KVM: PPC: Book3S HV: Fix refcounting of hugepagesDavid Gibson2012-05-082-11/+13
|/
* KVM: PPC: Book3S: PR: Fix preemptionAlexander Graf2012-04-031-2/+1
* KVM: PPC: Save/Restore CR over vcpu_runAlexander Graf2012-04-032-1/+13
* KVM: PPC: Book3S HV: Save and restore CR in __kvmppc_vcore_entryPaul Mackerras2012-04-031-2/+6
* KVM: PPC: Book3S HV: Fix kvm_alloc_linear in case where no linears existPaul Mackerras2012-04-031-4/+5
* KVM: PPC: Book3S: Compile fix for ppc32 in HIOR access codeAlexander Graf2012-04-031-2/+4
* powerpc/kvm: Fallout from system.h disintegrationBenjamin Herrenschmidt2012-04-023-0/+3
* Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-291-0/+1
|\
| * Disintegrate asm/system.h for PowerPCDavid Howells2012-03-281-0/+1
* | Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-03-2823-1020/+3315
|\ \ | |/ |/|
| * arch/powerpc/kvm/book3s_hv.c: included linux/sched.h twiceDanny Kukawka2012-03-081-1/+0
| * KVM: Introduce kvm_memory_slot::arch and move lpage_info into itTakuya Yoshikawa2012-03-081-0/+10
| * KVM: PPC: Add HPT preallocatorAlexander Graf2012-03-052-4/+54
| * KVM: PPC: Initialize linears with zerosAlexander Graf2012-03-051-0/+1
| * KVM: PPC: Convert RMA allocation into generic codeAlexander Graf2012-03-052-74/+109
| * KVM: PPC: E500: Fail init when not on e500v2Alexander Graf2012-03-051-0/+4
| * KVM: Move gfn_to_memslot() to kvm_host.hPaul Mackerras2012-03-051-21/+2
| * KVM: PPC: Rename MMIO register identifiersAlexander Graf2012-03-052-12/+15
| * KVM: PPC: Move kvm_vcpu_ioctl_[gs]et_one_reg down to platform-specific codePaul Mackerras2012-03-054-38/+78
| * KVM: PPC: Add support for explicit HIOR settingAlexander Graf2012-03-052-2/+17
| * KVM: PPC: Add generic single register ioctlsAlexander Graf2012-03-051-0/+41
| * KVM: PPC: Use the vcpu kmem_cache when allocating new VCPUsSasha Levin2012-03-051-3/+3
| * KVM: PPC: booke: Add booke206 TLB traceLiu Yu2012-03-052-4/+63
| * KVM: PPC: Book3s HV: Implement get_dirty_log using hardware changed bitPaul Mackerras2012-03-054-39/+145
| * KVM: PPC: Book3S HV: Use the hardware referenced bit for kvm_age_hvaPaul Mackerras2012-03-052-11/+89
| * KVM: PPC: Book3s HV: Maintain separate guest and host views of R and C bitsPaul Mackerras2012-03-052-37/+56
| * KVM: PPC: Book3S HV: Keep HPTE locked when invalidatingPaul Mackerras2012-03-051-87/+125
| * KVM: PPC: Add KVM_CAP_NR_VCPUS and KVM_CAP_MAX_VCPUSMatt Evans2012-03-051-0/+16