1. 13ee3f6 KVM: s390: vsie: support conditional-external-interception by David Hildenbrand · 9 years ago
  2. 5630a8e KVM: s390: vsie: support intervention-bypass by David Hildenbrand · 9 years ago
  3. a1b7b9b KVM: s390: vsie: support guest-storage-limit-suppression by David Hildenbrand · 9 years ago
  4. 77d18f6 KVM: s390: vsie: support guest-PER-enhancement by David Hildenbrand · 9 years ago
  5. 0615a32 KVM: s390: vsie: support shared IPTE-interlock facility by David Hildenbrand · 9 years ago
  6. 19c439b KVM: s390: vsie: support 64-bit-SCAO by David Hildenbrand · 9 years ago
  7. a3508fb KVM: s390: vsie: initial support for nested virtualization by David Hildenbrand · 10 years ago
  8. 37d9df9 KVM: s390: backup the currently enabled gmap when scheduled out by David Hildenbrand · 10 years ago
  9. 65d0b0d KVM: s390: fast path for shadow gmaps in gmap notifier by David Hildenbrand · 10 years ago
  10. 6ea427b s390/mm: add reference counter to gmap structure by Martin Schwidefsky · 9 years ago
  11. b2d73b2 s390/mm: extended gmap pte notifier by Martin Schwidefsky · 9 years ago
  12. 414d3b0 s390/kvm: page table invalidation notifier by Martin Schwidefsky · 9 years ago
  13. a03825b KVM: s390: use kvm->created_vcpus by Paolo Bonzini · 9 years ago
  14. fe69eab KVM: s390: storage keys fit into a char by David Hildenbrand · 9 years ago
  15. 154c8c1 s390/mm: return key via pointer in get_guest_storage_key by David Hildenbrand · 9 years ago
  16. d3ed1ce s390/mm: set and get guest storage key mmap locking by Martin Schwidefsky · 9 years ago
  17. f597d24 KVM: s390: turn on tx even without ctx by David Hildenbrand · 9 years ago
  18. bdab09f KVM: s390: enable host-protection-interruption only with ESOP by David Hildenbrand · 9 years ago
  19. 09a400e KVM: s390: enable ibs only if available by David Hildenbrand · 9 years ago
  20. 873b425 KVM: s390: enable PFMFI only if available by David Hildenbrand · 9 years ago
  21. 48ee7d3 KVM: s390: enable cei only if available by David Hildenbrand · 9 years ago
  22. 11ad65b KVM: s390: enable ib only if available by David Hildenbrand · 9 years ago
  23. efed110 KVM: s390: handle missing guest-storage-limit-suppression by David Hildenbrand · 10 years ago
  24. f9cbd9b KVM: s390: provide CMMA attributes only if available by David Hildenbrand · 9 years ago
  25. c24cc9c KVM: s390: enable CMMA if the interpration is available by David Hildenbrand · 9 years ago
  26. 89b5b4d KVM: s390: guestdbg: signal missing hardware support by David Hildenbrand · 9 years ago
  27. 76a6dd7 KVM: s390: handle missing 64-bit-SCAO facility by David Hildenbrand · 9 years ago
  28. 0a763c7 KVM: s390: interface to query and configure cpu subfunctions by David Hildenbrand · 9 years ago
  29. 22be5a1 KVM: s390: forward ESOP if available by David Hildenbrand · 9 years ago
  30. 15c9705 KVM: s390: interface to query and configure cpu features by David Hildenbrand · 10 years ago
  31. 7d0a5e6 KVM: s390: Limit sthyi execution by Janosch Frank · 9 years ago
  32. 95ca2cb KVM: s390: Add sthyi emulation by Janosch Frank · 9 years ago
  33. a011eeb KVM: s390: Add operation exception interception handler by Janosch Frank · 9 years ago
  34. 3491caf KVM: halt_polling: provide a way to qualify wakeups during poll by Christian Borntraeger · 9 years ago
  35. 60a3770 KVM: s390: Populate mask of non-hypervisor managed facility bits by Alexander Yarygin · 9 years ago
  36. ed8dda0 KVM: s390: Enable all facility bits that are known good for passthrough by Alexander Yarygin · 9 years ago
  37. 053dd23 KVM: s390: force ibc into valid range by David Hildenbrand · 9 years ago
  38. 9bb0ec0 KVM: s390: cleanup cpuid handling by David Hildenbrand · 9 years ago
  39. bd50e8e KVM: s390: enable SRS only if enabled for the guest by David Hildenbrand · 9 years ago
  40. d6af0b4 KVM: s390: enable PFMFI only if guest has EDAT1 by David Hildenbrand · 9 years ago
  41. 72aafdf Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 9 years ago
  42. 10dc374 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  43. 1e133ab s390/mm: split arch/s390/mm/pgtable.c by Martin Schwidefsky · 9 years ago
  44. ebde765 s390/mm: uninline ptep_xxx functions from pgtable.h by Martin Schwidefsky · 9 years ago
  45. c54f0d6 KVM: s390: allocate only one DMA page per VM by David Hildenbrand · 9 years ago
  46. 80bc79d KVM: s390: enable STFLE interpretation only if enabled for the guest by David Hildenbrand · 9 years ago
  47. 5ebda31 KVM: s390: step the VCPU timer while in enabled wait by David Hildenbrand · 9 years ago
  48. 9c23a13 KVM: s390: protect VCPU cpu timer with a seqcount by David Hildenbrand · 9 years ago
  49. db0758b KVM: s390: step VCPU cpu timer during kvm_run ioctl by David Hildenbrand · 9 years ago
  50. 4287f24 KVM: s390: abstract access to the VCPU cpu timer by David Hildenbrand · 9 years ago
  51. 01a745a KVM: s390: store cpu id in vcpu->cpu when scheduled in by David Hildenbrand · 9 years ago
  52. 9522b37 KVM: s390: correct fprs on SIGP (STOP AND) STORE STATUS by David Hildenbrand · 9 years ago
  53. 1763f8d KVM: s390: bail out early on fatal signal in dirty logging by Christian Borntraeger · 9 years ago
  54. 70c88a0 KVM: s390: do not block CPU on dirty logging by Christian Borntraeger · 9 years ago
  55. ab99a1c KVM: s390: do not take mmap_sem on dirty log query by Christian Borntraeger · 9 years ago
  56. 9b0d721 KVM: s390: instruction-fetching exceptions on SIE faults by David Hildenbrand · 9 years ago
  57. 5631792 KVM: s390: provide prog irq ilc on SIE faults by David Hildenbrand · 9 years ago
  58. 6597732 KVM: s390: read the correct opcode on SIE faults by David Hildenbrand · 9 years ago
  59. 92c9632 KVM: s390: gaccess: introduce access modes by David Hildenbrand · 9 years ago
  60. 0e8bc06 KVM: s390: PSW forwarding / rewinding / ilc rework by David Hildenbrand · 9 years ago
  61. 6fd8e67 KVM: s390: sync of fp registers via kvm_run by David Hildenbrand · 9 years ago
  62. f6aa6dc KVM: s390: allow sync of fp registers via vregs by David Hildenbrand · 9 years ago
  63. 9abc2a0 KVM: s390: fix memory overwrites when vx is disabled by David Hildenbrand · 9 years ago
  64. 9c7ebb6 KVM: s390: fix guest fprs memory leak by David Hildenbrand · 9 years ago
  65. cbd88cd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 9 years ago
  66. c6e5f16 KVM: s390: implement the RI support of guest by Fan Zhang · 9 years ago
  67. c57ee5f kvm/s390: drop unpaired smp_mb by Michael S. Tsirkin · 9 years ago
  68. 32e6b23 KVM: s390: consider system MHA for guest storage by Guenther Hutzl · 10 years ago
  69. a3a92c3 KVM: s390: fix mismatch between user and in-kernel guest limit by Dominik Dingel · 10 years ago
  70. 8335713a KVM: s390: obey kptr_restrict in traces by Christian Borntraeger · 9 years ago
  71. 7ec7c8c KVM: s390: use assignment instead of memcpy by Christian Borntraeger · 9 years ago
  72. 2f8a43d4 KVM: s390: remove redudant assigment of error code by Christian Borntraeger · 9 years ago
  73. a6aacc3 KVM: s390: remove pointless test_facility(2) check by Heiko Carstens · 9 years ago
  74. 07197fd KVM: s390: don't load kvm without virtualization support by David Hildenbrand · 10 years ago
  75. 4215825 KVM: s390: don't switch to ESCA for ucontrol by David Hildenbrand · 9 years ago
  76. eaa78f3 KVM: s390: cleanup sca_add_vcpu by David Hildenbrand · 9 years ago
  77. 10ce32d KVM: s390: always set/clear the SCA sda field by David Hildenbrand · 9 years ago
  78. 2550882 KVM: s390: fix SCA related races and double use by David Hildenbrand · 9 years ago
  79. 5f3fe62 KVM: s390: we always have a SCA by David Hildenbrand · 9 years ago
  80. fe0edcb KVM: s390: Enable up to 248 VCPUs per VM by Eugene (jno) Dvurechenski · 10 years ago
  81. 5e04431 KVM: s390: Introduce switching code by Eugene (jno) Dvurechenski · 10 years ago
  82. 7d43bafcf KVM: s390: Make provisions for ESCA utilization by Eugene (jno) Dvurechenski · 10 years ago
  83. bc784cc KVM: s390: Introduce new structures by Eugene (jno) Dvurechenski · 10 years ago
  84. a6e2f68 KVM: s390: Provide SCA-aware helpers for VCPU add/del by Eugene (jno) Dvurechenski · 10 years ago
  85. 71f116b KVM: s390: rewrite vcpu_post_run and drop out early by David Hildenbrand · 9 years ago
  86. d9a3a09 s390/kvm: remove dependency on struct save_area definition by Martin Schwidefsky · 9 years ago
  87. 5967c17 KVM: s390: enable SIMD only when no VCPUs were created by David Hildenbrand · 9 years ago
  88. 933425fb Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  89. 58c383c KVM: s390: drop useless newline in debugging data by Christian Borntraeger · 9 years ago
  90. c5c2c39 KVM: s390: SCA must not cross page boundaries by David Hildenbrand · 9 years ago
  91. b5510d9 s390/fpu: always enable the vector facility if it is available by Hendrik Brueckner · 9 years ago
  92. 60417fc KVM: s390: factor out reading of the guest TOD clock by David Hildenbrand · 9 years ago
  93. 25ed167 KVM: s390: factor out and fix setting of guest TOD clock by David Hildenbrand · 10 years ago
  94. 5a3d883 KVM: s390: switch to get_tod_clock() and fix STP sync races by David Hildenbrand · 9 years ago
  95. 9bf9fde KVM: s390: Replace incorrect atomic_or with atomic_andnot by Jason J. Herne · 9 years ago
  96. 62bea5b KVM: add halt_attempted_poll to VCPU stats by Paolo Bonzini · 9 years ago
  97. 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
  98. 9c6a019 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 9 years ago
  99. 44e98ed Merge tag 'kvm-4.3-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  100. 152b283 KVM: s390: Fix assumption that kvm_set_irq_routing is always run successfully by Nicholas Krause · 9 years ago