1. f80f9ec Convert machine registration to use module init functions by Anthony Liguori · 16 years ago
  2. 21aeb34 fix ARMv7 data processing instructions by Juha Riihimäki · 16 years ago
  3. e9bb4aa fix ARMv7 data processing instructions by Juha Riihimäki · 16 years ago
  4. 4af3961 Syborg (Symbian Virtual Platform) board by Paul Brook · 16 years ago
  5. cb76e13 Fixe ARM NEON vrshl. by Paul Brook · 16 years ago
  6. 0bf46a4 qemu: introduce qemu_init_vcpu (Marcelo Tosatti) by aliguori · 16 years ago
  7. 6a4955a qemu: per-arch cpu_has_work (Marcelo Tosatti) by aliguori · 16 years ago
  8. 37f9ba4 target-arm: don't use T[x] in helper by aurel32 · 16 years ago
  9. 1b530a6 Add new command line option -singlestep for tcg single stepping. by aurel32 · 16 years ago
  10. cbbccff Fix ARM quadword VDUP (core register). by pbrook · 16 years ago
  11. 66896cb tcg: rename bswap_i32/i64 functions by aurel32 · 16 years ago
  12. 533d177 Fix correct reset value for ARM CP15 c1 auxiliary control register by aurel32 · 16 years ago
  13. 2b3ea31 clean build: Fix arm build warnings by aurel32 · 16 years ago
  14. c276471 The _exit syscall is used for both thread termination in NPTL applications, by pbrook · 16 years ago
  15. 84a031c Fix cpu_arm_handle_mmu_fault warning by aurel32 · 16 years ago
  16. 0d0266a targets: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
  17. eca1bdf Log reset events (Jan Kiszka) by aliguori · 16 years ago
  18. 8fec2b8 global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost) by aliguori · 16 years ago
  19. 93fcfe3 Convert references to logfile/loglevel to use qemu_log*() macros by aliguori · 16 years ago
  20. fad6cb1 Update FSF address in GPL/LGPL boilerplate by aurel32 · 16 years ago
  21. fe76d97 Implement flush-to-zero mode (denormal results are replaced with zero). by pbrook · 16 years ago
  22. 5c7908e Implement default-NaN mode. by pbrook · 16 years ago
  23. a49ea27 Implement ARMv7 cp15 cache ID registers. by pbrook · 16 years ago
  24. fe1479c Implement (very) basic Thumb2-EE support. This doesn't actually implement by pbrook · 16 years ago
  25. 644ad80 Fix VFP fixed point conversion routines. by pbrook · 16 years ago
  26. d4934d1 Implement ARMv7 MMU access permissions. by pbrook · 16 years ago
  27. 997641a ARM: basic SX1-cellphone sysemu support (Jean-Christophe PLAGNIOL-VILLARD). by balrog · 16 years ago
  28. 1d6198c Remove unnecessary trailing newlines by blueswir1 · 16 years ago
  29. db8d990 Remove FORCE_RET() and RETURN() by aurel32 · 16 years ago
  30. 955a7dd ARM: fix smmul and smmla/smmls usage of registers (Mans Rullgard). by balrog · 16 years ago
  31. ded9d29 ARM: fix usad8 and usada8 usage of registers (Mans Rullgard). by balrog · 16 years ago
  32. 4cc633c Patch holes in ARM translation (Laurent Desnogues). by balrog · 16 years ago
  33. aaf2d97 ARM: cosmetics (Laurent Desnogues). by balrog · 16 years ago
  34. 2cbd949 Common cpu_loop_exit prototype by aurel32 · 16 years ago
  35. c0ce998 Use sys-queue.h for break/watchpoint managment (Jan Kiszka) by aliguori · 16 years ago
  36. bfa50bc Remove premature memop TB terminations (Jan Kiszka) by aliguori · 16 years ago
  37. a1d1bb3 Refactor and enhance break/watchpoint API (Jan Kiszka) by aliguori · 16 years ago
  38. 6b91754 Refactor translation block CPU state handling (Jan Kiszka) by aliguori · 16 years ago
  39. 622ed36 Convert CPU_PC_FROM_TB to static inline (Jan Kiszka) by aliguori · 16 years ago
  40. a7812ae TCG variable type checking. by pbrook · 16 years ago
  41. c9fb531 VFP fnmsc negative zero fix. by pbrook · 16 years ago
  42. b1d8e52 Fix undeclared symbol warnings from sparse by blueswir1 · 16 years ago
  43. a47f43d Additional exclusive load/store instruction are v6K, not v6T2. by pbrook · 16 years ago
  44. 8675340 Fix ARMv6t2 strex instructions. by pbrook · 16 years ago
  45. b2fa179 Fix ARMv6 translation table base address calculation. by pbrook · 16 years ago
  46. 4be27db Optimize redundant cp15 coprocessor access control register writes. by pbrook · 16 years ago
  47. 56aebc8 Add GDB XML register description support. by pbrook · 16 years ago
  48. 3018f25 Fix ARM NEON vdup and vtbl bugs. by pbrook · 16 years ago
  49. e4b3861 Fix neon encoding comment. by pbrook · 16 years ago
  50. 36aa55d Add concat_i32_i64 op. by pbrook · 16 years ago
  51. b40d035 Fix QADD / QSUB decoding on ARM (Torbjörn Andersson). by balrog · 16 years ago
  52. 79383c9 Fix some warnings that would be generated by gcc -Wredundant-decls by blueswir1 · 17 years ago
  53. a87aa10 ARMv6: fix SIMD add/sub carry flags (Vincent Palatin). by balrog · 17 years ago
  54. 7997d92 ARM: fix CPS masks (Vincent Palatin). by balrog · 17 years ago
  55. 22478e7 Fix smlald, smlsld, pkhtp, pkhbt, ssat, usat, umul, smul... (Laurent Desnogues). by balrog · 17 years ago
  56. 2cfc5f1 Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues. by ths · 17 years ago
  57. d60bb01 Terminate TB immediately after v7-M exception return. by pbrook · 17 years ago
  58. 551bd27 Convert remaining __builtin_expect to likely/unlikely, by Jan Kiszka. by ths · 17 years ago
  59. 06e80fc Silence compiler warning. by ths · 17 years ago
  60. ab19b0e ARMv7-M interrupt stack alignment fix. by pbrook · 17 years ago
  61. 9656f32 Move interrupt_request and user_mode_only to common cpu state. by pbrook · 17 years ago
  62. bf20dc0 Spelling fixes, spotted by Stuart Brady. by ths · 17 years ago
  63. b3c7724 Move CPU save/load registration to common code. by pbrook · 17 years ago
  64. a50f5b9 Suppress bogus compiler warnings. by pbrook · 17 years ago
  65. 2e70f6e Add instruction counter. by pbrook · 17 years ago
  66. a60de94 Mark a dead_tmp as such in ARM msr. by balrog · 17 years ago
  67. 89cdb6a Provide basic emulation for Sharp SL-6000 PDA (Tosa), Dmitry Baryshkov. by balrog · 17 years ago
  68. f8ed707 Fix typo. by pbrook · 17 years ago
  69. 6e68e07 Move clone() register setup to target specific code. Handle fork-like clone. by pbrook · 17 years ago
  70. 9133e39 Push common interrupt variables to cpu-defs.h (Glauber Costa) by bellard · 17 years ago
  71. fbb4a2e Implement ARM magic kernel page and TLS register. by pbrook · 17 years ago
  72. ce5232c moved halted field to CPU_COMMON by bellard · 17 years ago
  73. 9b7b85d Fix off-by-one unwinding error. by pbrook · 17 years ago
  74. cb63669 Fix ARM conditional branch bug. Add tcg_gen_brcondi. by pbrook · 17 years ago
  75. c30bb26 Add N810 to allowed -M values, add documentation part for N8x0. by balrog · 17 years ago
  76. 4aa9aca Remove arm's local not_i32 tcg op now that there's one in tcg. by balrog · 17 years ago
  77. 390efc5 Add TCG native negation op. by pbrook · 17 years ago
  78. 8683143 Add zero extension (pseudo-)ops. by pbrook · 17 years ago
  79. 8dd3dca remove target ifdefs from vl.c by aurel32 · 17 years ago
  80. 460a09c Fix incorrect argument types. by pbrook · 17 years ago
  81. d2856f1 Factorize code in translate.c by aurel32 · 17 years ago
  82. 601d70b Remove an unused field and fix some non-code typos. by balrog · 17 years ago
  83. 66230e0 Correct more ARM VFP 32/64 and signed/unsigned typos. by balrog · 17 years ago
  84. 422ebf6 Save the exact SWI return address in Thumb mode. by balrog · 17 years ago
  85. 827df9f Add basic OMAP2 chip support. by balrog · 17 years ago
  86. f93eb9f Move the excess of arm_load_kernel() parameters into a struct. by balrog · 17 years ago
  87. e22f8f3 Correctly restore pc after an exception occured in Thumb mode. by balrog · 17 years ago
  88. 5b340b5 Fix ARM VFP related segfaults. by balrog · 17 years ago
  89. 6a0d8a1 Fix the offset in Thumb bl instruction. by balrog · 17 years ago
  90. 2637a3b Set an unset label in ARM strex. by balrog · 17 years ago
  91. 72f1c62 Fix ARM and Thumb ldlex/stlex. by balrog · 17 years ago
  92. 6c95676 Store the right TCG temp (typo). by balrog · 17 years ago
  93. ca10f86 Remove osdep.c/qemu-img code duplication by aurel32 · 17 years ago
  94. 1654b2d Fix few spelling issues in comments by aurel32 · 17 years ago
  95. 3ebdd11 Move target-arm/nwfpe into linux-user/arm/nwfpe by aurel32 · 17 years ago
  96. 6d9a42b Implement ARM floating point exception emulation by aurel32 · 17 years ago
  97. 6fbe23d ARM N=Z=1 flag fix. by pbrook · 17 years ago
  98. 663715f ARM TCG conversion 16/16. by pbrook · 17 years ago
  99. e677137 ARM TCG conversion 15/16. by pbrook · 17 years ago
  100. ad69471 ARM TCG conversion 14/16. by pbrook · 17 years ago