- 5a213b9 Merge branch 'topic/ppc-kvm' of https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux into HEAD by Paolo Bonzini · 3 years ago
- 005467e KVM: Drop obsolete kvm_arch_vcpu_block_finish() by Sean Christopherson · 3 years, 3 months ago
- 510958e KVM: Force PPC to define its own rcuwait object by Sean Christopherson · 3 years, 3 months ago
- 434398a KVM: PPC: Book3S HV P9: Avoid cpu_in_guest atomics on entry and exit by Nicholas Piggin · 3 years, 1 month ago
- 022ecb9 KVM: PPC: Book3S HV P9: Demand fault TM facility registers by Nicholas Piggin · 3 years, 1 month ago
- a3e18ca KVM: PPC: Book3S HV P9: Demand fault EBB facility registers by Nicholas Piggin · 3 years, 1 month ago
- 3c1a4322 KVM: PPC: Book3S HV: Change dec_expires to be relative to guest timebase by Nicholas Piggin · 3 years, 1 month ago
- d7e0a79 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years, 2 months ago
- 5dfbbb6 KVM: PPC: Replace zero-length array with flexible array member by Len Baker · 3 years, 3 months ago
- a1c42dd kvm: rename KVM_MAX_VCPU_ID to KVM_MAX_VCPU_IDS by Juergen Gross · 3 years, 4 months ago
- 192ad3c Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years, 4 months ago
- 8b210a8 KVM: PPC: Book3S HV Nested: Make nested HFSCR state accessible by Nicholas Piggin · 3 years, 5 months ago
- 87bcc5f KVM: stats: Add halt_wait_ns stats for all architectures by Jing Zhang · 3 years, 5 months ago
- 0193cc9 KVM: stats: Separate generic stats from architecture specific ones by Jing Zhang · 3 years, 6 months ago
- c3ab0e2 Merge branch 'topic/ppc-kvm' of https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux into HEAD by Paolo Bonzini · 3 years, 6 months ago
- e3cb6fa KVM: switch per-VM stats to u64 by Paolo Bonzini · 3 years, 7 months ago
- aaae8c7 KVM: PPC: Book3S HV: Remove support for dependent threads mode on P9 by Nicholas Piggin · 3 years, 7 months ago
- 89d35b2 KVM: PPC: Book3S HV P9: Implement the rest of the P9 path in C by Nicholas Piggin · 3 years, 7 months ago
- 084071d KVM: rename KVM_REQ_PENDING_TIMER to KVM_REQ_UNBLOCK by Marcelo Tosatti · 3 years, 7 months ago
- b4c5936 KVM: Kill off the old hva-based MMU notifier callbacks by Sean Christopherson · 3 years, 9 months ago
- b1c5356 KVM: PPC: Convert to the gfn-based MMU notifier callbacks by Sean Christopherson · 3 years, 9 months ago
- 5f7c292 KVM: Move prototypes for MMU notifier callbacks to generic code by Sean Christopherson · 3 years, 9 months ago
- bd1de1a KVM: PPC: Book3S HV: Add infrastructure to support 2nd DAWR by Ravi Bangoria · 4 years ago
- 122954ed7 KVM: PPC: Book3S HV: Rename current DAWR macros and variables by Ravi Bangoria · 4 years ago
- 4fc096a KVM: Raise the maximum number of user memslots by Vitaly Kuznetsov · 4 years ago
- 5706d14 KVM: PPC: Book3S HV: XICS: Replace the 'destroy' method by a 'release' method by Greg Kurz · 4 years, 5 months ago
- fdfe7cb KVM: Pass MMU notifier range flags to kvm_unmap_hva_range() by Will Deacon · 4 years, 5 months ago
- 5752fe0 KVM: PPC: Book3S HV: Save/restore new PMU registers by Athira Rajeev · 4 years, 5 months ago
- 7e4a145 KVM: PPC: Book3S HV: Cleanup updates for kvm vcpu MMCR by Athira Rajeev · 4 years, 5 months ago
- 2610a57 KVM: PPC: Remove redundant kvm_run from vcpu_arch by Tianjia Zhang · 4 years, 8 months ago
- da4ad88 kvm: Replace vcpu->swait with rcuwait by Davidlohr Bueso · 4 years, 8 months ago
- d38c07a Merge tag 'powerpc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 4 years, 9 months ago
- 9a5788c KVM: PPC: Book3S HV: Add a capability for enabling secure guests by Paul Mackerras · 4 years, 9 months ago
- c4fd527 powerpc/kvm: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 4 years, 11 months ago
- 3a43970 KVM: PPC: Book3S HV: Implement H_SVM_INIT_ABORT hcall by Sukadev Bhattiprolu · 5 years ago
- ca9f494 KVM: PPC: Book3S HV: Support for running secure guests by Bharata B Rao · 5 years ago
- 87a45e0 KVM: PPC: Book3S: Replace reset_msr mmu op with inject_interrupt arch op by Nicholas Piggin · 5 years ago
- 45824fc Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 5 years ago
- 6c85b7bc powerpc/kvm: Use UV_RETURN ucall to return to ultravisor by Sukadev Bhattiprolu · 5 years ago
- d22deab KVM: PPC: Book3S HV: Define usage types for rmap array in guest memslot by Suraj Jitindar Singh · 5 years ago
- d94d71c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 266 by Thomas Gleixner · 6 years ago
- 1659e27 KVM: PPC: Book3S: Use new mutex to synchronize access to rtas token list by Paul Mackerras · 6 years ago
- 0d4ee88 KVM: PPC: Book3S HV: Use new mutex to synchronize MMU setup by Paul Mackerras · 6 years ago
- 5422e95 KVM: PPC: Book3S HV: XIVE: Replace the 'destroy' method by a 'release' method by Cédric Le Goater · 6 years ago
- eacc56b KVM: PPC: Book3S HV: XIVE: Introduce a new capability KVM_CAP_PPC_IRQ_XIVE by Cédric Le Goater · 6 years ago
- 90c7379 KVM: PPC: Book3S HV: Add a new KVM device for the XIVE native exploitation mode by Cédric Le Goater · 6 years ago
- e1a1ef8 KVM: PPC: Book3S: Allocate guest TCEs on demand too by Alexey Kardashevskiy · 6 years ago
- 54a1f39 Merge tag 'kvm-ppc-next-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into kvm-next by Paolo Bonzini · 6 years ago
- 1524825 KVM: Call kvm_arch_memslots_updated() before updating memslots by Sean Christopherson · 6 years ago
- 8f1f7b9 KVM: PPC: Book3S HV: Add KVM stat largepages_[2M/1G] by Suraj Jitindar Singh · 6 years ago
- 41a8645 KVM: PPC: Book3S PR: Add emulation for slbfee. instruction by Paul Mackerras · 6 years ago
- 748c0e3 KVM: Make kvm_set_spte_hva() return int by Lan Tianyu · 6 years ago
- 873db2c KVM: PPC: Book3S HV: Allow passthrough of an emulated device to an L2 guest by Suraj Jitindar Singh · 6 years ago
- fd10be2 KVM: PPC: Book3S HV: Handle page fault for a nested guest by Suraj Jitindar Singh · 6 years ago
- 360cae3 KVM: PPC: Book3S HV: Nested guest entry via hypercall by Paul Mackerras · 6 years ago
- 8e3f5fc KVM: PPC: Book3S HV: Framework and hcall stubs for nested virtualization by Paul Mackerras · 6 years ago
- fd0944b KVM: PPC: Use ccr field in pt_regs struct embedded in vcpu struct by Paul Mackerras · 6 years ago
- 9a94d3e KVM: PPC: Book3S HV: Add a debugfs file to dump radix mappings by Paul Mackerras · 6 years ago
- d24ea8a KVM: PPC: Book3S: Simplify external interrupt handling by Paul Mackerras · 6 years ago
- 1ebe6b8 KVM: PPC: Book3S HV: Allow creating max number of VCPUs on POWER9 by Paul Mackerras · 6 years ago
- 4eeb855 KVM: PPC: Remove mmio_vsx_tx_sx_enabled in KVM MMIO emulation by Simon Guo · 7 years ago
- 8d2e2fc KVM: PPC: Book3S PR: Add transaction memory save/restore skeleton by Simon Guo · 7 years ago
- acc9eb9 KVM: PPC: Reimplement LOAD_VMX/STORE_VMX instruction mmio emulation with analyse_instr() input by Simon Guo · 7 years ago
- da2a32b KVM: PPC: Expand mmio_vsx_copy_type to cover VMX load/store element types by Simon Guo · 7 years ago
- 94dd7fa KVM: PPC: Add KVMPPC_VSX_COPY_WORD_LOAD_DUMP type support for mmio emulation by Simon Guo · 7 years ago
- b755745 KVM: PPC: Book3S HV: Lockless tlbie for HPT hcalls by Nicholas Piggin · 7 years ago
- 173c520 KVM: PPC: Move nip/ctr/lr/xer registers to pt_regs in kvm_vcpu_arch by Simon Guo · 7 years ago
- 1143a70 KVM: PPC: Add pt_regs into kvm_vcpu_arch and move vcpu->arch.gpr[] into it by Simon Guo · 7 years ago
- a1f1582 KVM: PPC: Book3S HV: Add 'online' register to ONE_REG interface by Paul Mackerras · 7 years ago
- d8312a3 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
- 4bb3c7a KVM: PPC: Book3S HV: Work around transactional memory bugs in POWER9 by Paul Mackerras · 7 years ago
- 39c983e KVM: PPC: Remove unused kvm_unmap_hva callback by Paul Mackerras · 7 years ago
- 09f9849 KVM: PPC: Book3S: Add MMIO emulation for VMX instructions by Jose Ricardo Ziviani · 7 years ago
- 9b9b13a KVM: PPC: Book3S HV: Keep XIVE escalation interrupt masked unless ceded by Benjamin Herrenschmidt · 7 years ago
- 35c2405 KVM: PPC: Book3S HV: Make xive_pushed a byte, not a word by Benjamin Herrenschmidt · 7 years ago
- 2267ea7 KVM: PPC: Book3S HV: Don't use existing "prodded" flag for XIVE escalations by Benjamin Herrenschmidt · 7 years ago
- 516f789 KVM: PPC: Book3S HV: Allow for running POWER9 host in single-threaded mode by Paul Mackerras · 7 years ago
- e641a31 KVM: PPC: Book3S HV: Unify dirty page map between HPT and radix by Paul Mackerras · 7 years ago
- 1b151ce KVM: PPC: Book3S HV: Rename hpte_setup_done to mmu_ready by Paul Mackerras · 7 years ago
- fb1522e KVM: update to new mmu_notifier semantic v2 by Jérôme Glisse · 7 years ago
- 8a53e7e Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into HEAD by Paolo Bonzini · 7 years ago
- e20bbd3 KVM: PPC: Book3S HV: Exit guest upon MCE when FWNMI capability is enabled by Aravinda Prasad · 8 years ago
- 134764e KVM: PPC: Book3S HV: Add new capability to control MCE behaviour by Aravinda Prasad · 8 years ago
- 5790069 KVM: PPC: Book3S HV: Virtualize doorbell facility on POWER9 by Paul Mackerras · 8 years ago
- 3c31352 KVM: PPC: Book3S HV: Allow userspace to set the desired SMT mode by Paul Mackerras · 8 years ago
- 769377f KVM: PPC: Book3S HV: Context-switch HFSCR between host and guest on POWER9 by Paul Mackerras · 8 years ago
- 1bc3fe8 KVM: PPC: Book3S HV: Enable guests to use large decrementer mode on POWER9 by Paul Mackerras · 8 years ago
- 2387149 KVM: improve arch vcpu request defining by Andrew Jones · 8 years ago
- fb7dcf7 Merge remote-tracking branch 'remotes/powerpc/topic/xive' into kvm-ppc-next by Paul Mackerras · 8 years ago
- 5af5099 KVM: PPC: Book3S HV: Native usage of the XIVE interrupt controller by Benjamin Herrenschmidt · 8 years ago
- 121f80b KVM: PPC: VFIO: Add in-kernel acceleration for VFIO by Alexey Kardashevskiy · 8 years ago
- 96df226 KVM: PPC: Book3S PR: Preserve storage control bits by Alexey Kardashevskiy · 8 years ago
- 6f63e81 KVM: PPC: Book3S: Add MMIO emulation for FP and VSX instructions by Bin Lu · 8 years ago
- 4b4357e kvm: make KVM_COALESCED_MMIO_PAGE_OFFSET public by Paolo Bonzini · 8 years ago
- 5e98596 KVM: PPC: Book3S HV: Outline of KVM-HV HPT resizing implementation by David Gibson · 8 years ago
- 3d089f8 KVM: PPC: Book3S HV: Don't store values derivable from HPT order by David Gibson · 8 years ago
- 3f9d4f5 KVM: PPC: Book3S HV: Gather HPT related variables into sub-structure by David Gibson · 8 years ago
- a29ebea KVM: PPC: Book3S HV: Invalidate TLB on radix guest vcpu movement by Paul Mackerras · 8 years ago
- f4c51f8 KVM: PPC: Book3S HV: Modify guest entry/exit paths to handle radix guests by Paul Mackerras · 8 years ago
- 9e04ba6 KVM: PPC: Book3S HV: Add basic infrastructure for radix guests by Paul Mackerras · 8 years ago