1. 70c88a0 KVM: s390: do not block CPU on dirty logging by Christian Borntraeger · 9 years ago
  2. ab99a1c KVM: s390: do not take mmap_sem on dirty log query by Christian Borntraeger · 9 years ago
  3. 9b0d721 KVM: s390: instruction-fetching exceptions on SIE faults by David Hildenbrand · 9 years ago
  4. 5631792 KVM: s390: provide prog irq ilc on SIE faults by David Hildenbrand · 9 years ago
  5. eaa4f41 KVM: s390: irq delivery should not rely on icptcode by David Hildenbrand · 9 years ago
  6. f6af84e KVM: s390: clean up prog irq injection on prog irq icpts by David Hildenbrand · 9 years ago
  7. 6597732 KVM: s390: read the correct opcode on SIE faults by David Hildenbrand · 9 years ago
  8. 34346b9 KVM: s390: gaccess: implement instruction fetching mode by David Hildenbrand · 9 years ago
  9. 92c9632 KVM: s390: gaccess: introduce access modes by David Hildenbrand · 9 years ago
  10. 634790b KVM: s390: migration / injection of prog irq ilc by David Hildenbrand · 9 years ago
  11. 0e8bc06 KVM: s390: PSW forwarding / rewinding / ilc rework by David Hildenbrand · 9 years ago
  12. 6fd8e67 KVM: s390: sync of fp registers via kvm_run by David Hildenbrand · 9 years ago
  13. f6aa6dc KVM: s390: allow sync of fp registers via vregs by David Hildenbrand · 9 years ago
  14. 6b292a8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 9 years ago
  15. 9abc2a0 KVM: s390: fix memory overwrites when vx is disabled by David Hildenbrand · 9 years ago
  16. 14b0b4a KVM: s390: Enable the KVM-VFIO device by Dong Jia Shi · 9 years ago
  17. 9c7ebb6 KVM: s390: fix guest fprs memory leak by David Hildenbrand · 9 years ago
  18. 9cb1cce s390: remove all usages of PSW_ADDR_INSN by Heiko Carstens · 9 years ago
  19. cbd88cd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 9 years ago
  20. c667aea s390: rename struct _lowcore to struct lowcore by Heiko Carstens · 9 years ago
  21. c6e5f16 KVM: s390: implement the RI support of guest by Fan Zhang · 9 years ago
  22. c57ee5f kvm/s390: drop unpaired smp_mb by Michael S. Tsirkin · 9 years ago
  23. 32e6b23 KVM: s390: consider system MHA for guest storage by Guenther Hutzl · 10 years ago
  24. a3a92c3 KVM: s390: fix mismatch between user and in-kernel guest limit by Dominik Dingel · 10 years ago
  25. 8335713a KVM: s390: obey kptr_restrict in traces by Christian Borntraeger · 9 years ago
  26. 7ec7c8c KVM: s390: use assignment instead of memcpy by Christian Borntraeger · 9 years ago
  27. 2f8a43d4 KVM: s390: remove redudant assigment of error code by Christian Borntraeger · 9 years ago
  28. a6aacc3 KVM: s390: remove pointless test_facility(2) check by Heiko Carstens · 9 years ago
  29. 07197fd KVM: s390: don't load kvm without virtualization support by David Hildenbrand · 10 years ago
  30. 4215825 KVM: s390: don't switch to ESCA for ucontrol by David Hildenbrand · 9 years ago
  31. eaa78f3 KVM: s390: cleanup sca_add_vcpu by David Hildenbrand · 9 years ago
  32. 10ce32d KVM: s390: always set/clear the SCA sda field by David Hildenbrand · 9 years ago
  33. 2550882 KVM: s390: fix SCA related races and double use by David Hildenbrand · 9 years ago
  34. 5f3fe62 KVM: s390: we always have a SCA by David Hildenbrand · 9 years ago
  35. 2c1bb2b KVM: s390: fast path for sca_ext_call_pending by David Hildenbrand · 9 years ago
  36. fe0edcb KVM: s390: Enable up to 248 VCPUs per VM by Eugene (jno) Dvurechenski · 10 years ago
  37. 5e04431 KVM: s390: Introduce switching code by Eugene (jno) Dvurechenski · 10 years ago
  38. 7d43baf KVM: s390: Make provisions for ESCA utilization by Eugene (jno) Dvurechenski · 10 years ago
  39. bc784cc KVM: s390: Introduce new structures by Eugene (jno) Dvurechenski · 10 years ago
  40. a6e2f68 KVM: s390: Provide SCA-aware helpers for VCPU add/del by Eugene (jno) Dvurechenski · 10 years ago
  41. a5bd764 KVM: s390: Generalize access to SIGP controls by Eugene (jno) Dvurechenski · 10 years ago
  42. 6051451 KVM: s390: Generalize access to IPTE controls by Eugene (jno) Dvurechenski · 10 years ago
  43. 71f116b KVM: s390: rewrite vcpu_post_run and drop out early by David Hildenbrand · 9 years ago
  44. e09fefd KVM: Use common function for VCPU lookup by id by David Hildenbrand · 9 years ago
  45. d9a3a09 s390/kvm: remove dependency on struct save_area definition by Martin Schwidefsky · 9 years ago
  46. 152e9f6 KVM: s390: fix wrong lookup of VCPUs by array index by David Hildenbrand · 9 years ago
  47. b85de33 KVM: s390: avoid memory overwrites on emergency signal injection by David Hildenbrand · 9 years ago
  48. 03c0280 KVM: s390: fix pfmf intercept handler by Heiko Carstens · 9 years ago
  49. 5967c17 KVM: s390: enable SIMD only when no VCPUs were created by David Hildenbrand · 9 years ago
  50. 933425fb Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  51. 46b708e KVM: s390: use simple switch statement as multiplexer by Christian Borntraeger · 9 years ago
  52. 58c383c KVM: s390: drop useless newline in debugging data by Christian Borntraeger · 9 years ago
  53. c5c2c39 KVM: s390: SCA must not cross page boundaries by David Hildenbrand · 9 years ago
  54. b5510d9 s390/fpu: always enable the vector facility if it is available by Hendrik Brueckner · 9 years ago
  55. 60417fc KVM: s390: factor out reading of the guest TOD clock by David Hildenbrand · 9 years ago
  56. 25ed167 KVM: s390: factor out and fix setting of guest TOD clock by David Hildenbrand · 10 years ago
  57. 5a3d883 KVM: s390: switch to get_tod_clock() and fix STP sync races by David Hildenbrand · 9 years ago
  58. 238293b KVM: s390: correctly handle injection of pgm irqs and per events by David Hildenbrand · 10 years ago
  59. 66933b7 KVM: s390: simplify in-kernel program irq injection by David Hildenbrand · 10 years ago
  60. 4d32ad6 KVM: s390: drop out early in kvm_s390_has_irq() by David Hildenbrand · 10 years ago
  61. 118b862 KVM: s390: kvm_arch_vcpu_runnable already cares about timer interrupts by David Hildenbrand · 9 years ago
  62. 5f94c58 KVM: s390: set interception requests for all floating irqs by David Hildenbrand · 9 years ago
  63. fee0e0f KVM: s390: disabled wait cares about machine checks, not PER by David Hildenbrand · 9 years ago
  64. f59922b4 KVM: s390: remove unused variable in __inject_vm by Christian Borntraeger · 9 years ago
  65. 9bf9fde KVM: s390: Replace incorrect atomic_or with atomic_andnot by Jason J. Herne · 9 years ago
  66. 62bea5b KVM: add halt_attempted_poll to VCPU stats by Paolo Bonzini · 9 years ago
  67. 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
  68. 9c6a019 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 9 years ago
  69. 44e98ed Merge tag 'kvm-4.3-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  70. 152b283 KVM: s390: Fix assumption that kvm_set_irq_routing is always run successfully by Nicholas Krause · 9 years ago
  71. fdf0365 KVM: s390: host STP toleration for VMs by Fan Zhang · 10 years ago
  72. d0164ee s390/kernel: remove save_fpu_regs() parameter and use __LC_CURRENT instead by Hendrik Brueckner · 9 years ago
  73. 586b7cc KVM: s390: Fix hang VCPU hang/loop regression by Christian Borntraeger · 9 years ago
  74. c92ea7b KVM: s390: log capability enablement and vm attribute changes by Christian Borntraeger · 9 years ago
  75. 78f2613 KVM: s390: Provide global debug log by Christian Borntraeger · 9 years ago
  76. 7cbde76 KVM: s390: adapt debug entries for instruction handling by Christian Borntraeger · 9 years ago
  77. 1cb9cf7 KVM: s390: improve debug feature usage by Christian Borntraeger · 9 years ago
  78. a37281b KVM: s390: more irq names for trace events by David Hildenbrand · 10 years ago
  79. 3f24ba1 KVM: s390: Fixup interrupt vcpu event messages and levels by Christian Borntraeger · 9 years ago
  80. ab7090a KVM: s390: add more debug data for the pfault diagnoses by Christian Borntraeger · 9 years ago
  81. ed2afcf KVM: s390: remove "from (user|kernel)" from irq injection messages by David Hildenbrand · 9 years ago
  82. 71db35d KVM: s390: VCPU_EVENT cleanup for prefix changes by Christian Borntraeger · 9 years ago
  83. 15e8b5d KVM: s390: Improve vcpu event debugging for diagnoses by Christian Borntraeger · 9 years ago
  84. 175a5c9 KVM: s390: add kvm stat counter for all diagnoses by Christian Borntraeger · 9 years ago
  85. c348915 KVM: s390: only reset CMMA state if it was enabled before by Dominik Dingel · 9 years ago
  86. e6db1d6 KVM: s390: clean up cmma_enable check by Dominik Dingel · 10 years ago
  87. 0df30ab KVM: s390: filter space-switch events when PER is enforced by David Hildenbrand · 9 years ago
  88. 14d4a42 KVM: s390: propagate error from enable storage key by Dominik Dingel · 10 years ago
  89. 805de8f4 atomic: Replace atomic_{set,clear}_mask() usage by Peter Zijlstra · 10 years ago
  90. 9977e88 s390/kernel: lazy restore fpu registers by Hendrik Brueckner · 9 years ago
  91. 96b2d7a s390/kvm: validate the floating-point control before restoring it by Hendrik Brueckner · 9 years ago
  92. 4e24155 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  93. f2ae45e KVM: s390: clear floating interrupt bitmap and parameters by Jens Freimann · 9 years ago
  94. 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 · 10 years ago
  95. ea2cdd2 KVM: s390: introduce KMSG_COMPONENT for kvm-s390 by David Hildenbrand · 10 years ago
  96. 61a6df5 KVM: s390: call exit_sie() directly on vcpu block/request by David Hildenbrand · 10 years ago
  97. f36f3f2 KVM: add "new" argument to kvm_arch_commit_memory_region by Paolo Bonzini · 10 years ago
  98. 09170a4 KVM: const-ify uses of struct kvm_userspace_memory_region by Paolo Bonzini · 10 years ago
  99. 9f6b802 KVM: use kvm_memslots whenever possible by Paolo Bonzini · 10 years ago
  100. 37c5f6c s390/sclp: unify basic sclp access by exposing "struct sclp" by David Hildenbrand · 10 years ago