1. d89c69f KVM: PPC: Book3S HV: Don't do ultravisor calls on systems without ultravisor by Paul Mackerras · 5 years ago
  2. 2294568 KVM: PPC: Book3S HV: Support reset of secure guest by Bharata B Rao · 5 years ago
  3. c326225 KVM: PPC: Book3S HV: Handle memory plug/unplug to secure VM by Bharata B Rao · 5 years ago
  4. ca9f494 KVM: PPC: Book3S HV: Support for running secure guests by Bharata B Rao · 5 years ago
  5. 55d7004 KVM: PPC: Book3S HV: Reject mflags=2 (LPCR[AIL]=2) ADDR_TRANS_MODE mode by Nicholas Piggin · 5 years ago
  6. 268f4ef KVM: PPC: Book3S HV: Reuse kvmppc_inject_interrupt for async guest delivery by Nicholas Piggin · 5 years ago
  7. 87a45e0 KVM: PPC: Book3S: Replace reset_msr mmu op with inject_interrupt arch op by Nicholas Piggin · 5 years ago
  8. 13c7bb3 powerpc/64s: Set reserved PCR bits by Jordan Niethe · 5 years ago
  9. 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
  10. 2275d7b powerpc/64s/radix: introduce options to disable use of the tlbie instruction by Nicholas Piggin · 5 years ago
  11. ff42df4 KVM: PPC: Book3S HV: Don't lose pending doorbell request on migration on P9 by Paul Mackerras · 5 years ago
  12. d28eafc KVM: PPC: Book3S HV: Check for MMU ready on piggybacked virtual cores by Paul Mackerras · 5 years ago
  13. c8b4083 KVM: PPC: Book3S HV: Save and restore guest visible PSSCR bits on pseries by Suraj Jitindar Singh · 6 years ago
  14. 63279ee KVM: PPC: Book3S HV: Always save guest pmu for guest capable of nesting by Suraj Jitindar Singh · 6 years ago
  15. 192f0f8 Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 6 years ago
  16. 3c25ab3 KVM: PPC: Book3S HV: Clear pending decrementer exceptions on nested guest entry by Suraj Jitindar Singh · 6 years ago
  17. 8695377 KVM: PPC: Book3S HV: Signed extend decrementer value if not using large decrementer by Suraj Jitindar Singh · 6 years ago
  18. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  19. d724c9e KVM: PPC: Book3S HV: Restore SPRG3 in kvmhv_p9_guest_entry() by Suraj Jitindar Singh · 6 years ago
  20. 1b28d55 KVM: PPC: Book3S HV: Fix lockdep warning when entering guest on POWER9 by Paul Mackerras · 6 years ago
  21. 5a3f493 KVM: PPC: Book3S HV: Don't take kvm->lock around kvm_for_each_vcpu by Paul Mackerras · 6 years ago
  22. 0d4ee88 KVM: PPC: Book3S HV: Use new mutex to synchronize MMU setup by Paul Mackerras · 6 years ago
  23. a878957 Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-next by Paul Mackerras · 6 years ago
  24. 44b198a KVM: PPC: Book3S HV: Save/restore vrsave register in kvmhv_p9_guest_entry() by Suraj Jitindar Singh · 6 years ago
  25. 70ea13f KVM: PPC: Book3S HV: Flush TLB on secondary radix threads by Paul Mackerras · 6 years ago
  26. 6fabc9f KVM: PPC: Book3S HV: smb->smp comment fixup by Palmer Dabbelt · 6 years ago
  27. 3309bec KVM: PPC: Book3S HV: Fix lockdep warning when entering the guest by Alexey Kardashevskiy · 6 years ago
  28. 2d34d1c KVM: PPC: Book3S HV: Implement virtual mode H_PAGE_INIT handler by Suraj Jitindar Singh · 6 years ago
  29. c1fe190 powerpc: Add force enable of DAWR on P9 option by Michael Neuling · 6 years ago
  30. 7cb9eb1 KVM: PPC: Book3S HV: Perserve PSSCR FAKE_SUSPEND bit on guest exit by Suraj Jitindar Singh · 6 years ago
  31. 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
  32. 0a0c50f Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-next by Paul Mackerras · 6 years ago
  33. e40542a KVM: PPC: Book3S HV: Fix build failure without IOMMU support by Jordan Niethe · 6 years ago
  34. c057720 powerpc/64s: Better printing of machine check info for guest MCEs by Paul Mackerras · 6 years ago
  35. 884dfb7 KVM: PPC: Book3S HV: Simplify machine check handling by Paul Mackerras · 6 years ago
  36. d976f68 KVM: PPC: Book3S HV: Context switch AMR on Power9 by Michael Ellerman · 6 years ago
  37. dee339b KVM: Never start grow vCPU halt_poll_ns from value below halt_poll_ns_grow_start by Nir Weiner · 6 years ago
  38. 49113d3 KVM: Expose the initial start value in grow_halt_poll_ns() as a module parameter by Nir Weiner · 6 years ago
  39. 7fa08e7 KVM: grow_halt_poll_ns() should never shrink vCPU halt_poll_ns by Nir Weiner · 6 years ago
  40. 03f9533 KVM: PPC: Book3S: Allow XICS emulation to work in nested hosts using XIVE by Paul Mackerras · 6 years ago
  41. 08434ab KVM: PPC: Book3S HV: Replace kmalloc_node+memset with kzalloc_node by wangbo · 6 years ago
  42. 6ff887b KVM: PPC: Book3S: Introduce new hcall H_COPY_TOFROM_GUEST to access quadrants 1 & 2 by Suraj Jitindar Singh · 6 years ago
  43. 873db2c KVM: PPC: Book3S HV: Allow passthrough of an emulated device to an L2 guest by Suraj Jitindar Singh · 6 years ago
  44. dceadcf KVM: PPC: Add load_from_eaddr and store_to_eaddr to the kvmppc_ops struct by Suraj Jitindar Singh · 6 years ago
  45. 5af3e9d KVM: PPC: Book3S HV: Flush guest mappings when turning dirty tracking on/off by Paul Mackerras · 6 years ago
  46. f032b73 KVM: PPC: Pass change type down to memslot commit function by Bharata B Rao · 6 years ago
  47. 234ff0b KVM: PPC: Book3S HV: Fix race between kvm_unmap_hva_range and MMU mode switch by Paul Mackerras · 6 years ago
  48. 6c08ec1 KVM: PPC: Book3S HV: Fix handling for interrupted H_ENTER_NESTED by Michael Roth · 6 years ago
  49. b69f9e1 Merge tag 'powerpc-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 6 years ago
  50. c43befc KVM: PPC: Use exported tb_to_ns() function in decrementer emulation by Paul Mackerras · 6 years ago
  51. 8d9fcac KVM: PPC: Book3S HV: Don't use streamlined entry path on early POWER9 chips by Paul Mackerras · 6 years ago
  52. 901f8c3 KVM: PPC: Book3S HV: Add NO_HASH flag to GET_SMMU_INFO ioctl result by Paul Mackerras · 6 years ago
  53. aa069a9 KVM: PPC: Book3S HV: Add a VM capability to enable nested virtualization by Paul Mackerras · 6 years ago
  54. 9d67121 Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-next by Paul Mackerras · 6 years ago
  55. de760db KVM: PPC: Book3S HV: Allow HV module to load without hypervisor mode by Paul Mackerras · 6 years ago
  56. 3032341 KVM: PPC: Book3S HV: Add one-reg interface to virtual PTCR register by Paul Mackerras · 6 years ago
  57. f3c99f9 KVM: PPC: Book3S HV: Don't access HFSCR, LPIDR or LPCR when running nested by Paul Mackerras · 6 years ago
  58. 9d0b048 KVM: PPC: Book3S HV: Invalidate TLB when nested vcpu moves physical cpu by Suraj Jitindar Singh · 6 years ago
  59. e3b6b46 KVM: PPC: Book3S HV: Implement H_TLB_INVALIDATE hcall by Suraj Jitindar Singh · 6 years ago
  60. 8cf531e KVM: PPC: Book3S HV: Introduce rmap to track nested guest mappings by Suraj Jitindar Singh · 6 years ago
  61. 4bad777 KVM: PPC: Book3S HV: Handle hypercalls correctly when nested by Paul Mackerras · 6 years ago
  62. f3c18e9 KVM: PPC: Book3S HV: Use XICS hypercalls when running as a nested hypervisor by Paul Mackerras · 6 years ago
  63. 360cae3 KVM: PPC: Book3S HV: Nested guest entry via hypercall by Paul Mackerras · 6 years ago
  64. 8e3f5fc KVM: PPC: Book3S HV: Framework and hcall stubs for nested virtualization by Paul Mackerras · 6 years ago
  65. 89329c0 KVM: PPC: Book3S HV: Clear partition table entry on vm teardown by Suraj Jitindar Singh · 6 years ago
  66. fd0944b KVM: PPC: Use ccr field in pt_regs struct embedded in vcpu struct by Paul Mackerras · 6 years ago
  67. 9a94d3e KVM: PPC: Book3S HV: Add a debugfs file to dump radix mappings by Paul Mackerras · 6 years ago
  68. 32eb150 KVM: PPC: Book3S HV: Handle hypervisor instruction faults better by Paul Mackerras · 6 years ago
  69. 95a6432 KVM: PPC: Book3S HV: Streamlined guest entry/exit path on P9 for radix guests by Paul Mackerras · 6 years ago
  70. 53655dd KVM: PPC: Book3S HV: Call kvmppc_handle_exit_hv() with vcore unlocked by Paul Mackerras · 6 years ago
  71. f7035ce KVM: PPC: Book3S HV: Move interrupt delivery on guest entry to C code by Paul Mackerras · 6 years ago
  72. aa22786 KVM: PPC: Book3S HV: Provide mode where all vCPUs on a core must be the same VM by Paul Mackerras · 6 years ago
  73. aa5b105 Merge tag 'powerpc-4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 6 years ago
  74. d6ee76d powerpc64/ftrace: Include ftrace.h needed for enable/disable calls by Luke Dashjr · 6 years ago
  75. e61cf2e Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 6 years ago
  76. 5e2d059 Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 6 years ago
  77. 45ef599 powerpc: remove unnecessary inclusion of asm/tlbflush.h by Christophe Leroy · 7 years ago
  78. b5c6f76 KVM: PPC: Book3S HV: Read kvm->arch.emul_smt_mode under kvm->lock by Paul Mackerras · 6 years ago
  79. 1e175d2 KVM: PPC: Book3S HV: Pack VCORE IDs to access full VCPU ID space by Sam Bobroff · 6 years ago
  80. 0abb75b KVM: PPC: Book3S HV: Fix constant size warning by Nicholas Mc Guire · 7 years ago
  81. 51eaa08 KVM: PPC: Book3S HV: Add of_node_put() in success path by Nicholas Mc Guire · 7 years ago
  82. 2bf1071 powerpc/64s: Remove POWER9 DD1 support by Nicholas Piggin · 7 years ago
  83. b3dae10 sched/swait: Rename to exclusive by Peter Zijlstra · 7 years ago
  84. 09027ab Merge tag 'kvm-ppc-next-4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into HEAD by Paolo Bonzini · 7 years ago
  85. b08fc52 Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  86. fad953c treewide: Use array_size() in vzalloc() by Kees Cook · 7 years ago
  87. b357bf6 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  88. c90fca9 Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
  89. 929f45e kvm: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 7 years ago
  90. 9a4506e KVM: PPC: Book3S HV: Make radix handle process scoped LPID flush in C, with relocation on by Nicholas Piggin · 7 years ago
  91. 173c520 KVM: PPC: Move nip/ctr/lr/xer registers to pt_regs in kvm_vcpu_arch by Simon Guo · 7 years ago
  92. 7aa1584 KVM: PPC: Book3S HV: Set RWMR on POWER8 so PURR/SPURR count correctly by Paul Mackerras · 7 years ago
  93. a1f1582 KVM: PPC: Book3S HV: Add 'online' register to ONE_REG interface by Paul Mackerras · 7 years ago
  94. 57b8daa KVM: PPC: Book3S HV: Snapshot timebase offset on guest entry by Paul Mackerras · 7 years ago
  95. a4bc64d powerpc64/ftrace: Disable ftrace during kvm entry/exit by Naveen N. Rao · 7 years ago
  96. d8312a3 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  97. 49a695b Merge tag 'powerpc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
  98. e303c08 KVM: PPC: Book3S HV: Fix ppc_breakpoint_available compile error by Nicholas Piggin · 7 years ago
  99. f437c51 Merge branch 'topic/paca' into next by Michael Ellerman · 7 years ago
  100. 499dcd4 powerpc/64s: Allocate LPPACAs individually by Nicholas Piggin · 7 years ago