summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into nextBenjamin Herrenschmidt2013-04-243-74/+41
|\
| * kvm/ppc/e500: eliminate tlb_refsScott Wood2013-04-112-69/+30
| * kvm/ppc/e500: g2h_tlb1_map: clear old bit before setting new bitScott Wood2013-04-111-3/+4
| * kvm/ppc/e500: h2g_tlb1_rmap: esel 0 is validScott Wood2013-04-111-2/+2
| * kvm/powerpc/e500mc: fix tlb invalidation on cpu migrationScott Wood2013-04-111-1/+6
* | powerpc: Fix build errors with UP configs in HV-style KVMPaul Mackerras2013-04-181-0/+6
* | powerpc: remove cast for kmalloc/kzalloc return valueZhang Yanfei2013-04-181-1/+1
|/
* powerpc: Rename USER_ESID_BITS* to ESID_BITS*Aneesh Kumar K.V2013-03-171-2/+2
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-12/+6
* Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-02-2415-674/+910
|\
| * KVM: PPC: BookE: Handle alignment interruptsAlexander Graf2013-02-132-3/+19
| * KVM: PPC: booke: Allow multiple exception typesBharat Bhushan2013-02-134-14/+54
| * KVM: PPC: booke: use vcpu reference from thread_structBharat Bhushan2013-02-131-4/+2
| * KVM: PPC: E500: Remove kvmppc_e500_tlbil_all usage from guest TLB codeAlexander Graf2013-01-241-4/+4
| * KVM: PPC: E500: Make clear_tlb_refs and clear_tlb1_bitmap staticAlexander Graf2013-01-243-8/+4
| * KVM: PPC: e500: Implement TLB1-in-TLB0 mappingAlexander Graf2013-01-242-19/+47
| * KVM: PPC: E500: Split host and guest MMU partsAlexander Graf2013-01-244-624/+704
| * KVM: PPC: e500: Call kvmppc_mmu_map for initial mappingAlexander Graf2013-01-241-31/+7
| * KVM: PPC: E500: Propagate errors when shadow mappingAlexander Graf2013-01-241-28/+41
| * KVM: PPC: E500: Explicitly mark shadow maps invalidAlexander Graf2013-01-241-3/+10
| * KVM: PPC: E500: Move write_stlbe higherAlexander Graf2013-01-241-16/+16
| * KVM: PPC: BookE: Add EPR ONE_REG syncAlexander Graf2013-01-101-0/+21
| * KVM: PPC: BookE: Implement EPR exitAlexander Graf2013-01-102-1/+23
| * KVM: PPC: BookE: Emulate mfspr on EPRAlexander Graf2013-01-101-0/+3
| * KVM: PPC: BookE: Allow irq deliveries to inject requestsAlexander Graf2013-01-101-0/+5
| * KVM: PPC: Fix mfspr/mtspr MMUCFG emulationMihai Caraman2013-01-102-5/+2
| * KVM: PPC: Book3S: PR: Enable alternative instruction for SC 1Alexander Graf2013-01-102-0/+33
| * KVM: PPC: Only WARN on invalid emulationAlexander Graf2013-01-101-1/+2
| * KVM: struct kvm_memory_slot.user_alloc -> boolAlex Williamson2012-12-131-2/+2
| * KVM: Rename KVM_MEMORY_SLOTS -> KVM_USER_MEM_SLOTSAlex Williamson2012-12-131-1/+1
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-02-232-0/+28
|\ \
| * | powerpc/kvm/book3s_pr: Fix compilation on 32-bit machinesPaul Mackerras2013-02-151-0/+1
| * | powerpc/kvm/book3s_hv: Preserve guest CFAR register valuePaul Mackerras2013-02-151-0/+9
| * | Merge branch 'merge' into nextBenjamin Herrenschmidt2013-01-292-0/+6
| |\ \
| * | | powerpc: Disable relocation on exceptions whenever PR KVM is activeIan Munsie2013-01-101-0/+18
| | |/ | |/|
* | | Merge 3.8-rc5 into driver-core-nextGreg Kroah-Hartman2013-01-251-0/+2
|\ \ \ | | |/ | |/|
| * | KVM: PPC: Emulate dcbfAlexander Graf2013-01-181-0/+2
* | | arch/powerpc/kvm: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-211-5/+5
|/ /
* | KVM: PPC: Book3S HV: Fix compilation without CONFIG_PPC_POWERNVAndreas Schwab2013-01-061-0/+4
|/
* KVM: PPC: booke: Get/set guest EPCR register using ONE_REG interfaceMihai Caraman2012-12-061-0/+14
* KVM: PPC: bookehv: Add EPCR support in mtspr/mfspr emulationMihai Caraman2012-12-063-1/+26
* KVM: PPC: bookehv: Add guest computation mode for irq deliveryMihai Caraman2012-12-061-1/+8
* KVM: PPC: booke: Extend MAS2 EPN mask for 64-bitMihai Caraman2012-12-061-1/+1
* KVM: PPC: e500: Mask MAS2 EPN high 32-bits in 32/64 tlbwe emulationMihai Caraman2012-12-061-0/+2
* KVM: PPC: e500: Add emulation helper for getting instruction eaMihai Caraman2012-12-063-29/+24
* KVM: PPC: bookehv64: Add support for interrupt handlingMihai Caraman2012-12-061-8/+130
* KVM: PPC: bookehv: Remove GET_VCPU macro from exception handlerMihai Caraman2012-12-061-5/+2
* KVM: PPC: booke: Fix get_tb() compile error on 64-bitMihai Caraman2012-12-061-0/+1
* KVM: PPC: e500: Silence bogus GCC warning in tlb codeMihai Caraman2012-12-061-1/+2
* KVM: PPC: Book3S HV: Handle guest-caused machine checks on POWER7 without pan...Paul Mackerras2012-12-064-28/+203
OpenPOWER on IntegriCloud