summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm
Commit message (Expand)AuthorAgeFilesLines
* KVM: Make kvm_set_spte_hva() return intLan Tianyu2018-12-212-2/+4
* Merge tag 'kvm-ppc-next-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/...Radim Krčmář2018-12-2011-60/+368
|\
| * KVM: PPC: Book3S HV: Allow passthrough of an emulated device to an L3 guestSuraj Jitindar Singh2018-12-172-10/+4
| * KVM: PPC: Book3S: Introduce new hcall H_COPY_TOFROM_GUEST to access quadrants...Suraj Jitindar Singh2018-12-173-4/+84
| * KVM: PPC: Book3S HV: Allow passthrough of an emulated device to an L2 guestSuraj Jitindar Singh2018-12-173-10/+53
| * KVM: PPC: Update kvmppc_st and kvmppc_ld to use quadrantsSuraj Jitindar Singh2018-12-171-2/+16
| * KVM: PPC: Add load_from_eaddr and store_to_eaddr to the kvmppc_ops structSuraj Jitindar Singh2018-12-171-0/+40
| * KVM: PPC: Book3S HV: Implement functions to access quadrants 1 & 2Suraj Jitindar Singh2018-12-171-0/+97
| * KVM: PPC: Book3S HV: Add function kvmhv_vcpu_is_radix()Suraj Jitindar Singh2018-12-171-0/+1
| * KVM: PPC: Book3S: Only report KVM_CAP_SPAPR_TCE_VFIO on powernv machinesSuraj Jitindar Singh2018-12-171-1/+4
| * KVM: PPC: Book3S HV: Flush guest mappings when turning dirty tracking on/offPaul Mackerras2018-12-173-4/+42
| * KVM: PPC: Book3S HV: Cleanups - constify memslots, fix commentsPaul Mackerras2018-12-173-6/+7
| * KVM: PPC: Book3S HV: Map single pages when doing dirty page loggingPaul Mackerras2018-12-171-2/+6
| * KVM: PPC: Pass change type down to memslot commit functionBharata B Rao2018-12-175-6/+10
| * KVM: PPC: Book3S PR: Set hflag to indicate that POWER9 supports 1T segmentsSuraj Jitindar Singh2018-12-141-0/+1
| * KVM: PPC: Book3S HV: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li2018-12-142-22/+2
| * KVM: PPC: Book3S HV: Fix race between kvm_unmap_hva_range and MMU mode switchPaul Mackerras2018-12-142-6/+14
* | kvm: make KVM_CAP_ENABLE_CAP_VM architecture agnosticPaolo Bonzini2018-12-141-12/+2
|/
* Merge tag 'kvm-ppc-fixes-4.20-1' of https://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini2018-11-251-0/+1
|\
| * KVM: PPC: Book3S HV: Fix handling for interrupted H_ENTER_NESTEDMichael Roth2018-11-151-0/+1
* | KVM: PPC: Move and undef TRACE_INCLUDE_PATH/FILEScott Wood2018-11-074-8/+27
|/
* Merge tag 'powerpc-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-11-022-6/+4
|\
| * KVM: PPC: Use exported tb_to_ns() function in decrementer emulationPaul Mackerras2018-10-262-6/+4
* | Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-10-261-2/+0
|\|
| * powerpc: Add -Werror at arch/powerpc levelMichael Ellerman2018-10-191-2/+0
* | Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-10-2525-882/+3645
|\ \
| * | KVM: PPC: Optimize clearing TCEs for sparse tablesAlexey Kardashevskiy2018-10-202-6/+5
| * | KVM: PPC: Book3S HV: Don't use streamlined entry path on early POWER9 chipsPaul Mackerras2018-10-191-2/+11
| * | KVM: PPC: Book3S HV: Add NO_HASH flag to GET_SMMU_INFO ioctl resultPaul Mackerras2018-10-091-0/+4
| * | KVM: PPC: Book3S HV: Add a VM capability to enable nested virtualizationPaul Mackerras2018-10-092-9/+42
| * | Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-nextPaul Mackerras2018-10-0925-876/+3583
| |\ \
| | * | KVM: PPC: Book3S HV: Add nested shadow page tables to debugfsPaul Mackerras2018-10-092-3/+51
| | * | KVM: PPC: Book3S HV: Allow HV module to load without hypervisor modePaul Mackerras2018-10-092-5/+14
| | * | KVM: PPC: Book3S HV: Handle differing endianness for H_ENTER_NESTEDSuraj Jitindar Singh2018-10-091-1/+50
| | * | KVM: PPC: Book3S HV: Sanitise hv_regs on nested guest entrySuraj Jitindar Singh2018-10-091-0/+17
| | * | KVM: PPC: Book3S HV: Add one-reg interface to virtual PTCR registerPaul Mackerras2018-10-091-0/+6
| | * | KVM: PPC: Book3S HV: Don't access HFSCR, LPIDR or LPCR when running nestedPaul Mackerras2018-10-092-16/+24
| | * | KVM: PPC: Book3S HV: Invalidate TLB when nested vcpu moves physical cpuSuraj Jitindar Singh2018-10-092-38/+68
| | * | KVM: PPC: Book3S HV: Use hypercalls for TLB invalidation when nestedPaul Mackerras2018-10-092-8/+52
| | * | KVM: PPC: Book3S HV: Implement H_TLB_INVALIDATE hcallSuraj Jitindar Singh2018-10-093-2/+198
| | * | KVM: PPC: Book3S HV: Introduce rmap to track nested guest mappingsSuraj Jitindar Singh2018-10-093-14/+169
| | * | KVM: PPC: Book3S HV: Handle page fault for a nested guestSuraj Jitindar Singh2018-10-092-86/+440
| | * | KVM: PPC: Book3S HV: Handle hypercalls correctly when nestedPaul Mackerras2018-10-093-1/+47
| | * | KVM: PPC: Book3S HV: Use XICS hypercalls when running as a nested hypervisorPaul Mackerras2018-10-093-9/+50
| | * | KVM: PPC: Book3S HV: Nested guest entry via hypercallPaul Mackerras2018-10-093-30/+422
| | * | KVM: PPC: Book3S HV: Framework and hcall stubs for nested virtualizationPaul Mackerras2018-10-093-4/+331
| | * | KVM: PPC: Book3S HV: Use kvmppc_unmap_pte() in kvm_unmap_radix()Paul Mackerras2018-10-091-20/+13
| | * | KVM: PPC: Book3S HV: Refactor radix page fault handlerSuraj Jitindar Singh2018-10-091-87/+123
| | * | KVM: PPC: Book3S HV: Make kvmppc_mmu_radix_xlate process/partition table agno...Suraj Jitindar Singh2018-10-091-34/+75
| | * | KVM: PPC: Book3S HV: Clear partition table entry on vm teardownSuraj Jitindar Singh2018-10-091-1/+7