summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm
Commit message (Expand)AuthorAgeFilesLines
...
| * | KVM: Use simple waitqueue for vcpu->wqMarcelo Tosatti2016-02-251-12/+11Star
| |/
* / KVM: PPC: Book3S HV: Sanitize special-purpose register values on guest exitPaul Mackerras2016-03-081-0/+14
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-01-274-14/+31
|\
| * Merge tag 'kvm-s390-master-4.5-1' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2016-01-261-0/+6
| |\
| * | KVM: PPC: Fix ONE_REG AltiVec supportGreg Kurz2016-01-141-10/+10
| * | KVM: PPC: Book3S PR: Remove unused variable 'vcpu_book3s'Geyslan G. Bem2015-12-091-3/+0Star
| * | KVM: PPC: Fix emulation of H_SET_DABR/X on POWER8Thomas Huth2015-12-091-1/+1
| * | KVM: PPC: Book3S HV: Handle unexpected traps in guest entry/exit code betterPaul Mackerras2015-12-092-0/+20
* | | kvm: rename pfn_t to kvm_pfn_tDan Williams2016-01-166-11/+11
* | | Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-01-154-18/+13Star
|\ \ \ | |_|/ |/| |
| * | powerpc: create flush_all_to_thread()Anton Blanchard2015-12-021-3/+2Star
| * | powerpc: create giveup_all()Anton Blanchard2015-12-021-15/+2Star
| * | powerpc: Create disable_kernel_{fp,altivec,vsx,spe}()Anton Blanchard2015-12-013-0/+9
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-01-122-10/+4Star
|\ \ \ | | |/ | |/|
| * | KVM: Use common function for VCPU lookup by idDavid Hildenbrand2015-11-301-8/+2Star
| * | KVM: powerpc: kvmppc_visible_gpa can be booleanYaowei Bai2015-11-251-2/+2
| |/
* / KVM: PPC: Book3S HV: Prohibit setting illegal transaction state in MSRPaul Mackerras2015-12-101-0/+6
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-11-122-9/+13
|\
| * KVM: PPC: Book3S HV: Don't dynamically split core when already splitPaul Mackerras2015-11-061-1/+1
| * KVM: PPC: Book3S HV: Synthesize segment fault if SLB lookup failsPaul Mackerras2015-11-061-8/+12
* | Merge tag 'powerpc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2015-11-063-5/+7
|\ \
| * | powerpc/mm: Differentiate between hugetlb and THP during page walkAneesh Kumar K.V2015-10-123-5/+7
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-11-067-11/+52
|\ \ \ | | |/ | |/|
| * | KVM: PPC: Book3S HV: Handle H_DOORBELL on the guest exit pathGautham R. Shenoy2015-10-211-3/+14
| * | KVM: PPC: Implement extension to report number of memslotsNikunj A Dadhania2015-10-211-0/+3
| * | KVM: PPC: Book3S HV: Make H_REMOVE return correct HPTE value for absent HPTEsPaul Mackerras2015-10-211-0/+2
| * | KVM: PPC: Book3S HV: Don't fall back to smaller HPT size in allocation ioctlPaul Mackerras2015-10-211-1/+2
| * | KVM: PPC: Book3S HV: Deliver machine check with MSR(RI=0) to guest as MCEMahesh Salgaonkar2015-10-161-4/+8
| * | KVM: PPC: e500: fix couple of shift operations on 64 bitsTudor Laurentiu2015-10-151-2/+2
| * | KVM: PPC: e500: Emulate TMCFG0 TMRN registerTudor Laurentiu2015-10-151-0/+19
| * | KVM: PPC: e500: fix handling local_sid_lookup resultAndrzej Hajda2015-10-151-1/+2
| |/
* / powerpc: Revert "Use the POWER8 Micro Partition Prefetch Engine in KVM HV on ...Paul Mackerras2015-10-211-54/+1Star
|/
* KVM: PPC: Book3S: Take the kvm->srcu lock in kvmppc_h_logical_ci_load/store()Thomas Huth2015-09-211-0/+6
* KVM: PPC: Book3S HV: Pass the correct trap argument to kvmhv_commence_exitGautham R. Shenoy2015-09-211-0/+1
* KVM: PPC: Book3S HV: Fix handling of interrupted VCPUsPaul Mackerras2015-09-211-1/+5
* KVM: add halt_attempted_poll to VCPU statsPaolo Bonzini2015-09-162-0/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-09-1117-134/+899
|\
| * KVM: PPC: Book3S: Fix typo in top comment about lockingGreg Kurz2015-09-031-1/+1
| * KVM: PPC: Book3S HV: Exit on H_DOORBELL if HOST_IPI is setGautham R. Shenoy2015-09-031-0/+1
| * KVM: PPC: Book3S HV: Fix race in starting secondary threadsGautham R. Shenoy2015-09-032-1/+17
| * KVM: PPC: Book3S: correct width in XER handlingSam bobroff2015-08-222-5/+5
| * KVM: PPC: Book3S HV: Fix preempted vcore stolen time calculationPaul Mackerras2015-08-221-2/+7
| * KVM: PPC: Book3S HV: Fix preempted vcore list lockingPaul Mackerras2015-08-221-1/+2
| * KVM: PPC: Book3S HV: Implement H_CLEAR_REF and H_CLEAR_MODPaul Mackerras2015-08-222-9/+121
| * KVM: PPC: Book3S HV: Fix bug in dirty page trackingPaul Mackerras2015-08-222-1/+24
| * KVM: PPC: Book3S HV: Fix race in reading change bit when removing HPTEPaul Mackerras2015-08-221-6/+12
| * KVM: PPC: Book3S HV: Implement dynamic micro-threading on POWER8Paul Mackerras2015-08-223-62/+443
| * KVM: PPC: Book3S HV: Make use of unused threads when running guestsPaul Mackerras2015-08-224-67/+282
| * KVM: PPC: add missing pt_regs initializationTudor Laurentiu2015-08-221-0/+1
| * KVM: PPC: Fix warnings from sparseThomas Huth2015-08-227-7/+11