summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/book3s_hv_rmhandlers.S
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-08-071-0/+6
|\
| * powerpc/book3s: Add basic infrastructure to handle HMI in Linux.Mahesh Salgaonkar2014-08-051-0/+6
* | Merge tag 'signed-for-3.16' of git://github.com/agraf/linux-2.6 into kvm-masterPaolo Bonzini2014-07-081-1/+1
|\ \ | |/ |/|
| * KVM: PPC: Assembly functions exported to modules need _GLOBAL_TOC()Anton Blanchard2014-07-071-1/+1
* | powerpc/book3s: Fix guest MC delivery mechanism to avoid soft lockups in guest.Mahesh Salgaonkar2014-06-111-3/+16
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-06-101-19/+18
|\
| * powerpc: Fix regression of per-CPU DSCR settingSam bobroff2014-05-281-2/+1
| * Merge remote-tracking branch 'anton/abiv2' into nextBenjamin Herrenschmidt2014-05-051-17/+17
| |\
| | * powerpc: Create DOTSYM to wrap dot symbol usageAnton Blanchard2014-04-231-14/+14
| | * powerpc: No need to use dot symbols when branching to a functionAnton Blanchard2014-04-231-3/+3
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into nextLinus Torvalds2014-06-041-2/+58
|\ \ \
| * | | KVM: PPC: Book3S HV: Fix machine check delivery to guestPaul Mackerras2014-05-301-0/+1
| * | | KVM: PPC: Book3S HV: Work around POWER8 performance monitor bugsPaul Mackerras2014-05-301-2/+57
| | |/ | |/|
* | | Merge tag 'signed-for-3.15' of git://github.com/agraf/linux-2.6 into kvm-masterPaolo Bonzini2014-05-131-0/+104
|\ \ \ | |_|/ |/| |
| * | KVM: PPC: Book3S HV: Add missing code for transaction reclaim on guest exitPaul Mackerras2014-04-281-0/+104
| |/
* | ppc/kvm: Clear the runlatch bit of a vcpu before nappingPreeti U Murthy2014-04-281-1/+11
* | ppc/kvm: Set the runlatch bit of a CPU just before starting guestPreeti U Murthy2014-04-281-0/+6
|/
* Merge tag 'kvm-3.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-04-021-31/+156
|\
| * KVM: PPC: Book3S HV: Save/restore host PMU registers that are new in POWER8Paul Mackerras2014-03-291-0/+10
| * KVM: PPC: Book3S HV: Fix decrementer timeouts with non-zero TB offsetPaul Mackerras2014-03-291-1/+9
| * KVM: PPC: Book3S HV: Add transactional memory supportMichael Neuling2014-03-291-29/+136
| * KVM: PPC: Book3S: Introduce hypervisor call H_GET_TCELaurent Dufour2014-03-261-1/+1
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-04-021-2/+2
|\ \ | |/ |/|
| * powerpc/booke64: Use SPRG7 for VDSOScott Wood2014-03-191-2/+2
* | KVM: PPC: Book3S HV: Fix register usage when loading/saving VRSAVEPaul Mackerras2014-03-131-2/+2
* | KVM: PPC: Book3S HV: Remove bogus duplicate codePaul Mackerras2014-03-131-67/+0
|/
* Merge branch 'kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm-queuePaolo Bonzini2014-01-291-457/+734
|\
| * KVM: PPC: Book3S HV: Add new state for transactional memoryMichael Neuling2014-01-271-2/+73
| * KVM: PPC: Book3S HV: Basic little-endian guest supportAnton Blanchard2014-01-271-10/+5
| * KVM: PPC: Book3S HV: Add support for DABRX register on POWER7Paul Mackerras2014-01-271-2/+30
| * KVM: PPC: Book3S HV: Prepare for host using hypervisor doorbellsPaul Mackerras2014-01-271-0/+7
| * KVM: PPC: Book3S HV: Handle guest using doorbells for IPIsPaul Mackerras2014-01-271-4/+15
| * KVM: PPC: Book3S HV: Consolidate code that checks reason for wake from napPaul Mackerras2014-01-271-115/+77
| * KVM: PPC: Book3S HV: Flush the correct number of TLB sets on POWER8Paul Mackerras2014-01-271-1/+7
| * KVM: PPC: Book3S HV: Context-switch new POWER8 SPRsMichael Neuling2014-01-271-0/+145
| * KVM: PPC: Book3S HV: Align physical and virtual CPU thread numbersPaul Mackerras2014-01-271-303/+373
| * KVM: PPC: Book3S HV: Don't set DABR on POWER8Michael Neuling2014-01-271-3/+10
| * KVM: PPC: Book3S HV: Use load/store_fp_state functions in HV guest entry/exitPaul Mackerras2014-01-091-64/+22
| * KVM: PPC: Store FP/VSX/VMX state in thread_fp/vr_state structuresPaul Mackerras2014-01-091-2/+2
| * powerpc: kvm: optimize "sc 1" as fast returnLiu Ping Fan2013-11-211-1/+18
* | powerpc: book3s: kvm: Don't abuse host r2 in exit pathAneesh Kumar K.V2013-12-181-4/+3
* | KVM: PPC: Book3S HV: Refine barriers in guest entry/exitPaul Mackerras2013-11-181-6/+10
|/
* Merge branch 'kvm-ppc-queue' of git://github.com/agraf/linux-2.6 into queueGleb Natapov2013-11-041-262/+356
|\
| * kvm: powerpc: book3s: Cleanup interrupt handling codeAneesh Kumar K.V2013-10-171-2/+7
| * KVM: PPC: Book3S HV: Better handling of exceptions that happen in real modePaul Mackerras2013-10-171-6/+25
| * KVM: PPC: Book3S: Move skip-interrupt handlers to common codePaul Mackerras2013-10-171-24/+0
| * KVM: PPC: Book3S HV: Support POWER6 compatibility mode on POWER7Paul Mackerras2013-10-171-2/+14
| * KVM: PPC: Book3S HV: Add support for guest Program Priority RegisterPaul Mackerras2013-10-171-1/+11
| * KVM: PPC: Book3S HV: Store LPCR value for each virtual corePaul Mackerras2013-10-171-2/+3
| * KVM: PPC: Book3S HV: Avoid unbalanced increments of VPA yield countPaul Mackerras2013-10-171-10/+10
OpenPOWER on IntegriCloud