1. 5358a96 KVM: PPC: Fix warnings from sparse by Thomas Huth · 9 years ago
  2. f36f3f2 KVM: add "new" argument to kvm_arch_commit_memory_region by Paolo Bonzini · 9 years ago
  3. 09170a4 KVM: const-ify uses of struct kvm_userspace_memory_region by Paolo Bonzini · 9 years ago
  4. ccf73aaf KVM: arm/mips/x86/power use __kvm_guest_{enter|exit} by Christian Borntraeger · 9 years ago
  5. eadf16a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  6. e928e9c KVM: PPC: Book3S HV: Add fast real-mode H_RANDOM implementation. by Michael Ellerman · 9 years ago
  7. d19d5ef Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux by Linus Torvalds · 9 years ago
  8. e32edf4 KVM: Redesign kvm_io_bus_ API to pass VCPU structure to the callbacks. by Nikolay Nikolaev · 9 years ago
  9. d078eed powerpc: Cleanup KVM emulated load/store endian handling by David Gibson · 9 years ago
  10. 31928aa KVM: remove unneeded return value of vcpu_postcreate by Dominik Dingel · 10 years ago
  11. c17b98c KVM: PPC: Book3S HV: Remove code for PPC970 processors by Paul Mackerras · 10 years ago
  12. 8d0eff6 KVM: PPC: Pass enum to kvmppc_get_last_inst by Alexander Graf · 10 years ago
  13. d02d4d1 KVM: PPC: Remove the tasklet used by the hrtimer by Mihai Caraman · 10 years ago
  14. 3840edc KVM: PPC: Move ONE_REG AltiVec support to powerpc by Mihai Caraman · 10 years ago
  15. 8a41ea5 KVM: PPC: Make ONE_REG powerpc generic by Mihai Caraman · 10 years ago
  16. 13a34e0 KVM: remove garbage arg to *hardware_{en,dis}able by Radim Krčmář · 10 years ago
  17. 0865e63 KVM: static inline empty kvm_arch functions by Radim Krčmář · 10 years ago
  18. e790d9e KVM: add kvm_arch_sched_in by Radim Krčmář · 10 years ago
  19. 478d6686 KVM: PPC: drop duplicate tracepoint by Paolo Bonzini · 10 years ago
  20. ce91ddc KVM: PPC: Remove DCR handling by Alexander Graf · 10 years ago
  21. d69614a KVM: PPC: Separate loadstore emulation from priv emulation by Alexander Graf · 10 years ago
  22. c12fb43 KVM: PPC: Handle magic page in kvmppc_ld/st by Alexander Graf · 10 years ago
  23. c45c551 KVM: PPC: Use kvm_read_guest in kvmppc_ld by Alexander Graf · 10 years ago
  24. 9897e88 KVM: PPC: Remove kvmppc_bad_hva() by Alexander Graf · 10 years ago
  25. 35c4a73 KVM: PPC: Move kvmppc_ld/st to common code by Alexander Graf · 10 years ago
  26. 7a58777 KVM: PPC: Book3S: Provide different CAPs based on HV or PR mode by Alexander Graf · 10 years ago
  27. 784aa3d KVM: Rename and add argument to check_extension by Alexander Graf · 10 years ago
  28. b2677b8 KVM: PPC: Remove 440 support by Alexander Graf · 10 years ago
  29. 51f0472 KVM: PPC: Allow kvmppc_get_last_inst() to fail by Mihai Caraman · 10 years ago
  30. 89b68c9 KVM: PPC: Book3S: Make magic page properly 4k mappable by Alexander Graf · 10 years ago
  31. ae2113a KVM: PPC: Book3S: Allow only implemented hcalls to be enabled or disabled by Paul Mackerras · 10 years ago
  32. 699a0ea KVM: PPC: Book3S: Controls for in-kernel sPAPR hypercall handling by Paul Mackerras · 10 years ago
  33. c5aec4c Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 10 years ago
  34. f2e9104 KVM: PPC: Add CAP to indicate hcall fixes by Alexander Graf · 10 years ago
  35. f3383cf KVM: PPC: Disable NX for old magic page using guests by Alexander Graf · 10 years ago
  36. 5deb8e7 KVM: PPC: Make shared struct aka magic page guest endian by Alexander Graf · 10 years ago
  37. 2743103 KVM: PPC: PR: Fill pvinfo hcall instructions in big endian by Alexander Graf · 10 years ago
  38. 3102f78 powerpc/kvm/book3s_hv: Use threads_per_subcore in KVM by Michael Ellerman · 10 years ago
  39. 6c85f52 kvm/ppc: IRQ disabling cleanup by Scott Wood · 11 years ago
  40. 7360177 KVM: PPC: Book3S: MMIO emulation support for little endian guests by Cédric Le Goater · 11 years ago
  41. efff191 KVM: PPC: Store FP/VSX/VMX state in thread_fp/vr_state structures by Paul Mackerras · 11 years ago
  42. a78b55d kvm: powerpc: book3s: drop is_hv_enabled by Aneesh Kumar K.V · 11 years ago
  43. cbbc58d kvm: powerpc: book3s: Allow the HV and PR selection per virtual machine by Aneesh Kumar K.V · 11 years ago
  44. 5587027 kvm: Add struct kvm arg to memslot APIs by Aneesh Kumar K.V · 11 years ago
  45. 2ba9f0d kvm: powerpc: book3s: Support building HV and PR KVM as module by Aneesh Kumar K.V · 11 years ago
  46. 699cc87 kvm: powerpc: book3s: Add is_hv_enabled to kvmppc_ops by Aneesh Kumar K.V · 11 years ago
  47. 3a167bea kvm: powerpc: Add kvmppc_ops callback by Aneesh Kumar K.V · 11 years ago
  48. 45d9a22 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  49. 70abade powerpc kvm: use fdget by Al Viro · 11 years ago
  50. bf550fc Merge remote-tracking branch 'origin/next' into kvm-ppc-next by Alexander Graf · 11 years ago
  51. e59dbe0 KVM: Introduce kvm_arch_memslots_updated() by Takuya Yoshikawa · 11 years ago
  52. 5f1c248 kvm/ppc: Call trace_hardirqs_on before entry by Scott Wood · 11 years ago
  53. 5975a2e KVM: PPC: Book3S: Add API for in-kernel XICS emulation by Paul Mackerras · 11 years ago
  54. ed840ee kvm/ppc: Hold srcu lock when calling kvm_io_bus_read/write by Scott Wood · 11 years ago
  55. bc5ad3f KVM: PPC: Book3S: Add kernel emulation for the XICS interrupt controller by Benjamin Herrenschmidt · 11 years ago
  56. 8e591cb KVM: PPC: Book3S: Add infrastructure to implement kernel-side RTAS calls by Michael Ellerman · 11 years ago
  57. 5efdb4b KVM: PPC: MPIC: Add support for KVM_IRQ_LINE by Alexander Graf · 11 years ago
  58. eb1e4f4 kvm/ppc/mpic: add KVM_CAP_IRQ_MPIC by Scott Wood · 11 years ago
  59. 5df554a kvm/ppc/mpic: in-kernel MPIC emulation by Scott Wood · 11 years ago
  60. 092d62e KVM: PPC: debug stub interface parameter defined by Bharat Bhushan · 11 years ago
  61. be28a27 kvm/ppc: don't call complete_mmio_load when it's a store by Scott Wood · 11 years ago
  62. 4fe27d2 KVM: PPC: Remove unused argument to kvmppc_core_dequeue_external by Paul Mackerras · 11 years ago
  63. 8482644 KVM: set_memory_region: Refactor commit_memory_region() by Takuya Yoshikawa · 11 years ago
  64. 7b6195a KVM: set_memory_region: Refactor prepare_memory_region() by Takuya Yoshikawa · 11 years ago
  65. 462fce4 KVM: set_memory_region: Drop user_alloc from prepare/commit_memory_region() by Takuya Yoshikawa · 11 years ago
  66. 1c81063 KVM: PPC: BookE: Implement EPR exit by Alexander Graf · 12 years ago
  67. 5a33169 KVM: PPC: Only WARN on invalid emulation by Alexander Graf · 12 years ago
  68. f82a8cf KVM: struct kvm_memory_slot.user_alloc -> bool by Alex Williamson · 12 years ago
  69. a293292 KVM: PPC: Book3S HV: Provide a method for userspace to read and write the HPT by Paul Mackerras · 12 years ago
  70. 0e673fb KVM: PPC: Support eventfd by Alexander Graf · 12 years ago
  71. 42897d8 KVM: x86: add kvm_arch_vcpu_postcreate callback, move TSC initialization by Marcelo Tosatti · 12 years ago
  72. 5bd1cf1 KVM: PPC: set IN_GUEST_MODE before checking requests by Scott Wood · 12 years ago
  73. a47d72f KVM: PPC: Book3S HV: Fix updates of vcpu->cpu by Paul Mackerras · 12 years ago
  74. dfe49db KVM: PPC: Book3S HV: Handle memory slot deletion and modification correctly by Paul Mackerras · 12 years ago
  75. a66b48c KVM: PPC: Move kvm->arch.slot_phys into memslot.arch by Paul Mackerras · 12 years ago
  76. f61c94b KVM: PPC: booke: Add watchdog emulation by Bharat Bhushan · 12 years ago
  77. 7c973a2 KVM: PPC: Add return value to core_check_requests by Alexander Graf · 12 years ago
  78. 7ee7885 KVM: PPC: Add return value in prepare_to_enter by Alexander Graf · 12 years ago
  79. 206c2ed KVM: PPC: Ignore EXITING_GUEST_MODE mode by Alexander Graf · 12 years ago
  80. 3766a4c KVM: PPC: Move kvm_guest_enter call into generic code by Alexander Graf · 12 years ago
  81. bd2be68 KVM: PPC: Book3S: PR: Rework irq disabling by Alexander Graf · 12 years ago
  82. 03d25c5 KVM: PPC: Use same kvmppc_prepare_to_enter code for booke and book3s_pr by Alexander Graf · 12 years ago
  83. f4800b1 KVM: PPC: Expose SYNC cap based on mmu notifiers by Alexander Graf · 12 years ago
  84. 9202e07 KVM: PPC: Add support for ePAPR idle hcall in host kernel by Liu Yu-B13201 · 12 years ago
  85. 784bafa KVM: PPC: add pvinfo for hcall opcodes on e500mc/e5500 by Stuart Yoder · 12 years ago
  86. fdcf8bd KVM: PPC: use definitions in epapr header for hcalls by Stuart Yoder · 12 years ago
  87. 2df72e9 KVM: split kvm_arch_flush_shadow by Marcelo Tosatti · 12 years ago
  88. d89cc61 KVM: Push rmap into kvm_arch_memory_slot by Takuya Yoshikawa · 12 years ago
  89. 32fad28 KVM: PPC: Book3S HV: Make the guest hash table size configurable by Paul Mackerras · 12 years ago
  90. 5b74716 kvm/powerpc: Add new ioctl to retreive server MMU infos by Benjamin Herrenschmidt · 12 years ago
  91. f31e65e kvm/book3s: Make kernel emulated H_PUT_TCE available for "PR" KVM by Benjamin Herrenschmidt · 12 years ago
  92. bf7ca4b KVM: PPC: rename CONFIG_KVM_E500 -> CONFIG_KVM_E500V2 by Alexander Graf · 12 years ago
  93. 73196cd KVM: PPC: e500mc support by Scott Wood · 13 years ago
  94. d30f6e4 KVM: PPC: booke: category E.HV (GS-mode) support by Scott Wood · 13 years ago
  95. 043cc4d KVM: PPC: factor out lpid allocator from book3s_64_mmu_hv by Scott Wood · 13 years ago
  96. b6d3383 KVM: Factor out kvm_vcpu_kick to arch-generic code by Christoffer Dall · 12 years ago
  97. db3fe4e KVM: Introduce kvm_memory_slot::arch and move lpage_info into it by Takuya Yoshikawa · 12 years ago
  98. b3c5d3c KVM: PPC: Rename MMIO register identifiers by Alexander Graf · 13 years ago
  99. 31f3438 KVM: PPC: Move kvm_vcpu_ioctl_[gs]et_one_reg down to platform-specific code by Paul Mackerras · 13 years ago
  100. 1022fc3 KVM: PPC: Add support for explicit HIOR setting by Alexander Graf · 13 years ago