1. 1b4e6e8 Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20171120' into staging by Peter Maydell · 7 years ago
  2. 5f49d73 Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20171120' into staging by Peter Maydell · 7 years ago
  3. 50cd71b arm: check regime, not current state, for ATS write PAR format by Peter Maydell · 7 years ago
  4. 96a8b92 target/arm: Report GICv3 sysregs present in ID registers if needed by Peter Maydell · 7 years ago
  5. 7337c6e s390x/tcg: fix DIAG 308 with > 1 VCPU (MTTCG) by David Hildenbrand · 7 years ago
  6. dc0bbef s390x: fix storing CPU status (again) by David Hildenbrand · 7 years ago
  7. 62955e1 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 7 years ago
  8. 3c5f9c3 target/arm: Fix GETPC usage in do_paired_cmpxchg64_l/be by Richard Henderson · 7 years ago
  9. 3bdb5fc target/arm: Use helper_retaddr in stxp helpers by Richard Henderson · 7 years ago
  10. 6976af6 target-i386: adds PV_TLB_FLUSH CPUID feature bit by Wanpeng Li · 7 years ago
  11. 5ca6627 arm/translate-a64: mark path as unreachable to eliminate warning by Emilio G. Cota · 7 years ago
  12. 508ba0f Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20171109' into staging by Peter Maydell · 7 years ago
  13. 6b8d0ac Merge remote-tracking branch 'remotes/rth/tags/pull-cap-20171109' into staging by Peter Maydell · 7 years ago
  14. fdaae35 target/s390x: Finish implementing RISBGN by Richard Henderson · 7 years ago
  15. 15fa1a0 disas: Dump insn bytes along with capstone disassembly by Richard Henderson · 7 years ago
  16. e4f0c6b ppc: fix setting of compat mode by Greg Kurz · 7 years ago
  17. 8d8cb95 linux-user/sparc: Put address for data faults where linux-user expects it by Peter Maydell · 7 years ago
  18. 3448d47 translate.c: Fix usermode big-endian AArch32 LDREXD and STREXD by Peter Maydell · 7 years ago
  19. 5b2d261 arm: implement cache/shareability attribute bits for PAR registers by Andrew Baumann · 7 years ago
  20. 5880331 fix WFI/WFE length in syndrome register by Stefano Stabellini · 7 years ago
  21. abf6e75 Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20171030' into staging by Peter Maydell · 7 years ago
  22. ab752f2 Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-request' into staging by Peter Maydell · 7 years ago
  23. 0280b3e s390x/kvm: use cpu model for gscb on compat machines by Christian Borntraeger · 7 years ago
  24. e555cbe target/s390x: change CPU type name to "s390x-cpu" by David Hildenbrand · 7 years ago
  25. a7519f2 mips: malta/boston: replace cpu_model with cpu_type by Igor Mammedov · 7 years ago
  26. 1d4bfc5 sparc: cleanup cpu type name composition by Igor Mammedov · 7 years ago
  27. b9ad9d5 tricore: cleanup cpu type name composition by Igor Mammedov · 7 years ago
  28. 6a82686 unicore32: cleanup cpu type name composition by Igor Mammedov · 7 years ago
  29. a5247d7 xtensa: cleanup cpu type name composition by Igor Mammedov · 7 years ago
  30. 633cd13 sh4: remove SuperHCPUClass::name field by Igor Mammedov · 7 years ago
  31. d5ebe62 sh4: simplify superh_cpu_class_by_name() by Igor Mammedov · 7 years ago
  32. 974e58d sh4: cleanup cpu type name composition by Igor Mammedov · 7 years ago
  33. a677273 openrisc: cleanup cpu type name composition by Igor Mammedov · 7 years ago
  34. 0255db2 moxie: cleanup cpu type name composition by Igor Mammedov · 7 years ago
  35. a7f981c moxie: fix qemu-system-moxie failing to start with CLI "-cpu MoxieLite" by Igor Mammedov · 7 years ago
  36. f61797b m68k: cleanup cpu type name composition by Igor Mammedov · 7 years ago
  37. c667810 lm32: cleanup cpu type name composition by Igor Mammedov · 7 years ago
  38. 3936419 cris: cleanup cpu type name composition by Igor Mammedov · 7 years ago
  39. 73a25e8 alpha: cleanup cpu type name composition by Igor Mammedov · 7 years ago
  40. 6e6430a Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into staging by Peter Maydell · 7 years ago
  41. 74d7fc7 tcg: Avoid setting tcg_initialize if !CONFIG_TCG by Richard Henderson · 7 years ago
  42. ac22689 ppc: Support Capstone in disas_set_info by Richard Henderson · 7 years ago
  43. 110f6c7 arm: Support Capstone in disas_set_info by Richard Henderson · 7 years ago
  44. b666d2a i386: Support Capstone in disas_set_info by Richard Henderson · 7 years ago
  45. 1d48474 disas: Remove unused flags arguments by Richard Henderson · 7 years ago
  46. 7bcdbf5 target/arm: Don't set INSN_ARM_BE32 for CONFIG_USER_ONLY by Richard Henderson · 7 years ago
  47. 6cd6151 target/arm: Move BE32 disassembler fixup by Richard Henderson · 7 years ago
  48. 0eea8cd target/ppc: Convert to disas_set_info hook by Richard Henderson · 7 years ago
  49. f50f3dd target/i386: Convert to disas_set_info hook by Richard Henderson · 7 years ago
  50. 1c2adb9 tcg: Initialize cpu_env generically by Richard Henderson · 7 years ago
  51. b1311c4 tcg: define tcg_init_ctx and make tcg_ctx a pointer by Emilio G. Cota · 8 years ago
  52. 87d757d target/sparc: check CF_PARALLEL instead of parallel_cpus by Emilio G. Cota · 8 years ago
  53. 671f9a8 target/sh4: check CF_PARALLEL instead of parallel_cpus by Emilio G. Cota · 8 years ago
  54. 6476615 target/s390x: check CF_PARALLEL instead of parallel_cpus by Emilio G. Cota · 8 years ago
  55. f0ddf11 target/m68k: check CF_PARALLEL instead of parallel_cpus by Emilio G. Cota · 8 years ago
  56. b5e3b4c target/i386: check CF_PARALLEL instead of parallel_cpus by Emilio G. Cota · 8 years ago
  57. f9f46db target/hppa: check CF_PARALLEL instead of parallel_cpus by Emilio G. Cota · 8 years ago
  58. 2399d4e target/arm: check CF_PARALLEL instead of parallel_cpus by Emilio G. Cota · 8 years ago
  59. c5a49c6 tcg: convert tb->cflags reads to tb_cflags(tb) by Emilio G. Cota · 8 years ago
  60. 55c3cee qom: Introduce CPUClass.tcg_initialize by Richard Henderson · 7 years ago
  61. 11f4e8f tcg: Remove TCGV_EQUAL* by Richard Henderson · 7 years ago
  62. dc41aa7 tcg: Remove GET_TCGV_* and MAKE_TCGV_* by Richard Henderson · 7 years ago
  63. 6b4bbd6 openrisc/cputimer: Perparation for Multicore by Stafford Horne · 8 years ago
  64. 8c94995 target/openrisc: Make coreid and numcores variable by Stafford Horne · 8 years ago
  65. 2bcf018 s390x/tcg: low-address protection support by David Hildenbrand · 7 years ago
  66. 6bb6f19 s390x: refactor error handling for MSCH handler by Halil Pasic · 7 years ago
  67. ae9f1be s390x: refactor error handling for HSCH handler by Halil Pasic · 7 years ago
  68. 7733144 s390x: refactor error handling for CSCH handler by Halil Pasic · 7 years ago
  69. 9637640 s390x: refactor error handling for XSCH handler by Halil Pasic · 7 years ago
  70. 66dc50f s390x: improve error handling for SSCH and RSCH by Halil Pasic · 7 years ago
  71. 32dc6aa s390x: move s390x_new_cpu() into board code by Igor Mammedov · 7 years ago
  72. ac7e4cb s390x: fix cpu object referrence leak in s390x_new_cpu() by Igor Mammedov · 7 years ago
  73. 741a4ec target/s390x: special handling when starting a CPU with WAIT PSW by David Hildenbrand · 7 years ago
  74. f74990a s390x/tcg: refactor stfl(e) to use s390_get_feat_block() by David Hildenbrand · 7 years ago
  75. 0fc60ca s390x/tcg: unlock NMI by David Hildenbrand · 7 years ago
  76. ca26c5d s390x/cpumodel: allow to enable SENSE RUNNING STATUS for qemu by David Hildenbrand · 7 years ago
  77. 11b0079 s390x/tcg: switch to new SIGP handling code by David Hildenbrand · 7 years ago
  78. b376a55 s390x/tcg: flush the tlb on SIGP SET PREFIX by David Hildenbrand · 7 years ago
  79. b1ab5f6 s390x/tcg: implement STOP and RESET interrupts for TCG by David Hildenbrand · 7 years ago
  80. a6880d2 s390x/tcg: implement SIGP CONDITIONAL EMERGENCY SIGNAL by David Hildenbrand · 7 years ago
  81. c50105d s390x/tcg: implement SIGP EMERGENCY SIGNAL by David Hildenbrand · 7 years ago
  82. 070aa1a s390x/tcg: implement SIGP EXTERNAL CALL by David Hildenbrand · 7 years ago
  83. 302230f s390x/tcg: implement SIGP SENSE by David Hildenbrand · 7 years ago
  84. d1b468b s390x/tcg: implement SIGP SENSE RUNNING STATUS by David Hildenbrand · 7 years ago
  85. 3047f8b s390x/kvm: factor out actual handling of STOP interrupts by David Hildenbrand · 7 years ago
  86. 74b4c74 s390x/kvm: factor out SIGP code into sigp.c by David Hildenbrand · 7 years ago
  87. a7a2b8e s390x/kvm: drop two debug prints by David Hildenbrand · 7 years ago
  88. f875cb0 s390x/kvm: factor out storing of adtl CPU status by David Hildenbrand · 7 years ago
  89. cf729ba s390x/kvm: factor out storing of CPU status by David Hildenbrand · 7 years ago
  90. eabcea1 s390x/kvm: generalize SIGP stop and restart interrupt injection by David Hildenbrand · 7 years ago
  91. 27292ff s390x/kvm: pass ipb directly into handle_sigp() by David Hildenbrand · 7 years ago
  92. c689204 target/s390x: interpret PSW_MASK_WAIT only for TCG by David Hildenbrand · 7 years ago
  93. f1cbfe6 s390x/tcg: handle WAIT PSWs during interrupt injection by David Hildenbrand · 7 years ago
  94. 83f7f32 target/s390x: factor out handling of WAIT PSW into s390_handle_wait() by David Hildenbrand · 7 years ago
  95. 2b3394f s390x/tcg: a CPU cannot switch state due to an interrupt by David Hildenbrand · 7 years ago
  96. 4beab67 s390x/tcg: STOPPED cpus can never wake up by David Hildenbrand · 7 years ago
  97. 9dec238 s390x/tcg: take care of external interrupt subclasses by David Hildenbrand · 7 years ago
  98. 8417f90 s390x/tcg: rework checking for deliverable interrupts by David Hildenbrand · 7 years ago
  99. 14ca122 s390x/tcg: injection of emergency signals and external calls by David Hildenbrand · 7 years ago
  100. d516f74 s390x/tcg: cleanup service interrupt injection by David Hildenbrand · 7 years ago