aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-08KVM: PPC: booke: BOOKE_IRQPRIO_MAX is n+1Alexander Graf1-1/+1
2012-04-08KVM: PPC: booke: rework rescheduling checksAlexander Graf2-23/+53
2012-04-08KVM: PPC: booke: deliver program int on emulation failureAlexander Graf1-1/+1
2012-04-08KVM: PPC: booke: remove leftover debuggingAlexander Graf1-5/+0
2012-04-08KVM: PPC: make e500v2 kvm and e500mc cpu mutually exclusiveAlexander Graf1-1/+1
2012-04-08KVM: PPC: rename CONFIG_KVM_E500 -> CONFIG_KVM_E500V2Alexander Graf6-15/+15
2012-04-08KVM: PPC: e500mc: add load inst fixupAlexander Graf1-1/+29
2012-04-08KVM: PPC: e500mc: Move r1/r2 restoration very earlyAlexander Graf1-6/+6
2012-04-08KVM: PPC: e500mc: implicitly set MSR_GSAlexander Graf1-6/+5
2012-04-08KVM: PPC: e500mc: Add doorbell emulation supportAlexander Graf2-0/+70
2012-04-08KVM: PPC: e500mc supportScott Wood7-10/+424
2012-04-08KVM: PPC: booke: standard PPC floating point supportScott Wood2-0/+75
2012-04-08KVM: PPC: booke: category E.HV (GS-mode) supportScott Wood7-60/+897
2012-04-08KVM: PPC: e500: emulate tlbilxScott Wood3-0/+62
2012-04-08KVM: PPC: e500: Track TLB1 entries with a bitmapScott Wood2-5/+72
2012-04-08KVM: PPC: e500: refactor core-specific TLB codeScott Wood4-414/+471
2012-04-08KVM: PPC: e500: clean up arch/powerpc/kvm/e500.hScott Wood1-11/+14
2012-04-08KVM: PPC: e500: merge <asm/kvm_e500.h> into arch/powerpc/kvm/e500.hScott Wood4-7/+78
2012-04-08KVM: PPC: e500: rename e500_tlb.h to e500.hScott Wood4-6/+6
2012-04-08KVM: PPC: booke: Move vm core init/destroy out of booke.cScott Wood3-9/+18
2012-04-08KVM: PPC: booke: add booke-level vcpu load/putScott Wood4-0/+17
2012-04-08KVM: PPC: factor out lpid allocator from book3s_64_mmu_hvScott Wood2-16/+44
2012-04-08KVM: Factor out kvm_vcpu_kick to arch-generic codeChristoffer Dall1-15/+6
2012-04-03KVM: PPC: Book3S: PR: Fix preemptionAlexander Graf1-2/+1
2012-04-03KVM: PPC: Save/Restore CR over vcpu_runAlexander Graf2-1/+13
2012-04-03KVM: PPC: Book3S HV: Save and restore CR in __kvmppc_vcore_entryPaul Mackerras1-2/+6
2012-04-03KVM: PPC: Book3S HV: Fix kvm_alloc_linear in case where no linears existPaul Mackerras1-4/+5
2012-04-03KVM: PPC: Book3S: Compile fix for ppc32 in HIOR access codeAlexander Graf1-2/+4
2012-04-02powerpc/kvm: Fallout from system.h disintegrationBenjamin Herrenschmidt3-0/+3
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_systemLinus Torvalds1-0/+1
2012-03-28Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds23-1020/+3315
2012-03-28Disintegrate asm/system.h for PowerPCDavid Howells1-0/+1
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-1/+0
2012-03-20powerpc: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2012-03-08arch/powerpc/kvm/book3s_hv.c: included linux/sched.h twiceDanny Kukawka1-1/+0
2012-03-08KVM: Introduce kvm_memory_slot::arch and move lpage_info into itTakuya Yoshikawa1-0/+10
2012-03-05KVM: PPC: Add HPT preallocatorAlexander Graf2-4/+54
2012-03-05KVM: PPC: Initialize linears with zerosAlexander Graf1-0/+1
2012-03-05KVM: PPC: Convert RMA allocation into generic codeAlexander Graf2-74/+109
2012-03-05KVM: PPC: E500: Fail init when not on e500v2Alexander Graf1-0/+4
2012-03-05KVM: Move gfn_to_memslot() to kvm_host.hPaul Mackerras1-21/+2
2012-03-05KVM: PPC: Rename MMIO register identifiersAlexander Graf2-12/+15
2012-03-05KVM: PPC: Move kvm_vcpu_ioctl_[gs]et_one_reg down to platform-specific codePaul Mackerras4-38/+78
2012-03-05KVM: PPC: Add support for explicit HIOR settingAlexander Graf2-2/+17
2012-03-05KVM: PPC: Add generic single register ioctlsAlexander Graf1-0/+41
2012-03-05KVM: PPC: Use the vcpu kmem_cache when allocating new VCPUsSasha Levin1-3/+3
2012-03-05KVM: PPC: booke: Add booke206 TLB traceLiu Yu2-4/+63
2012-03-05KVM: PPC: Book3s HV: Implement get_dirty_log using hardware changed bitPaul Mackerras4-39/+145
2012-03-05KVM: PPC: Book3S HV: Use the hardware referenced bit for kvm_age_hvaPaul Mackerras2-11/+89
2012-03-05KVM: PPC: Book3s HV: Maintain separate guest and host views of R and C bitsPaul Mackerras2-37/+56