summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/book3s_hv_rmhandlers.S
Commit message (Expand)AuthorAgeFilesLines
* KVM: PPC: Book3S HV: Use msgsnd for signalling threads on POWER8Paul Mackerras2015-04-211-3/+19
* KVM: PPC: Book3S HV: Translate kvmhv_commence_exit to CPaul Mackerras2015-04-211-58/+8Star
* KVM: PPC: Book3S HV: Streamline guest entry and exitPaul Mackerras2015-04-211-86/+126
* KVM: PPC: Book3S HV: Use bitmap of active threads rather than countPaul Mackerras2015-04-211-33/+28Star
* KVM: PPC: Book3S HV: Use decrementer to wake napping threadsPaul Mackerras2015-04-211-2/+41
* KVM: PPC: Book3S HV: Don't wake thread with no vcpu on guest IPIPaul Mackerras2015-04-211-3/+7
* KVM: PPC: Book3S HV: Get rid of vcore nap_count and n_wokenPaul Mackerras2015-04-211-12/+7Star
* KVM: PPC: Book3S HV: Minor cleanupsPaul Mackerras2015-04-211-25/+19Star
* KVM: PPC: Book3S HV: Accumulate timing information for real-mode codePaul Mackerras2015-04-211-2/+139
* KVM: PPC: Book3S HV: Add fast real-mode H_RANDOM implementation.Michael Ellerman2015-04-211-0/+115
* KVM: PPC: Book3S HV: Fix instruction emulationPaul Mackerras2015-03-201-0/+1
* powerpc/kvm: Create proper names for the kvm_host_state PMU fieldsMichael Ellerman2014-12-291-14/+14
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-12-191-243/+8Star
|\
| * KVM: PPC: Book3S HV: Improve H_CONFER implementationSam Bobroff2014-12-171-1/+1
| * KVM: PPC: Book3S HV: Fix endianness of instruction obtained from HEIR registerPaul Mackerras2014-12-171-2/+2
| * KVM: PPC: Book3S HV: Remove code for PPC970 processorsPaul Mackerras2014-12-171-240/+5Star
* | powerpc/powernv: Return to cpu offline loop when finished in KVM guestPaul Mackerras2014-12-081-17/+37
|/
* KVM: PPC: Book3S HV: Add register name when loading tocMichael Neuling2014-09-221-1/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-08-071-24/+46
|\
| * KVM: PPC: Book3S HV: Fix ABIv2 on LEAlexander Graf2014-07-281-8/+8
| * KVM: PPC: Book3S HV: Access XICS in BEAlexander Graf2014-07-281-4/+14
| * KVM: PPC: Book3S HV: Access host lppaca and shadow slb in BEAlexander Graf2014-07-281-10/+10
| * KVM: PPC: Book3S: Allow only implemented hcalls to be enabled or disabledPaul Mackerras2014-07-281-0/+1
| * KVM: PPC: Book3S: Controls for in-kernel sPAPR hypercall handlingPaul Mackerras2014-07-281-0/+11
| * KVM: PPC: Assembly functions exported to modules need _GLOBAL_TOC()Anton Blanchard2014-07-281-1/+1
| * KVM: PPC: Book3S HV: Fix ABIv2 indirect branch issueAnton Blanchard2014-07-281-2/+2
* | 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-111-19/+18Star
|\
| * powerpc: Fix regression of per-CPU DSCR settingSam bobroff2014-05-281-2/+1Star
| * 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-201-2/+2