1. ef7bab8 target-arm: Check watchpoints against CPU security state by Peter Maydell · 10 years ago
  2. 9e1fc5b target-arm: Use attribute info to handle user-only watchpoints by Peter Maydell · 10 years ago
  3. ce02049 target-arm: Add 32/64-bit register sync by Greg Bellows · 10 years ago
  4. 54bf36e target-arm: make c13 cp regs banked (FCSEIDR, ...) by Fabian Aggeler · 10 years ago
  5. 137feaa target-arm: add SCTLR_EL3 and make SCTLR banked by Fabian Aggeler · 10 years ago
  6. dbe9d16 target-arm: A32: Emulate the SMC instruction by Fabian Aggeler · 10 years ago
  7. dcbff19 target-arm: rename arm_current_pl to arm_current_el by Greg Bellows · 10 years ago
  8. 9812860 target-arm: add emulation of PSCI calls for system emulation by Rob Herring · 10 years ago
  9. 3940433 target-arm: Handle SMC/HVC undef-if-no-ELx in pre_* helpers by Peter Maydell · 10 years ago
  10. e0d6e6a target-arm: A64: Emulate the SMC insn by Edgar E. Iglesias · 11 years ago
  11. 35979d7 target-arm: A64: Emulate the HVC insn by Edgar E. Iglesias · 11 years ago
  12. c0f4af1 target-arm: Don't handle c15_cpar changes via tb_flush() by Peter Maydell · 11 years ago
  13. 0eacea7 target-arm: Implement handling of breakpoint firing by Peter Maydell · 11 years ago
  14. 3ff6fc9 target-arm: Implement handling of fired watchpoints by Peter Maydell · 11 years ago
  15. 7ea47fe target-arm: Implement ARMv8 single-step handling for A64 code by Peter Maydell · 11 years ago
  16. 3a29820 target-arm: Set PSTATE.SS correctly on exception return from AArch64 by Peter Maydell · 11 years ago
  17. 4051e12 target-arm: Don't allow AArch32 to access RES0 CPSR bits by Peter Maydell · 11 years ago
  18. 98ea561 target-arm: A64: Respect SPSEL in ERET SP restore by Edgar E. Iglesias · 11 years ago
  19. 9208b96 target-arm: A64: Break out aarch64_save/restore_sp by Edgar E. Iglesias · 11 years ago
  20. f08b617 softmmu: introduce cpu_ldst.h by Paolo Bonzini · 11 years ago
  21. 0f590e74 softmmu: commonize helper definitions by Paolo Bonzini · 11 years ago
  22. 2ef6175 tcg: Invert the inclusion of helper.h by Richard Henderson · 11 years ago
  23. db6c3cd target-arm: A64: Generalize ERET to various ELs by Edgar E. Iglesias · 11 years ago
  24. 7ab6c10 target-arm: A64: Forbid ERET to higher or unimplemented ELs by Edgar E. Iglesias · 11 years ago
  25. 2a923c4 target-arm: A64: Introduce aarch64_banked_spsr_index() by Edgar E. Iglesias · 11 years ago
  26. 6947f05 target-arm: Make elr_el1 an array by Edgar E. Iglesias · 11 years ago
  27. 37f0806 target-arm: Correct a comment refering to EL0 by Edgar E. Iglesias · 11 years ago
  28. 52e60cd target-arm: Implement AArch64 EL1 exception handling by Rob Herring · 11 years ago
  29. f502cfc target-arm: Implement SP_EL0, SP_EL1 by Peter Maydell · 11 years ago
  30. d4a2dc6 target-arm: Add support for generating exceptions with syndrome information by Peter Maydell · 11 years ago
  31. 8bcbf37 target-arm: Provide correct syndrome information for cpreg access traps by Peter Maydell · 11 years ago
  32. ccd3808 target-arm: Split out private-to-target functions into internals.h by Peter Maydell · 11 years ago
  33. 3f38f30 translate-all: Change cpu_restore_state() argument to CPUState by Andreas Färber · 12 years ago
  34. 5638d18 cpu-exec: Change cpu_loop_exit() argument to CPUState by Andreas Färber · 12 years ago
  35. d5a11fe exec: Change tlb_fill() argument to CPUState by Andreas Färber · 12 years ago
  36. 2710342 cpu: Move exception_index field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  37. 7510454 cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook by Andreas Färber · 12 years ago
  38. 72c1d3a target-arm: Implement WFE as a yield operation by Peter Maydell · 11 years ago
  39. 9cfa0b4 target-arm: A64: Implement MSR (immediate) instructions by Peter Maydell · 11 years ago
  40. c4241c7 target-arm: Drop success/fail return from cpreg read and write functions by Peter Maydell · 11 years ago
  41. f59df3f target-arm: Split cpreg access checks out from read/write functions by Peter Maydell · 11 years ago
  42. 259186a cpu: Move halted and interrupt_request fields to CPUState by Andreas Färber · 12 years ago
  43. 2de68a4 target-arm: Implement sbc_cc inline by Richard Henderson · 12 years ago
  44. 49b4c31 target-arm: Implement adc_cc inline by Richard Henderson · 12 years ago
  45. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  46. a8a826a exec: refactor cpu_restore_state by Blue Swirl · 12 years ago
  47. 8b279a6 target-arm: Remove out of date FIXME regarding saturating arithmetic by Peter Maydell · 12 years ago
  48. 365af80 target-arm: convert sar, shl and shr helpers to TCG by Aurelien Jarno · 12 years ago
  49. 72485ec target-arm: convert add_cc and sub_cc helpers to TCG by Aurelien Jarno · 12 years ago
  50. d31dd73 target-arm: final conversion to AREG0 free mode by Blue Swirl · 13 years ago
  51. 9ef3927 target-arm: convert remaining helpers by Blue Swirl · 13 years ago
  52. 1ce94f8 target-arm: convert void helpers by Blue Swirl · 13 years ago
  53. b90372a target-arm: Fix typos in comments by Peter Maydell · 13 years ago
  54. 4b6a83f target-arm: initial coprocessor register framework by Peter Maydell · 13 years ago
  55. 2050396 Use uintptr_t for various op related functions by Blue Swirl · 13 years ago
  56. 0ecb72a target-arm: Don't overuse CPUState by Andreas Färber · 13 years ago
  57. 6e19a13 ARM: fix segfault by Blue Swirl · 13 years ago
  58. bccd9ec softmmu_header: pass CPUState to tlb_fill by Blue Swirl · 14 years ago
  59. 97b348e Remove unused is_softmmu parameter from cpu_handle_mmu_fault by Blue Swirl · 14 years ago
  60. 3e45717 exec.h cleanup by Blue Swirl · 14 years ago
  61. 1162c04 cpu_loop_exit: avoid using AREG0 by Blue Swirl · 14 years ago
  62. 618ba8e Remove unused function parameter from cpu_restore_state by Stefan Weil · 14 years ago
  63. 7b59220 move helpers.h to helper.h by Lluís · 14 years ago
  64. 7290267 Set the right overflow bit for neon 32 and 64 bit saturating add/sub. by Christophe Lyon · 14 years ago
  65. b0e102d [PATCH] target-arm: remove unused functions cpu_lock(), cpu_unlock() by Peter Maydell · 14 years ago
  66. f669df2 target-arm: use native tcg-ops for ror/bic/vorn by Aurelien Jarno · 15 years ago
  67. 1945761 target-arm: convert NEON VZIP/VUZP/VTRN helper functions to pure TCG by Filip Navara · 15 years ago
  68. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 16 years ago
  69. 99a0949 Get rid of _t suffix by malc · 16 years ago
  70. 8167ee8 Update to a hopefully more future proof FSF address by Blue Swirl · 16 years ago
  71. 37f9ba4 target-arm: don't use T[x] in helper by aurel32 · 16 years ago
  72. fad6cb1 Update FSF address in GPL/LGPL boilerplate by aurel32 · 16 years ago
  73. db8d990 Remove FORCE_RET() and RETURN() by aurel32 · 16 years ago
  74. b1d8e52 Fix undeclared symbol warnings from sparse by blueswir1 · 16 years ago
  75. 3018f25 Fix ARM NEON vdup and vtbl bugs. by pbrook · 17 years ago
  76. 22478e7 Fix smlald, smlsld, pkhtp, pkhbt, ssat, usat, umul, smul... (Laurent Desnogues). by balrog · 17 years ago
  77. 551bd27 Convert remaining __builtin_expect to likely/unlikely, by Jan Kiszka. by ths · 17 years ago
  78. 9b7b85d Fix off-by-one unwinding error. by pbrook · 17 years ago
  79. 6fbe23d ARM N=Z=1 flag fix. by pbrook · 17 years ago
  80. ad69471 ARM TCG conversion 14/16. by pbrook · 17 years ago
  81. 8f8e3aa ARM TCG conversion 13/16. by pbrook · 17 years ago
  82. 8984bd2 ARM TCG conversion 12/16. by pbrook · 17 years ago
  83. 4373f3c ARM TCG conversion 10/16. by pbrook · 17 years ago
  84. b010980 ARM TCG conversion 9/16. by pbrook · 17 years ago
  85. d9ba483 ARM TCG conversion 8/16. by pbrook · 17 years ago
  86. 6ddbc6e ARM TCG conversion 7/16. by pbrook · 17 years ago
  87. 1497c96 ARM TCG conversion 4/16. by pbrook · 17 years ago
  88. 44f8625 fixed invalid type by bellard · 17 years ago
  89. 9ee6e8b ARMv7 support. by pbrook · 17 years ago
  90. 273af66 Adjust s390 addresses (the MSB is defined as "to be ignored"). by ths · 17 years ago
  91. 6ebbf39 Replace is_user variable with mmu_idx in softmmu core, by j_mayer · 17 years ago
  92. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 18 years ago
  93. 40f137e Add Arm926 core support. by pbrook · 19 years ago
  94. b5ff1b3 ARM system emulation (Paul Brook) by bellard · 19 years ago
  95. 89344d5 arm vfp fcmp and fcmpe instructions fix (Paul Brook) by bellard · 20 years ago
  96. 53cd663 soft float support by bellard · 20 years ago
  97. b7bcbe9 ARM VFP support (Paul Brook) by bellard · 20 years ago