1. d94d71c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 266 by Thomas Gleixner · 6 years ago
  2. e4945b9 KVM: PPC: Book3S HV: XIVE: Add get/set accessors for the VP XIVE state by Cédric Le Goater · 6 years ago
  3. eacc56b KVM: PPC: Book3S HV: XIVE: Introduce a new capability KVM_CAP_PPC_IRQ_XIVE by Cédric Le Goater · 6 years ago
  4. 90c7379 KVM: PPC: Book3S HV: Add a new KVM device for the XIVE native exploitation mode by Cédric Le Goater · 6 years ago
  5. 70ea13f KVM: PPC: Book3S HV: Flush TLB on secondary radix threads by Paul Mackerras · 6 years ago
  6. 2940ba0 KVM: PPC: Book3S HV: Move HPT guest TLB flushing to C code by Paul Mackerras · 6 years ago
  7. e1a1ef8 KVM: PPC: Book3S: Allocate guest TCEs on demand too by Alexey Kardashevskiy · 6 years ago
  8. 2001825 KVM: PPC: Book3S HV: Avoid lockdep debugging in TCE realmode handlers by Alexey Kardashevskiy · 6 years ago
  9. eadfb1c KVM: PPC: Book3S HV: Implement real mode H_PAGE_INIT handler by Suraj Jitindar Singh · 6 years ago
  10. e74d53e KVM: PPC: Fix compilation when KVM is not enabled by Paul Mackerras · 6 years ago
  11. 0a0c50f Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-next by Paul Mackerras · 6 years ago
  12. 884dfb7 KVM: PPC: Book3S HV: Simplify machine check handling by Paul Mackerras · 6 years ago
  13. 03f9533 KVM: PPC: Book3S: Allow XICS emulation to work in nested hosts using XIVE by Paul Mackerras · 6 years ago
  14. dceadcf KVM: PPC: Add load_from_eaddr and store_to_eaddr to the kvmppc_ops struct by Suraj Jitindar Singh · 6 years ago
  15. f032b73 KVM: PPC: Pass change type down to memslot commit function by Bharata B Rao · 6 years ago
  16. aa069a9 KVM: PPC: Book3S HV: Add a VM capability to enable nested virtualization by Paul Mackerras · 6 years ago
  17. 95a6432 KVM: PPC: Book3S HV: Streamlined guest entry/exit path on P9 for radix guests by Paul Mackerras · 6 years ago
  18. f7035ce KVM: PPC: Book3S HV: Move interrupt delivery on guest entry to C code by Paul Mackerras · 6 years ago
  19. a3ac077 KVM: PPC: Remove redundand permission bits removal by Alexey Kardashevskiy · 6 years ago
  20. 42de7b9 KVM: PPC: Validate TCEs against preregistered memory page sizes by Alexey Kardashevskiy · 6 years ago
  21. acc9eb9 KVM: PPC: Reimplement LOAD_VMX/STORE_VMX instruction mmio emulation with analyse_instr() input by Simon Guo · 7 years ago
  22. 2e6baa4 KVM: PPC: Add giveup_ext() hook to PPC KVM ops by Simon Guo · 7 years ago
  23. 7092360 KVM: PPC: Reimplement non-SIMD LOAD/STORE instruction mmio emulation with analyse_instr() input by Simon Guo · 7 years ago
  24. d8312a3 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  25. d2e6007 powerpc/64: Use array of paca pointers and allocate pacas individually by Nicholas Piggin · 7 years ago
  26. 39c983e KVM: PPC: Remove unused kvm_unmap_hva callback by Paul Mackerras · 7 years ago
  27. 15303ba Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  28. 09f9849 KVM: PPC: Book3S: Add MMIO emulation for VMX instructions by Jose Ricardo Ziviani · 7 years ago
  29. 4e26bc4 powerpc/64: Rename soft_enabled to irq_soft_mask by Madhavan Srinivasan · 7 years ago
  30. 0b63acf powerpc/64: Move set_soft_enabled() and rename by Madhavan Srinivasan · 7 years ago
  31. c2e480b powerpc/64: Add #defines for paca->soft_enabled flags by Madhavan Srinivasan · 7 years ago
  32. ded13fc KVM: PPC: Book3S HV: Fix migration and HPT resizing of HPT guests on radix hosts by Paul Mackerras · 7 years ago
  33. 18c3640 KVM: PPC: Book3S HV: Add infrastructure for running HPT guests on radix host by Paul Mackerras · 7 years ago
  34. 3c31352 KVM: PPC: Book3S HV: Allow userspace to set the desired SMT mode by Paul Mackerras · 8 years ago
  35. fb7dcf7 Merge remote-tracking branch 'remotes/powerpc/topic/xive' into kvm-ppc-next by Paul Mackerras · 8 years ago
  36. 5af5099 KVM: PPC: Book3S HV: Native usage of the XIVE interrupt controller by Benjamin Herrenschmidt · 8 years ago
  37. 121f80b KVM: PPC: VFIO: Add in-kernel acceleration for VFIO by Alexey Kardashevskiy · 8 years ago
  38. b1af23d KVM: PPC: iommu: Unify TCE checking by Alexey Kardashevskiy · 8 years ago
  39. 503bfcb KVM: PPC: Pass kvm* to kvmppc_find_table() by Alexey Kardashevskiy · 8 years ago
  40. 6f63e81 KVM: PPC: Book3S: Add MMIO emulation for FP and VSX instructions by Bin Lu · 8 years ago
  41. 307d927 KVM: PPC: Provide functions for queueing up FP/VEC/VSX unavailable interrupts by Paul Mackerras · 8 years ago
  42. d381d7c powerpc: Consolidate variants of real-mode MMIOs by Benjamin Herrenschmidt · 8 years ago
  43. f50d6bd powerpc/kvm: Remove obsolete kvm_vm_ioctl_xics_irq declaration by Benjamin Herrenschmidt · 8 years ago
  44. 936774c powerpc/kvm: Make kvmppc_xics_create_icp static by Benjamin Herrenschmidt · 8 years ago
  45. 5e98596 KVM: PPC: Book3S HV: Outline of KVM-HV HPT resizing implementation by David Gibson · 8 years ago
  46. f98a8bf KVM: PPC: Book3S HV: Allow KVM_PPC_ALLOCATE_HTAB ioctl() to change HPT size by David Gibson · 8 years ago
  47. aae0777 KVM: PPC: Book3S HV: Split HPT allocation from activation by David Gibson · 8 years ago
  48. db9a290 KVM: PPC: Book3S HV: Rename kvm_alloc_hpt() for clarity by David Gibson · 8 years ago
  49. c927013 KVM: PPC: Book3S HV: Add userspace interfaces for POWER9 MMU by Paul Mackerras · 8 years ago
  50. e34af78 KVM: PPC: Book3S: Move prototypes for KVM functions into kvm_ppc.h by Paul Mackerras · 8 years ago
  51. f725758 KVM: PPC: Book3S HV: Use OPAL XICS emulation on POWER9 by Paul Mackerras · 8 years ago
  52. 5d37519 KVM: PPC: Book3S HV: Set server for passed-through interrupts by Paul Mackerras · 8 years ago
  53. 644abbb KVM: PPC: Book3S HV: Tunable to disable KVM IRQ bypass by Suresh Warrier · 8 years ago
  54. f7af520 KVM: PPC: Book3S HV: Complete passthrough interrupt in host by Suresh Warrier · 8 years ago
  55. e3c13e5 KVM: PPC: Book3S HV: Handle passthrough interrupts in guest by Suresh Warrier · 8 years ago
  56. 8daaafc KVM: PPC: Book3S HV: Introduce kvmppc_passthru_irqmap by Suresh Warrier · 8 years ago
  57. 9576730 KVM: PPC: select IRQ_BYPASS_MANAGER by Suresh Warrier · 8 years ago
  58. 58ded42 KVM: PPC: Add support for 64bit TCE windows by Alexey Kardashevskiy · 9 years ago
  59. 520fe9c KVM: PPC: Book3S HV: Add tunable to control H_IPI redirection by Suresh E. Warrier · 9 years ago
  60. 0c2a660 KVM: PPC: Book3S HV: Host side kick VCPU when poked by real-mode KVM by Suresh Warrier · 9 years ago
  61. 79b6c24 KVM: PPC: Book3S HV: Host-side RM data structures by Suresh Warrier · 9 years ago
  62. d3695aa KVM: PPC: Add support for multiple-TCE hcalls by Alexey Kardashevskiy · 9 years ago
  63. 5ee7af1 KVM: PPC: Move reusable bits of H_PUT_TCE handler to helpers by Alexey Kardashevskiy · 9 years ago
  64. ba049e9 kvm: rename pfn_t to kvm_pfn_t by Dan Williams · 9 years ago
  65. f36f3f2 KVM: add "new" argument to kvm_arch_commit_memory_region by Paolo Bonzini · 10 years ago
  66. 09170a4 KVM: const-ify uses of struct kvm_userspace_memory_region by Paolo Bonzini · 10 years ago
  67. e928e9c KVM: PPC: Book3S HV: Add fast real-mode H_RANDOM implementation. by Michael Ellerman · 10 years ago
  68. c17b98c KVM: PPC: Book3S HV: Remove code for PPC970 processors by Paul Mackerras · 10 years ago
  69. 00c027d Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm-next by Paolo Bonzini · 10 years ago
  70. 5712846 kvm: Fix page ageing bugs by Andres Lagar-Cavilla · 10 years ago
  71. a59c1d9 powerpc/kvm: support to handle sw breakpoint by Madhavan Srinivasan · 10 years ago
  72. d02d4d1 KVM: PPC: Remove the tasklet used by the hrtimer by Mihai Caraman · 10 years ago
  73. 2f699a5 KVM: PPC: BOOKE: Emulate debug registers and exception by Bharat Bhushan · 10 years ago
  74. 5a484c7 KVM: PPC: BOOKEHV: rename e500hv_spr to bookehv_spr by Bharat Bhushan · 10 years ago
  75. ce91ddc KVM: PPC: Remove DCR handling by Alexander Graf · 10 years ago
  76. 8de1201 KVM: PPC: Expose helper functions for data/inst faults by Alexander Graf · 11 years ago
  77. d69614a KVM: PPC: Separate loadstore emulation from priv emulation by Alexander Graf · 11 years ago
  78. 35c4a73 KVM: PPC: Move kvmppc_ld/st to common code by Alexander Graf · 11 years ago
  79. 7d15c06f KVM: PPC: Implement kvmppc_xlate for all targets by Alexander Graf · 11 years ago
  80. 51f0472 KVM: PPC: Allow kvmppc_get_last_inst() to fail by Mihai Caraman · 10 years ago
  81. 34f754b kvm: ppc: Add SPRN_EPR get helper function by Bharat Bhushan · 11 years ago
  82. dc16854 kvm: ppc: booke: Add shared struct helpers of SPRN_ESR by Bharat Bhushan · 11 years ago
  83. 1dc0c5b kvm: ppc: bookehv: Added wrapper macros for shadow registers by Bharat Bhushan · 11 years ago
  84. ae2113a KVM: PPC: Book3S: Allow only implemented hcalls to be enabled or disabled by Paul Mackerras · 11 years ago
  85. c5aec4c Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  86. 5deb8e7 KVM: PPC: Make shared struct aka magic page guest endian by Alexander Graf · 11 years ago
  87. 441c19c powerpc/kvm/book3s_hv: Rework the secondary inhibit code by Michael Ellerman · 11 years ago
  88. 69e9fbb2 KVM: PPC: Book3S: Introduce hypervisor call H_GET_TCE by Laurent Dufour · 11 years ago
  89. 6c85f52 kvm/ppc: IRQ disabling cleanup by Scott Wood · 11 years ago
  90. 7360177 KVM: PPC: Book3S: MMIO emulation support for little endian guests by Cédric Le Goater · 11 years ago
  91. a78b55d kvm: powerpc: book3s: drop is_hv_enabled by Aneesh Kumar K.V · 11 years ago
  92. cbbc58d kvm: powerpc: book3s: Allow the HV and PR selection per virtual machine by Aneesh Kumar K.V · 11 years ago
  93. 5587027 kvm: Add struct kvm arg to memslot APIs by Aneesh Kumar K.V · 11 years ago
  94. 699cc87 kvm: powerpc: book3s: Add is_hv_enabled to kvmppc_ops by Aneesh Kumar K.V · 11 years ago
  95. 3a167bea kvm: powerpc: Add kvmppc_ops callback by Aneesh Kumar K.V · 11 years ago
  96. 9975f5e kvm: powerpc: book3s: Add a new config variable CONFIG_KVM_BOOK3S_HV_POSSIBLE by Aneesh Kumar K.V · 11 years ago
  97. 5f1c248 kvm/ppc: Call trace_hardirqs_on before entry by Scott Wood · 12 years ago
  98. 6c45b81 powerpc/kvm: Contiguous memory allocator based RMA allocation by Aneesh Kumar K.V · 12 years ago
  99. fa61a4e3 powerpc/kvm: Contiguous memory allocator based hash page table allocation by Aneesh Kumar K.V · 12 years ago
  100. 5975a2e KVM: PPC: Book3S: Add API for in-kernel XICS emulation by Paul Mackerras · 12 years ago