summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm
Commit message (Expand)AuthorAgeFilesLines
...
| * KVM: PPC: Correctly report KVM_CAP_PPC_ALLOC_HTABDavid Gibson2016-11-241-1/+4
| * KVM: PPC: Book3S HV: Fix compilation with unusual configurationsPaul Mackerras2016-11-241-1/+2
| * KVM: PPC: Book3S HV: Update kvmppc_set_arch_compat() for ISA v3.00Suraj Jitindar Singh2016-11-231-15/+28
| * KVM: PPC: Book3S HV: Treat POWER9 CPU threads as independent subcoresPaul Mackerras2016-11-232-16/+44
| * KVM: PPC: Book3S HV: Enable hypervisor virtualization interrupts while in guestPaul Mackerras2016-11-231-2/+9
| * KVM: PPC: Book3S HV: Use stop instruction rather than nap on POWER9Paul Mackerras2016-11-231-11/+22
| * KVM: PPC: Book3S HV: Use OPAL XICS emulation on POWER9Paul Mackerras2016-11-233-18/+92
| * KVM: PPC: Book3S HV: Use msgsnd for IPIs to other cores on POWER9Paul Mackerras2016-11-232-3/+18
| * KVM: PPC: Book3S HV: Adapt TLB invalidations to work on POWER9Paul Mackerras2016-11-233-9/+26
| * KVM: PPC: Book3S HV: Add new POWER9 guest-accessible SPRsPaul Mackerras2016-11-232-2/+49
| * KVM: PPC: Book3S HV: Adjust host/guest context switch for POWER9Paul Mackerras2016-11-231-20/+30
| * KVM: PPC: Book3S HV: Set partition table rather than SDR1 on POWER9Paul Mackerras2016-11-232-9/+37
| * KVM: PPC: Book3S HV: Adapt to new HPTE format on POWER9Paul Mackerras2016-11-232-40/+100
| * KVM: PPC: Book3S HV: Drop duplicate header asm/iommu.hGeliang Tang2016-11-211-1/+0Star
| * KVM: PPC: Book3S HV: Don't lose hardware R/C bit updates in H_PROTECTPaul Mackerras2016-11-211-0/+2
| * KVM: PPC: Book3S HV: Save/restore XER in checkpointed register statePaul Mackerras2016-11-212-0/+10
| * KVM: PPC: Book3S HV: Add a per vcpu cache for recently page faulted MMIO entriesYongji Xie2016-11-213-19/+123
| * KVM: PPC: Book3S HV: Clear the key field of HPTE when the page is paged outYongji Xie2016-11-212-2/+7
| * KVM: PPC: Book3S HV: Use list_move_tail instead of list_del/list_add_tailWei Yongjun2016-11-211-2/+1Star
| * KVM: PPC: Book3S HV: sparse: prototypes for functions called from assemblerDaniel Axtens2016-11-215-0/+5
| * KVM: PPC: Book3S HV: Fix sparse static warningDaniel Axtens2016-11-211-2/+2
* | KVM/PPC/Book3S HV: Convert to hotplug state machineAnna-Maria Gleixner2016-12-021-37/+11Star
|/
* KVM: PPC: Book3S HV: Fix build error when SMP=nMichael Ellerman2016-10-211-0/+1
* KVM: PPC: Book3s PR: Allow access to unprivileged MMCR2 registerThomas Huth2016-09-271-0/+2
* KVM: PPC: Book3S PR: Support 64kB page size on POWER8E and POWER8NVLThomas Huth2016-09-271-0/+2
* KVM: PPC: BookE: Fix a sanity checkDan Carpenter2016-09-271-1/+1
* KVM: PPC: Book3S HV: Take out virtual core piggybacking codePaul Mackerras2016-09-271-125/+3Star
* KVM: PPC: Book3S: Treat VTB as a per-subcore register, not per-threadPaul Mackerras2016-09-275-18/+26
* kvm: add stubs for arch specific debugfs supportLuiz Capitulino2016-09-161-0/+10
* KVM: PPC: e500: Rename jump labels in kvmppc_e500_tlb_init()Markus Elfring2016-09-131-6/+5Star
* KVM: PPC: e500: Use kmalloc_array() in kvmppc_e500_tlb_init()Markus Elfring2016-09-121-3/+4
* KVM: PPC: e500: Replace kzalloc() calls by kcalloc() in two functionsMarkus Elfring2016-09-121-12/+11Star
* KVM: PPC: e500: Delete an unnecessary initialisation in kvm_vcpu_ioctl_config...Markus Elfring2016-09-121-1/+1
* KVM: PPC: e500: Less function calls in kvm_vcpu_ioctl_config_tlb() after erro...Markus Elfring2016-09-121-14/+16
* KVM: PPC: e500: Use kmalloc_array() in kvm_vcpu_ioctl_config_tlb()Markus Elfring2016-09-121-1/+1
* KVM: PPC: Book3S HV: Counters for passthrough IRQ statsSuresh Warrier2016-09-122-5/+16
* KVM: PPC: Book3S HV: Set server for passed-through interruptsPaul Mackerras2016-09-124-0/+57
* KVM: PPC: Book3S HV: Update irq stats for IRQs handled in real modeSuresh Warrier2016-09-121-0/+50
* KVM: PPC: Book3S HV: Tunable to disable KVM IRQ bypassSuresh Warrier2016-09-122-0/+12
* KVM: PPC: Book3S HV: Dump irqmap in debugfsSuresh Warrier2016-09-121-0/+17
* KVM: PPC: Book3S HV: Complete passthrough interrupt in hostSuresh Warrier2016-09-125-3/+36
* KVM: PPC: Book3S HV: Handle passthrough interrupts in guestSuresh Warrier2016-09-124-2/+129
* 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: select IRQ_BYPASS_MANAGERSuresh Warrier2016-09-092-0/+40
* KVM: PPC: Book3S HV: Convert kvmppc_read_intr to a C functionSuresh Warrier2016-09-092-84/+158
* Merge branch 'kvm-ppc-infrastructure' into kvm-ppc-nextPaul Mackerras2016-09-092-0/+57
|\
| * powerpc: move hmi.c to arch/powerpc/kvm/Paolo Bonzini2016-09-092-0/+57
* | KVM: PPC: Implement existing and add new halt polling vcpu statsSuraj Jitindar Singh2016-09-082-5/+35
* | KVM: PPC: Book3S HV: Implement halt pollingSuraj Jitindar Singh2016-09-082-14/+124