1. 1d0c32e KVM: PPC: Fix kernel crash with PR KVM by Greg Kurz · 4 years, 10 months ago
  2. 1d5920c Merge tag 'kvm-ppc-next-5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into HEAD by Paolo Bonzini · 5 years ago
  3. fd24a86 KVM: PPC: Book3S PR: Fix -Werror=return-type build failure by David Michael · 5 years ago
  4. ff030fd KVM: PPC: Move kvm_vcpu_init() invocation to common code by Sean Christopherson · 5 years ago
  5. d307695 KVM: PPC: Book3S PR: Allocate book3s and shadow vcpu after common init by Sean Christopherson · 5 years ago
  6. c50bfbd KVM: PPC: Allocate vcpu struct in common PPC code by Sean Christopherson · 5 years ago
  7. cb10bf9 KVM: PPC: Book3S PR: Free shared page if mmu initialization fails by Sean Christopherson · 5 years ago
  8. 87a45e0 KVM: PPC: Book3S: Replace reset_msr mmu op with inject_interrupt arch op by Nicholas Piggin · 5 years ago
  9. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  10. f032b73 KVM: PPC: Pass change type down to memslot commit function by Bharata B Rao · 6 years ago
  11. 6142236 KVM: PPC: Book3S PR: Set hflag to indicate that POWER9 supports 1T segments by Suraj Jitindar Singh · 6 years ago
  12. fd0944b KVM: PPC: Use ccr field in pt_regs struct embedded in vcpu struct by Paul Mackerras · 6 years ago
  13. d24ea8a KVM: PPC: Book3S: Simplify external interrupt handling by Paul Mackerras · 6 years ago
  14. 3cc97be treewide: correct "differenciate" and "instanciate" typos by Finn Thain · 6 years ago
  15. 45ef599 powerpc: remove unnecessary inclusion of asm/tlbflush.h by Christophe Leroy · 7 years ago
  16. db96a04 KVM: PPC: Book3S PR: Enable use on POWER9 bare-metal hosts in HPT mode by Paul Mackerras · 7 years ago
  17. 4f169d2 KVM: PPC: Book3S PR: Don't let PAPR guest set MSR hypervisor bit by Paul Mackerras · 7 years ago
  18. 916ccad KVM: PPC: Book3S PR: Fix MSR setting when delivering interrupts by Paul Mackerras · 7 years ago
  19. b71dc51 KVM: PPC: Book3S PR: Handle additional interrupt types by Cameron Kaiser · 7 years ago
  20. deeb879 KVM: PPC: Book3S PR: Enable kvmppc_get/set_one_reg_pr() for HTM registers by Simon Guo · 7 years ago
  21. 7284ca8 KVM: PPC: Book3S PR: Support TAR handling for PR KVM HTM by Simon Guo · 7 years ago
  22. 68ab07b KVM: PPC: Book3S PR: Add guard code to prevent returning to guest with PR=0 and Transactional state by Simon Guo · 7 years ago
  23. e32c53d KVM: PPC: Book3S PR: Add emulation for trechkpt. by Simon Guo · 7 years ago
  24. 19c585e KVM: PPC: Book3S PR: Restore NV regs after emulating mfspr from TM SPRs by Simon Guo · 7 years ago
  25. 5706340 KVM: PPC: Book3S PR: Always fail transactions in guest privileged state by Simon Guo · 7 years ago
  26. 533082a KVM: PPC: Book3S PR: Emulate mtspr/mfspr using active TM SPRs by Simon Guo · 7 years ago
  27. 13989b6 KVM: PPC: Book3S PR: Add math support for PR KVM HTM by Simon Guo · 7 years ago
  28. 8d2e2fc KVM: PPC: Book3S PR: Add transaction memory save/restore skeleton by Simon Guo · 7 years ago
  29. 66c33e7 KVM: PPC: Book3S PR: Add kvmppc_save/restore_tm_sprs() APIs by Simon Guo · 7 years ago
  30. 95757bf KVM: PPC: Book3S PR: Sync TM bits to shadow msr for problem state guest by Simon Guo · 7 years ago
  31. 901938a KVM: PPC: Book3S PR: Pass through MSR TM and TS bits to shadow_msr by Simon Guo · 7 years ago
  32. 9617a0b KVM: PPC: Book3S PR: Allow KVM_PPC_CONFIGURE_V3_MMU to succeed by Paul Mackerras · 7 years ago
  33. 2e6baa4 KVM: PPC: Add giveup_ext() hook to PPC KVM ops by Simon Guo · 7 years ago
  34. ec531d0 KVM: PPC: Book3S PR: Enable use on POWER9 inside HPT-mode guests by Paul Mackerras · 7 years ago
  35. 173c520 KVM: PPC: Move nip/ctr/lr/xer registers to pt_regs in kvm_vcpu_arch by Simon Guo · 7 years ago
  36. 1143a70 KVM: PPC: Add pt_regs into kvm_vcpu_arch and move vcpu->arch.gpr[] into it by Simon Guo · 7 years ago
  37. 39c983e KVM: PPC: Remove unused kvm_unmap_hva callback by Paul Mackerras · 7 years ago
  38. 1ab03c0 Merge tag 'kvm-ppc-next-4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Radim Krčmář · 7 years ago
  39. 07ae538 KVM: PPC: Book3S PR: Fix svcpu copying with preemption enabled by Alexander Graf · 7 years ago
  40. 6c7d47c KVM: PPC: Book3S PR: Fix WIMG handling under pHyp by Alexey Kardashevskiy · 7 years ago
  41. f4093ee KVM: PPC: Book3S PR: Only install valid SLBs during KVM_SET_SREGS by Greg Kurz · 7 years ago
  42. 72875d8 KVM: add kvm_{test,clear}_request to replace {test,clear}_bit by Radim Krčmář · 8 years ago
  43. 96df226 KVM: PPC: Book3S PR: Preserve storage control bits by Alexey Kardashevskiy · 8 years ago
  44. bd9166f KVM: PPC: Book3S PR: Exit KVM on failed mapping by Alexey Kardashevskiy · 8 years ago
  45. 9eecec1 KVM: PPC: Book3S PR: Get rid of unused local variable by Alexey Kardashevskiy · 8 years ago
  46. fcd4f3c KVM: PPC: Book3S PR: Refactor program interrupt related code into separate function by Thomas Huth · 8 years ago
  47. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  48. 2365f6b KVM: PPC: Book3S PR: Support 64kB page size on POWER8E and POWER8NVL by Thomas Huth · 8 years ago
  49. 88b02cf9 KVM: PPC: Book3S: Treat VTB as a per-subcore register, not per-thread by Paul Mackerras · 8 years ago
  50. 221bb8a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  51. d3cbff1 powerpc: Put exception configuration in a common place by Benjamin Herrenschmidt · 9 years ago
  52. 6d5315b Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into HEAD by Paolo Bonzini · 8 years ago
  53. 6edaa53 KVM: remove kvm_guest_enter/exit wrappers by Paolo Bonzini · 9 years ago
  54. b69890d KVM: PPC: Book3S PR: Fix contents of SRR1 when injecting a program exception by Thomas Huth · 9 years ago
  55. c04a588 Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 9 years ago
  56. 11dd6ac KVM: PPC: Book3S PR: Manage single-step mode by Laurent Vivier · 9 years ago
  57. 50de596 powerpc/mm/hash: Add support for Power9 Hash by Aneesh Kumar K.V · 9 years ago
  58. f689b74 Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 9 years ago
  59. c208505 powerpc: create giveup_all() by Anton Blanchard · 9 years ago
  60. dc4fbba powerpc: Create disable_kernel_{fp,altivec,vsx,spe}() by Anton Blanchard · 9 years ago
  61. 378b417 KVM: powerpc: kvmppc_visible_gpa can be boolean by Yaowei Bai · 9 years ago
  62. f36f3f2 KVM: add "new" argument to kvm_arch_commit_memory_region by Paolo Bonzini · 10 years ago
  63. 09170a4 KVM: const-ify uses of struct kvm_userspace_memory_region by Paolo Bonzini · 10 years ago
  64. 9f6b802 KVM: use kvm_memslots whenever possible by Paolo Bonzini · 10 years ago
  65. 6178839 arch: powerpc: kvm: book3s_pr.c: Remove unused function by Rickard Strandqvist · 10 years ago
  66. 00c027d Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm-next by Paolo Bonzini · 10 years ago
  67. 5712846 kvm: Fix page ageing bugs by Andres Lagar-Cavilla · 10 years ago
  68. a59c1d9 powerpc/kvm: support to handle sw breakpoint by Madhavan Srinivasan · 10 years ago
  69. 8e6afa3 KVM: PPC: PR: Handle FSCR feature deselects by Alexander Graf · 10 years ago
  70. a084024 KVM: PPC: Book3S: Fix LPCR one_reg interface by Alexey Kardashevskiy · 10 years ago
  71. 51f0472 KVM: PPC: Allow kvmppc_get_last_inst() to fail by Mihai Caraman · 10 years ago
  72. 9a26af6 KVM: PPC: Book3s: Remove kvmppc_read_inst() function by Mihai Caraman · 10 years ago
  73. 89b68c9 KVM: PPC: Book3S: Make magic page properly 4k mappable by Alexander Graf · 10 years ago
  74. c01e3f6 KVM: PPC: Book3S: Add hack for split real mode by Alexander Graf · 10 years ago
  75. ae2113a KVM: PPC: Book3S: Allow only implemented hcalls to be enabled or disabled by Paul Mackerras · 11 years ago
  76. 699a0ea KVM: PPC: Book3S: Controls for in-kernel sPAPR hypercall handling by Paul Mackerras · 11 years ago
  77. 568fccc KVM: PPC: Book3S PR: Handle hyp doorbell exits by Alexander Graf · 11 years ago
  78. fb4188b KVM: PPC: Book3s PR: Disable AIL mode with OPAL by Alexander Graf · 11 years ago
  79. 06da28e KVM: PPC: BOOK3S: PR: Emulate instruction counter by Aneesh Kumar K.V · 11 years ago
  80. 8f42ab2 KVM: PPC: BOOK3S: PR: Emulate virtual timebase register by Aneesh Kumar K.V · 11 years ago
  81. 3cd60e3 KVM: PPC: BOOK3S: PR: Fix PURR and SPURR emulation by Aneesh Kumar K.V · 11 years ago
  82. b05d59d Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into next by Linus Torvalds · 11 years ago
  83. 9916d57 KVM: PPC: Book3S PR: Expose TM registers by Alexander Graf · 11 years ago
  84. e14e7a1 KVM: PPC: Book3S PR: Expose TAR facility to guest by Alexander Graf · 11 years ago
  85. 616dff8 KVM: PPC: Book3S PR: Handle Facility interrupt and FSCR by Alexander Graf · 11 years ago
  86. cd087ee KVM: PPC: Book3S PR: Do dcbz32 patching with big endian instructions by Alexander Graf · 11 years ago
  87. 5deb8e7 KVM: PPC: Make shared struct aka magic page guest endian by Alexander Graf · 11 years ago
  88. 94810ba KVM: PPC: Book3S PR: Default to big endian guest by Alexander Graf · 11 years ago
  89. 7562c4f KVM: PPC: BOOK3S: PR: Fix WARN_ON with debug options on by Aneesh Kumar K.V · 11 years ago
  90. e5ee542 KVM: PPC: BOOK3S: PR: Enable Little Endian PR guest by Aneesh Kumar K.V · 11 years ago
  91. ab78475 KVM: PPC: Book3S: ifdef on CONFIG_KVM_BOOK3S_32_HANDLER for 32bit by Alexander Graf · 11 years ago
  92. b73117c Merge branch 'kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm-queue by Paolo Bonzini · 11 years ago
  93. 4068890 KVM: PPC: Book3S PR: Cope with doorbell interrupts by Paul Mackerras · 11 years ago
  94. 6c85f52 kvm/ppc: IRQ disabling cleanup by Scott Wood · 11 years ago
  95. 99dae3b KVM: PPC: Load/save FP/VMX/VSX state directly to/from vcpu struct by Paul Mackerras · 11 years ago
  96. efff191 KVM: PPC: Store FP/VSX/VMX state in thread_fp/vr_state structures by Paul Mackerras · 11 years ago
  97. 09548fd KVM: PPC: Use load_fp/vr_state rather than load_up_fpu/altivec by Paul Mackerras · 11 years ago
  98. 398a76c KVM: PPC: Add devname:kvm aliases for modules by Alexander Graf · 11 years ago
  99. 40fdd8c KVM: PPC: Book3S: PR: Make svcpu -> vcpu store preempt savvy by Alexander Graf · 11 years ago
  100. f080480 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago