summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Stop using non-architected shared_proc field in lppacaAnton Blanchard2013-08-141-1/+1
* powerpc: Move opcode definitions from kvm/emulate.c to asm/ppc-opcode.hHongtao Jia2013-07-301-44/+1
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-07-043-12/+12
|\
| * Merge tag 'v3.10' into nextBenjamin Herrenschmidt2013-07-011-1/+2
| |\
| * | powerpc/kvm: Handle transparent hugepage in KVMAneesh Kumar K.V2013-06-212-10/+10
| * | powerpc: Replace find_linux_pte with find_linux_pte_or_hugepteAneesh Kumar K.V2013-06-211-1/+1
| * | powerpc/mm: handle hugepage size correctly when invalidating hpte entriesAneesh Kumar K.V2013-06-211-1/+1
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-07-037-51/+85
|\ \ \
| * | | KVM: PPC: Ignore PIR writesAlexander Graf2013-06-301-0/+3
| * | | KVM: PPC: Book3S PR: Invalidate SLB entries properlyPaul Mackerras2013-06-301-1/+6
| * | | KVM: PPC: Book3S PR: Allow guest to use 1TB segmentsPaul Mackerras2013-06-303-18/+62
| * | | KVM: PPC: Book3S PR: Don't keep scanning HPTEG after we find a matchPaul Mackerras2013-06-301-12/+2
| * | | KVM: PPC: Book3S PR: Fix invalidation of SLB entry 0 on guest entryPaul Mackerras2013-06-301-11/+2
| * | | KVM: PPC: Book3S PR: Fix proto-VSID calculationsPaul Mackerras2013-06-301-2/+2
| * | | KVM: PPC: Guard doorbell exception with CONFIG_PPC_DOORBELLTiejun Chen2013-06-301-1/+1
| * | | KVM: get rid of $(addprefix ../../../virt/kvm/, ...) in MakefilesMarc Zyngier2013-05-191-6/+7
* | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-07-021-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2013-06-191-1/+1
| |\ \ \ | | |_|/ | |/| |
| | * | powerpc,kvm: fix imbalance srcu_read_[un]lock()Lai Jiangshan2013-06-101-1/+1
* | | | kvm/ppc/booke: Delay kvmppc_lazy_ee_enableScott Wood2013-06-191-1/+2
|/ / /
* | | kvm/ppc/booke64: Fix lazy ee handling in kvmppc_handle_exit()Scott Wood2013-06-111-0/+11
* | | kvm/ppc/booke: Hold srcu lock when calling gfn functionsScott Wood2013-06-113-0/+17
* | | kvm/ppc/booke64: Disable e6500 supportScott Wood2013-06-111-2/+0
|/ /
* | powerpc/kvm/book3s: Add support for H_IPOLL and H_XIRR_X in XICS emulationPaul Mackerras2013-06-013-0/+33
|/
* Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-05-0526-222/+4898
|\
| * KVM: PPC: Book3S: Add API for in-kernel XICS emulationPaul Mackerras2013-05-024-25/+191
| * kvm/ppc/mpic: fix missing unlock in set_base_addr()Wei Yongjun2013-05-021-1/+1
| * kvm/ppc: Hold srcu lock when calling kvm_io_bus_read/writeScott Wood2013-05-021-4/+19
| * kvm/ppc/mpic: remove usersScott Wood2013-05-021-1/+0
| * kvm/ppc/mpic: fix mmio region lists when multiple guests usedScott Wood2013-05-021-21/+32
| * KVM: PPC: Book3S: Facilities to save/restore XICS presentation ctrler statePaul Mackerras2013-04-262-0/+109
| * KVM: PPC: Book3S: Add support for ibm,int-on/off RTAS callsPaul Mackerras2013-04-263-15/+111
| * KVM: PPC: Book3S HV: Improve real-mode handling of external interruptsPaul Mackerras2013-04-262-64/+79
| * KVM: PPC: Book3S HV: Add support for real mode ICP in XICS emulationBenjamin Herrenschmidt2013-04-265-19/+490
| * KVM: PPC: Book3S HV: Speed up wakeups of CPUs on HV KVMBenjamin Herrenschmidt2013-04-263-18/+112
| * KVM: PPC: Book3S: Add kernel emulation for the XICS interrupt controllerBenjamin Herrenschmidt2013-04-269-2/+1150
| * KVM: PPC: Book3S: Add infrastructure to implement kernel-side RTAS callsMichael Ellerman2013-04-266-1/+216
| * kvm/ppc/mpic: Eliminate mmio_mappedScott Wood2013-04-261-28/+1
| * kvm: destroy emulated devices on VM exitScott Wood2013-04-261-2/+0
| * KVM: PPC: MPIC: Restrict to e500 platformsAlexander Graf2013-04-261-1/+1
| * KVM: PPC: MPIC: Add support for KVM_IRQ_LINEAlexander Graf2013-04-261-0/+13
| * KVM: PPC: Support irq routing and irqfd for in-kernel MPICAlexander Graf2013-04-264-1/+131
| * kvm/ppc/mpic: add KVM_CAP_IRQ_MPICScott Wood2013-04-263-7/+109
| * kvm/ppc/mpic: in-kernel MPIC emulationScott Wood2013-04-265-199/+594
| * kvm/ppc/mpic: adapt to kernel style and environmentScott Wood2013-04-261-237/+208
| * kvm/ppc/mpic: remove some obviously unneeded codeScott Wood2013-04-261-344/+0
| * kvm/ppc/mpic: import hw/openpic.c from QEMUScott Wood2013-04-261-0/+1686
| * KVM: PPC: Book3S HV: Report VPA and DTL modifications in dirty mapPaul Mackerras2013-04-263-20/+75
| * KVM: PPC: Book3S HV: Make HPT reading code notice R/C bit changesPaul Mackerras2013-04-262-20/+50
| * KVM: PPC: e500: Add e6500 core to Kconfig descriptionMihai Caraman2013-04-261-3/+3
OpenPOWER on IntegriCloud