1. 1f6493b s390x/tcg: MVCL: Exit to main loop if requested by David Hildenbrand · 5 years ago
  2. 1cccdef target/s390x: Remove ILEN_UNWIND by Richard Henderson · 5 years ago
  3. 5c58704 target/s390x: Remove ilen argument from trigger_pgm_exception by Richard Henderson · 5 years ago
  4. f5cbdc43 target/s390x: Remove ilen argument from trigger_access_exception by Richard Henderson · 5 years ago
  5. 20e1372 target/s390x: Remove ILEN_AUTO by Richard Henderson · 5 years ago
  6. 2550953 target/s390x: Rely on unwinding in s390_cpu_virt_mem_rw by Richard Henderson · 5 years ago
  7. 9e1dae3 target/s390x: Rely on unwinding in s390_cpu_tlb_fill by Richard Henderson · 5 years ago
  8. 9accc85 target/s390x: Simplify helper_lra by Richard Henderson · 5 years ago
  9. 42007b1 target/s390x: Remove fail variable from s390_cpu_tlb_fill by Richard Henderson · 5 years ago
  10. a79d225 target/s390x: Return exception from translate_pages by Richard Henderson · 5 years ago
  11. ce7ac79 target/s390x: Return exception from mmu_translate by Richard Henderson · 5 years ago
  12. c7363b2 target/s390x: Remove exc argument to mmu_translate_asce by Richard Henderson · 5 years ago
  13. 31b5941 target/s390x: Return exception from mmu_translate_real by Richard Henderson · 5 years ago
  14. 1ab3302 target/s390x: Handle tec in s390_cpu_tlb_fill by Richard Henderson · 5 years ago
  15. 18ab936 target/s390x: Push trigger_pgm_exception lower in s390_cpu_tlb_fill by Richard Henderson · 5 years ago
  16. 1e36aee target/s390x: Use tcg_s390_program_interrupt in TCG helpers by Richard Henderson · 5 years ago
  17. 77b703f target/s390x: Remove ilen parameter from s390_program_interrupt by Richard Henderson · 5 years ago
  18. 3e20185 target/s390x: Remove ilen parameter from tcg_s390_program_interrupt by Richard Henderson · 5 years ago
  19. c87ff4d target/s390x: Add ilen to unwind data by Richard Henderson · 5 years ago
  20. b580b6e s390x/cpumodel: Add new TCG features to QEMU cpu model by David Hildenbrand · 6 years ago
  21. faa4017 s390x/cpumodel: Prepare for changes of QEMU model by David Hildenbrand · 6 years ago
  22. 3a06f98 s390x/mmu: Implement Instruction-Execution-Protection Facility by David Hildenbrand · 7 years ago
  23. 3dc2906 s390x/mmu: Implement ESOP-2 and access-exception-fetch/store-indication facility by David Hildenbrand · 7 years ago
  24. 9079089 s390x/mmu: Add EDAT2 translation support by David Hildenbrand · 7 years ago
  25. a4e95b4 s390x/mmu: Convert to non-recursive page table walk by David Hildenbrand · 5 years ago
  26. 3fd0e85 s390x/mmu: DAT table definition overhaul by David Hildenbrand · 5 years ago
  27. ae6d48d s390x/mmu: Use TARGET_PAGE_MASK in mmu_translate_pte() by David Hildenbrand · 5 years ago
  28. 2ed0cd7 s390x/mmu: Inject PGM_ADDRESSING on bogus table addresses by David Hildenbrand · 5 years ago
  29. 81d7e3b s390x/mmu: Inject DAT exceptions from a single place by David Hildenbrand · 5 years ago
  30. 124ada6 s390x/mmu: Move DAT protection handling out of mmu_translate_asce() by David Hildenbrand · 5 years ago
  31. a780d09 s390x/mmu: Drop debug logging from MMU code by David Hildenbrand · 5 years ago
  32. c5b9ce5 s390/kvm: split kvm mem slots at 4TB by Christian Borntraeger · 5 years ago
  33. fb1fc5a s390: do not call memory_region_allocate_system_memory() multiple times by Igor Mammedov · 5 years ago
  34. 2f93a3e Merge remote-tracking branch 'remotes/davidhildenbrand/tags/s390x-tcg-2019-09-23' into staging by Peter Maydell · 5 years ago
  35. ab89acd s390x/tcg: MVO: Fault-safe handling by David Hildenbrand · 5 years ago
  36. bb36ed8 s390x/tcg: MVST: Fault-safe handling by David Hildenbrand · 5 years ago
  37. 6514f42 s390x/tcg: MVZ: Fault-safe handling by David Hildenbrand · 5 years ago
  38. ab8bab6 s390x/tcg: MVN: Fault-safe handling by David Hildenbrand · 5 years ago
  39. 65a27df s390x/tcg: MVCIN: Fault-safe handling by David Hildenbrand · 5 years ago
  40. 4d78c68 s390x/tcg: NC: Fault-safe handling by David Hildenbrand · 5 years ago
  41. a8821dd s390x/tcg: XC: Fault-safe handling by David Hildenbrand · 5 years ago
  42. 8c4a732 s390x/tcg: OC: Fault-safe handling by David Hildenbrand · 5 years ago
  43. b8e7b2f s390x/tcg: MVCLU: Fault-safe handling by David Hildenbrand · 5 years ago
  44. b7809f3 s390x/tcg: MVC: Fault-safe handling on destructive overlaps by David Hildenbrand · 5 years ago
  45. efb1a76 s390x/tcg: MVCS/MVCP: Use access_memmove() by David Hildenbrand · 5 years ago
  46. b6c636f s390x/tcg: Fault-safe memmove by David Hildenbrand · 5 years ago
  47. 70ebd9c s390x/tcg: Fault-safe memset by David Hildenbrand · 5 years ago
  48. 817791e s390x/tcg: Always use MMU_USER_IDX for CONFIG_USER_ONLY by David Hildenbrand · 5 years ago
  49. 2bb525e s390x/tcg: MVST: Fix storing back the addresses to registers by David Hildenbrand · 5 years ago
  50. 087b819 s390x/tcg: MVST: Check for specification exceptions by David Hildenbrand · 5 years ago
  51. 373290d s390x/tcg: MVCS/MVCP: Properly wrap the length by David Hildenbrand · 5 years ago
  52. a762756 s390x/tcg: MVCOS: Lengths are 32 bit in 24/31-bit mode by David Hildenbrand · 5 years ago
  53. 43df3e7 s390x/tcg: MVCS/MVCP: Check for special operation exceptions by David Hildenbrand · 5 years ago
  54. 8667841 s390x/tcg: MVCLU/MVCLE: Process max 4k bytes at a time by David Hildenbrand · 6 years ago
  55. a391039 s390x/tcg: MVPG: Properly wrap the addresses by David Hildenbrand · 5 years ago
  56. bf349f1 s390x/tcg: MVPG: Check for specification exceptions by David Hildenbrand · 5 years ago
  57. b7dd1f7 s390x/tcg: MVC: Use is_destructive_overlap() by David Hildenbrand · 5 years ago
  58. d573ffd s390x/tcg: MVC: Increment the length once by David Hildenbrand · 6 years ago
  59. f1c2e27 s390x/tcg: MVCL: Process max 4k bytes at a time by David Hildenbrand · 5 years ago
  60. fbc1759 s390x/tcg: MVCL: Detect destructive overlaps by David Hildenbrand · 5 years ago
  61. d292671 s390x/tcg: MVCL: Zero out unused bits of address by David Hildenbrand · 5 years ago
  62. bed04a2 s390x/tcg: Reset exception_index to -1 instead of 0 by David Hildenbrand · 6 years ago
  63. 7505dec s390x/cpumodel: Add the z15 name to the description of gen15a by Christian Borntraeger · 5 years ago
  64. 7d69e8b s390x/kvm: Officially require at least kernel 3.15 by Thomas Huth · 5 years ago
  65. 9cd9cda s390x/tcg: Pass a size to probe_write() in do_csst() by David Hildenbrand · 6 years ago
  66. 59e96ac tcg: Factor out CONFIG_USER_ONLY probe_write() from s390x code by David Hildenbrand · 6 years ago
  67. 4675012 s390x/tcg: Fix length calculation in probe_write_access() by David Hildenbrand · 6 years ago
  68. 9e5bef4 s390x/tcg: Use guest_addr_valid() instead of h2g_valid() in probe_write_access() by David Hildenbrand · 6 years ago
  69. 14776ab tcg: TCGMemOp is now accelerator independent MemOp by Tony Nguyen · 6 years ago
  70. 065fe80 s390x/mmu: Factor out storage key handling by David Hildenbrand · 6 years ago
  71. 2d3bb38 s390x/mmu: Better storage key reference and change bit handling by David Hildenbrand · 6 years ago
  72. 5b773a1 s390x/tcg: Flush the TLB of all CPUs on SSKE and RRBE by David Hildenbrand · 6 years ago
  73. 3096ffd s390x/tcg: Rework MMU selection for instruction fetches by David Hildenbrand · 6 years ago
  74. c36709e s390x/mmu: ASC selection in s390_cpu_get_phys_page_debug() by David Hildenbrand · 6 years ago
  75. 2433252 s390x/mmu: Trace the right value if setting/getting the storage key fails by David Hildenbrand · 6 years ago
  76. 25bcb45 s390x/tcg: Fix VERIM with 32/64 bit elements by David Hildenbrand · 6 years ago
  77. 2e5b09f hw/core: Move cpu.c, cpu.h from qom/ to hw/core/ by Markus Armbruster · 6 years ago
  78. 5f8ab00 targets (various): use softfloat-helpers.h where we can by Alex Bennée · 6 years ago
  79. 54d3123 sysemu: Split sysemu/runstate.h off sysemu/sysemu.h by Markus Armbruster · 6 years ago
  80. db72581 Include qemu/main-loop.h less by Markus Armbruster · 6 years ago
  81. 650d103 Include hw/hw.h exactly where needed by Markus Armbruster · 6 years ago
  82. d645427 Include migration/vmstate.h less by Markus Armbruster · 6 years ago
  83. 8a9358c migration: Move the VMStateDescription typedef to typedefs.h by Markus Armbruster · 6 years ago
  84. 71e8a91 Include sysemu/reset.h a lot less by Markus Armbruster · 6 years ago
  85. 5d8866c s390x/cpumodel: change internal name of vxpdeh to match description by Christian Borntraeger · 6 years ago
  86. 0d4cb29 s390x/cpumodel: also change name of vxbeh by Christian Borntraeger · 6 years ago
  87. de6bb08 s390x/cpumodel: remove esort from the default model by Christian Borntraeger · 6 years ago
  88. 92b9afe s390x/tcg: move fallthrough annotation by Cornelia Huck · 6 years ago
  89. d05be57 s390: cpumodel: fix description for the new vector facility by Christian Borntraeger · 6 years ago
  90. 9ef2d19 s390x/cpumodel: Set up CPU model for AQIC interception by Pierre Morel · 6 years ago
  91. ae71ed8 hw/s390x: Replace global smp variables with machine smp properties by Like Xu · 6 years ago
  92. 374f63f Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-07-02-v2' into staging by Peter Maydell · 6 years ago
  93. 7f7b4e7 qapi: Split machine-target.json off target.json and misc.json by Markus Armbruster · 6 years ago
  94. 8ac25c8 qapi: Split machine.json off misc.json by Markus Armbruster · 6 years ago
  95. 6085300 Merge tag 's390x-tcg-2019-06-21' into s390-next-staging by Cornelia Huck · 6 years ago
  96. ef506f8 s390x/cpumodel: Prepend KDSA features with "KDSA" by David Hildenbrand · 6 years ago
  97. 220ae90 s390x/cpumodel: Rework CPU feature definition by David Hildenbrand · 6 years ago
  98. b1115c9 KVM: Introduce kvm_arch_destroy_vcpu() by Liran Alon · 6 years ago
  99. a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
  100. 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago