summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/book3s_hv.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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: Flush guest mappings when turning dirty tracking on/offPaul Mackerras2018-12-171-0/+17
* KVM: PPC: Pass change type down to memslot commit functionBharata B Rao2018-12-171-1/+2
* KVM: PPC: Book3S HV: Fix race between kvm_unmap_hva_range and MMU mode switchPaul Mackerras2018-12-141-6/+11
* KVM: PPC: Book3S HV: Fix handling for interrupted H_ENTER_NESTEDMichael Roth2018-11-151-0/+1
* Merge tag 'powerpc-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-11-021-2/+1
|\
| * KVM: PPC: Use exported tb_to_ns() function in decrementer emulationPaul Mackerras2018-10-261-2/+1
* | 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-091-9/+30
* | Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-nextPaul Mackerras2018-10-091-55/+776
|\ \
| * | KVM: PPC: Book3S HV: Allow HV module to load without hypervisor modePaul Mackerras2018-10-091-4/+12
| * | 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-091-12/+21
| * | KVM: PPC: Book3S HV: Invalidate TLB when nested vcpu moves physical cpuSuraj Jitindar Singh2018-10-091-38/+63
| * | KVM: PPC: Book3S HV: Implement H_TLB_INVALIDATE hcallSuraj Jitindar Singh2018-10-091-0/+3
| * | KVM: PPC: Book3S HV: Introduce rmap to track nested guest mappingsSuraj Jitindar Singh2018-10-091-0/+1
| * | KVM: PPC: Book3S HV: Handle hypercalls correctly when nestedPaul Mackerras2018-10-091-0/+43
| * | KVM: PPC: Book3S HV: Use XICS hypercalls when running as a nested hypervisorPaul Mackerras2018-10-091-1/+6
| * | KVM: PPC: Book3S HV: Nested guest entry via hypercallPaul Mackerras2018-10-091-30/+184
| * | KVM: PPC: Book3S HV: Framework and hcall stubs for nested virtualizationPaul Mackerras2018-10-091-3/+28
| * | 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-091-2/+2
| * | KVM: PPC: Book3S HV: Add a debugfs file to dump radix mappingsPaul Mackerras2018-10-091-0/+2
| * | 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-091-1/+432
| * | KVM: PPC: Book3S HV: Call kvmppc_handle_exit_hv() with vcore unlockedPaul Mackerras2018-10-091-9/+10
| * | KVM: PPC: Book3S HV: Move interrupt delivery on guest entry to C codePaul Mackerras2018-10-091-2/+1
| |/
* | KVM: PPC: Book3S HV: Provide mode where all vCPUs on a core must be the same VMPaul Mackerras2018-10-051-0/+8
|/
* Merge tag 'powerpc-4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-08-241-0/+1
|\
| * powerpc64/ftrace: Include ftrace.h needed for enable/disable callsLuke Dashjr2018-08-211-0/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-08-191-13/+29
|\ \
| * | KVM: PPC: Book3S HV: Read kvm->arch.emul_smt_mode under kvm->lockPaul Mackerras2018-07-261-9/+8
| * | KVM: PPC: Book3S HV: Pack VCORE IDs to access full VCPU ID spaceSam Bobroff2018-07-261-6/+21
| * | KVM: PPC: Book3S HV: Fix constant size warningNicholas Mc Guire2018-07-181-8/+8
| * | KVM: PPC: Book3S HV: Add of_node_put() in success pathNicholas Mc Guire2018-07-181-0/+2
* | | Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-08-171-11/+0
|\ \ \ | | |/ | |/|
| * | powerpc: remove unnecessary inclusion of asm/tlbflush.hChristophe Leroy2018-07-301-1/+0
| * | powerpc/64s: Remove POWER9 DD1 supportNicholas Piggin2018-07-161-10/+0
| |/
* | sched/swait: Rename to exclusivePeter Zijlstra2018-06-201-3/+3
|/
* Merge tag 'kvm-ppc-next-4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2018-06-141-3/+94
|\
| * KVM: PPC: Book3S HV: Make radix handle process scoped LPID flush in C, with r...Nicholas Piggin2018-05-181-0/+26
| * KVM: PPC: Move nip/ctr/lr/xer registers to pt_regs in kvm_vcpu_archSimon Guo2018-05-181-3/+3
| * KVM: PPC: Book3S HV: Set RWMR on POWER8 so PURR/SPURR count correctlyPaul Mackerras2018-05-171-1/+60
| * KVM: PPC: Book3S HV: Add 'online' register to ONE_REG interfacePaul Mackerras2018-05-171-0/+6
* | Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-121-1/+1
|\ \
| * | treewide: Use array_size() in vzalloc()Kees Cook2018-06-121-1/+1
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-06-121-2/+1
|\ \ \ | |/ / |/| |
| * | kvm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2018-06-011-2/+1
* | | Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-06-071-0/+4
|\ \ \ | |_|/ |/| |
OpenPOWER on IntegriCloud