summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/book3s_hv.c
Commit message (Expand)AuthorAgeFilesLines
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-12-131-64/+190
|\
| * KVM: PPC: Book3S HV: Comment style and print format fixupsSuraj Jitindar Singh2016-11-281-1/+2
| * KVM: PPC: Book3S HV: Add check for module parameter halt_poll_nsSuraj Jitindar Singh2016-11-281-3/+2
| * KVM: PPC: Book3S HV: Use generic kvm module parametersSuraj Jitindar Singh2016-11-281-23/+6
| * KVM: PPC: Book3S HV: Update kvmppc_set_arch_compat() for ISA v3.00Suraj Jitindar Singh2016-11-241-15/+28
| * KVM: PPC: Book3S HV: Treat POWER9 CPU threads as independent subcoresPaul Mackerras2016-11-241-12/+37
| * KVM: PPC: Book3S HV: Enable hypervisor virtualization interrupts while in guestPaul Mackerras2016-11-241-2/+9
| * KVM: PPC: Book3S HV: Use OPAL XICS emulation on POWER9Paul Mackerras2016-11-241-2/+26
| * KVM: PPC: Book3S HV: Use msgsnd for IPIs to other cores on POWER9Paul Mackerras2016-11-241-1/+10
| * KVM: PPC: Book3S HV: Adapt TLB invalidations to work on POWER9Paul Mackerras2016-11-241-1/+16
| * KVM: PPC: Book3S HV: Add new POWER9 guest-accessible SPRsPaul Mackerras2016-11-241-0/+12
| * KVM: PPC: Book3S HV: Set partition table rather than SDR1 on POWER9Paul Mackerras2016-11-241-6/+30
| * KVM: PPC: Book3S HV: Save/restore XER in checkpointed register statePaul Mackerras2016-11-211-0/+6
| * KVM: PPC: Book3S HV: Add a per vcpu cache for recently page faulted MMIO entriesYongji Xie2016-11-211-0/+9
| * KVM: PPC: Book3S HV: Use list_move_tail instead of list_del/list_add_tailWei Yongjun2016-11-211-2/+1
* | KVM/PPC/Book3S HV: Convert to hotplug state machineAnna-Maria Gleixner2016-12-021-37/+11
|/
* KVM: PPC: Book3S HV: Take out virtual core piggybacking codePaul Mackerras2016-09-271-125/+3
* KVM: PPC: Book3S: Treat VTB as a per-subcore register, not per-threadPaul Mackerras2016-09-271-3/+11
* KVM: PPC: Book3S HV: Set server for passed-through interruptsPaul Mackerras2016-09-121-0/+4
* KVM: PPC: Book3S HV: Tunable to disable KVM IRQ bypassSuresh Warrier2016-09-121-0/+10
* KVM: PPC: Book3S HV: Complete passthrough interrupt in hostSuresh Warrier2016-09-121-1/+7
* KVM: PPC: Book3S HV: Handle passthrough interrupts in guestSuresh Warrier2016-09-121-1/+7
* KVM: PPC: Book3S HV: Enable IRQ bypassSuresh Warrier2016-09-091-1/+159
* KVM: PPC: Book3S HV: Introduce kvmppc_passthru_irqmapSuresh Warrier2016-09-091-0/+13
* KVM: PPC: Implement existing and add new halt polling vcpu statsSuraj Jitindar Singh2016-09-081-5/+31
* KVM: PPC: Book3S HV: Implement halt pollingSuraj Jitindar Singh2016-09-081-14/+102
* KVM: PPC: Book3S HV: Change vcore element runnable_threads from linked-list t...Suraj Jitindar Singh2016-09-081-26/+42
* Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2016-07-111-0/+37
|\
| * KVM: PPC: Book3S HV: Fix TB corruption in guest exit path on HMI interruptMahesh Salgaonkar2016-06-201-0/+37
* | KVM: remove kvm_guest_enter/exit wrappersPaolo Bonzini2016-07-011-2/+2
|/
* Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-05-201-0/+6
|\
| * powerpc/mm/hash: Add support for Power9 HashAneesh Kumar K.V2016-05-011-0/+6
* | KVM: PPC: Book3S HV: Fix build error in book3s_hv.cGavin Shan2016-05-111-0/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-03-161-1/+191
|\
| * KVM: PPC: Book3S HV: Add tunable to control H_IPI redirectionSuresh E. Warrier2016-02-291-0/+11
| * KVM: PPC: Book3S HV: Host side kick VCPU when poked by real-mode KVMSuresh Warrier2016-02-291-0/+2
| * KVM: PPC: Book3S HV: kvmppc_host_rm_ops - handle offlining CPUsSuresh Warrier2016-02-291-0/+39
| * KVM: PPC: Book3S HV: Manage core host stateSuresh Warrier2016-02-291-0/+44
| * KVM: PPC: Book3S HV: Host-side RM data structuresSuresh Warrier2016-02-291-0/+70
| * KVM: PPC: Add support for multiple-TCE hcallsAlexey Kardashevskiy2016-02-161-1/+25
* | KVM: Use simple waitqueue for vcpu->wqMarcelo Tosatti2016-02-251-12/+11
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-01-271-0/+18
|\
| * 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: Book3S HV: Handle unexpected traps in guest entry/exit code betterPaul Mackerras2015-12-091-0/+18
* | | Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-01-151-3/+2
|\ \ \ | |_|/ |/| |
| * | powerpc: create flush_all_to_thread()Anton Blanchard2015-12-021-3/+2
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-01-121-8/+2
|\ \ \ | | |/ | |/|
| * | KVM: Use common function for VCPU lookup by idDavid Hildenbrand2015-11-301-8/+2
| |/
* | KVM: PPC: Book3S HV: Prohibit setting illegal transaction state in MSRPaul Mackerras2015-12-101-0/+6
|/
OpenPOWER on IntegriCloud