aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-22KVM: PPC: Book3S HV: Fix build error when SMP=nMichael Ellerman1-0/+1
2016-09-27KVM: PPC: Book3s PR: Allow access to unprivileged MMCR2 registerThomas Huth1-0/+2
2016-09-27KVM: PPC: Book3S PR: Support 64kB page size on POWER8E and POWER8NVLThomas Huth1-0/+2
2016-09-27KVM: PPC: BookE: Fix a sanity checkDan Carpenter1-1/+1
2016-09-27KVM: PPC: Book3S HV: Take out virtual core piggybacking codePaul Mackerras1-125/+3
2016-09-27KVM: PPC: Book3S: Treat VTB as a per-subcore register, not per-threadPaul Mackerras5-18/+26
2016-09-16kvm: add stubs for arch specific debugfs supportLuiz Capitulino1-0/+10
2016-09-13KVM: PPC: e500: Rename jump labels in kvmppc_e500_tlb_init()Markus Elfring1-6/+5
2016-09-12KVM: PPC: e500: Use kmalloc_array() in kvmppc_e500_tlb_init()Markus Elfring1-3/+4
2016-09-12KVM: PPC: e500: Replace kzalloc() calls by kcalloc() in two functionsMarkus Elfring1-12/+11
2016-09-12KVM: PPC: e500: Delete an unnecessary initialisation in kvm_vcpu_ioctl_config_tlb()Markus Elfring1-1/+1
2016-09-12KVM: PPC: e500: Less function calls in kvm_vcpu_ioctl_config_tlb() after error detectionMarkus Elfring1-14/+16
2016-09-12KVM: PPC: e500: Use kmalloc_array() in kvm_vcpu_ioctl_config_tlb()Markus Elfring1-1/+1
2016-09-12KVM: PPC: Book3S HV: Counters for passthrough IRQ statsSuresh Warrier2-5/+16
2016-09-12KVM: PPC: Book3S HV: Set server for passed-through interruptsPaul Mackerras4-0/+57
2016-09-12KVM: PPC: Book3S HV: Update irq stats for IRQs handled in real modeSuresh Warrier1-0/+50
2016-09-12KVM: PPC: Book3S HV: Tunable to disable KVM IRQ bypassSuresh Warrier2-0/+12
2016-09-12KVM: PPC: Book3S HV: Dump irqmap in debugfsSuresh Warrier1-0/+17
2016-09-12KVM: PPC: Book3S HV: Complete passthrough interrupt in hostSuresh Warrier5-3/+36
2016-09-12KVM: PPC: Book3S HV: Handle passthrough interrupts in guestSuresh Warrier4-2/+129
2016-09-09KVM: PPC: Book3S HV: Enable IRQ bypassSuresh Warrier1-1/+159
2016-09-09KVM: PPC: Book3S HV: Introduce kvmppc_passthru_irqmapSuresh Warrier1-0/+13
2016-09-09KVM: PPC: select IRQ_BYPASS_MANAGERSuresh Warrier2-0/+40
2016-09-09KVM: PPC: Book3S HV: Convert kvmppc_read_intr to a C functionSuresh Warrier2-84/+158
2016-09-09Merge branch 'kvm-ppc-infrastructure' into kvm-ppc-nextPaul Mackerras2-0/+57
2016-09-09powerpc: move hmi.c to arch/powerpc/kvm/Paolo Bonzini2-0/+57
2016-09-08KVM: PPC: Implement existing and add new halt polling vcpu statsSuraj Jitindar Singh2-5/+35
2016-09-08KVM: PPC: Book3S HV: Implement halt pollingSuraj Jitindar Singh2-14/+124
2016-09-08KVM: PPC: Book3S HV: Change vcore element runnable_threads from linked-list to arraySuraj Jitindar Singh1-26/+42
2016-08-25KVM: PPC: Always select KVM_VFIO, plus Makefile cleanupPaul Mackerras2-11/+9
2016-08-19KVM: PPC: Implement kvm_arch_intc_initialized() for PPCPaul Mackerras1-0/+13
2016-08-19KVM: PPC: Book3S: Don't crash if irqfd used with no in-kernel XICS emulationPaul Mackerras1-0/+2
2016-08-12KVM: Protect device ops->create and list_add with kvm->lockChristoffer Dall1-2/+0
2016-08-12KVM: PPC: Move xics_debugfs_init out of createChristoffer Dall1-2/+8
2016-08-02Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-1/+1
2016-08-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-223/+551
2016-08-01KVM: PPC: Introduce KVM_CAP_PPC_HTMSam Bobroff1-0/+4
2016-07-28KVM: PPC: Book3S HV: Save/restore TM state in H_CEDEPaul Mackerras1-0/+13
2016-07-28KVM: PPC: Book3S HV: Pull out TM state save/restore into separate proceduresPaul Mackerras1-212/+237
2016-07-21powerpc/mm: Move hash table ops to a separate structureBenjamin Herrenschmidt1-8/+10
2016-07-21powerpc: Put exception configuration in a common placeBenjamin Herrenschmidt1-3/+3
2016-07-18Kbuild: arch: look for generated headers in obtreeArnd Bergmann1-1/+1
2016-07-15powerpc/powernv: Rename reusable idle functions to hardware agnostic namesShreyas B. Prabhu1-2/+2
2016-07-14powerpc/kvm: Clarify __user annotationsDaniel Axtens1-1/+2
2016-07-14KVM: pass struct kvm to kvm_set_routing_entryRadim Krčmář1-1/+2
2016-07-11Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into HEADPaolo Bonzini5-3/+288
2016-07-01KVM: remove kvm_guest_enter/exit wrappersPaolo Bonzini4-7/+7
2016-06-20KVM: PPC: Book3S HV: Fix TB corruption in guest exit path on HMI interruptMahesh Salgaonkar3-1/+277
2016-06-20KVM: PPC: Book3S PR: Fix contents of SRR1 when injecting a program exceptionThomas Huth1-1/+11
2016-06-20KVM: PPC: Book3S PR: Fix illegal opcode emulationThomas Huth1-1/+0