1. 46ca6b3 s390x: Enable vector processing capability by Eric Farman · 10 years ago
  2. abec535 s390x: Store Additional Status SIGP order by Eric Farman · 10 years ago
  3. fcb7980 s390x: Vector Register IOCTLs by Eric Farman · 11 years ago
  4. c498d8e s390x: Common access to floating point registers by Eric Farman · 10 years ago
  5. b951cda Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 10 years ago
  6. 3cda44f s390x/kvm: migrate vcpu interrupt state by Jens Freimann · 10 years ago
  7. 1191c94 s390x/kvm: use ioctl KVM_S390_IRQ for vcpu interrupts by Jens Freimann · 10 years ago
  8. 4c66375 kvm: add support for memory transaction attributes by Paolo Bonzini · 10 years ago
  9. 6cb1e49 s390x/kvm: Support access register mode for KVM_S390_MEM_OP ioctl by Alexander Yarygin · 10 years ago
  10. a9bcd1b s390x/mmu: Use ioctl for reading and writing from/to guest memory by Thomas Huth · 10 years ago
  11. f07177a s390x/kvm: Put vm name, extended name and UUID into STSI322 SYSIB by Ekaterina Tumanova · 10 years ago
  12. 2eb1cd0 s390x: CPACF: Handle key wrap machine options by Tony Krowiak · 10 years ago
  13. 2b14755 s390x/kvm: make use of generic vm attribute check by Dominik Dingel · 10 years ago
  14. 3f9e59b s390x/kvm: Guest Migration TOD clock synchronization by Jason J. Herne · 10 years ago
  15. a195fdd Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 10 years ago
  16. b16565b kvm: add machine state to kvm_arch_init by Marcel Apfelbaum · 10 years ago
  17. 165fa40 Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20150310' into staging by Peter Maydell · 10 years ago
  18. a310b28 s390x/kvm: passing max memory size to accelerator by Dominik Dingel · 10 years ago
  19. f16d3f5 s390x/kvm: enable the new SIGP handling in user space by David Hildenbrand · 10 years ago
  20. e3b7b57 s390x/kvm: deliver SIGP RESTART directly if stopped by David Hildenbrand · 10 years ago
  21. 4f2b55d s390x/kvm: SIGP START is only applicable when STOPPED by David Hildenbrand · 10 years ago
  22. 18ff949 s390x/kvm: implement handling of new SIGP orders by David Hildenbrand · 10 years ago
  23. 56dba22 s390x/kvm: trace all SIGP orders by David Hildenbrand · 10 years ago
  24. 36b5c84 s390x/kvm: helper to set the SIGP status in SigpInfo by David Hildenbrand · 10 years ago
  25. 22740e3 s390x/kvm: pass the SIGP instruction parameter to the SIGP handler by David Hildenbrand · 10 years ago
  26. 6eb8f21 s390x/kvm: more details for SIGP handler with one destination vcpu by David Hildenbrand · 10 years ago
  27. 5172b78 s390x: introduce defines for SIGP condition codes by David Hildenbrand · 10 years ago
  28. 81b0735 Remove superfluous '\n' around error_report() by Gonglei · 10 years ago
  29. 653b080 s390x/ioinst: Set condition code in ioinst_handle_tsch() handler by Thomas Huth · 10 years ago
  30. 801cdd3 s390x/kvm: Add function for injecting pgm access exceptions by Thomas Huth · 10 years ago
  31. e91e972 s390x/ipl: drop reipl parameters on resets by Fan Zhang · 10 years ago
  32. 68540b1 s390x/kvm: unknown DIAGNOSE code should give a specification exception by Christian Borntraeger · 10 years ago
  33. 20dd25b s390x/kvm: Fix diag-308 register decoding by Thomas Huth · 10 years ago
  34. 9e03a04 kvm: extend kvm_irqchip_add_msi_route to work on s390 by Frank Blaschka · 10 years ago
  35. 863f6f5 s390: implement pci instructions by Frank Blaschka · 10 years ago
  36. 59ac153 s390x/kvm: avoid syscalls by syncing registers with kvm_run by David Hildenbrand · 10 years ago
  37. fdb78ec s390x/kvm: sync register support helper function by David Hildenbrand · 10 years ago
  38. dfa9c2a Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 10 years ago
  39. e6eef7c valgrind/s390x: avoid false positives on KVM_SET_FPU ioctl by Christian Borntraeger · 10 years ago
  40. f41389a KVM_CAP_IRQFD and KVM_CAP_IRQFD_RESAMPLE checks by Eric Auger · 10 years ago
  41. dc622de s390x/kvm: Fix compile error by Christian Borntraeger · 10 years ago
  42. a2b257d memory: expose alignment used for allocating RAM as MemoryRegion API by Igor Mammedov · 10 years ago
  43. f0d4dc1 s390x/kvm: Fix warning from sparse by Thomas Huth · 10 years ago
  44. 80765f0 s390x/kvm: Fix opcode decoding for eb instruction handler by Frank Blaschka · 10 years ago
  45. 71dd7e6 s390x/kvm: synchronize the cpu state after SIGP (INITIAL) CPU RESET by David Hildenbrand · 10 years ago
  46. 9960714 s390x/kvm: reuse kvm_s390_reset_vcpu() to get rid of ifdefs by David Hildenbrand · 10 years ago
  47. c9e659c s390x/kvm: propagate s390 cpu state to kvm by David Hildenbrand · 10 years ago
  48. eb24f7c s390x/kvm: proper use of the cpu states OPERATING and STOPPED by David Hildenbrand · 10 years ago
  49. 1def665 sclp-s390: Add memory hotplug SCLPs by Matthew Rosato · 11 years ago
  50. 6e6ad8d s390x/kvm: execute sigp orders on the target vcpu thread by David Hildenbrand · 11 years ago
  51. 85ad623 s390x/kvm: synchronize guest floating point registers by Jason J. Herne · 12 years ago
  52. 3a44969 qapi event: convert GUEST_PANICKED by Wenchao Xia · 11 years ago
  53. bbd8bb8 s390x/kvm: inject via flic by Cornelia Huck · 11 years ago
  54. de13d21 s390x: cleanup interrupt injection by Cornelia Huck · 11 years ago
  55. 66ad089 s390x/kvm: add alternative injection interface by Cornelia Huck · 11 years ago
  56. 79afc36 s390x: consolidate floating interrupts by Cornelia Huck · 11 years ago
  57. 6449a41 s390x/kvm: Log unmanageable program interruptions by Thomas Huth · 11 years ago
  58. a268924 s390x/kvm: Log unmanageable external interruptions by Thomas Huth · 11 years ago
  59. 4cb88c3 s390x/kvm: enable/reset cmma via vm attributes by Dominik Dingel · 11 years ago
  60. 770a637 s390x/kvm: hw debugging support via guest PER facility by David Hildenbrand · 13 years ago
  61. b30f4df s390x/kvm: software breakpoint support by David Hildenbrand · 11 years ago
  62. 8e4e86a s390x: remove duplicate definitions of DIAG 501 by David Hildenbrand · 11 years ago
  63. d426d9f s390x/virtio-ccw: wire up irq routing and irqfds by Cornelia Huck · 12 years ago
  64. 50a2c6e kvm: reset state from the CPU's reset method by Paolo Bonzini · 12 years ago
  65. ada4135 kvm: make one_reg helpers available for everyone by Cornelia Huck · 11 years ago
  66. e080f0f s390x: use kvm_vcpu_enable_cap() by Cornelia Huck · 11 years ago
  67. 44b0c0b s390x/kvm: sync gbea and pp register by Christian Borntraeger · 11 years ago
  68. 860643b s390x/kvm: rework KVM synchronize to tracing for some ONEREGS by Christian Borntraeger · 11 years ago
  69. 8c01244 s390x: empty function stubs in preparation for __KVM_HAVE_GUEST_DEBUG by David Hildenbrand · 13 years ago
  70. 7e74946 s390x/virtio-ccw: Adapter interrupt support. by Cornelia Huck · 12 years ago
  71. 1eecf41 s390x/kvm: Rework priv instruction handlers by Frank Blaschka · 11 years ago
  72. 04c2b51 s390x/kvm: Add missing SIGP CPU RESET order by Thomas Huth · 11 years ago
  73. f7d3e46 s390x/kvm: Rework SIGP INITIAL CPU RESET handler by Thomas Huth · 11 years ago
  74. e8803d9 s390x/sclp: Fixed setting of condition code register by Thomas Huth · 11 years ago
  75. 6e25280 s390x/sclp: Add missing checks to SCLP handler by Thomas Huth · 11 years ago
  76. a0fa2cb s390x/sclp: Fixed the size of sccb and code parameter by Thomas Huth · 11 years ago
  77. 77319f2 s390x/virtio-hcall: Specification exception for illegal subcodes by Thomas Huth · 11 years ago
  78. 0788082 s390x/kvm: Fixed bad SIGP SET-ARCHITECTURE handler by Thomas Huth · 11 years ago
  79. 819bd30 s390x/async_pf: Check for apf extension and enable pfault by Dominik Dingel · 11 years ago
  80. 44c68de s390x/kvm: cleanup partial register handling by Dominik Dingel · 11 years ago
  81. 3796f0e s390x/kvm: Fixed condition code for unknown SIGP orders by Thomas Huth · 11 years ago
  82. b8031ad s390x/kvm: Simplified the calculation of the SIGP order code by Thomas Huth · 11 years ago
  83. b20a461 s390x/kvm: Implemented SIGP START by Thomas Huth · 11 years ago
  84. 0b9972a s390x/kvm: Fix coding style in handle_sigp() by Thomas Huth · 11 years ago
  85. cd7a0f4 s390x/kvm: Removed s390_store_status stub by Thomas Huth · 11 years ago
  86. 4f91e0b s390x/kvm: Removed duplicated SIGP defines by Thomas Huth · 11 years ago
  87. 638129f s390x/kvm: Fix diagnose handling. by Cornelia Huck · 11 years ago
  88. 575ddeb exec: Fix prototype of phys_mem_set_alloc and related functions by Stefan Weil · 11 years ago
  89. 5d9bf1c s390/ioinst: Moved the CC setting to the IO instruction handlers by Thomas Huth · 12 years ago
  90. 3d0a615 s390/cpu: Make setcc() function available to other files by Thomas Huth · 12 years ago
  91. 3ac85fb s390/kvm: Add check for priviledged SCLP handler by Thomas Huth · 12 years ago
  92. 3922825 exec: Don't abort when we can't allocate guest memory by Markus Armbruster · 12 years ago
  93. 9113803 exec: Simplify the guest physical memory allocation hook by Markus Armbruster · 12 years ago
  94. 7f7f975 s390: wire up nmi command to raise a RESTART interrupt on S390 by Eugene (jno) Dvurechenski · 12 years ago
  95. 268846b s390/kvm: basic implementation of diagnose 308 subcode 6 by Eugene (jno) Dvurechenski · 12 years ago
  96. 39fbc5c s390x/kvm: Fix switch/case indentation for handle_diag by Christian Borntraeger · 12 years ago
  97. d2ee774 s390x/kvm: Remove redundant return code by Thomas Huth · 12 years ago
  98. c1e8dfb s390x/kvm: Reworked/fixed handling of cc3 in kvm_handle_css_inst() by Thomas Huth · 12 years ago
  99. e67137c s390x: Rename 'dprintf' to 'DPRINTF' by Peter Maydell · 12 years ago
  100. 9282b73 target-s390x: Fix CPUState rework fallout by Christian Borntraeger · 12 years ago