1. b12b472 Merge tag 'powerpc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 4 years ago
  2. 63e9f23 KVM: PPC: remove unneeded semicolon by Yang Li · 4 years ago
  3. 3a96570 powerpc: convert interrupt handlers to use wrappers by Nicholas Piggin · 4 years ago
  4. a300bf8 KVM: PPC: fix comparison to bool warning by Kaixu Xia · 4 years, 2 months ago
  5. 4e1b2ab KVM: PPC: Don't return -ENOTSUPP to userspace in ioctls by Greg Kurz · 4 years, 4 months ago
  6. 7ec21d9 KVM: PPC: Clean up redundant kvm_run parameters in assembly by Tianjia Zhang · 4 years, 7 months ago
  7. 8c99d34 KVM: PPC: Clean up redundant 'kvm_run' parameters by Tianjia Zhang · 4 years, 9 months ago
  8. cb95312 kvm: add halt-polling cpu usage stats by David Matlack · 4 years, 9 months ago
  9. 812756a kvm_host: unify VM_STAT and VCPU_STAT definitions in a single place by Emanuele Giuseppe Esposito · 4 years, 9 months ago
  10. 6fef0c6 KVM: PPC: Kill kvmppc_ops::mmu_destroy() and kvmppc_mmu_destroy() by Greg Kurz · 4 years, 10 months ago
  11. 8fc6ba0 KVM: PPC: Use fallthrough; by Joe Perches · 4 years, 10 months ago
  12. 0dff084 KVM: Provide common implementation for generic dirty log functions by Sean Christopherson · 5 years ago
  13. e96c81e KVM: Simplify kvm_free_memslot() and all its descendents by Sean Christopherson · 5 years ago
  14. 82307e6 KVM: PPC: Move memslot memory allocation into prepare_memory_region() by Sean Christopherson · 5 years ago
  15. 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
  16. afede96 KVM: Drop kvm_arch_vcpu_setup() by Sean Christopherson · 5 years ago
  17. b3d42c9 KVM: PPC: BookE: Setup vcpu during kvmppc_core_vcpu_create() by Sean Christopherson · 5 years ago
  18. ff030fd KVM: PPC: Move kvm_vcpu_init() invocation to common code by Sean Christopherson · 5 years ago
  19. c50bfbd KVM: PPC: Allocate vcpu struct in common PPC code by Sean Christopherson · 5 years ago
  20. e1bd0a7 KVM: PPC: Book3E: Replace current->mm by kvm->mm by Leonardo Bras · 5 years ago
  21. d94d71c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 266 by Thomas Gleixner · 6 years ago
  22. f032b73 KVM: PPC: Pass change type down to memslot commit function by Bharata B Rao · 6 years ago
  23. 173c520 KVM: PPC: Move nip/ctr/lr/xer registers to pt_regs in kvm_vcpu_arch by Simon Guo · 7 years ago
  24. b2d7ecb powerpc/kvm/booke: Fix altivec related build break by Laurentiu Tudor · 7 years ago
  25. 66b5656 KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_guest_debug by Christoffer Dall · 7 years ago
  26. 1da5b61 KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_translate by Christoffer Dall · 7 years ago
  27. b4ef9d4 KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_sregs by Christoffer Dall · 7 years ago
  28. bcdec41 KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_sregs by Christoffer Dall · 7 years ago
  29. 875656f KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_regs by Christoffer Dall · 7 years ago
  30. 1fc9b76 KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_regs by Christoffer Dall · 7 years ago
  31. 86cb30e treewide: setup_timer() -> timer_setup() (2 field) by Kees Cook · 7 years ago
  32. 2fa6e1e KVM: add kvm_request_pending by Radim Krčmář · 8 years ago
  33. 72875d8 KVM: add kvm_{test,clear}_request to replace {test,clear}_bit by Radim Krčmář · 8 years ago
  34. 307d927 KVM: PPC: Provide functions for queueing up FP/VEC/VSX unavailable interrupts by Paul Mackerras · 8 years ago
  35. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  36. ac0e89b KVM: PPC: BookE: Fix a sanity check by Dan Carpenter · 9 years ago
  37. 6edaa53 KVM: remove kvm_guest_enter/exit wrappers by Paolo Bonzini · 9 years ago
  38. 3491caf KVM: halt_polling: provide a way to qualify wakeups during poll by Christian Borntraeger · 9 years ago
  39. 446957b powerpc: Fix misspellings in comments. by Adam Buchbinder · 9 years ago
  40. dc4fbba powerpc: Create disable_kernel_{fp,altivec,vsx,spe}() by Anton Blanchard · 9 years ago
  41. 62bea5b KVM: add halt_attempted_poll to VCPU stats by Paolo Bonzini · 9 years ago
  42. 845ac98 KVM: PPC: add missing pt_regs initialization by Tudor Laurentiu · 10 years ago
  43. f36f3f2 KVM: add "new" argument to kvm_arch_commit_memory_region by Paolo Bonzini · 10 years ago
  44. 09170a4 KVM: const-ify uses of struct kvm_userspace_memory_region by Paolo Bonzini · 10 years ago
  45. e233d54 KVM: booke: use __kvm_guest_exit by Paolo Bonzini · 10 years ago
  46. f781951 kvm: add halt_poll_ns module parameter by Paolo Bonzini · 10 years ago
  47. 8d0eff6 KVM: PPC: Pass enum to kvmppc_get_last_inst by Alexander Graf · 10 years ago
  48. 033aaa1 powerpc/kvm: common sw breakpoint instr across ppc by Madhavan Srinivasan · 10 years ago
  49. d02d4d1 KVM: PPC: Remove the tasklet used by the hrtimer by Mihai Caraman · 10 years ago
  50. 2f699a5 KVM: PPC: BOOKE: Emulate debug registers and exception by Bharat Bhushan · 10 years ago
  51. 8a41ea5 KVM: PPC: Make ONE_REG powerpc generic by Mihai Caraman · 10 years ago
  52. 95d80a2 KVM: PPC: Book3e: Add AltiVec support by Mihai Caraman · 10 years ago
  53. 3efc7da KVM: PPC: Book3E: Increase FPU laziness by Mihai Caraman · 10 years ago
  54. 2c50967 KVM: PPC: BOOKE: Add one reg interface for DBSR by Bharat Bhushan · 10 years ago
  55. 348ba71 KVM: PPC: BOOKE: Guest and hardware visible debug registers are same by Bharat Bhushan · 10 years ago
  56. 2190991 KVM: PPC: BOOKE: Clear guest dbsr in userspace exit KVM_EXIT_DEBUG by Bharat Bhushan · 10 years ago
  57. 9fee756 KVM: PPC: BOOKE: allow debug interrupt at "debug level" by Bharat Bhushan · 10 years ago
  58. ce91ddc KVM: PPC: Remove DCR handling by Alexander Graf · 10 years ago
  59. 8de1201 KVM: PPC: Expose helper functions for data/inst faults by Alexander Graf · 11 years ago
  60. 7d15c06f KVM: PPC: Implement kvmppc_xlate for all targets by Alexander Graf · 11 years ago
  61. f525047 KVM: PPC: Bookehv: Get vcpu's last instruction for emulation by Mihai Caraman · 10 years ago
  62. 51f0472 KVM: PPC: Allow kvmppc_get_last_inst() to fail by Mihai Caraman · 10 years ago
  63. 34f754b kvm: ppc: Add SPRN_EPR get helper function by Bharat Bhushan · 11 years ago
  64. c1b8a01 kvm: ppc: booke: Use the shared struct helpers for SPRN_SPRG0-7 by Bharat Bhushan · 11 years ago
  65. dc16854 kvm: ppc: booke: Add shared struct helpers of SPRN_ESR by Bharat Bhushan · 11 years ago
  66. a5414d4 kvm: ppc: booke: Use the shared struct helpers of SPRN_DEAR by Bharat Bhushan · 11 years ago
  67. 31579ee kvm: ppc: booke: Use the shared struct helpers of SRR0 and SRR1 by Bharat Bhushan · 11 years ago
  68. b73117c Merge branch 'kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm-queue by Paolo Bonzini · 11 years ago
  69. 6c85f52 kvm/ppc: IRQ disabling cleanup by Scott Wood · 11 years ago
  70. 9bd880a KVM: PPC: Book3E HV: call RECONCILE_IRQ_STATE to sync the software state by Tiejun Chen · 11 years ago
  71. 08c9a18 kvm: powerpc: use caching attributes as per linux pte by Bharat Bhushan · 11 years ago
  72. 99dae3b KVM: PPC: Load/save FP/VMX/VSX state directly to/from vcpu struct by Paul Mackerras · 11 years ago
  73. efff191 KVM: PPC: Store FP/VSX/VMX state in thread_fp/vr_state structures by Paul Mackerras · 11 years ago
  74. f5f9721 powerpc/kvm/booke: Fix build break due to stack frame size warning by Scott Wood · 11 years ago
  75. f080480 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  76. cbbc58d kvm: powerpc: book3s: Allow the HV and PR selection per virtual machine by Aneesh Kumar K.V · 11 years ago
  77. 5587027 kvm: Add struct kvm arg to memslot APIs by Aneesh Kumar K.V · 11 years ago
  78. dba291f kvm: powerpc: booke: Move booke related tracepoints to separate header by Aneesh Kumar K.V · 11 years ago
  79. 3a167bea kvm: powerpc: Add kvmppc_ops callback by Aneesh Kumar K.V · 11 years ago
  80. ce11e48 KVM: PPC: E500: Add userspace debug stub support by Bharat Bhushan · 12 years ago
  81. 547465e KVM: PPC: E500: Using "struct debug_reg" by Bharat Bhushan · 12 years ago
  82. b12c784 KVM: PPC: E500: exit to user space on "ehpriv 1" instruction by Bharat Bhushan · 12 years ago
  83. 8b75cbb KVM: PPC: BookE: Add GET/SET_ONE_REG interface for VRSAVE by Paul Mackerras · 11 years ago
  84. de79f7b powerpc: Put FP/VSX and VR state into structures by Paul Mackerras · 11 years ago
  85. c09ec19 kvm/ppc/booke: Don't call kvm_guest_enter twice by Scott Wood · 12 years ago
  86. 5f1c248 kvm/ppc: Call trace_hardirqs_on before entry by Scott Wood · 12 years ago
  87. fe489bf Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  88. 5f17ce8 KVM: PPC: Guard doorbell exception with CONFIG_PPC_DOORBELL by Tiejun Chen · 12 years ago
  89. f8941fbe kvm/ppc/booke: Delay kvmppc_lazy_ee_enable by Scott Wood · 12 years ago
  90. 7c11c0c kvm/ppc/booke64: Fix lazy ee handling in kvmppc_handle_exit() by Scott Wood · 12 years ago
  91. f1e8902 kvm/ppc/booke: Hold srcu lock when calling gfn functions by Scott Wood · 12 years ago
  92. eb1e4f4 kvm/ppc/mpic: add KVM_CAP_IRQ_MPIC by Scott Wood · 12 years ago
  93. 5df554ad kvm/ppc/mpic: in-kernel MPIC emulation by Scott Wood · 12 years ago
  94. 35b299e KVM: PPC: Book3E: Refactor ONE_REG ioctl implementation by Mihai Caraman · 12 years ago
  95. 9b4f530 booke: exit to user space if emulator request by Bharat Bhushan · 12 years ago
  96. 092d62e KVM: PPC: debug stub interface parameter defined by Bharat Bhushan · 12 years ago
  97. 8c32a2e Added ONE_REG interface for debug instruction by Bharat Bhushan · 12 years ago
  98. 4fe27d2 KVM: PPC: Remove unused argument to kvmppc_core_dequeue_external by Paul Mackerras · 12 years ago
  99. 78accda KVM: PPC: Added one_reg interface for timer registers by Bharat Bhushan · 12 years ago
  100. d26f22c KVM: PPC: move tsr update in a separate function by Bharat Bhushan · 12 years ago