1. 614aeab KVM: s390: add __must_check to interrupt deliver functions by Christian Borntraeger · 10 years ago
  2. 5102ee8 KVM: CPACF: Enable MSA4 instructions for kvm guest by Tony Krowiak · 10 years ago
  3. 13a34e0 KVM: remove garbage arg to *hardware_{en,dis}able by Radim Krčmář · 10 years ago
  4. 0865e63 KVM: static inline empty kvm_arch functions by Radim Krčmář · 10 years ago
  5. a7428c3 Merge tag 'kvm-s390-next-20140825' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD by Paolo Bonzini · 10 years ago
  6. c6c956b KVM: s390/mm: support gmap page tables with less than 5 levels by Martin Schwidefsky · 10 years ago
  7. 527e30b KVM: s390/mm: use radix trees for guest to host mappings by Martin Schwidefsky · 11 years ago
  8. 7cd4b90 Merge tag 'kvm-s390-20140825' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD by Paolo Bonzini · 10 years ago
  9. 6e0a043 KVM: s390/mm: cleanup gmap function arguments, variable names by Martin Schwidefsky · 11 years ago
  10. 331cbc2 KVM: s390: don't use kvm lock in interrupt injection code by Jens Freimann · 10 years ago
  11. 7939503 KVM: s390: return -EFAULT if lowcore is not mapped during irq delivery by Jens Freimann · 11 years ago
  12. d3d692c KVM: s390: implement KVM_REQ_TLB_FLUSH and make use of it by David Hildenbrand · 10 years ago
  13. b028ee3 KVM: s390: synchronize more registers with kvm_run by David Hildenbrand · 10 years ago
  14. c3950b6 KVM: s390: no special machine check delivery by Christian Borntraeger · 10 years ago
  15. fbfa304 KVM: s390: clear kvm_dirty_regs when dropping to user space by David Hildenbrand · 10 years ago
  16. 8a2ef71 KVM: s390: factor out get_ilc() function by Jens Freimann · 10 years ago
  17. 44c6ca3 KVM: s390: add defines for pfault init delivery code by Jens Freimann · 11 years ago
  18. 614a80e KVM: s390: Fix user triggerable bug in dead code by Christian Borntraeger · 10 years ago
  19. e790d9e KVM: add kvm_arch_sched_in by Radim Krčmář · 10 years ago
  20. 297e210 KVM: Give IRQFD its own separate enabling Kconfig option by Paul Mackerras · 10 years ago
  21. 8ba918d KVM: irqchip: Provide and use accessors for irq routing table by Paul Mackerras · 10 years ago
  22. cc568ea Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm by Paolo Bonzini · 10 years ago
  23. db37386 KVM: s390: rework broken SIGP STOP interrupt handling by David Hildenbrand · 10 years ago
  24. d514f42 KVM: s390: Fix memory leak on busy SIGP stop by Christian Borntraeger · 10 years ago
  25. 784aa3d KVM: Rename and add argument to check_extension by Alexander Graf · 10 years ago
  26. 78599d9 KVM: s390: advertise KVM_CAP_S390_IRQCHIP by Cornelia Huck · 10 years ago
  27. ea74c0e KVM: s390: remove the tasklet used by the hrtimer by David Hildenbrand · 11 years ago
  28. 0e9c85a KVM: s390: move vcpu wakeup code to a central point by David Hildenbrand · 11 years ago
  29. 433b9ee KVM: s390: remove _bh locking from start_stop_lock by David Hildenbrand · 11 years ago
  30. 4ae3c08 KVM: s390: remove _bh locking from local_int.lock by David Hildenbrand · 11 years ago
  31. 0759d06 KVM: s390: cleanup handle_wait by reusing kvm_vcpu_block by David Hildenbrand · 11 years ago
  32. 6352e4d KVM: s390: implement KVM_(S|G)ET_MP_STATE for user space state control by David Hildenbrand · 11 years ago
  33. 7a42fdc KVM: s390: remove __cpu_is_stopped and expose is_vcpu_stopped by David Hildenbrand · 11 years ago
  34. 32f5ff63 KVM: s390: move finalization of SIGP STOP orders to kvm_s390_vcpu_stop by David Hildenbrand · 11 years ago
  35. 7dfc63c KVM: s390: allow only one SIGP STOP (AND STORE STATUS) at a time by David Hildenbrand · 11 years ago
  36. b05d59d Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into next by Linus Torvalds · 10 years ago
  37. 8f5759a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux into next by Linus Torvalds · 10 years ago
  38. 5a5e653 KVM: s390: Intercept the tprot instruction by Matthew Rosato · 12 years ago
  39. 3192c63 KVM: s390: a VCPU is already started when delivering interrupts by David Hildenbrand · 11 years ago
  40. 2de3bfc KVM: s390: check the given debug flags, not the set ones by David Hildenbrand · 10 years ago
  41. 22ff4a3 KVM: s390: clean up interrupt injection in sigp code by Jens Freimann · 11 years ago
  42. a0465f9 KVM: s390: Enable DAT support for TPROT handler by Thomas Huth · 11 years ago
  43. 9fbc027 KVM: s390: Add a generic function for translating guest addresses by Thomas Huth · 11 years ago
  44. d3a73ac s390: split TIF bits into CIF, PIF and TIF bits by Martin Schwidefsky · 11 years ago
  45. fda902c KVM: s390: split SIE state guest prefix field by Michael Mueller · 11 years ago
  46. 4953919 KVM: s390: interpretive execution of SIGP EXTERNAL CALL by David Hildenbrand · 11 years ago
  47. d26b865 KVM: s390: Use intercept_insn decoder in trace event by Alexander Yarygin · 11 years ago
  48. 6de1bf8 KVM: s390: Use trace tables from sie.h. by Alexander Yarygin · 11 years ago
  49. f22166d KVM: s390: Improved MVPG partial execution handler by Thomas Huth · 11 years ago
  50. fa576c5 KVM: s390: Introduce helper function for faulting-in a guest page by Thomas Huth · 11 years ago
  51. 684135e KVM: s390: Avoid endless loops of specification exceptions by Thomas Huth · 11 years ago
  52. a3fb577 KVM: s390: Improve is_valid_psw() by Thomas Huth · 11 years ago
  53. ebc3226 KVM: s390: announce irqfd capability by Cornelia Huck · 11 years ago
  54. f14d82e KVM: s390: Fix external interrupt interception by Thomas Huth · 11 years ago
  55. e029ae5 KVM: s390: Add clock comparator and CPU timer IRQ injection by Thomas Huth · 11 years ago
  56. fcc9aec KVM: s390: return -EFAULT if copy_from_user() fails by Dan Carpenter · 11 years ago
  57. 8ad3575 KVM: s390: enable IBS for single running VCPUs by David Hildenbrand · 11 years ago
  58. 6852d7b KVM: s390: introduce kvm_s390_vcpu_{start,stop} by David Hildenbrand · 11 years ago
  59. e45efa2 KVM: s390: Add low-address protection to TEST BLOCK by Thomas Huth · 11 years ago
  60. fb34c603 KVM: s390: Fixes for PFMF by Thomas Huth · 11 years ago
  61. f8232c8 KVM: s390: Add a function for checking the low-address protection by Thomas Huth · 11 years ago
  62. 9a558ee KVM: s390: Handle MVPG partial execution interception by Thomas Huth · 11 years ago
  63. e325fe6 KVM: s390: Factor out handle_itdb to handle TX aborts by Michael Mueller · 11 years ago
  64. a86dcc24 KVM: s390: replace TDB_ADDR by __LC_PGM_TDB by Michael Mueller · 11 years ago
  65. 67335e6 KVM: s390: Drop pending interrupts on guest exit by Christian Borntraeger · 11 years ago
  66. f71d0dc KVM: s390: no timer interrupts when single-stepping a guest by David Hildenbrand · 11 years ago
  67. bb78c5e KVM: s390: move timer interrupt checks into own functions by David Hildenbrand · 11 years ago
  68. 27291e2 KVM: s390: hardware support for guest debugging by David Hildenbrand · 11 years ago
  69. aba0750 KVM: s390: emulate stctl and stctg by David Hildenbrand · 11 years ago
  70. 8712836 KVM: s390: deliver program irq parameters and use correct ilc by David Hildenbrand · 11 years ago
  71. 439716a KVM: s390: extract irq parameters of intercepted program irqs by David Hildenbrand · 11 years ago
  72. e497a96 KVM: s390: cleanup kvm_s390_real_to_abs() by Heiko Carstens · 11 years ago
  73. 3263bd1 KVM: s390: remove old guest access functions by Heiko Carstens · 11 years ago
  74. 645c5bc KVM: s390: convert handle_stsi() by Heiko Carstens · 11 years ago
  75. f987a3e KVM: s390: convert handle lctl[g]() by Heiko Carstens · 11 years ago
  76. 7d777d7 KVM: s390: convert handle_stidp() by Heiko Carstens · 11 years ago
  77. 2d8bcae KVM: s390: convert handle_lpsw[e]() by Heiko Carstens · 11 years ago
  78. 2f32d4e KVM: s390: reinject io interrupt on tpi failure by Cornelia Huck · 11 years ago
  79. 4799b55 KVM: s390: convert handle_tpi() by Heiko Carstens · 11 years ago
  80. ef23e77 KVM: s390: convert handle_test_block() by Heiko Carstens · 11 years ago
  81. 8b96de0 KVM: s390: convert handle_store_cpu_address() by Heiko Carstens · 11 years ago
  82. f748f4a KVM: s390: convert handle_store_prefix() by Heiko Carstens · 11 years ago
  83. 0e7a3f9 KVM: s390: convert handle_set_clock() by Heiko Carstens · 11 years ago
  84. 665170c KVM: s390: convert __sigp_set_prefix()/handle_set_prefix() by Heiko Carstens · 11 years ago
  85. d0bce60 KVM: s390: convert kvm_s390_store_status_unloaded() by Heiko Carstens · 11 years ago
  86. 0040e7d KVM: s390: convert handle_prog() by Heiko Carstens · 11 years ago
  87. 81480cc KVM: s390: convert pfault code by Heiko Carstens · 11 years ago
  88. 0f9701c KVM: s390: convert handle_stfl() by Heiko Carstens · 11 years ago
  89. 1a03b764 KVM: s390: convert local irqs in __do_deliver_interrupt() by Jens Freimann · 11 years ago
  90. 7988276 KVM: s390: convert __do_deliver_interrupt() by Heiko Carstens · 11 years ago
  91. 8a242234 KVM: s390: make use of ipte lock by Heiko Carstens · 11 years ago
  92. 217a440 KVM: s390/sclp: correctly set eca siif bit by Heiko Carstens · 11 years ago
  93. 2293897 KVM: s390: add architecture compliant guest access functions by Heiko Carstens · 11 years ago
  94. d95fb12 KVM: s390: add lowcore access functions by Heiko Carstens · 11 years ago
  95. 1b0462e KVM: s390: add 'pgm' member to kvm_vcpu_arch and helper function by Heiko Carstens · 11 years ago
  96. 072c987 KVM: s390: add kvm_s390_logical_to_effective() helper by Heiko Carstens · 11 years ago
  97. 280ef0f KVM: s390: export test_vfacility() by Heiko Carstens · 11 years ago
  98. bcd8468 KVM: s390: allow injecting every kind of interrupt by Jens Freimann · 11 years ago
  99. 4f718ea KVM: s390: Exploiting generic userspace interface for cmma by Dominik Dingel · 11 years ago
  100. b31605c KVM: s390: make cmma usage conditionally by Dominik Dingel · 11 years ago