1. fdf0365 KVM: s390: host STP toleration for VMs by Fan Zhang · 9 years ago
  2. a37281b KVM: s390: more irq names for trace events by David Hildenbrand · 10 years ago
  3. 3f24ba1 KVM: s390: Fixup interrupt vcpu event messages and levels by Christian Borntraeger · 9 years ago
  4. ed2afcf KVM: s390: remove "from (user|kernel)" from irq injection messages by David Hildenbrand · 9 years ago
  5. 71db35d KVM: s390: VCPU_EVENT cleanup for prefix changes by Christian Borntraeger · 9 years ago
  6. 4e24155 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  7. f2ae45e KVM: s390: clear floating interrupt bitmap and parameters by Jens Freimann · 9 years ago
  8. 37c5f6c s390/sclp: unify basic sclp access by exposing "struct sclp" by David Hildenbrand · 9 years ago
  9. 96e0ed2 KVM: s390: factor out and optimize floating irq VCPU kick by David Hildenbrand · 10 years ago
  10. ffeca0a KVM: s390: optimize interrupt handling round trip time by Jens Freimann · 9 years ago
  11. b938eace KVM: s390: fix external call injection without sigp interpretation by David Hildenbrand · 9 years ago
  12. 816c766 KVM: s390: migrate vcpu interrupt state by Jens Freimann · 10 years ago
  13. 79e87a1 KVM: s390: refactor vcpu injection function by Jens Freimann · 10 years ago
  14. b4aec92 KVM: s390: cpu timer irq priority by David Hildenbrand · 10 years ago
  15. 6d3da24 KVM: s390: deliver floating interrupts in order of priority by Jens Freimann · 11 years ago
  16. 94aa033 KVM: s390: fix get_all_floating_irqs by Jens Freimann · 10 years ago
  17. 2ba4596 KVM: s390: store the breaking-event address on pgm interrupts by David Hildenbrand · 10 years ago
  18. bc17de7 KVM: s390: Machine Check by Eric Farman · 10 years ago
  19. 403c864 KVM: s390: Vector exceptions by Eric Farman · 10 years ago
  20. 33b412a KVM: s390: Use insn_length() to calculate length of instruction by Thomas Huth · 10 years ago
  21. a9a846fd KVM: s390: Nullify instruction for certain program exceptions by Thomas Huth · 10 years ago
  22. 15462e3 KVM: s390: reinjection of irqs can fail in the tpi handler by David Hildenbrand · 10 years ago
  23. 8e2207c KVM: s390: floating irqs: fix user triggerable endless loop by David Hildenbrand · 10 years ago
  24. 0eb135f KVM: s390: remove redundant setting of interrupt type by Jens Freimann · 10 years ago
  25. 94d1f56 KVM: s390: fix bug in interrupt parameter check by Jens Freimann · 10 years ago
  26. 428d53b KVM: s390: avoid memory leaks if __inject_vm() fails by David Hildenbrand · 10 years ago
  27. 556cc0d KVM: s390: trace correct values for set prefix and machine checks by Jens Freimann · 10 years ago
  28. 49538d1 KVM: s390: fix bug in sigp emergency signal injection by Jens Freimann · 10 years ago
  29. 69a8d45 KVM: s390: no need to hold the kvm->mutex for floating interrupts by Christian Borntraeger · 10 years ago
  30. ea5f496 KVM: s390: only one external call may be pending at a time by David Hildenbrand · 10 years ago
  31. a3a9c59 KVM: s390: SIGP SET PREFIX cleanup by David Hildenbrand · 10 years ago
  32. 9a02206 KVM: s390: a VCPU may only stop when no interrupts are left pending by David Hildenbrand · 10 years ago
  33. 6cddd43 KVM: s390: handle stop irqs without action_bits by David Hildenbrand · 10 years ago
  34. 2822545 KVM: s390: new parameter for SIGP STOP irqs by David Hildenbrand · 10 years ago
  35. 2d00f75 KVM: s390: forward hrtimer if guest ckc not pending yet by David Hildenbrand · 10 years ago
  36. bda343e KVM: s390: prevent sleep duration underflows in handle_wait() by David Hildenbrand · 10 years ago
  37. 0675d92 KVM: s390: make local function static by Christian Borntraeger · 10 years ago
  38. 99e2000 KVM: s390: clean up return code handling in irq delivery code by Jens Freimann · 10 years ago
  39. 9185124 KVM: s390: use atomic bitops to access pending_irqs bitmap by Jens Freimann · 10 years ago
  40. 467fc29 KVM: s390: some ext irqs have to clear the ext cpu addr by David Hildenbrand · 10 years ago
  41. fc2020c KVM: s390: allow injecting all kinds of machine checks by Jens Freimann · 10 years ago
  42. 383d0b0 KVM: s390: handle pending local interrupts via bitmap by Jens Freimann · 10 years ago
  43. 0fb97ab KVM: s390: refactor interrupt delivery code by Jens Freimann · 10 years ago
  44. 60f90a1 KVM: s390: add defines for virtio and pfault interrupt code by Jens Freimann · 10 years ago
  45. af43eb2 KVM: s390: external param not valid for cpu timer and ckc by David Hildenbrand · 10 years ago
  46. 0146a7b KVM: s390: refactor interrupt injection code by Jens Freimann · 10 years ago
  47. da00fcb KVM: s390: trigger the right CPU exit for floating interrupts by Christian Borntraeger · 10 years ago
  48. a36c539 KVM: s390: Fix size of monitor-class number field by Thomas Huth · 10 years ago
  49. ce2e4f0 KVM: s390: count vcpu wakeups in stat.halt_wakeup by David Hildenbrand · 10 years ago
  50. bfac1f5 KVM: s390/interrupt: remove double assignment by Christian Borntraeger · 10 years ago
  51. f346026 KVM: s390: unintended fallthrough for external call by Christian Borntraeger · 10 years ago
  52. 614aeab KVM: s390: add __must_check to interrupt deliver functions by Christian Borntraeger · 10 years ago
  53. 6e0a043 KVM: s390/mm: cleanup gmap function arguments, variable names by Martin Schwidefsky · 10 years ago
  54. 331cbc2 KVM: s390: don't use kvm lock in interrupt injection code by Jens Freimann · 10 years ago
  55. 7939503 KVM: s390: return -EFAULT if lowcore is not mapped during irq delivery by Jens Freimann · 10 years ago
  56. c3950b6 KVM: s390: no special machine check delivery by Christian Borntraeger · 10 years ago
  57. 8a2ef71 KVM: s390: factor out get_ilc() function by Jens Freimann · 10 years ago
  58. 44c6ca3 KVM: s390: add defines for pfault init delivery code by Jens Freimann · 10 years ago
  59. 8ba918d KVM: irqchip: Provide and use accessors for irq routing table by Paul Mackerras · 10 years ago
  60. db37386 KVM: s390: rework broken SIGP STOP interrupt handling by David Hildenbrand · 10 years ago
  61. ea74c0e KVM: s390: remove the tasklet used by the hrtimer by David Hildenbrand · 10 years ago
  62. 0e9c85a KVM: s390: move vcpu wakeup code to a central point by David Hildenbrand · 10 years ago
  63. 4ae3c08 KVM: s390: remove _bh locking from local_int.lock by David Hildenbrand · 10 years ago
  64. 0759d06 KVM: s390: cleanup handle_wait by reusing kvm_vcpu_block by David Hildenbrand · 10 years ago
  65. 3192c63 KVM: s390: a VCPU is already started when delivering interrupts by David Hildenbrand · 10 years ago
  66. 4953919 KVM: s390: interpretive execution of SIGP EXTERNAL CALL by David Hildenbrand · 11 years ago
  67. e029ae5 KVM: s390: Add clock comparator and CPU timer IRQ injection by Thomas Huth · 11 years ago
  68. 6852d7b KVM: s390: introduce kvm_s390_vcpu_{start,stop} by David Hildenbrand · 11 years ago
  69. 67335e6 KVM: s390: Drop pending interrupts on guest exit by Christian Borntraeger · 11 years ago
  70. f71d0dc KVM: s390: no timer interrupts when single-stepping a guest by David Hildenbrand · 11 years ago
  71. bb78c5e KVM: s390: move timer interrupt checks into own functions by David Hildenbrand · 11 years ago
  72. 27291e2 KVM: s390: hardware support for guest debugging by David Hildenbrand · 11 years ago
  73. 8712836 KVM: s390: deliver program irq parameters and use correct ilc by David Hildenbrand · 11 years ago
  74. 2f32d4e KVM: s390: reinject io interrupt on tpi failure by Cornelia Huck · 11 years ago
  75. 1a03b764 KVM: s390: convert local irqs in __do_deliver_interrupt() by Jens Freimann · 11 years ago
  76. 7988276 KVM: s390: convert __do_deliver_interrupt() by Heiko Carstens · 11 years ago
  77. bcd8468 KVM: s390: allow injecting every kind of interrupt by Jens Freimann · 11 years ago
  78. f7b9ddb Merge tag 'kvm-s390-20140325' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into kvm-next by Paolo Bonzini · 11 years ago
  79. 2ed10cc KVM: s390: clear local interrupts at cpu initial reset by Jens Freimann · 11 years ago
  80. 8422359 KVM: s390: irq routing for adapter interrupts. by Cornelia Huck · 11 years ago
  81. 841b91c KVM: s390: adapter interrupt sources by Cornelia Huck · 11 years ago
  82. fed495d KVM: s390: Removing untriggerable BUG_ONs by Dominik Dingel · 11 years ago
  83. 1ee0bc5 KVM: s390: get rid of local_int array by Jens Freimann · 11 years ago
  84. 9cac38d KVM/s390: Set preempted flag during vcpu wakeup and interrupt delivery by Michael Mueller · 11 years ago
  85. 3c038e6 KVM: async_pf: Async page fault support on s390 by Dominik Dingel · 11 years ago
  86. a91b8eb KVM: s390: limit floating irqs by Jens Freimann · 11 years ago
  87. c05c418 KVM: s390: add floating irq controller by Jens Freimann · 11 years ago
  88. f080480 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  89. 8c071b0 s390/time: correct use of store clock fast by Martin Schwidefsky · 11 years ago
  90. 800c106 KVM: s390: Lock kvm->srcu at the appropriate places by Thomas Huth · 11 years ago
  91. d0321a2 KVM: s390: Use common waitqueue by Christian Borntraeger · 11 years ago
  92. 0a75ca2 s390/kvm,gaccess: add address space annotations by Heiko Carstens · 12 years ago
  93. 396083a s390/kvm,gaccess: shorten put/get_guest code by Heiko Carstens · 12 years ago
  94. dc5008b s390/kvm: remove explicit -EFAULT return code checking on guest access by Heiko Carstens · 12 years ago
  95. 89f8833 Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  96. 1aae056 s390/time: rename tod clock access functions by Heiko Carstens · 12 years ago
  97. 79fd50c KVM: s390: Fix handling of iscs. by Cornelia Huck · 12 years ago
  98. ed4f209 s390/time: fix sched_clock() overflow by Heiko Carstens · 12 years ago
  99. fa6b7fe KVM: s390: Add support for channel I/O instructions. by Cornelia Huck · 12 years ago
  100. 48a3e95 KVM: s390: Add support for machine checks. by Cornelia Huck · 12 years ago