summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/book3s_hv.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-06-101-14/+20
|\
| * powerpc/kvm/book3s_hv: Use threads_per_subcore in KVMMichael Ellerman2014-05-281-10/+16
| * powerpc/kvm/book3s_hv: Rework the secondary inhibit codeMichael Ellerman2014-05-281-4/+4
* | KVM: PPC: BOOK3S: HV: Add mixed page-size support for guestAneesh Kumar K.V2014-05-301-0/+7
* | KVM: PPC: Book3S PR: Expose EBB registersAlexander Graf2014-05-301-18/+0
* | KVM: PPC: Book3S PR: Expose TAR facility to guestAlexander Graf2014-05-301-6/+0
* | KVM: PPC: Book3S PR: Handle Facility interrupt and FSCRAlexander Graf2014-05-301-6/+0
* | KVM: PPC: Make shared struct aka magic page guest endianAlexander Graf2014-05-301-0/+11
|/
* KVM: PPC: Book3S HV: Return ENODEV error rather than EIOPaul Mackerras2014-03-291-1/+1
* KVM: PPC: Book3S HV: Add get/set_one_reg for new TM stateMichael Neuling2014-03-291-22/+125
* KVM: PPC: Book3S HV: Fix KVM hang with CONFIG_KVM_XICS=nAnton Blanchard2014-03-261-3/+1
* KVM: PPC: Book3S HV: Fix incorrect userspace exit on ioeventfd writeGreg Kurz2014-03-261-3/+3
* Merge branch 'kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm-queuePaolo Bonzini2014-01-291-78/+241
|\
| * KVM: PPC: Book3S HV: Add new state for transactional memoryMichael Neuling2014-01-271-0/+4
| * KVM: PPC: Book3S HV: Basic little-endian guest supportAnton Blanchard2014-01-271-0/+22
| * KVM: PPC: Book3S HV: Add support for DABRX register on POWER7Paul Mackerras2014-01-271-0/+6
| * KVM: PPC: Book3S HV: Prepare for host using hypervisor doorbellsPaul Mackerras2014-01-271-0/+1
| * KVM: PPC: Book3S HV: Handle new LPCR bits on POWER8Paul Mackerras2014-01-271-0/+6
| * KVM: PPC: Book3S HV: Implement architecture compatibility modes for POWER8Paul Mackerras2014-01-271-1/+15
| * KVM: PPC: Book3S HV: Add handler for HV facility unavailableMichael Ellerman2014-01-271-1/+10
| * KVM: PPC: Book3S HV: Context-switch new POWER8 SPRsMichael Neuling2014-01-271-2/+151
| * KVM: PPC: Book3S HV: Align physical and virtual CPU thread numbersPaul Mackerras2014-01-271-29/+17
| * KVM: PPC: Book3S HV: use xics_wake_cpu only when definedAndreas Schwab2014-01-271-1/+6
| * KVM: PPC: Store FP/VSX/VMX state in thread_fp/vr_state structuresPaul Mackerras2014-01-091-42/+0
| * KVM: PPC: Add devname:kvm aliases for modulesAlexander Graf2014-01-091-0/+3
| * powerpc: kvm: optimize "sc 1" as fast returnLiu Ping Fan2013-11-211-6/+4
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-01-221-1/+1
|\ \
| * | KVM: Use cond_resched() directly and remove useless kvm_resched()Takuya Yoshikawa2013-12-131-1/+1
| |/
* | KVM: PPC: Book3S HV: Take SRCU read lock around kvm_read_guest() callPaul Mackerras2013-11-181-0/+2
* | KVM: PPC: Book3S HV: Make tbacct_lock irq-safePaul Mackerras2013-11-181-10/+12
|/
* kvm: powerpc: book3s: drop is_hv_enabledAneesh Kumar K.V2013-10-171-1/+0
* kvm: powerpc: book3s: Allow the HV and PR selection per virtual machineAneesh Kumar K.V2013-10-171-8/+10
* kvm: powerpc: book3s: Support building HV and PR KVM as moduleAneesh Kumar K.V2013-10-171-0/+2
* kvm: powerpc: book3s: Add is_hv_enabled to kvmppc_opsAneesh Kumar K.V2013-10-171-0/+1
* kvm: powerpc: Add kvmppc_ops callbackAneesh Kumar K.V2013-10-171-62/+158
* kvm: powerpc: book3s hv: Fix vcore leakPaul Mackerras2013-10-171-0/+10
* KVM: PPC: Book3S HV: Don't crash host on unknown guest interruptPaul Mackerras2013-10-171-1/+1
* KVM: PPC: Book3S HV: Support POWER6 compatibility mode on POWER7Paul Mackerras2013-10-171-0/+35
* KVM: PPC: Book3S HV: Add support for guest Program Priority RegisterPaul Mackerras2013-10-171-0/+6
* KVM: PPC: Book3S HV: Store LPCR value for each virtual corePaul Mackerras2013-10-171-12/+61
* KVM: PPC: Book3S HV: Implement H_CONFERPaul Mackerras2013-10-171-0/+9
* KVM: PPC: Book3S HV: Implement timebase offset for guestsPaul Mackerras2013-10-171-1/+9
* KVM: PPC: Book3S HV: Save/restore SIAR and SDAR along with other PMU registersPaul Mackerras2013-10-171-0/+12
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-09-061-1/+1
|\
| * Merge branch 'merge' into nextBenjamin Herrenschmidt2013-08-271-2/+2
| |\
| | * powerpc/kvm: Add signed type cast for comparationChen Gang2013-08-091-2/+2
| * | powerpc: Stop using non-architected shared_proc field in lppacaAnton Blanchard2013-08-141-1/+1
| |/
* | Merge branch 'kvm-ppc-next' of git://github.com/agraf/linux-2.6 into queueGleb Natapov2013-08-301-15/+23
|\ \
| * | arch: powerpc: kvm: add signed type cast for comparationChen Gang2013-08-281-2/+2
| * | powerpc/kvm: Copy the pvr value after memsetAneesh Kumar K.V2013-08-221-4/+3
OpenPOWER on IntegriCloud