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