aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds17-134/+899
2015-09-04KVM: PPC: Book3S: Fix typo in top comment about lockingGreg Kurz1-1/+1
2015-09-03KVM: PPC: Book3S HV: Exit on H_DOORBELL if HOST_IPI is setGautham R. Shenoy1-0/+1
2015-09-03KVM: PPC: Book3S HV: Fix race in starting secondary threadsGautham R. Shenoy2-1/+17
2015-09-01Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2015-08-22KVM: PPC: Book3S: correct width in XER handlingSam bobroff2-5/+5
2015-08-22KVM: PPC: Book3S HV: Fix preempted vcore stolen time calculationPaul Mackerras1-2/+7
2015-08-22KVM: PPC: Book3S HV: Fix preempted vcore list lockingPaul Mackerras1-1/+2
2015-08-22KVM: PPC: Book3S HV: Implement H_CLEAR_REF and H_CLEAR_MODPaul Mackerras2-9/+121
2015-08-22KVM: PPC: Book3S HV: Fix bug in dirty page trackingPaul Mackerras2-1/+24
2015-08-22KVM: PPC: Book3S HV: Fix race in reading change bit when removing HPTEPaul Mackerras1-6/+12
2015-08-22KVM: PPC: Book3S HV: Implement dynamic micro-threading on POWER8Paul Mackerras3-62/+443
2015-08-22KVM: PPC: Book3S HV: Make use of unused threads when running guestsPaul Mackerras4-67/+282
2015-08-22KVM: PPC: add missing pt_regs initializationTudor Laurentiu1-0/+1
2015-08-22KVM: PPC: Fix warnings from sparseThomas Huth7-7/+11
2015-08-22KVM: PPC: Remove PPC970 from KVM_BOOK3S_64_HV text in KconfigThomas Huth1-4/+4
2015-08-22KVM: PPC: fix suspicious use of conditional operatorTudor Laurentiu1-1/+1
2015-08-07treewide: Fix typo compatability -> compatibilityLaurent Pinchart1-1/+1
2015-08-03sched/preempt, powerpc, kvm: Use need_resched() instead of should_resched()Konstantin Khlebnikov1-1/+1
2015-06-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds6-24/+35
2015-06-24Merge tag 'powerpc-4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linuxLinus Torvalds1-1/+1
2015-06-07powerpc/kernel: Rename PACA_DSCR to PACA_DSCR_DEFAULTAnshuman Khandual1-1/+1
2015-05-28KVM: add "new" argument to kvm_arch_commit_memory_regionPaolo Bonzini5-6/+11
2015-05-26KVM: const-ify uses of struct kvm_userspace_memory_regionPaolo Bonzini5-10/+10
2015-05-26KVM: use kvm_memslots whenever possiblePaolo Bonzini3-4/+10
2015-05-20Merge branch 'kvm-master' into kvm-nextPaolo Bonzini1-2/+3
2015-05-10KVM: PPC: Book3S HV: Fix list traversal in error casePaul Mackerras1-2/+3
2015-05-07KVM: booke: use __kvm_guest_exitPaolo Bonzini1-3/+3
2015-05-07KVM: arm/mips/x86/power use __kvm_guest_{enter|exit}Christian Borntraeger1-1/+1
2015-04-29powerpc/kvm: Fix SMP=n build error in book3s_xics.cMichael Ellerman1-1/+1
2015-04-26Merge tag 'powerpc-4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linuxLinus Torvalds4-57/+77
2015-04-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds12-345/+1440
2015-04-21KVM: PPC: Book3S HV: Use msgsnd for signalling threads on POWER8Paul Mackerras3-22/+67
2015-04-21KVM: PPC: Book3S HV: Translate kvmhv_commence_exit to CPaul Mackerras3-68/+73
2015-04-21KVM: PPC: Book3S HV: Streamline guest entry and exitPaul Mackerras1-86/+126
2015-04-21KVM: PPC: Book3S HV: Use bitmap of active threads rather than countPaul Mackerras3-41/+35
2015-04-21KVM: PPC: Book3S HV: Use decrementer to wake napping threadsPaul Mackerras1-2/+41
2015-04-21KVM: PPC: Book3S HV: Don't wake thread with no vcpu on guest IPIPaul Mackerras1-3/+7
2015-04-21KVM: PPC: Book3S HV: Get rid of vcore nap_count and n_wokenPaul Mackerras2-32/+34
2015-04-21KVM: PPC: Book3S HV: Move vcore preemption point up into kvmppc_run_vcpuPaul Mackerras1-40/+52
2015-04-21KVM: PPC: Book3S HV: Minor cleanupsPaul Mackerras1-25/+19
2015-04-21KVM: PPC: Book3S HV: Simplify handling of VCPUs that need a VPA updatePaul Mackerras1-26/+30
2015-04-21KVM: PPC: Book3S HV: Accumulate timing information for real-mode codePaul Mackerras3-2/+303
2015-04-21KVM: PPC: Book3S HV: Create debugfs file for each guest's HPTPaul Mackerras2-0/+148
2015-04-21KVM: PPC: Book3S HV: Add ICP real mode countersSuresh Warrier3-2/+20
2015-04-21KVM: PPC: Book3S HV: Move virtual mode ICP functions to real-modeSuresh Warrier1-14/+211
2015-04-21KVM: PPC: Book3S HV: Convert ICS mutex lock to spin lockSuresh Warrier2-22/+48
2015-04-21KVM: PPC: Book3S HV: Add guest->host real mode completion countersSuresh E. Warrier2-4/+33
2015-04-21KVM: PPC: Book3S HV: Add helpers for lock/unlock hpteAneesh Kumar K.V2-31/+19
2015-04-21KVM: PPC: Book3S HV: Remove RMA-related variables from codeAneesh Kumar K.V2-19/+19