1. eaaaed1 KVM: PPC: Avoid referencing userspace memory region in memslot updates by Sean Christopherson · 3 years, 1 month ago
  2. 537a17b KVM: Let/force architectures to deal with arch specific memslot data by Sean Christopherson · 3 years, 1 month ago
  3. 87bcc5f KVM: stats: Add halt_wait_ns stats for all architectures by Jing Zhang · 3 years, 5 months ago
  4. f95937cc KVM: stats: Support linear and logarithmic histogram statistics by Jing Zhang · 3 years, 5 months ago
  5. bc9e9e6 KVM: debugfs: Reuse binary stats descriptors by Jing Zhang · 3 years, 6 months ago
  6. ce55c04 KVM: stats: Support binary stats retrieval for a VCPU by Jing Zhang · 3 years, 6 months ago
  7. fcfe1ba KVM: stats: Support binary stats retrieval for a VM by Jing Zhang · 3 years, 6 months ago
  8. 0193cc9 KVM: stats: Separate generic stats from architecture specific ones by Jing Zhang · 3 years, 6 months ago
  9. dcbac73 KVM: PPC: Book3S HV: Remove virt mode checks from real mode handlers by Nicholas Piggin · 3 years, 7 months ago
  10. 9dc2bab KVM: PPC: Book3S HV P9: Stop handling hcalls in real-mode in the P9 path by Nicholas Piggin · 3 years, 7 months ago
  11. b1c5356 KVM: PPC: Convert to the gfn-based MMU notifier callbacks by Sean Christopherson · 3 years, 9 months ago
  12. 4e1b2ab KVM: PPC: Don't return -ENOTSUPP to userspace in ioctls by Greg Kurz · 4 years, 4 months ago
  13. 5706d14 KVM: PPC: Book3S HV: XICS: Replace the 'destroy' method by a 'release' method by Greg Kurz · 4 years, 5 months ago
  14. fdfe7cb KVM: Pass MMU notifier range flags to kvm_unmap_hva_range() by Will Deacon · 4 years, 5 months ago
  15. 8c99d34 KVM: PPC: Clean up redundant 'kvm_run' parameters by Tianjia Zhang · 4 years, 8 months ago
  16. 812756a kvm_host: unify VM_STAT and VCPU_STAT definitions in a single place by Emanuele Giuseppe Esposito · 4 years, 9 months ago
  17. 6fef0c6 KVM: PPC: Kill kvmppc_ops::mmu_destroy() and kvmppc_mmu_destroy() by Greg Kurz · 4 years, 9 months ago
  18. 0dff084 KVM: Provide common implementation for generic dirty log functions by Sean Christopherson · 4 years, 10 months ago
  19. e96c81e KVM: Simplify kvm_free_memslot() and all its descendents by Sean Christopherson · 4 years, 10 months ago
  20. 82307e6 KVM: PPC: Move memslot memory allocation into prepare_memory_region() by Sean Christopherson · 4 years, 10 months ago
  21. afede96 KVM: Drop kvm_arch_vcpu_setup() by Sean Christopherson · 5 years ago
  22. ff030fd KVM: PPC: Move kvm_vcpu_init() invocation to common code by Sean Christopherson · 5 years ago
  23. c50bfbd KVM: PPC: Allocate vcpu struct in common PPC code by Sean Christopherson · 5 years ago
  24. 87a45e0 KVM: PPC: Book3S: Replace reset_msr mmu op with inject_interrupt arch op by Nicholas Piggin · 5 years ago
  25. 9ee6471 KVM: PPC: Book3S: Define and use SRR1_MSR_BITS by Nicholas Piggin · 5 years ago
  26. 833b45d kvm: x86, powerpc: do not allow clearing largepages debugfs entry by Paolo Bonzini · 5 years ago
  27. 2ad7a27 KVM: PPC: Book3S: Enable XIVE native capability only if OPAL has required functions by Paul Mackerras · 5 years ago
  28. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  29. 1659e27 KVM: PPC: Book3S: Use new mutex to synchronize access to rtas token list by Paul Mackerras · 6 years ago
  30. 5422e95 KVM: PPC: Book3S HV: XIVE: Replace the 'destroy' method by a 'release' method by Cédric Le Goater · 6 years ago
  31. e4945b9 KVM: PPC: Book3S HV: XIVE: Add get/set accessors for the VP XIVE state by Cédric Le Goater · 6 years ago
  32. 90c7379 KVM: PPC: Book3S HV: Add a new KVM device for the XIVE native exploitation mode by Cédric Le Goater · 6 years ago
  33. 0a0c50f Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-next by Paul Mackerras · 6 years ago
  34. 884dfb7 KVM: PPC: Book3S HV: Simplify machine check handling by Paul Mackerras · 6 years ago
  35. 8f1f7b9 KVM: PPC: Book3S HV: Add KVM stat largepages_[2M/1G] by Suraj Jitindar Singh · 6 years ago
  36. 03f9533 KVM: PPC: Book3S: Allow XICS emulation to work in nested hosts using XIVE by Paul Mackerras · 6 years ago
  37. 748c0e3 KVM: Make kvm_set_spte_hva() return int by Lan Tianyu · 6 years ago
  38. f032b73 KVM: PPC: Pass change type down to memslot commit function by Bharata B Rao · 6 years ago
  39. 9d67121 Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-next by Paul Mackerras · 6 years ago
  40. d24ea8a KVM: PPC: Book3S: Simplify external interrupt handling by Paul Mackerras · 6 years ago
  41. 1006284 KVM: PPC: Book3S PR: Exiting split hack mode needs to fixup both PC and LR by Cameron Kaiser · 6 years ago
  42. 45ef599 powerpc: remove unnecessary inclusion of asm/tlbflush.h by Christophe Leroy · 6 years ago
  43. 916ccad KVM: PPC: Book3S PR: Fix MSR setting when delivering interrupts by Paul Mackerras · 7 years ago
  44. 8f04412 KVM: PPC: Book3S: Remove load/put vcpu for KVM_GET_REGS/KVM_SET_REGS by Simon Guo · 7 years ago
  45. 7092360 KVM: PPC: Reimplement non-SIMD LOAD/STORE instruction mmio emulation with analyse_instr() input by Simon Guo · 7 years ago
  46. 39c983e KVM: PPC: Remove unused kvm_unmap_hva callback by Paul Mackerras · 7 years ago
  47. 66b5656 KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_guest_debug by Christoffer Dall · 7 years ago
  48. b4ef9d4 KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_sregs by Christoffer Dall · 7 years ago
  49. bcdec41 KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_sregs by Christoffer Dall · 7 years ago
  50. 875656f KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_regs by Christoffer Dall · 7 years ago
  51. 1fc9b76 KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_regs by Christoffer Dall · 7 years ago
  52. fb7dcf7 Merge remote-tracking branch 'remotes/powerpc/topic/xive' into kvm-ppc-next by Paul Mackerras · 8 years ago
  53. 5af5099 KVM: PPC: Book3S HV: Native usage of the XIVE interrupt controller by Benjamin Herrenschmidt · 8 years ago
  54. 307d927 KVM: PPC: Provide functions for queueing up FP/VEC/VSX unavailable interrupts by Paul Mackerras · 8 years ago
  55. d398914 powerpc/kvm: Massage order of #include by Benjamin Herrenschmidt · 8 years ago
  56. 5a31935 KVM: PPC: Book3S HV: Page table construction and page faults for radix guests by Paul Mackerras · 8 years ago
  57. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  58. 88b02cf9 KVM: PPC: Book3S: Treat VTB as a per-subcore register, not per-thread by Paul Mackerras · 8 years ago
  59. 65e7026 KVM: PPC: Book3S HV: Counters for passthrough IRQ stats by Suresh Warrier · 8 years ago
  60. 2a27f51 KVM: PPC: Implement existing and add new halt polling vcpu stats by Suraj Jitindar Singh · 8 years ago
  61. 3491caf KVM: halt_polling: provide a way to qualify wakeups during poll by Christian Borntraeger · 9 years ago
  62. 366baf2 KVM: PPC: Use RCU for arch.spapr_tce_tables by Alexey Kardashevskiy · 9 years ago
  63. ba049e9 kvm: rename pfn_t to kvm_pfn_t by Dan Williams · 9 years ago
  64. 3eb4ee6 KVM: PPC: Book3S: Take the kvm->srcu lock in kvmppc_h_logical_ci_load/store() by Thomas Huth · 9 years ago
  65. 62bea5b KVM: add halt_attempted_poll to VCPU stats by Paolo Bonzini · 9 years ago
  66. 519f526 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  67. 5358a96 KVM: PPC: Fix warnings from sparse by Thomas Huth · 10 years ago
  68. 60acc4e treewide: Fix typo compatability -> compatibility by Laurent Pinchart · 10 years ago
  69. f36f3f2 KVM: add "new" argument to kvm_arch_commit_memory_region by Paolo Bonzini · 10 years ago
  70. 09170a4 KVM: const-ify uses of struct kvm_userspace_memory_region by Paolo Bonzini · 10 years ago
  71. 99342cf8 kvmppc: Implement H_LOGICAL_CI_{LOAD,STORE} in KVM by David Gibson · 10 years ago
  72. f781951 kvm: add halt_poll_ns module parameter by Paolo Bonzini · 10 years ago
  73. 54ca162 arch: powerpc: kvm: book3s.c: Remove some unused functions by Rickard Strandqvist · 10 years ago
  74. 00c027d Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm-next by Paolo Bonzini · 10 years ago
  75. 5712846 kvm: Fix page ageing bugs by Andres Lagar-Cavilla · 10 years ago
  76. a59c1d9 powerpc/kvm: support to handle sw breakpoint by Madhavan Srinivasan · 10 years ago
  77. d02d4d1 KVM: PPC: Remove the tasklet used by the hrtimer by Mihai Caraman · 10 years ago
  78. 3840edc KVM: PPC: Move ONE_REG AltiVec support to powerpc by Mihai Caraman · 10 years ago
  79. 8a41ea5 KVM: PPC: Make ONE_REG powerpc generic by Mihai Caraman · 10 years ago
  80. 8de1201 KVM: PPC: Expose helper functions for data/inst faults by Alexander Graf · 11 years ago
  81. 35c4a73 KVM: PPC: Move kvmppc_ld/st to common code by Alexander Graf · 11 years ago
  82. 7d15c06f KVM: PPC: Implement kvmppc_xlate for all targets by Alexander Graf · 11 years ago
  83. 1b2e33b KVM: PPC: Book3S: Make kvmppc_ld return a more accurate error indication by Paul Mackerras · 10 years ago
  84. 51f0472 KVM: PPC: Allow kvmppc_get_last_inst() to fail by Mihai Caraman · 10 years ago
  85. 89b68c9 KVM: PPC: Book3S: Make magic page properly 4k mappable by Alexander Graf · 10 years ago
  86. c01e3f6 KVM: PPC: Book3S: Add hack for split real mode by Alexander Graf · 10 years ago
  87. 17824b5 KVM: PPC: Deflect page write faults properly in kvmppc_st by Alexander Graf · 10 years ago
  88. ae2113a KVM: PPC: Book3S: Allow only implemented hcalls to be enabled or disabled by Paul Mackerras · 11 years ago
  89. 06da28e KVM: PPC: BOOK3S: PR: Emulate instruction counter by Aneesh Kumar K.V · 11 years ago
  90. 8f42ab2 KVM: PPC: BOOK3S: PR: Emulate virtual timebase register by Aneesh Kumar K.V · 11 years ago
  91. b05d59d Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into next by Linus Torvalds · 11 years ago
  92. 2e23f54 KVM: PPC: Book3S PR: Expose EBB registers by Alexander Graf · 11 years ago
  93. e14e7a1 KVM: PPC: Book3S PR: Expose TAR facility to guest by Alexander Graf · 11 years ago
  94. 616dff8 KVM: PPC: Book3S PR: Handle Facility interrupt and FSCR by Alexander Graf · 11 years ago
  95. 5deb8e7 KVM: PPC: Make shared struct aka magic page guest endian by Alexander Graf · 11 years ago
  96. ab78475 KVM: PPC: Book3S: ifdef on CONFIG_KVM_BOOK3S_32_HANDLER for 32bit by Alexander Graf · 11 years ago
  97. efff191 KVM: PPC: Store FP/VSX/VMX state in thread_fp/vr_state structures by Paul Mackerras · 11 years ago
  98. 398a76c KVM: PPC: Add devname:kvm aliases for modules by Alexander Graf · 11 years ago
  99. a78b55d kvm: powerpc: book3s: drop is_hv_enabled by Aneesh Kumar K.V · 11 years ago
  100. cbbc58d kvm: powerpc: book3s: Allow the HV and PR selection per virtual machine by Aneesh Kumar K.V · 11 years ago