summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/book3s_hv.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: PPC: Use ccr field in pt_regs struct embedded in vcpu structPaul Mackerras2019-09-161-2/+2
* KVM: PPC: Book3S HV: Fix race between kvm_unmap_hva_range and MMU mode switchPaul Mackerras2019-09-161-4/+11
* KVM: PPC: Book3S HV: Don't take kvm->lock around kvm_for_each_vcpuPaul Mackerras2019-06-221-8/+1
* 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
|\ \ \ | |_|/ |/| |
| * | powerpc64/ftrace: Disable ftrace during kvm entry/exitNaveen N. Rao2018-05-031-0/+4
| |/
* / KVM: PPC: Book3S HV: Snapshot timebase offset on guest entryPaul Mackerras2018-05-171-0/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-04-091-1/+0
|\
| * KVM: PPC: Remove unused kvm_unmap_hva callbackPaul Mackerras2018-03-191-1/+0
* | Merge tag 'powerpc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-04-071-15/+40
|\ \ | |/ |/|
| * KVM: PPC: Book3S HV: Fix ppc_breakpoint_available compile errorNicholas Piggin2018-04-031-0/+1
| * Merge branch 'topic/paca' into nextMichael Ellerman2018-03-311-14/+20
| |\
| | * powerpc/64s: Allocate LPPACAs individuallyNicholas Piggin2018-03-301-1/+2
| | * powerpc/64: Use array of paca pointers and allocate pacas individuallyNicholas Piggin2018-03-301-13/+18
| * | KVM: PPC: Book3S HV: Return error from h_set_mode(SET_DAWR) on POWER9Michael Neuling2018-03-271-0/+2
| * | KVM: PPC: Book3S HV: Work around transactional memory bugs in POWER9Paul Mackerras2018-03-241-1/+17
| |/
* | KVM: PPC: Book3S HV: Fix guest time accounting with VIRT_CPU_ACCOUNTING_GENLaurent Vivier2018-03-031-3/+2
* | KVM: PPC: Book3S HV: Fix VRMA initialization with 2MB or 1GB memory backingPaul Mackerras2018-03-021-5/+7
|/
* Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-02-101-23/+47
|\
| * KVM: PPC: Book3S HV: Drop locks before reading guest memoryPaul Mackerras2018-02-011-4/+12
| * KVM: PPC: Book3S HV: Don't use existing "prodded" flag for XIVE escalationsBenjamin Herrenschmidt2018-01-191-1/+1
| * KVM: PPC: Book3S HV: Allow HPT and radix on the same core for POWER9 v2.2Paul Mackerras2018-01-181-6/+24
| * KVM: PPC: Book3S HV: Enable migration of decrementer registerPaul Mackerras2018-01-161-0/+8
| * KVM: PPC: Book3S HV: Fix conditions for starting vcpuPaul Mackerras2017-11-231-11/+2
| * KVM: PPC: Book3S HV: Remove useless statementPaul Mackerras2017-11-231-1/+0
* | powerpc: Use octal numbers for file permissionsRussell Currey2018-01-221-6/+4
|/
* KVM: PPC: Book3S HV: Fix migration and HPT resizing of HPT guests on radix hostsPaul Mackerras2017-11-231-2/+1
* Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-11-161-124/+223
|\
| * KVM: PPC: Book3S HV: Cosmetic post-merge cleanupsPaul Mackerras2017-11-091-16/+25
| * Merge branch 'kvm-ppc-fixes' into kvm-ppc-nextPaul Mackerras2017-11-091-21/+28
| |\
| * | KVM: PPC: Book3S HV: Run HPT guests on POWER9 radix hostsPaul Mackerras2017-11-011-9/+38