summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm
AgeCommit message (Expand)AuthorFilesLines
2009-11-05powerpc/kvm: Fix non-modular buildBenjamin Herrenschmidt1-0/+1
2009-11-05Merge branch 'kvm' into nextBenjamin Herrenschmidt15-25/+3448
2009-11-05powerpc/kvm: Remove problematic BUILD_BUG_ON statementBenjamin Herrenschmidt1-0/+4
2009-11-05Use hrtimers for the decrementerAlexander Graf2-9/+29
2009-11-05Fix trace.hAlexander Graf1-3/+3
2009-11-05Include Book3s_64 target in buildsystemAlexander Graf2-4/+40
2009-11-05Export KVM symbols for moduleAlexander Graf1-0/+24
2009-11-05Add desktop PowerPC specific emulationAlexander Graf1-10/+39
2009-11-05Add mfdec emulationAlexander Graf1-1/+12
2009-11-05Add book3s_64 specific opcode emulationAlexander Graf1-0/+337
2009-11-05Add book3s_32 guest MMUAlexander Graf1-0/+372
2009-11-05Add book3s_64 guest MMUAlexander Graf1-0/+476
2009-11-05Add book3s_64 Host MMU handlingAlexander Graf1-0/+408
2009-11-05Add book3s.cAlexander Graf1-0/+925
2009-11-05Add interrupt handling codeAlexander Graf1-0/+131
2009-11-05Add SLB switching code for entry/exitAlexander Graf1-0/+262
2009-11-05Add book3s_64 highmem asm codeAlexander Graf1-0/+392
2009-11-05Move dirty logging code to sub-archAlexander Graf2-5/+5
2009-10-01const: constify remaining file_operationsAlexey Dobriyan1-1/+1
2009-09-15Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-9/+9
2009-09-10KVM: Reduce runnability interface with arch support codeGleb Natapov1-12/+1
2009-09-10KVM: remove old KVMTRACE support codeMarcelo Tosatti2-13/+0
2009-09-10KVM: powerpc: convert marker probes to event traceMarcelo Tosatti6-15/+126
2009-09-10KVM: Use macro to iterate over vcpus.Gleb Natapov1-6/+10
2009-09-10KVM: ppc: e500: Add MMUCFG and PVR emulationLiu Yu2-0/+5
2009-09-10KVM: ppc: e500: Directly pass pvr to guestLiu Yu2-4/+1
2009-09-10KVM: ppc: e500: Move to Book-3e MMU definitionsLiu Yu2-8/+8
2009-09-10KVM: powerpc: fix some init/exit annotationsStephen Rothwell3-5/+5
2009-09-10KVM: Move common KVM Kconfig items to new file virt/kvm/KconfigAvi Kivity1-2/+1
2009-08-20powerpc: Use names rather than numbers for SPRGs (v2)Benjamin Herrenschmidt1-9/+9
2009-06-16powerpc: Add configurable -Werror for arch/powerpcMichael Ellerman1-0/+2
2009-06-10KVM: Fix interrupt unhalting a vcpu when it shouldn'tGleb Natapov1-0/+6
2009-03-24KVM: ppc: e500: Fix the bug that KVM is unstable in SMPLiu Yu2-1/+5
2009-03-24KVM: ppc: e500: Fix the bug that mas0 update to wrong value when read TLB entryLiu Yu1-1/+1
2009-03-24KVM: ppc: Add emulation of E500 register mmucsr0Liu Yu3-0/+25
2009-03-24KVM: ppc: Move to new TLB invalidate interfaceLiu Yu1-5/+5
2009-03-24KVM: ppc: Fix e500 warnings and some spelling problemsLiu Yu3-6/+4
2009-03-24KVM: Add CONFIG_HAVE_KVM_IRQCHIPAvi Kivity1-0/+3
2009-03-24KVM: ppc: remove debug support broken by KVM debug rewriteHollis Blanchard2-91/+2
2009-03-24KVM: ppc: Add extra E500 exceptionsHollis Blanchard5-13/+85
2009-03-24KVM: ppc: distinguish between interrupts and prioritiesHollis Blanchard2-1/+2
2009-03-24KVM: ppc: Add kvmppc_mmu_dtlb/itlb_miss for bookeHollis Blanchard2-0/+10
2009-03-24KVM: ppc: E500 core-specific codeHollis Blanchard6-0/+1263
2009-03-24KVM: ppc: ifdef iccci with CONFIG_44xHollis Blanchard1-0/+2
2009-03-24KVM: ppc: Add dbsr in kvm_vcpu_archHollis Blanchard1-0/+4
2009-03-24KVM: ppc: split out common Book E instruction emulationHollis Blanchard4-202/+284
2009-03-24KVM: ppc: use macros instead of hardcoded literals for instruction decodingHollis Blanchard1-30/+63
2009-03-24KVM: ppc: remove last 44x-specific bits from booke.cHollis Blanchard1-4/+0
2009-03-24KVM: ppc: rename 44x MMU functions used in booke.cHollis Blanchard3-6/+4
2009-03-24KVM: ppc: turn tlb_xlate() into a per-core hook (and give it a better name)Hollis Blanchard4-20/+13