aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm
Commit message (Expand)AuthorAge
...
| * | | KVM: PPC: BOOK3S: HV: Prefer CMA region for hash page table allocationAneesh Kumar K.V2014-05-30
| * | | KVM: PPC: Book3S PR: Expose TM registersAlexander Graf2014-05-30
| * | | KVM: PPC: Book3S PR: Expose EBB registersAlexander Graf2014-05-30
| * | | KVM: PPC: Book3S PR: Expose TAR facility to guestAlexander Graf2014-05-30
| * | | KVM: PPC: Book3S PR: Handle Facility interrupt and FSCRAlexander Graf2014-05-30
| * | | KVM: PPC: Book3S PR: Emulate TIR registerAlexander Graf2014-05-30
| * | | KVM: PPC: Book3S PR: Ignore PMU SPRsAlexander Graf2014-05-30
| * | | KVM: PPC: Book3S: Move little endian conflict to HV KVMAlexander Graf2014-05-30
| * | | KVM: PPC: Book3S PR: Do dcbz32 patching with big endian instructionsAlexander Graf2014-05-30
| * | | KVM: PPC: Make shared struct aka magic page guest endianAlexander Graf2014-05-30
| * | | KVM: PPC: PR: Fill pvinfo hcall instructions in big endianAlexander Graf2014-05-30
| * | | KVM: PPC: Book3S PR: PAPR: Access RTAS in big endianAlexander Graf2014-05-30
| * | | KVM: PPC: Book3S PR: PAPR: Access HTAB in big endianAlexander Graf2014-05-30
| * | | KVM: PPC: Book3S PR: Default to big endian guestAlexander Graf2014-05-30
| * | | KVM: PPC: Book3S_64 PR: Access shadow slb in big endianAlexander Graf2014-05-30
| * | | KVM: PPC: Book3S_64 PR: Access HTAB in big endianAlexander Graf2014-05-30
| * | | KVM: PPC: Book3S_32: PR: Access HTAB in big endianAlexander Graf2014-05-30
| * | | KVM: PPC: Book3S: PR: Fix C/R bit settingAlexander Graf2014-05-30
| * | | KVM: PPC: BOOK3S: PR: Fix WARN_ON with debug options onAneesh Kumar K.V2014-05-30
| * | | KVM: PPC: BOOK3S: PR: Enable Little Endian PR guestAneesh Kumar K.V2014-05-30
| * | | KVM: PPC: E500: Add dcbtls emulationAlexander Graf2014-05-30
| * | | KVM: PPC: E500: Ignore L1CSR1_ICFI,ICLFRAlexander Graf2014-05-30
| | |/ | |/|
* | | Merge tag 'signed-for-3.15' of git://github.com/agraf/linux-2.6 into kvm-masterPaolo Bonzini2014-05-13
|\ \ \ | |_|/ |/| |
| * | KVM: PPC: Book3S: ifdef on CONFIG_KVM_BOOK3S_32_HANDLER for 32bitAlexander Graf2014-04-28
| * | KVM: PPC: Book3S HV: Add missing code for transaction reclaim on guest exitPaul Mackerras2014-04-28
| * | KVM: PPC: Book3S: HV: make _PAGE_NUMA take effectpingfank@linux.vnet.ibm.com2014-04-28
| |/
* | ppc/kvm: Clear the runlatch bit of a vcpu before nappingPreeti U Murthy2014-04-28
* | ppc/kvm: Set the runlatch bit of a CPU just before starting guestPreeti U Murthy2014-04-28
|/
* Merge tag 'kvm-3.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-04-02
|\
| * Merge branch 'kvm-ppchv-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2014-03-29
| |\
| | * KVM: PPC: Book3S HV: Save/restore host PMU registers that are new in POWER8Paul Mackerras2014-03-29
| | * KVM: PPC: Book3S HV: Fix decrementer timeouts with non-zero TB offsetPaul Mackerras2014-03-29
| | * KVM: PPC: Book3S HV: Don't use kvm_memslots() in real modePaul Mackerras2014-03-29
| | * KVM: PPC: Book3S HV: Return ENODEV error rather than EIOPaul Mackerras2014-03-29
| | * KVM: PPC: Book3S: Trim top 4 bits of physical address in RTAS codePaul Mackerras2014-03-29
| | * KVM: PPC: Book3S HV: Add get/set_one_reg for new TM stateMichael Neuling2014-03-29
| | * KVM: PPC: Book3S HV: Add transactional memory supportMichael Neuling2014-03-29
| | * KVM: PPC: Book3S HV: Fix KVM hang with CONFIG_KVM_XICS=nAnton Blanchard2014-03-26
| | * KVM: PPC: Book3S: Introduce hypervisor call H_GET_TCELaurent Dufour2014-03-26
| | * KVM: PPC: Book3S HV: Fix incorrect userspace exit on ioeventfd writeGreg Kurz2014-03-26
| * | Merge branch 'kvm-ppc-fix' into HEADPaolo Bonzini2014-03-14
| |\|
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-04-02
|\ \ \
| * | | powerpc/booke64: Use SPRG_TLB_EXFRAME on bolted handlersScott Wood2014-03-19
| * | | powerpc/booke64: Use SPRG7 for VDSOScott Wood2014-03-19
| |/ /
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-03-18
|\ \ \ | |/ / |/| / | |/
| * KVM: PPC: Book3S HV: Fix register usage when loading/saving VRSAVEPaul Mackerras2014-03-13
| * KVM: PPC: Book3S HV: Remove bogus duplicate codePaul Mackerras2014-03-13
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-01-31
|\|
| * Merge branch 'kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm-queuePaolo Bonzini2014-01-29
| |\
| | * KVM: PPC: Book3S PR: Cope with doorbell interruptsPaul Mackerras2014-01-27