summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | KVM: PPC: Use ccr field in pt_regs struct embedded in vcpu structPaul Mackerras2018-10-098-22/+22
| | * | KVM: PPC: Book3S HV: Add a debugfs file to dump radix mappingsPaul Mackerras2018-10-092-0/+181
| | * | KVM: PPC: Book3S HV: Handle hypervisor instruction faults betterPaul Mackerras2018-10-091-1/+4
| | * | KVM: PPC: Book3S HV: Streamlined guest entry/exit path on P9 for radix guestsPaul Mackerras2018-10-094-4/+589
| | * | KVM: PPC: Book3S HV: Call kvmppc_handle_exit_hv() with vcore unlockedPaul Mackerras2018-10-091-9/+10
| | * | KVM: PPC: Book3S: Rework TM save/restore code and make it C-callablePaul Mackerras2018-10-092-140/+159
| | * | KVM: PPC: Book3S HV: Simplify real-mode interrupt handlingPaul Mackerras2018-10-092-109/+119
| | * | KVM: PPC: Book3S HV: Extract PMU save/restore operations as C-callable functionsPaul Mackerras2018-10-092-210/+248
| | * | KVM: PPC: Book3S HV: Move interrupt delivery on guest entry to C codePaul Mackerras2018-10-093-55/+66
| | * | KVM: PPC: Book3S HV: Remove left-over code in XICS-on-XIVE emulationPaul Mackerras2018-10-091-8/+0
| | * | KVM: PPC: Book3S: Simplify external interrupt handlingPaul Mackerras2018-10-097-25/+42
| | * | KVM: PPC: Remove redundand permission bits removalAlexey Kardashevskiy2018-10-092-21/+13
| | * | KVM: PPC: Propagate errors to the guest when failed instead of ignoringAlexey Kardashevskiy2018-10-092-28/+13
| | * | KVM: PPC: Validate TCEs against preregistered memory page sizesAlexey Kardashevskiy2018-10-092-7/+60
| | * | KVM: PPC: Inform the userspace about TCE update failuresAlexey Kardashevskiy2018-10-022-7/+7
| | * | KVM: PPC: Validate all tces before updating tablesAlexey Kardashevskiy2018-10-022-0/+22
| * | | KVM: PPC: Book3S HV: Provide mode where all vCPUs on a core must be the same VMPaul Mackerras2018-10-051-0/+8
| * | | KVM: PPC: Book3S PR: Exiting split hack mode needs to fixup both PC and LRCameron Kaiser2018-10-051-0/+3
| |/ /
* | | KVM: PPC: Book3S HV: Avoid crash from THP collapse during radix page faultPaul Mackerras2018-10-041-0/+10
|/ /
* | KVM: PPC: Book3S HV: Don't use compound_order to determine host mapping sizeNicholas Piggin2018-09-121-54/+37
* | KVM: PPC: Avoid marking DMA-mapped pages dirty in real modeAlexey Kardashevskiy2018-09-121-8/+31
|/
* Merge tag 'kvm-ppc-fixes-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel...Radim Krčmář2018-09-042-4/+4
|\
| * KVM: PPC: Book3S HV: Don't truncate HPTE index in xlate functionPaul Mackerras2018-08-201-1/+1
OpenPOWER on IntegriCloud