aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-12/+6
2013-02-24Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds15-674/+910
2013-02-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds2-0/+28
2013-02-15powerpc/kvm/book3s_pr: Fix compilation on 32-bit machinesPaul Mackerras1-0/+1
2013-02-15powerpc/kvm/book3s_hv: Preserve guest CFAR register valuePaul Mackerras1-0/+9
2013-02-13KVM: PPC: BookE: Handle alignment interruptsAlexander Graf2-3/+19
2013-02-13KVM: PPC: booke: Allow multiple exception typesBharat Bhushan4-14/+54
2013-02-13KVM: PPC: booke: use vcpu reference from thread_structBharat Bhushan1-4/+2
2013-01-29Merge branch 'merge' into nextBenjamin Herrenschmidt2-0/+6
2013-01-25Merge 3.8-rc5 into driver-core-nextGreg Kroah-Hartman1-0/+2
2013-01-24KVM: PPC: E500: Remove kvmppc_e500_tlbil_all usage from guest TLB codeAlexander Graf1-4/+4
2013-01-24KVM: PPC: E500: Make clear_tlb_refs and clear_tlb1_bitmap staticAlexander Graf3-8/+4
2013-01-24KVM: PPC: e500: Implement TLB1-in-TLB0 mappingAlexander Graf2-19/+47
2013-01-24KVM: PPC: E500: Split host and guest MMU partsAlexander Graf4-624/+704
2013-01-24KVM: PPC: e500: Call kvmppc_mmu_map for initial mappingAlexander Graf1-31/+7
2013-01-24KVM: PPC: E500: Propagate errors when shadow mappingAlexander Graf1-28/+41
2013-01-24KVM: PPC: E500: Explicitly mark shadow maps invalidAlexander Graf1-3/+10
2013-01-24KVM: PPC: E500: Move write_stlbe higherAlexander Graf1-16/+16
2013-01-21arch/powerpc/kvm: remove depends on CONFIG_EXPERIMENTALKees Cook1-5/+5
2013-01-18KVM: PPC: Emulate dcbfAlexander Graf1-0/+2
2013-01-10KVM: PPC: BookE: Add EPR ONE_REG syncAlexander Graf1-0/+21
2013-01-10KVM: PPC: BookE: Implement EPR exitAlexander Graf2-1/+23
2013-01-10KVM: PPC: BookE: Emulate mfspr on EPRAlexander Graf1-0/+3
2013-01-10KVM: PPC: BookE: Allow irq deliveries to inject requestsAlexander Graf1-0/+5
2013-01-10KVM: PPC: Fix mfspr/mtspr MMUCFG emulationMihai Caraman2-5/+2
2013-01-10KVM: PPC: Book3S: PR: Enable alternative instruction for SC 1Alexander Graf2-0/+33
2013-01-10KVM: PPC: Only WARN on invalid emulationAlexander Graf1-1/+2
2013-01-10powerpc: Disable relocation on exceptions whenever PR KVM is activeIan Munsie1-0/+18
2013-01-06KVM: PPC: Book3S HV: Fix compilation without CONFIG_PPC_POWERNVAndreas Schwab1-0/+4
2012-12-13KVM: struct kvm_memory_slot.user_alloc -> boolAlex Williamson1-2/+2
2012-12-13KVM: Rename KVM_MEMORY_SLOTS -> KVM_USER_MEM_SLOTSAlex Williamson1-1/+1
2012-12-06KVM: PPC: booke: Get/set guest EPCR register using ONE_REG interfaceMihai Caraman1-0/+14
2012-12-06KVM: PPC: bookehv: Add EPCR support in mtspr/mfspr emulationMihai Caraman3-1/+26
2012-12-06KVM: PPC: bookehv: Add guest computation mode for irq deliveryMihai Caraman1-1/+8
2012-12-06KVM: PPC: booke: Extend MAS2 EPN mask for 64-bitMihai Caraman1-1/+1
2012-12-06KVM: PPC: e500: Mask MAS2 EPN high 32-bits in 32/64 tlbwe emulationMihai Caraman1-0/+2
2012-12-06KVM: PPC: e500: Add emulation helper for getting instruction eaMihai Caraman3-29/+24
2012-12-06KVM: PPC: bookehv64: Add support for interrupt handlingMihai Caraman1-8/+130
2012-12-06KVM: PPC: bookehv: Remove GET_VCPU macro from exception handlerMihai Caraman1-5/+2
2012-12-06KVM: PPC: booke: Fix get_tb() compile error on 64-bitMihai Caraman1-0/+1
2012-12-06KVM: PPC: e500: Silence bogus GCC warning in tlb codeMihai Caraman1-1/+2
2012-12-06KVM: PPC: Book3S HV: Handle guest-caused machine checks on POWER7 without panickingPaul Mackerras4-28/+203
2012-12-06KVM: PPC: Book3S HV: Improve handling of local vs. global TLB invalidationsPaul Mackerras4-40/+69
2012-12-06KVM: PPC: Book3S PR: MSR_DE doesn't exist on Book 3SPaul Mackerras1-1/+1
2012-12-06KVM: PPC: Book3S PR: Fix VSX handlingPaul Mackerras3-57/+61
2012-12-06KVM: PPC: Book3S PR: Emulate PURR, SPURR and DSCR registersPaul Mackerras1-1/+15
2012-12-06KVM: PPC: Book3S HV: Don't give the guest RW access to RO pagesPaul Mackerras1-0/+22
2012-12-06KVM: PPC: Book3S HV: Report correct HPT entry index when reading HPTPaul Mackerras1-1/+1
2012-12-06KVM: PPC: Book3S HV: Reset reverse-map chains when resetting the HPTPaul Mackerras1-0/+24
2012-12-06KVM: PPC: Book3S HV: Provide a method for userspace to read and write the HPTPaul Mackerras3-12/+361