1. c7de92b target/riscv: Implement AIA mtopi, stopi, and vstopi CSRs by Anup Patel · 3 years, 2 months ago
  2. d0237b4 target/riscv: Implement AIA interrupt filtering CSRs by Anup Patel · 3 years, 2 months ago
  3. 2b60239 target/riscv: Implement AIA hvictl and hviprioX CSRs by Anup Patel · 3 years, 2 months ago
  4. d028ac7 target/riscv: Implement AIA CSRs for 64 local interrupts on RV32 by Anup Patel · 3 years, 2 months ago
  5. 43dc93a target/riscv: Implement AIA local interrupt priorities by Anup Patel · 3 years, 2 months ago
  6. 69077dd target/riscv: Allow AIA device emulation to set ireg rmw callback by Anup Patel · 3 years, 2 months ago
  7. aa7508b target/riscv: Add defines for AIA CSRs by Anup Patel · 3 years, 2 months ago
  8. 32b0ada target/riscv: Add AIA cpu feature by Anup Patel · 3 years, 2 months ago
  9. f87adf2 target/riscv: Allow setting CPU feature from machine/device emulation by Anup Patel · 3 years, 2 months ago
  10. 02d9565 target/riscv: Improve delivery of guest external interrupts by Anup Patel · 3 years, 2 months ago
  11. cd032fe target/riscv: Implement hgeie and hgeip CSRs by Anup Patel · 3 years, 2 months ago
  12. 881df35 target/riscv: Implement SGEIP bit in hip and hie CSRs by Anup Patel · 3 years, 2 months ago
  13. dceecac target/riscv: Fix trap cause for RV32 HS-mode CSR access from RV64 HS-mode by Anup Patel · 3 years, 2 months ago
  14. ac6bcf4 target/riscv: Fix vill field write in vtype by LIU Zhiwei · 3 years, 2 months ago
  15. 0d429bd target/riscv: Add XVentanaCondOps custom extension by Philipp Tomsich · 3 years, 2 months ago
  16. 5e199b6 target/riscv: iterate over a table of decoders by Philipp Tomsich · 3 years, 2 months ago
  17. f2a32be target/riscv: access cfg structure through DisasContext by Philipp Tomsich · 3 years, 2 months ago
  18. 79bf3b5 target/riscv: access configuration through cfg_ptr in DisasContext by Philipp Tomsich · 3 years, 2 months ago
  19. 3b91323 target/riscv: riscv_tr_init_disas_context: copy pointer-to-cfg into cfg_ptr by Philipp Tomsich · 3 years, 2 months ago
  20. 466292b target/riscv: refactor (anonymous struct) RISCVCPU.cfg into 'struct RISCVCPUConfig' by Philipp Tomsich · 3 years, 2 months ago
  21. 6c3a924 target/riscv: correct "code should not be reached" for x-rv128 by Frédéric Pétrot · 3 years, 2 months ago
  22. cc5ce8b Merge remote-tracking branch 'remotes/legoater/tags/pull-ppc-20220210' into staging by Peter Maydell · 3 years, 2 months ago
  23. 346cd00 target/i386: use CPU_LOG_INT for IRQ servicing by Alex Bennée · 3 years, 2 months ago
  24. 205eb5a target/ppc: Change VSX instructions behavior to fill with zeros by Víctor Colombo · 3 years, 2 months ago
  25. 10895ab target/ppc: books: Remove excp_model argument from ppc_excp_apply_ail by Fabiano Rosas · 3 years, 2 months ago
  26. fce9fba target/ppc: Assert if MSR bits differ from msr_mask during exceptions by Fabiano Rosas · 3 years, 2 months ago
  27. c6eaac8 target/ppc: powerpc_excp: Move common code to the caller function by Fabiano Rosas · 3 years, 2 months ago
  28. 2809137 target/ppc: Remove powerpc_excp_legacy by Fabiano Rosas · 3 years, 2 months ago
  29. fe4b5c4 target/ppc: 7xx: Set SRRs directly in exception code by Fabiano Rosas · 3 years, 2 months ago
  30. 7df40c5 target/ppc: 7xx: Software TLB cleanup by Fabiano Rosas · 3 years, 2 months ago
  31. 3c3fa43 target/ppc: 7xx: System Reset cleanup by Fabiano Rosas · 3 years, 2 months ago
  32. 3b57863 target/ppc: 7xx: System Call exception cleanup by Fabiano Rosas · 3 years, 2 months ago
  33. ab36939 target/ppc: 7xx: Program exception cleanup by Fabiano Rosas · 3 years, 2 months ago
  34. a53ce46 target/ppc: 7xx: External interrupt cleanup by Fabiano Rosas · 3 years, 2 months ago
  35. 784f5a3 target/ppc: 7xx: Machine Check exception cleanup by Fabiano Rosas · 3 years, 2 months ago
  36. 93848d6 target/ppc: Simplify powerpc_excp_7xx by Fabiano Rosas · 3 years, 2 months ago
  37. ccfca2f target/ppc: Introduce powerpc_excp_7xx by Fabiano Rosas · 3 years, 2 months ago
  38. fd7dc4b target/ppc: Merge 7x5 and 7x0 exception model IDs by Fabiano Rosas · 3 years, 2 months ago
  39. c50eaed target/ppc: 6xx: Set SRRs directly in exception code by Fabiano Rosas · 3 years, 2 months ago
  40. 8f8c793 target/ppc: 6xx: Software TLB exceptions cleanup by Fabiano Rosas · 3 years, 2 months ago
  41. 000ac49 target/ppc: 6xx: System Reset interrupt cleanup by Fabiano Rosas · 3 years, 2 months ago
  42. c0e1928 target/ppc: 6xx: System Call exception cleanup by Fabiano Rosas · 3 years, 2 months ago
  43. 25fe5f7 target/ppc: 6xx: Program exception cleanup by Fabiano Rosas · 3 years, 2 months ago
  44. 3189fa3 target/ppc: 6xx: External interrupt cleanup by Fabiano Rosas · 3 years, 2 months ago
  45. 9b12ff4 target/ppc: 6xx: Machine Check exception cleanup by Fabiano Rosas · 3 years, 2 months ago
  46. b7c32cd target/ppc: 6xx: Critical exception cleanup by Fabiano Rosas · 3 years, 2 months ago
  47. 082d783 target/ppc: Simplify powerpc_excp_6xx by Fabiano Rosas · 3 years, 2 months ago
  48. 58d178f target/ppc: Introduce powerpc_excp_6xx by Fabiano Rosas · 3 years, 2 months ago
  49. 9323650 target/ppc: Merge exception model IDs for 6xx CPUs by Fabiano Rosas · 3 years, 2 months ago
  50. 005b69f target/ppc: Remove PowerPC 601 CPUs by Cédric Le Goater · 3 years, 2 months ago
  51. 36387ca target/ppc: Fix radix logging by Cédric Le Goater · 3 years, 2 months ago
  52. 0fdd000 target/ppc: booke: System Reset exception cleanup by Fabiano Rosas · 3 years, 2 months ago
  53. f2ba487 target/ppc: booke: Watchdog Timer interrupt by Fabiano Rosas · 3 years, 2 months ago
  54. 904e842 target/ppc: booke: System Call exception cleanup by Fabiano Rosas · 3 years, 2 months ago
  55. f7a28f7 target/ppc: booke: Alignment interrupt cleanup by Fabiano Rosas · 3 years, 2 months ago
  56. 5d54e8c target/ppc: booke: External interrupt cleanup by Fabiano Rosas · 3 years, 2 months ago
  57. b583351 target/ppc: booke: Instruction storage exception cleanup by Fabiano Rosas · 3 years, 2 months ago
  58. afdbc86 target/ppc: booke: Data Storage exception cleanup by Fabiano Rosas · 3 years, 2 months ago
  59. db40321 target/ppc: booke: Machine Check cleanups by Fabiano Rosas · 3 years, 2 months ago
  60. 9c9b67f target/ppc: booke: Critical exception cleanup by Fabiano Rosas · 3 years, 2 months ago
  61. 9dc20cc target/ppc: Simplify powerpc_excp_booke by Fabiano Rosas · 3 years, 2 months ago
  62. 180952c target/ppc: Introduce powerpc_excp_booke by Fabiano Rosas · 3 years, 2 months ago
  63. 84f54da target/ppc: Remove 440x4 CPU by Fabiano Rosas · 3 years, 2 months ago
  64. c737d86 arm: force flag recalculation when messing with DAIF by Alex Bennée · 3 years, 2 months ago
  65. 3f37979 arm: tcg: Adhere to SMCCC 1.3 section 5.2 by Peter Maydell · 3 years, 2 months ago
  66. bddd892 target/arm: make psci-conduit settable after realize by Peter Maydell · 3 years, 2 months ago
  67. a7b66ad target/arm: Use CPTR_TFP with CPTR_EL3 in fp_exception_el by Richard Henderson · 3 years, 2 months ago
  68. d5a6fa2 target/arm: Fix {fp, sve}_exception_el for VHE mode running by Richard Henderson · 3 years, 2 months ago
  69. 7701cee target/arm: Tidy sve_exception_el for CPACR_EL1 access by Richard Henderson · 3 years, 2 months ago
  70. 63888fa target/arm: Fix sve_zcr_len_for_el for VHE mode running by Richard Henderson · 3 years, 2 months ago
  71. 8f3e5ce Merge remote-tracking branch 'remotes/hdeller/tags/hppa-updates-pull-request' into staging by Peter Maydell · 3 years, 2 months ago
  72. 4a4554c hppa: Add support for an emulated TOC/NMI button. by Helge Deller · 3 years, 3 months ago
  73. 804b30d Merge remote-tracking branch 'remotes/legoater/tags/pull-ppc-20220130' into staging by Peter Maydell · 3 years, 2 months ago
  74. d90e6f6 Merge remote-tracking branch 'remotes/quintela-gitlab/tags/migration-20220128-pull-request' into staging by Peter Maydell · 3 years, 2 months ago
  75. 4537d62 target/ppc: Remove support for the PowerPC 602 CPU by Cédric Le Goater · 3 years, 2 months ago
  76. 17e3134 Remove unnecessary minimum_version_id_old fields by Peter Maydell · 3 years, 2 months ago
  77. 2c023d3 target/arm: Use correct entrypoint for SVC taken from Hyp to Hyp by Peter Maydell · 3 years, 3 months ago
  78. fc6177a target/arm: Log CPU index in 'Taking exception' log by Peter Maydell · 3 years, 2 months ago
  79. f82db77 target/ppc: 74xx: Set SRRs directly in exception code by Fabiano Rosas · 3 years, 2 months ago
  80. 91a51fe target/ppc: 74xx: System Reset interrupt cleanup by Fabiano Rosas · 3 years, 2 months ago
  81. bca2c6d target/ppc: 74xx: System Call exception cleanup by Fabiano Rosas · 3 years, 2 months ago
  82. 0ea2a65 target/ppc: 74xx: Program exception cleanup by Fabiano Rosas · 3 years, 2 months ago
  83. 12e8042 target/ppc: 74xx: External interrupt cleanup by Fabiano Rosas · 3 years, 2 months ago
  84. 3fbb464 target/ppc: 74xx: Machine Check exception cleanup by Fabiano Rosas · 3 years, 2 months ago
  85. 1f6faf8 target/ppc: Simplify powerpc_excp_74xx by Fabiano Rosas · 3 years, 2 months ago
  86. 52926b0 target/ppc: Introduce powerpc_excp_74xx by Fabiano Rosas · 3 years, 2 months ago
  87. aca2b93 target/ppc: books: Program exception cleanup by Fabiano Rosas · 3 years, 2 months ago
  88. 67baff7 target/ppc: books: External interrupt cleanup by Fabiano Rosas · 3 years, 2 months ago
  89. 58a0211 target/ppc: books: Machine Check exception cleanup by Fabiano Rosas · 3 years, 2 months ago
  90. 30c4e42 target/ppc: Simplify powerpc_excp_books by Fabiano Rosas · 3 years, 2 months ago
  91. 9f338e4 target/ppc: Introduce powerpc_excp_books by Fabiano Rosas · 3 years, 2 months ago
  92. 1afe578 target/ppc: 405: Watchdog timer exception cleanup by Fabiano Rosas · 3 years, 2 months ago
  93. 64e62cf target/ppc: 405: Program exception cleanup by Fabiano Rosas · 3 years, 2 months ago
  94. 35f579f target/ppc: 405: Instruction storage interrupt cleanup by Fabiano Rosas · 3 years, 2 months ago
  95. f9911e1 target/ppc: 405: Data Storage exception cleanup by Fabiano Rosas · 3 years, 2 months ago
  96. 4d8ac1d target/ppc: 405: Debug exception cleanup by Fabiano Rosas · 3 years, 2 months ago
  97. 66b5ad5 target/ppc: 405: Alignment exception cleanup by Fabiano Rosas · 3 years, 2 months ago
  98. 8428cdb target/ppc: 405: System call exception cleanup by Fabiano Rosas · 3 years, 2 months ago
  99. 9026e99 target/ppc: 405: External exception cleanup by Fabiano Rosas · 3 years, 2 months ago
  100. 2149e65 target/ppc: 405: Machine check exception cleanup by Fabiano Rosas · 3 years, 2 months ago