aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm
AgeCommit message (Expand)Author
2019-09-16KVM: PPC: Book3S HV: Don't take kvm->lock around kvm_for_each_vcpuPaul Mackerras
2019-09-16KVM: PPC: Book3S: Use new mutex to synchronize access to rtas token listPaul Mackerras
2019-09-12KVM: PPC: Book3S HV: XIVE: Do not clear IRQ data of passthrough interruptsCédric Le Goater
2019-04-07powerpc/fsl: Flush branch predictor when entering KVMDiana Craciun
2019-04-07powerpc/fsl: Emulate SPRN_BUCSR registerDiana Craciun
2019-03-01KVM: PPC: Book3S: Only report KVM_CAP_SPAPR_TCE_VFIO on powernv machinesSuraj Jitindar Singh
2018-12-15KVM: PPC: Move and undef TRACE_INCLUDE_PATH/FILEScott Wood
2018-10-18KVM: PPC: Book3S HV: Avoid crash from THP collapse during radix page faultPaul Mackerras
2018-10-18KVM: PPC: Book3S HV: Don't use compound_order to determine host mapping sizeNicholas Piggin
2018-10-10KVM: PPC: Book3S HV: Don't truncate HPTE index in xlate functionPaul Mackerras
2018-09-26KVM: PPC: Book3S: Fix matching of hardware and emulated TCE tablesAlexey Kardashevskiy
2018-09-26KVM: PPC: Book3S HV: Add of_node_put() in success pathNicholas Mc Guire
2018-09-19KVM: PPC: Book3S HV: Use correct pagesize in kvm_unmap_radix()Paul Mackerras
2018-09-09powerpc64/ftrace: Include ftrace.h needed for enable/disable callsLuke Dashjr
2018-07-18KVM: PPC: Check if IOMMU page is contained in the pinned physical pageAlexey Kardashevskiy
2018-06-14Merge tag 'kvm-ppc-next-4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-06-13KVM: PPC: Book3S PR: Fix failure status setting in tabort. emulationSimon Guo
2018-06-13KVM: PPC: Book3S PR: Enable use on POWER9 bare-metal hosts in HPT modePaul Mackerras
2018-06-13KVM: PPC: Book3S PR: Don't let PAPR guest set MSR hypervisor bitPaul Mackerras
2018-06-13KVM: PPC: Book3S PR: Fix failure status setting in treclaim. emulationPaul Mackerras
2018-06-13KVM: PPC: Book3S PR: Fix MSR setting when delivering interruptsPaul Mackerras
2018-06-13KVM: PPC: Book3S PR: Handle additional interrupt typesCameron Kaiser
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook
2018-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2018-06-07Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-06-01kvm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2018-06-01kvm: Change return type to vm_fault_tSouptick Joarder
2018-06-01KVM: PPC: Book3S PR: Enable kvmppc_get/set_one_reg_pr() for HTM registersSimon Guo
2018-06-01KVM: PPC: Book3S: Remove load/put vcpu for KVM_GET_REGS/KVM_SET_REGSSimon Guo
2018-06-01KVM: PPC: Remove load/put vcpu for KVM_GET/SET_ONE_REG ioctlSimon Guo
2018-06-01KVM: PPC: Move vcpu_load/vcpu_put down to each ioctl case in kvm_arch_vcpu_ioctlSimon Guo
2018-06-01KVM: PPC: Book3S PR: Enable HTM for PR KVM for KVM_CHECK_EXTENSION ioctlSimon Guo
2018-06-01KVM: PPC: Book3S PR: Support TAR handling for PR KVM HTMSimon Guo
2018-06-01KVM: PPC: Book3S PR: Add guard code to prevent returning to guest with PR=0 a...Simon Guo
2018-06-01KVM: PPC: Book3S PR: Add emulation for tabort. in privileged stateSimon Guo
2018-06-01KVM: PPC: Book3S PR: Add emulation for trechkpt.Simon Guo
2018-06-01KVM: PPC: Book3S PR: Add emulation for treclaim.Simon Guo
2018-06-01KVM: PPC: Book3S PR: Restore NV regs after emulating mfspr from TM SPRsSimon Guo
2018-06-01KVM: PPC: Book3S PR: Always fail transactions in guest privileged stateSimon Guo
2018-06-01KVM: PPC: Book3S PR: Emulate mtspr/mfspr using active TM SPRsSimon Guo
2018-06-01KVM: PPC: Book3S PR: Add math support for PR KVM HTMSimon Guo
2018-06-01KVM: PPC: Book3S PR: Add transaction memory save/restore skeletonSimon Guo
2018-06-01KVM: PPC: Book3S PR: Add kvmppc_save/restore_tm_sprs() APIsSimon Guo
2018-06-01KVM: PPC: Book3S PR: Add new kvmppc_copyto/from_vcpu_tm APIsSimon Guo
2018-06-01KVM: PPC: Book3S PR: Avoid changing TS bits when exiting guestSimon Guo
2018-06-01KVM: PPC: Book3S PR: Implement RFID TM behavior to suppress change from S0 to N0Simon Guo
2018-06-01KVM: PPC: Book3S PR: Sync TM bits to shadow msr for problem state guestSimon Guo
2018-06-01KVM: PPC: Book3S PR: Pass through MSR TM and TS bits to shadow_msrSimon Guo