1. 4e24155 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  2. f2ae45e KVM: s390: clear floating interrupt bitmap and parameters by Jens Freimann · 9 years ago
  3. f71f81d Merge tag 'kvm-s390-next-20150602' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into kvm-next by Paolo Bonzini · 9 years ago
  4. ea2cdd2 KVM: s390: introduce KMSG_COMPONENT for kvm-s390 by David Hildenbrand · 9 years ago
  5. 61a6df5 KVM: s390: call exit_sie() directly on vcpu block/request by David Hildenbrand · 9 years ago
  6. f36f3f2 KVM: add "new" argument to kvm_arch_commit_memory_region by Paolo Bonzini · 9 years ago
  7. 09170a4 KVM: const-ify uses of struct kvm_userspace_memory_region by Paolo Bonzini · 9 years ago
  8. 9f6b802 KVM: use kvm_memslots whenever possible by Paolo Bonzini · 9 years ago
  9. 37c5f6c s390/sclp: unify basic sclp access by exposing "struct sclp" by David Hildenbrand · 9 years ago
  10. cba3d27 Merge tag 'kvm-s390-next-20150508' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD by Paolo Bonzini · 9 years ago
  11. 06b3675 KVM: s390: drop handling of interception code 12 by David Hildenbrand · 9 years ago
  12. 96e0ed2 KVM: s390: factor out and optimize floating irq VCPU kick by David Hildenbrand · 10 years ago
  13. ffeca0a KVM: s390: optimize interrupt handling round trip time by Jens Freimann · 10 years ago
  14. 27406cd KVM: s390: provide functions for blocking all CPUs by Christian Borntraeger · 10 years ago
  15. 8e23654 KVM: s390: make exit_sie_sync more robust by Christian Borntraeger · 10 years ago
  16. 53df84f KVM: s390: Enable guest EDAT2 support by Guenther Hutzl · 10 years ago
  17. a4a4f19 KVM: s390: make EDAT1 depend on host support by Guenther Hutzl · 10 years ago
  18. 785dbef KVM: s390: optimize round trip time in request handling by Christian Borntraeger · 10 years ago
  19. b938eace KVM: s390: fix external call injection without sigp interpretation by David Hildenbrand · 9 years ago
  20. 0097d12 KVM: provide irq_unsafe kvm_guest_{enter|exit} by Christian Borntraeger · 9 years ago
  21. eadf16a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  22. 95fce4f KVM: s390: disable RRBM again by Christian Borntraeger · 10 years ago
  23. eeee78c Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  24. 9003601 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
  25. bd41202 tracing: Add TRACE_SYSTEM_VAR to kvm-s390 by Steven Rostedt (Red Hat) · 10 years ago
  26. 7f22b45 Merge tag 'kvm-s390-next-20150331' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD by Paolo Bonzini · 10 years ago
  27. bf0fb67 Merge tag 'kvm-arm-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into 'kvm-next' by Paolo Bonzini · 10 years ago
  28. 816c766 KVM: s390: migrate vcpu interrupt state by Jens Freimann · 10 years ago
  29. 79e87a1 KVM: s390: refactor vcpu injection function by Jens Freimann · 10 years ago
  30. 47b43c5 KVM: s390: add ioctl to inject local interrupts by Jens Freimann · 10 years ago
  31. b4aec92 KVM: s390: cpu timer irq priority by David Hildenbrand · 10 years ago
  32. 6d3da24 KVM: s390: deliver floating interrupts in order of priority by Jens Freimann · 11 years ago
  33. 94aa033 KVM: s390: fix get_all_floating_irqs by Jens Freimann · 10 years ago
  34. a3ed8da KVM: s390: enable more features that need no hypervisor changes by Christian Borntraeger · 10 years ago
  35. 2ba4596 KVM: s390: store the breaking-event address on pgm interrupts by David Hildenbrand · 10 years ago
  36. e32edf4 KVM: Redesign kvm_io_bus_ API to pass VCPU structure to the callbacks. by Nikolay Nikolaev · 10 years ago
  37. 18280d8 KVM: s390: represent SIMD cap in kvm facility by Michael Mueller · 10 years ago
  38. 400ac6c KVM: s390: drop SIMD bit from kvm_s390_fac_list_mask by Michael Mueller · 10 years ago
  39. 30ee2a9 KVM: s390: Create ioctl for Getting/Setting guest storage keys by Jason J. Herne · 10 years ago
  40. e44fc8c KVM: s390: introduce post handlers for STSI by Ekaterina Tumanova · 10 years ago
  41. 41408c2 KVM: s390: Add MEMOP ioctls for reading/writing guest memory by Thomas Huth · 10 years ago
  42. 664b497 KVM: s390: Add access register mode by Alexander Yarygin · 10 years ago
  43. 75a1812 KVM: s390: Optimize paths where get_vcpu_asce() is invoked by Alexander Yarygin · 10 years ago
  44. 8ae04b8 KVM: s390: Guest's memory access functions get access registers by Alexander Yarygin · 10 years ago
  45. dd9e5b7 KVM: s390: Fix low-address protection for real addresses by Alexander Yarygin · 10 years ago
  46. 40f5b73 KVM: s390: cleanup jump lables in kvm_arch_init_vm by Dominik Dingel · 10 years ago
  47. 1e8d242 KVM: s390: Spelling s/intance/instance/ by Geert Uytterhoeven · 10 years ago
  48. dc9be0f kvm: move advertising of KVM_CAP_IRQFD to common code by Paolo Bonzini · 10 years ago
  49. 13211ea KVM: s390: Enable vector support for capable guest by Eric Farman · 10 years ago
  50. bc17de7 KVM: s390: Machine Check by Eric Farman · 11 years ago
  51. cd7b4b6 KVM: s390: Add new SIGP order to kernel counters by Eric Farman · 10 years ago
  52. 403c864 KVM: s390: Vector exceptions by Eric Farman · 10 years ago
  53. 68c5575 KVM: s390: Allocate and save/restore vector registers by Eric Farman · 10 years ago
  54. 1f289a8 KVM: s390: Use the read_guest_abs() in guest debug functions by Alexander Yarygin · 10 years ago
  55. 16b0fc1 KVM: s390: Fix trivial typo in comments by Yannick Guerrini · 10 years ago
  56. 91520f1 KVM: s390: perform vcpu model setup in a function by Michael Mueller · 10 years ago
  57. 33b412a KVM: s390: Use insn_length() to calculate length of instruction by Thomas Huth · 10 years ago
  58. 492d864 KVM: s390: Forward PSW to next instruction for addressing exceptions by Thomas Huth · 10 years ago
  59. a9a846fd KVM: s390: Nullify instruction for certain program exceptions by Thomas Huth · 10 years ago
  60. 15462e3 KVM: s390: reinjection of irqs can fail in the tpi handler by David Hildenbrand · 10 years ago
  61. 261520d KVM: s390: fix handling of write errors in the tpi handler by David Hildenbrand · 10 years ago
  62. b75f4c9 KVM: s390: Zero out current VMDB of STSI before including level3 data. by Ekaterina Tumanova · 10 years ago
  63. fb5bf93 KVM: s390: non-LPAR case obsolete during facilities mask init by Michael Mueller · 10 years ago
  64. 981467c KVM: s390: include guest facilities in kvm facility test by Michael Mueller · 10 years ago
  65. 94422ee KVM: s390: fix in memory copy of facility lists by Michael Mueller · 10 years ago
  66. 86044c8 KVM: s390/cpacf: Fix kernel bug under z/VM by Christian Borntraeger · 10 years ago
  67. ed6f76b KVM: s390/cpacf: Enable key wrapping by default by Tony Krowiak · 10 years ago
  68. b9085bc Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
  69. 658b6ed KVM: s390: add cpu model support by Michael Mueller · 10 years ago
  70. 9d8d578 KVM: s390: use facilities and cpu_id per KVM by Michael Mueller · 10 years ago
  71. 45c9b47 KVM: s390/CPACF: Choose crypto control block format by Tony Krowiak · 10 years ago
  72. c23f397 KVM: s390: reenable LPP facility by Christian Borntraeger · 10 years ago
  73. 8e2207c KVM: s390: floating irqs: fix user triggerable endless loop by David Hildenbrand · 10 years ago
  74. f781951 kvm: add halt_poll_ns module parameter by Paolo Bonzini · 10 years ago
  75. 0eb135f KVM: s390: remove redundant setting of interrupt type by Jens Freimann · 10 years ago
  76. 94d1f56 KVM: s390: fix bug in interrupt parameter check by Jens Freimann · 10 years ago
  77. 428d53b KVM: s390: avoid memory leaks if __inject_vm() fails by David Hildenbrand · 10 years ago
  78. a374e89 KVM: s390/cpacf: Enable/disable protected key functions for kvm guest by Tony Krowiak · 10 years ago
  79. 72f2502 KVM: s390: Provide guest TOD Clock Get/Set Controls by Jason J. Herne · 10 years ago
  80. 556cc0d KVM: s390: trace correct values for set prefix and machine checks by Jens Freimann · 10 years ago
  81. 49538d1 KVM: s390: fix bug in sigp emergency signal injection by Jens Freimann · 10 years ago
  82. 3cfad02 KVM: s390: Take addressing mode into account for MVPG interception by Thomas Huth · 10 years ago
  83. 69a8d45 KVM: s390: no need to hold the kvm->mutex for floating interrupts by Christian Borntraeger · 10 years ago
  84. 2444b35 KVM: s390: forward most SIGP orders to user space by David Hildenbrand · 10 years ago
  85. 9fbd808 KVM: s390: clear the pfault queue if user space sets the invalid token by David Hildenbrand · 10 years ago
  86. ea5f496 KVM: s390: only one external call may be pending at a time by David Hildenbrand · 10 years ago
  87. a3a9c59 KVM: s390: SIGP SET PREFIX cleanup by David Hildenbrand · 10 years ago
  88. 9a02206 KVM: s390: a VCPU may only stop when no interrupts are left pending by David Hildenbrand · 10 years ago
  89. 6cddd43 KVM: s390: handle stop irqs without action_bits by David Hildenbrand · 10 years ago
  90. 2822545 KVM: s390: new parameter for SIGP STOP irqs by David Hildenbrand · 10 years ago
  91. 2d00f75 KVM: s390: forward hrtimer if guest ckc not pending yet by David Hildenbrand · 10 years ago
  92. 0ac96ca KVM: s390: base hrtimer on a monotonic clock by David Hildenbrand · 10 years ago
  93. bda343e KVM: s390: prevent sleep duration underflows in handle_wait() by David Hildenbrand · 10 years ago
  94. 8c0a7ce KVM: s390: Allow userspace to limit guest memory size by Dominik Dingel · 10 years ago
  95. dafd032 KVM: s390: move vcpu specific initalization to a later point by Dominik Dingel · 10 years ago
  96. 0675d92 KVM: s390: make local function static by Christian Borntraeger · 10 years ago
  97. 31928aa KVM: remove unneeded return value of vcpu_postcreate by Dominik Dingel · 10 years ago
  98. 83fe27e rcu: Make SRCU optional by using CONFIG_SRCU by Pranith Kumar · 10 years ago
  99. 60815cf Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntraeger/linux by Linus Torvalds · 10 years ago
  100. 66dcff8 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago