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