1. 2d34d1c KVM: PPC: Book3S HV: Implement virtual mode H_PAGE_INIT handler by Suraj Jitindar Singh · 6 years ago
  2. 7cb9eb1 KVM: PPC: Book3S HV: Perserve PSSCR FAKE_SUSPEND bit on guest exit by Suraj Jitindar Singh · 6 years ago
  3. 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
  4. 0a0c50f Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-next by Paul Mackerras · 6 years ago
  5. e40542a KVM: PPC: Book3S HV: Fix build failure without IOMMU support by Jordan Niethe · 6 years ago
  6. c057720 powerpc/64s: Better printing of machine check info for guest MCEs by Paul Mackerras · 6 years ago
  7. 884dfb7 KVM: PPC: Book3S HV: Simplify machine check handling by Paul Mackerras · 6 years ago
  8. d976f68 KVM: PPC: Book3S HV: Context switch AMR on Power9 by Michael Ellerman · 6 years ago
  9. dee339b KVM: Never start grow vCPU halt_poll_ns from value below halt_poll_ns_grow_start by Nir Weiner · 6 years ago
  10. 49113d3 KVM: Expose the initial start value in grow_halt_poll_ns() as a module parameter by Nir Weiner · 6 years ago
  11. 7fa08e7 KVM: grow_halt_poll_ns() should never shrink vCPU halt_poll_ns by Nir Weiner · 6 years ago
  12. 03f9533 KVM: PPC: Book3S: Allow XICS emulation to work in nested hosts using XIVE by Paul Mackerras · 6 years ago
  13. 08434ab KVM: PPC: Book3S HV: Replace kmalloc_node+memset with kzalloc_node by wangbo · 6 years ago
  14. 6ff887b KVM: PPC: Book3S: Introduce new hcall H_COPY_TOFROM_GUEST to access quadrants 1 & 2 by Suraj Jitindar Singh · 6 years ago
  15. 873db2c KVM: PPC: Book3S HV: Allow passthrough of an emulated device to an L2 guest by Suraj Jitindar Singh · 6 years ago
  16. dceadcf KVM: PPC: Add load_from_eaddr and store_to_eaddr to the kvmppc_ops struct by Suraj Jitindar Singh · 6 years ago
  17. 5af3e9d KVM: PPC: Book3S HV: Flush guest mappings when turning dirty tracking on/off by Paul Mackerras · 6 years ago
  18. f032b73 KVM: PPC: Pass change type down to memslot commit function by Bharata B Rao · 6 years ago
  19. 234ff0b KVM: PPC: Book3S HV: Fix race between kvm_unmap_hva_range and MMU mode switch by Paul Mackerras · 6 years ago
  20. 6c08ec1 KVM: PPC: Book3S HV: Fix handling for interrupted H_ENTER_NESTED by Michael Roth · 6 years ago
  21. 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
  22. c43befc KVM: PPC: Use exported tb_to_ns() function in decrementer emulation by Paul Mackerras · 6 years ago
  23. 8d9fcac KVM: PPC: Book3S HV: Don't use streamlined entry path on early POWER9 chips by Paul Mackerras · 6 years ago
  24. 901f8c3 KVM: PPC: Book3S HV: Add NO_HASH flag to GET_SMMU_INFO ioctl result by Paul Mackerras · 6 years ago
  25. aa069a9 KVM: PPC: Book3S HV: Add a VM capability to enable nested virtualization by Paul Mackerras · 6 years ago
  26. 9d67121 Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-next by Paul Mackerras · 6 years ago
  27. de760db KVM: PPC: Book3S HV: Allow HV module to load without hypervisor mode by Paul Mackerras · 6 years ago
  28. 3032341 KVM: PPC: Book3S HV: Add one-reg interface to virtual PTCR register by Paul Mackerras · 6 years ago
  29. f3c99f9 KVM: PPC: Book3S HV: Don't access HFSCR, LPIDR or LPCR when running nested by Paul Mackerras · 6 years ago
  30. 9d0b048 KVM: PPC: Book3S HV: Invalidate TLB when nested vcpu moves physical cpu by Suraj Jitindar Singh · 6 years ago
  31. e3b6b46 KVM: PPC: Book3S HV: Implement H_TLB_INVALIDATE hcall by Suraj Jitindar Singh · 6 years ago
  32. 8cf531e KVM: PPC: Book3S HV: Introduce rmap to track nested guest mappings by Suraj Jitindar Singh · 6 years ago
  33. 4bad777 KVM: PPC: Book3S HV: Handle hypercalls correctly when nested by Paul Mackerras · 6 years ago
  34. f3c18e9 KVM: PPC: Book3S HV: Use XICS hypercalls when running as a nested hypervisor by Paul Mackerras · 6 years ago
  35. 360cae3 KVM: PPC: Book3S HV: Nested guest entry via hypercall by Paul Mackerras · 6 years ago
  36. 8e3f5fc KVM: PPC: Book3S HV: Framework and hcall stubs for nested virtualization by Paul Mackerras · 6 years ago
  37. 89329c0 KVM: PPC: Book3S HV: Clear partition table entry on vm teardown by Suraj Jitindar Singh · 6 years ago
  38. fd0944b KVM: PPC: Use ccr field in pt_regs struct embedded in vcpu struct by Paul Mackerras · 6 years ago
  39. 9a94d3e KVM: PPC: Book3S HV: Add a debugfs file to dump radix mappings by Paul Mackerras · 6 years ago
  40. 32eb150 KVM: PPC: Book3S HV: Handle hypervisor instruction faults better by Paul Mackerras · 6 years ago
  41. 95a6432 KVM: PPC: Book3S HV: Streamlined guest entry/exit path on P9 for radix guests by Paul Mackerras · 6 years ago
  42. 53655dd KVM: PPC: Book3S HV: Call kvmppc_handle_exit_hv() with vcore unlocked by Paul Mackerras · 6 years ago
  43. f7035ce KVM: PPC: Book3S HV: Move interrupt delivery on guest entry to C code by Paul Mackerras · 6 years ago
  44. aa22786 KVM: PPC: Book3S HV: Provide mode where all vCPUs on a core must be the same VM by Paul Mackerras · 6 years ago
  45. 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
  46. d6ee76d powerpc64/ftrace: Include ftrace.h needed for enable/disable calls by Luke Dashjr · 6 years ago
  47. e61cf2e Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 6 years ago
  48. 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
  49. 45ef599 powerpc: remove unnecessary inclusion of asm/tlbflush.h by Christophe Leroy · 6 years ago
  50. b5c6f76 KVM: PPC: Book3S HV: Read kvm->arch.emul_smt_mode under kvm->lock by Paul Mackerras · 6 years ago
  51. 1e175d2 KVM: PPC: Book3S HV: Pack VCORE IDs to access full VCPU ID space by Sam Bobroff · 6 years ago
  52. 0abb75b KVM: PPC: Book3S HV: Fix constant size warning by Nicholas Mc Guire · 6 years ago
  53. 51eaa08 KVM: PPC: Book3S HV: Add of_node_put() in success path by Nicholas Mc Guire · 6 years ago
  54. 2bf1071 powerpc/64s: Remove POWER9 DD1 support by Nicholas Piggin · 6 years ago
  55. b3dae10 sched/swait: Rename to exclusive by Peter Zijlstra · 7 years ago
  56. 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
  57. 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
  58. fad953c treewide: Use array_size() in vzalloc() by Kees Cook · 7 years ago
  59. b357bf6 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  60. 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
  61. 929f45e kvm: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 7 years ago
  62. 9a4506e KVM: PPC: Book3S HV: Make radix handle process scoped LPID flush in C, with relocation on by Nicholas Piggin · 7 years ago
  63. 173c520 KVM: PPC: Move nip/ctr/lr/xer registers to pt_regs in kvm_vcpu_arch by Simon Guo · 7 years ago
  64. 7aa1584 KVM: PPC: Book3S HV: Set RWMR on POWER8 so PURR/SPURR count correctly by Paul Mackerras · 7 years ago
  65. a1f1582 KVM: PPC: Book3S HV: Add 'online' register to ONE_REG interface by Paul Mackerras · 7 years ago
  66. 57b8daa KVM: PPC: Book3S HV: Snapshot timebase offset on guest entry by Paul Mackerras · 7 years ago
  67. a4bc64d powerpc64/ftrace: Disable ftrace during kvm entry/exit by Naveen N. Rao · 7 years ago
  68. d8312a3 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  69. 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
  70. e303c08 KVM: PPC: Book3S HV: Fix ppc_breakpoint_available compile error by Nicholas Piggin · 7 years ago
  71. f437c51 Merge branch 'topic/paca' into next by Michael Ellerman · 7 years ago
  72. 499dcd4 powerpc/64s: Allocate LPPACAs individually by Nicholas Piggin · 7 years ago
  73. d2e6007 powerpc/64: Use array of paca pointers and allocate pacas individually by Nicholas Piggin · 7 years ago
  74. 398e712 KVM: PPC: Book3S HV: Return error from h_set_mode(SET_DAWR) on POWER9 by Michael Neuling · 7 years ago
  75. 4bb3c7a KVM: PPC: Book3S HV: Work around transactional memory bugs in POWER9 by Paul Mackerras · 7 years ago
  76. 39c983e KVM: PPC: Remove unused kvm_unmap_hva callback by Paul Mackerras · 7 years ago
  77. 61bd0f66 KVM: PPC: Book3S HV: Fix guest time accounting with VIRT_CPU_ACCOUNTING_GEN by Laurent Vivier · 7 years ago
  78. debd574 KVM: PPC: Book3S HV: Fix VRMA initialization with 2MB or 1GB memory backing by Paul Mackerras · 7 years ago
  79. 15303ba Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  80. 36ee41d KVM: PPC: Book3S HV: Drop locks before reading guest memory by Paul Mackerras · 7 years ago
  81. 57ad583f powerpc: Use octal numbers for file permissions by Russell Currey · 8 years ago
  82. 2267ea7 KVM: PPC: Book3S HV: Don't use existing "prodded" flag for XIVE escalations by Benjamin Herrenschmidt · 7 years ago
  83. 00608e1 KVM: PPC: Book3S HV: Allow HPT and radix on the same core for POWER9 v2.2 by Paul Mackerras · 7 years ago
  84. 5855564 KVM: PPC: Book3S HV: Enable migration of decrementer register by Paul Mackerras · 7 years ago
  85. c0093f1 KVM: PPC: Book3S HV: Fix conditions for starting vcpu by Paul Mackerras · 7 years ago
  86. 4fcf361 KVM: PPC: Book3S HV: Remove useless statement by Paul Mackerras · 7 years ago
  87. ded13fc KVM: PPC: Book3S HV: Fix migration and HPT resizing of HPT guests on radix hosts by Paul Mackerras · 7 years ago
  88. 974aa56 Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  89. 5b0e2cb Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
  90. 432953b KVM: PPC: Book3S HV: Cosmetic post-merge cleanups by Paul Mackerras · 7 years ago
  91. 072df81 Merge branch 'kvm-ppc-fixes' into kvm-ppc-next by Paul Mackerras · 7 years ago
  92. 38c53af KVM: PPC: Book3S HV: Fix exclusion between HPT resizing and other HPT updates by Paul Mackerras · 7 years ago
  93. 6de6638 KVM: PPC: Book3S HV: Handle host system reset in guest mode by Nicholas Piggin · 7 years ago
  94. c010150 KVM: PPC: Book3S HV: Run HPT guests on POWER9 radix hosts by Paul Mackerras · 7 years ago
  95. 516f789 KVM: PPC: Book3S HV: Allow for running POWER9 host in single-threaded mode by Paul Mackerras · 7 years ago
  96. 18c3640 KVM: PPC: Book3S HV: Add infrastructure for running HPT guests on radix host by Paul Mackerras · 7 years ago
  97. e641a31 KVM: PPC: Book3S HV: Unify dirty page map between HPT and radix by Paul Mackerras · 7 years ago
  98. 1b151ce KVM: PPC: Book3S HV: Rename hpte_setup_done to mmu_ready by Paul Mackerras · 7 years ago
  99. 8dc6cca KVM: PPC: Book3S HV: Don't rely on host's page size information by Paul Mackerras · 7 years ago
  100. 3e8f150a Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-next by Paul Mackerras · 7 years ago