aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kvm/book3s_pr.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-02Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-0/+2
2021-06-24KVM: stats: Separate generic stats from architecture specific onesGravatar Jing Zhang 1-1/+1
2021-06-25powerpc/64s: avoid reloading (H)SRR registers if they are still validGravatar Nicholas Piggin 1-0/+2
2021-04-17KVM: PPC: Convert to the gfn-based MMU notifier callbacksGravatar Sean Christopherson 1-39/+17
2020-12-09powerpc/64s: Remove MSR[ISF] bitGravatar Nicholas Piggin 1-1/+1
2020-09-22KVM: PPC: Book3S: Fix symbol undeclared warningsGravatar Wang Wensheng 1-1/+1
2020-08-09Merge tag 'kvm-ppc-next-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Paolo Bonzini 1-5/+4
2020-07-23KVM: PPC: Clean up redundant kvm_run parameters in assemblyGravatar Tianjia Zhang 1-5/+4
2020-07-16KVM: PPC: Book3S PR: Remove uninitialized_var() usageGravatar Kees Cook 1-3/+0
2020-05-27KVM: PPC: Clean up redundant 'kvm_run' parametersGravatar Tianjia Zhang 1-15/+15
2020-03-19KVM: PPC: Kill kvmppc_ops::mmu_destroy() and kvmppc_mmu_destroy()Gravatar Greg Kurz 1-1/+0
2020-03-19KVM: PPC: Book3S PR: Move kvmppc_mmu_init() into PR KVMGravatar Greg Kurz 1-1/+1
2020-03-19KVM: PPC: Book3S PR: Fix kernel crash with PR KVMGravatar Greg Kurz 1-0/+1
2020-03-19KVM: PPC: Use fallthrough;Gravatar Joe Perches 1-1/+1
2020-03-16KVM: Ensure validity of memslot with respect to kvm_get_dirty_log()Gravatar Sean Christopherson 1-5/+1
2020-03-16KVM: Simplify kvm_free_memslot() and all its descendentsGravatar Sean Christopherson 1-2/+1
2020-03-16KVM: PPC: Move memslot memory allocation into prepare_memory_region()Gravatar Sean Christopherson 1-9/+2
2020-01-30Merge tag 'kvm-ppc-next-5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Paolo Bonzini 1-0/+1
2020-01-29KVM: PPC: Book3S PR: Fix -Werror=return-type build failureGravatar David Michael 1-0/+1
2020-01-24KVM: PPC: Move kvm_vcpu_init() invocation to common codeGravatar Sean Christopherson 1-10/+3
2020-01-24KVM: PPC: Book3S PR: Allocate book3s and shadow vcpu after common initGravatar Sean Christopherson 1-11/+11
2020-01-24KVM: PPC: Allocate vcpu struct in common PPC codeGravatar Sean Christopherson 1-13/+5
2020-01-24KVM: PPC: Book3S PR: Free shared page if mmu initialization failsGravatar Sean Christopherson 1-1/+3
2019-10-22KVM: PPC: Book3S: Replace reset_msr mmu op with inject_interrupt arch opGravatar Nicholas Piggin 1-1/+39
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2018-12-17KVM: PPC: Pass change type down to memslot commit functionGravatar Bharata B Rao 1-1/+2
2018-12-14KVM: PPC: Book3S PR: Set hflag to indicate that POWER9 supports 1T segmentsGravatar Suraj Jitindar Singh 1-0/+1
2018-10-09KVM: PPC: Use ccr field in pt_regs struct embedded in vcpu structGravatar Paul Mackerras 1-2/+2
2018-10-09KVM: PPC: Book3S: Simplify external interrupt handlingGravatar Paul Mackerras 1-1/+0
2018-08-23treewide: correct "differenciate" and "instanciate" typosGravatar Finn Thain 1-1/+1
2018-07-30powerpc: remove unnecessary inclusion of asm/tlbflush.hGravatar Christophe Leroy 1-1/+0
2018-06-13KVM: PPC: Book3S PR: Enable use on POWER9 bare-metal hosts in HPT modeGravatar Paul Mackerras 1-6/+2
2018-06-13KVM: PPC: Book3S PR: Don't let PAPR guest set MSR hypervisor bitGravatar Paul Mackerras 1-0/+4
2018-06-13KVM: PPC: Book3S PR: Fix MSR setting when delivering interruptsGravatar Paul Mackerras 1-25/+17
2018-06-13KVM: PPC: Book3S PR: Handle additional interrupt typesGravatar Cameron Kaiser 1-0/+3
2018-06-01KVM: PPC: Book3S PR: Enable kvmppc_get/set_one_reg_pr() for HTM registersGravatar Simon Guo 1-0/+133
2018-06-01KVM: PPC: Book3S PR: Support TAR handling for PR KVM HTMGravatar Simon Guo 1-5/+18
2018-06-01KVM: PPC: Book3S PR: Add guard code to prevent returning to guest with PR=0 a...Gravatar Simon Guo 1-1/+12
2018-06-01KVM: PPC: Book3S PR: Add emulation for trechkpt.Gravatar Simon Guo 1-1/+1
2018-06-01KVM: PPC: Book3S PR: Restore NV regs after emulating mfspr from TM SPRsGravatar Simon Guo 1-2/+13
2018-06-01KVM: PPC: Book3S PR: Always fail transactions in guest privileged stateGravatar Simon Guo 1-1/+10
2018-06-01KVM: PPC: Book3S PR: Emulate mtspr/mfspr using active TM SPRsGravatar Simon Guo 1-1/+1
2018-06-01KVM: PPC: Book3S PR: Add math support for PR KVM HTMGravatar Simon Guo 1-0/+35
2018-06-01KVM: PPC: Book3S PR: Add transaction memory save/restore skeletonGravatar Simon Guo 1-0/+27
2018-06-01KVM: PPC: Book3S PR: Add kvmppc_save/restore_tm_sprs() APIsGravatar Simon Guo 1-0/+22
2018-06-01KVM: PPC: Book3S PR: Sync TM bits to shadow msr for problem state guestGravatar Simon Guo 1-23/+50
2018-06-01KVM: PPC: Book3S PR: Pass through MSR TM and TS bits to shadow_msrGravatar Simon Guo 1-0/+5
2018-05-31KVM: PPC: Book3S PR: Allow KVM_PPC_CONFIGURE_V3_MMU to succeedGravatar Paul Mackerras 1-0/+12
2018-05-22KVM: PPC: Add giveup_ext() hook to PPC KVM opsGravatar Simon Guo 1-0/+1
2018-05-18KVM: PPC: Book3S PR: Enable use on POWER9 inside HPT-mode guestsGravatar Paul Mackerras 1-2/+9