1. a88790a remove exec-all.h inclusion from cpu.h by Paolo Bonzini · 15 years ago
  2. 10eb0cc move cpu_pc_from_tb to target-*/exec.h by Paolo Bonzini · 15 years ago
  3. 4c4fd3f target-arm : fix parallel saturated subtraction implementation by Chih-Min Chao · 15 years ago
  4. ed89a2f target-arm : fix thumb2 parallel add/sub opcode decoding by Chih-Min Chao · 15 years ago
  5. bb42e28 target-arm: fix addsub/subadd implementation by Chih-Min Chao · 15 years ago
  6. 41ba834 NEON vldN optimization by Paul Brook · 15 years ago
  7. e03c22a arm: fix arm kernel boot for non zero start addr by Lars Munch · 15 years ago
  8. 9ba8c3f arm: prevent coprocessor IO reset by Lars Munch · 15 years ago
  9. 22ed1d34 arm: remove dead assignments, spotted by clang analyzer by Blue Swirl · 15 years ago
  10. 8e31209 target-arm: fix neon vmon/vmvn with modified immediate by Juha Riihimäki · 15 years ago
  11. d996882 target-arm: resource leak fixes for iwmmxt disassemble by Lars Munch · 15 years ago
  12. 4f78c9a Fix arm-linux-user by Paul Brook · 15 years ago
  13. 983fe82 ARMv7-M reset fixes by Paul Brook · 15 years ago
  14. 3ad493f target-arm: disable PAGE_EXEC for XN pages by Rabin Vincent · 15 years ago
  15. bedd291 target-arm: Fix handling of AL condition in IT instruction by Johan Bengtsson · 15 years ago
  16. d4c430a Large page TLB flush by Paul Brook · 15 years ago
  17. ea825ee target-arm: make RFE usable with any register by Adam Lackorzynski · 15 years ago
  18. 4fcc562 Remove cpu_get_phys_page_debug from userspace emulation by Paul Brook · 15 years ago
  19. 5270589 Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h. by Richard Henderson · 15 years ago
  20. a990f58 target-arm: Fix missing 'return' in SRS handling. by Adam Lackorzynski · 15 years ago
  21. 30d11a2 target-arm: neon vshll instruction fix by Juha Riihimäki · 15 years ago
  22. 79b0e53 target-arm: neon - fix VRADDHN/VRSUBHN vs VADDHN/VSUBHN by Riku Voipio · 15 years ago
  23. c5883be ARM CP15 tls fix by Paul Brook · 15 years ago
  24. 30a8cac target-arm: support thumb exception handlers by Rabin Vincent · 15 years ago
  25. b8b45b6 target-arm: implement Thumb-2 exception return by Rabin Vincent · 15 years ago
  26. fa26df0 target-arm: fix thumb CPS by Rabin Vincent · 15 years ago
  27. 3f26c12 target-arm: refactor cp15.c13 register access by Riku Voipio · 15 years ago
  28. 49a945a kill regs_to_env and env_to_regs by Paolo Bonzini · 15 years ago
  29. 502e64f target-arm: fix strexd by Aurelien Jarno · 15 years ago
  30. 426f5ab ARM atomic ops rewrite by Paul Brook · 15 years ago
  31. 1005556 ARM Cortex-A9 cpu support by Paul Brook · 15 years ago
  32. 6001149 ARM FP16 support by Paul Brook · 15 years ago
  33. f669df2 target-arm: use native tcg-ops for ror/bic/vorn by Aurelien Jarno · 15 years ago
  34. 50f67e9 target-arm: fix neon shift helper functions by Juha Riihimäki · 15 years ago
  35. ca9a32e target-arm: fix neon vsri, vshl and vsli ops by Juha Riihimäki · 15 years ago
  36. 71b3c3d target-arm: allow modifying vfp fpexc en bit only by Juha Riihimäki · 15 years ago
  37. 8449623 target-arm: add support for neon vld1.64/vst1.64 instructions by Juha Riihimäki · 15 years ago
  38. 2301db4 target-arm: fix neon vshrn/vrshrn ops by Juha Riihimäki · 15 years ago
  39. 25aeb69 target-arm: fix incorrect temporary variable freeing by Juha Riihimäki · 15 years ago
  40. 7b2919a target-arm: optimize thumb 32-bit multiply by Juha.Riihimaki@nokia.com · 15 years ago
  41. b75263d target-arm: cleanup internal resource leaks by Juha Riihimäki · 15 years ago
  42. 686eeb9 target-arm: fix sdiv helper by Aurelien Jarno · 15 years ago
  43. 7bbcb0a target-arm: use clz32() instead of a for loop by Aurelien Jarno · 15 years ago
  44. dcc6502 target-arm: fix bugs introduced by 1b2b1e547bd912b7d3c4863d0a0f75f6f38330ed by Aurelien Jarno · 15 years ago
  45. 98a4631 target-arm: fix bugs introduced by 3174f8e91fecf8756e861d1febb049f3c619a2c7 by Aurelien Jarno · 15 years ago
  46. b567b38 target-arm: remove T0 and T1 by Aurelien Jarno · 15 years ago
  47. 747a651 target-arm: remove cpu_T for ARM once and for all by Filip Navara · 15 years ago
  48. 312eea9 target-arm: convert VFP not to use cpu_T by Filip Navara · 15 years ago
  49. da6b533 target-arm: convert disas_iwmmxt_insn not to use cpu_T by Filip Navara · 15 years ago
  50. 3a554c0 target-arm: convert disas_dsp_insn not use cpu_T by Filip Navara · 15 years ago
  51. 1b2b1e5 target-arm: convert disas_neon_ls_insn not to use cpu_T by Filip Navara · 15 years ago
  52. dd8fbd7 target-arm: convert disas_neon_data_insn and helpers not to use cpu_T by Filip Navara · 15 years ago
  53. 3174f8e target-arm: convert rest of disas_arm_insn / disas_thumb2_insn not to use cpu_T by Filip Navara · 15 years ago
  54. 396e467 target-arm: replace thumb usage of cpu_T registers by proper register allocations by Filip Navara · 15 years ago
  55. 15bb4ea target-arm: fix TANDC and TORC instructions by Filip Navara · 15 years ago
  56. 1945761 target-arm: convert NEON VZIP/VUZP/VTRN helper functions to pure TCG by Filip Navara · 15 years ago
  57. a6445c5 target-arm: convert gen_lookup_tb not to use cpu_T by Filip Navara · 15 years ago
  58. 2fbac54 target-arm: get rid of gen_set_psr_T0 and replace it by gen_set_psr/gen_set_psr_im by Filip Navara · 15 years ago
  59. c67b6b7 target-arm: fix SRS/RFE instructions by Filip Navara · 15 years ago
  60. 217aff9 target-arm: remove unused gen_movl_T2_reg function by Filip Navara · 15 years ago
  61. 288eebe target-arm: remove useless line that sets register that is never used again by Filip Navara · 15 years ago
  62. 12edd4f target-arm: get rid of temporary variable cache by Filip Navara · 15 years ago
  63. 155c3ea target-arm: use tcg_global_mem_new_i32 to allocate registers by Filip Navara · 15 years ago
  64. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  65. 99a0949 Get rid of _t suffix by malc · 15 years ago
  66. 72cf2d4 Fix sys-queue.h conflict for good by Blue Swirl · 15 years ago
  67. 0b5c1ce cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signal by Nathan Froyd · 15 years ago
  68. ffe47d3 Save/restore ARMv6 MMU state by Paul Brook · 15 years ago
  69. e2542fe rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN by Juan Quintela · 15 years ago
  70. 8167ee8 Update to a hopefully more future proof FSF address by Blue Swirl · 16 years ago
  71. 024589f Remove unused gen_bx_T0 function. by Filip Navara · 16 years ago
  72. f80f9ec Convert machine registration to use module init functions by Anthony Liguori · 16 years ago
  73. 21aeb34 fix ARMv7 data processing instructions by Juha Riihimäki · 16 years ago
  74. e9bb4aa fix ARMv7 data processing instructions by Juha Riihimäki · 16 years ago
  75. 4af3961 Syborg (Symbian Virtual Platform) board by Paul Brook · 16 years ago
  76. cb76e13 Fixe ARM NEON vrshl. by Paul Brook · 16 years ago
  77. 0bf46a4 qemu: introduce qemu_init_vcpu (Marcelo Tosatti) by aliguori · 16 years ago
  78. 6a4955a qemu: per-arch cpu_has_work (Marcelo Tosatti) by aliguori · 16 years ago
  79. 37f9ba4 target-arm: don't use T[x] in helper by aurel32 · 16 years ago
  80. 1b530a6 Add new command line option -singlestep for tcg single stepping. by aurel32 · 16 years ago
  81. cbbccff Fix ARM quadword VDUP (core register). by pbrook · 16 years ago
  82. 66896cb tcg: rename bswap_i32/i64 functions by aurel32 · 16 years ago
  83. 533d177 Fix correct reset value for ARM CP15 c1 auxiliary control register by aurel32 · 16 years ago
  84. 2b3ea31 clean build: Fix arm build warnings by aurel32 · 16 years ago
  85. c276471 The _exit syscall is used for both thread termination in NPTL applications, by pbrook · 16 years ago
  86. 84a031c Fix cpu_arm_handle_mmu_fault warning by aurel32 · 16 years ago
  87. 0d0266a targets: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
  88. eca1bdf Log reset events (Jan Kiszka) by aliguori · 16 years ago
  89. 8fec2b8 global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost) by aliguori · 16 years ago
  90. 93fcfe3 Convert references to logfile/loglevel to use qemu_log*() macros by aliguori · 16 years ago
  91. fad6cb1 Update FSF address in GPL/LGPL boilerplate by aurel32 · 16 years ago
  92. fe76d97 Implement flush-to-zero mode (denormal results are replaced with zero). by pbrook · 16 years ago
  93. 5c7908e Implement default-NaN mode. by pbrook · 16 years ago
  94. a49ea27 Implement ARMv7 cp15 cache ID registers. by pbrook · 16 years ago
  95. fe1479c Implement (very) basic Thumb2-EE support. This doesn't actually implement by pbrook · 16 years ago
  96. 644ad80 Fix VFP fixed point conversion routines. by pbrook · 16 years ago
  97. d4934d1 Implement ARMv7 MMU access permissions. by pbrook · 16 years ago
  98. 997641a ARM: basic SX1-cellphone sysemu support (Jean-Christophe PLAGNIOL-VILLARD). by balrog · 16 years ago
  99. 1d6198c Remove unnecessary trailing newlines by blueswir1 · 16 years ago
  100. db8d990 Remove FORCE_RET() and RETURN() by aurel32 · 16 years ago