1. 4f78c9a Fix arm-linux-user by Paul Brook · 15 years ago
  2. 983fe82 ARMv7-M reset fixes by Paul Brook · 15 years ago
  3. 3ad493f target-arm: disable PAGE_EXEC for XN pages by Rabin Vincent · 15 years ago
  4. d4c430a Large page TLB flush by Paul Brook · 15 years ago
  5. 4fcc562 Remove cpu_get_phys_page_debug from userspace emulation by Paul Brook · 15 years ago
  6. 30a8cac target-arm: support thumb exception handlers by Rabin Vincent · 15 years ago
  7. 3f26c12 target-arm: refactor cp15.c13 register access by Riku Voipio · 15 years ago
  8. 426f5ab ARM atomic ops rewrite by Paul Brook · 15 years ago
  9. 1005556 ARM Cortex-A9 cpu support by Paul Brook · 15 years ago
  10. 6001149 ARM FP16 support by Paul Brook · 15 years ago
  11. 71b3c3d target-arm: allow modifying vfp fpexc en bit only by Juha Riihimäki · 15 years ago
  12. 686eeb9 target-arm: fix sdiv helper by Aurelien Jarno · 15 years ago
  13. 7bbcb0a target-arm: use clz32() instead of a for loop by Aurelien Jarno · 15 years ago
  14. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  15. 99a0949 Get rid of _t suffix by malc · 15 years ago
  16. 0bf46a4 qemu: introduce qemu_init_vcpu (Marcelo Tosatti) by aliguori · 16 years ago
  17. 533d177 Fix correct reset value for ARM CP15 c1 auxiliary control register by aurel32 · 16 years ago
  18. 2b3ea31 clean build: Fix arm build warnings by aurel32 · 16 years ago
  19. 0d0266a targets: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
  20. eca1bdf Log reset events (Jan Kiszka) by aliguori · 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. b2fa179 Fix ARMv6 translation table base address calculation. by pbrook · 16 years ago
  28. 4be27db Optimize redundant cp15 coprocessor access control register writes. by pbrook · 16 years ago
  29. 56aebc8 Add GDB XML register description support. by pbrook · 16 years ago
  30. a87aa10 ARMv6: fix SIMD add/sub carry flags (Vincent Palatin). by balrog · 17 years ago
  31. 22478e7 Fix smlald, smlsld, pkhtp, pkhbt, ssat, usat, umul, smul... (Laurent Desnogues). by balrog · 17 years ago
  32. ab19b0e ARMv7-M interrupt stack alignment fix. by pbrook · 17 years ago
  33. 460a09c Fix incorrect argument types. by pbrook · 17 years ago
  34. 601d70b Remove an unused field and fix some non-code typos. by balrog · 17 years ago
  35. 66230e0 Correct more ARM VFP 32/64 and signed/unsigned typos. by balrog · 17 years ago
  36. 827df9f Add basic OMAP2 chip support. by balrog · 17 years ago
  37. 6c95676 Store the right TCG temp (typo). by balrog · 17 years ago
  38. ca10f86 Remove osdep.c/qemu-img code duplication by aurel32 · 17 years ago
  39. 1654b2d Fix few spelling issues in comments by aurel32 · 17 years ago
  40. 6fbe23d ARM N=Z=1 flag fix. by pbrook · 17 years ago
  41. ad69471 ARM TCG conversion 14/16. by pbrook · 17 years ago
  42. 8f8e3aa ARM TCG conversion 13/16. by pbrook · 17 years ago
  43. 8984bd2 ARM TCG conversion 12/16. by pbrook · 17 years ago
  44. 5e3f878 ARM TCG conversion 11/16. by pbrook · 17 years ago
  45. 4373f3c ARM TCG conversion 10/16. by pbrook · 17 years ago
  46. b010980 ARM TCG conversion 9/16. by pbrook · 17 years ago
  47. 6ddbc6e ARM TCG conversion 7/16. by pbrook · 17 years ago
  48. 3670669 ARM TCG conversion 6/16. by pbrook · 17 years ago
  49. 1497c96 ARM TCG conversion 4/16. by pbrook · 17 years ago
  50. f51bbbf ARM TCG conversion 2/16. by pbrook · 17 years ago
  51. b26eefb ARM TCG conversion 1/16. by pbrook · 17 years ago
  52. 01ba981 Handle cpu_model in copy_cpu(), by Kirill A. Shutemov. by ths · 17 years ago
  53. 2ad207d Thumb semihosting fixes. by pbrook · 17 years ago
  54. 2f4a40e Prevent cpsr_write/_read be put out of line in op.o (fixes a segfault on some platforms). by balrog · 17 years ago
  55. 9ee6e8b ARMv7 support. by pbrook · 17 years ago
  56. aaed909 added cpu_model parameter to cpu_init() by bellard · 17 years ago
  57. 405ee3a Invalidate TLBs when domains are changed (Matthew Warton). by balrog · 17 years ago
  58. 6ebbf39 Replace is_user variable with mmu_idx in softmmu core, by j_mayer · 17 years ago
  59. c732abe Unify '-cpu ?' option. by j_mayer · 17 years ago
  60. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
  61. 2e23213 Special-case iWMMXt register transfer insns, which are in ARM LDC2/STC2 class. by balrog · 18 years ago
  62. 330c4d6 Fix XScale MMU's extended small pages. by balrog · 18 years ago
  63. c3d2689 Basic OMAP310 support. Basic Palm Tungsten|E machine emulation. by balrog · 18 years ago
  64. 610c3c8 Reset ARM cp15.c1_sys to default values. Fix XScale cp15 accesses. by balrog · 18 years ago
  65. ce81986 ARM946 CPU support. by pbrook · 18 years ago
  66. 18c9b56 Implement iwMMXt instruction set for the PXA270 cpu. by balrog · 18 years ago
  67. c171313 Core features of ARM XScale processors. Main PXA270 and PXA255 peripherals. by balrog · 18 years ago
  68. c73c3aa Fix ARM fine pagetables. by pbrook · 18 years ago
  69. 9b3c35e cpu_get_phys_page_debug should return target_phys_addr_t by j_mayer · 18 years ago
  70. f3d6b95 ARM reabbot support (orginal patch by Aurelien Jarno). by pbrook · 18 years ago
  71. 5adb483 Fix typo in help output. List ARM cpus. by pbrook · 18 years ago
  72. 3371d27 Implement --cpu for ARM. by pbrook · 18 years ago
  73. 8e71621 Add ARM Angel semihosting to system emulation. by pbrook · 18 years ago
  74. 7860032 Arm MMU fix (Justin Fletcher). by pbrook · 18 years ago
  75. d07edbf Fix Arm cp15 c13 (Process ID) register writes. by pbrook · 19 years ago
  76. 8637c67 Fix FIQ bank switching. by pbrook · 19 years ago
  77. 40f137e Add Arm926 core support. by pbrook · 19 years ago
  78. 06c949e Implement Arm BKPT instruction. by pbrook · 19 years ago
  79. 6d7e632 switching to Arm mode in do_interrupt() (Paul Brook) by bellard · 19 years ago
  80. b5ff1b3 ARM system emulation (Paul Brook) by bellard · 19 years ago