1. 462a8bc arm: Add const attribute to some arm_boot_info pointers by Stefan Weil · 14 years ago
  2. f081c76 Move cpu_has_work and cpu_pc_from_tb to cpu.h by Blue Swirl · 14 years ago
  3. 403946c target-arm: Privatize CPU_INTERRUPT_FIQ. by Richard Henderson · 14 years ago
  4. 5bc95aa Implement basic part of SA-1110/SA-1100 by Dmitry Eremin-Solenikov · 14 years ago
  5. be5e7a7 arm: basic support for ARMv4/ARMv4T emulation by Dmitry Eremin-Solenikov · 14 years ago
  6. f8bf860 target-arm: Implement cp15 VA->PA translation by Adam Lackorzynski · 14 years ago
  7. 3213883 arm: drop unused irq-related part of CPUARMState by Dmitry Eremin-Solenikov · 14 years ago
  8. e1bbf44 target-arm: Add CPU feature flag for v7MP by Peter Maydell · 14 years ago
  9. 05ed9a9 target-arm: Set privileged bit in TB flags correctly for M profile by Peter Maydell · 14 years ago
  10. a170576 target-arm: Add symbolic constants for bitfields in TB flags by Peter Maydell · 14 years ago
  11. 3a492f3 target-arm: Add support for 'Standard FPSCR Value' as used by Neon by Peter Maydell · 14 years ago
  12. 0165329 ARM: Expose vfp_get_fpscr() and vfp_set_fpscr() to C code by Peter Maydell · 14 years ago
  13. b0e102d [PATCH] target-arm: remove unused functions cpu_lock(), cpu_unlock() by Peter Maydell · 14 years ago
  14. 9a78eea target-xxx: Use fprintf_function (format checking) by Stefan Weil · 14 years ago
  15. a88790a remove exec-all.h inclusion from cpu.h by Paolo Bonzini · 15 years ago
  16. 10eb0cc move cpu_pc_from_tb to target-*/exec.h by Paolo Bonzini · 15 years ago
  17. 9ba8c3f arm: prevent coprocessor IO reset by Lars Munch · 15 years ago
  18. 983fe82 ARMv7-M reset fixes 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. 426f5ab ARM atomic ops rewrite by Paul Brook · 15 years ago
  21. 1005556 ARM Cortex-A9 cpu support by Paul Brook · 15 years ago
  22. 6001149 ARM FP16 support by Paul Brook · 15 years ago
  23. 0b5c1ce cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signal by Nathan Froyd · 16 years ago
  24. ffe47d3 Save/restore ARMv6 MMU state by Paul Brook · 16 years ago
  25. 8167ee8 Update to a hopefully more future proof FSF address by Blue Swirl · 16 years ago
  26. c276471 The _exit syscall is used for both thread termination in NPTL applications, by pbrook · 16 years ago
  27. 84a031c Fix cpu_arm_handle_mmu_fault warning by aurel32 · 16 years ago
  28. fad6cb1 Update FSF address in GPL/LGPL boilerplate by aurel32 · 16 years ago
  29. a49ea27 Implement ARMv7 cp15 cache ID registers. by pbrook · 16 years ago
  30. fe1479c Implement (very) basic Thumb2-EE support. This doesn't actually implement by pbrook · 16 years ago
  31. 6b91754 Refactor translation block CPU state handling (Jan Kiszka) by aliguori · 16 years ago
  32. 622ed36 Convert CPU_PC_FROM_TB to static inline (Jan Kiszka) by aliguori · 16 years ago
  33. b2fa179 Fix ARMv6 translation table base address calculation. by pbrook · 16 years ago
  34. 9656f32 Move interrupt_request and user_mode_only to common cpu state. by pbrook · 17 years ago
  35. b3c7724 Move CPU save/load registration to common code. by pbrook · 17 years ago
  36. 2e70f6e Add instruction counter. by pbrook · 17 years ago
  37. f8ed707 Fix typo. by pbrook · 17 years ago
  38. 6e68e07 Move clone() register setup to target specific code. Handle fork-like clone. by pbrook · 17 years ago
  39. 9133e39 Push common interrupt variables to cpu-defs.h (Glauber Costa) by bellard · 17 years ago
  40. fbb4a2e Implement ARM magic kernel page and TLS register. by pbrook · 17 years ago
  41. ce5232c moved halted field to CPU_COMMON by bellard · 17 years ago
  42. 827df9f Add basic OMAP2 chip support. by balrog · 17 years ago
  43. f93eb9f Move the excess of arm_load_kernel() parameters into a struct. by balrog · 17 years ago
  44. 6fbe23d ARM N=Z=1 flag fix. by pbrook · 17 years ago
  45. 4373f3c ARM TCG conversion 10/16. by pbrook · 17 years ago
  46. b26eefb ARM TCG conversion 1/16. by pbrook · 17 years ago
  47. 2f4a40e Prevent cpsr_write/_read be put out of line in op.o (fixes a segfault on some platforms). by balrog · 17 years ago
  48. 9ee6e8b ARMv7 support. by pbrook · 17 years ago
  49. aaed909 added cpu_model parameter to cpu_init() by bellard · 17 years ago
  50. 6ebbf39 Replace is_user variable with mmu_idx in softmmu core, by j_mayer · 17 years ago
  51. c732abe Unify '-cpu ?' option. by j_mayer · 17 years ago
  52. 198a74d Move get_sp_from_cpustate from cpu.h to target_signal.h. by ths · 17 years ago
  53. a04e134 linux-user sigaltstack() syscall, by Thayne Harbaugh. by ths · 17 years ago
  54. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 17 years ago
  55. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
  56. c3d2689 Basic OMAP310 support. Basic Palm Tungsten|E machine emulation. by balrog · 18 years ago
  57. 82d1797 Various reg offset shift typos. by balrog · 18 years ago
  58. 610c3c8 Reset ARM cp15.c1_sys to default values. Fix XScale cp15 accesses. by balrog · 18 years ago
  59. 9467d44 Move target-specific defines to the target directories. by ths · 18 years ago
  60. ce81986 ARM946 CPU support. by pbrook · 18 years ago
  61. 9d55199 Account for machine with RAM which is not mapped at 0x0 in arm_boot.c. by balrog · 18 years ago
  62. 18c9b56 Implement iwMMXt instruction set for the PXA270 cpu. by balrog · 18 years ago
  63. c171313 Core features of ARM XScale processors. Main PXA270 and PXA255 peripherals. by balrog · 18 years ago
  64. f3d6b95 ARM reabbot support (orginal patch by Aurelien Jarno). by pbrook · 18 years ago
  65. 5adb483 Fix typo in help output. List ARM cpus. by pbrook · 18 years ago
  66. 3371d27 Implement --cpu for ARM. by pbrook · 18 years ago
  67. 5a7b542 siginfo fix for Darwin/Mac OS X, by Pierre d'Herbemont. by ths · 18 years ago
  68. 9042c0e Check ELF binaries for machine type and endianness. by ths · 18 years ago
  69. d37aca6 Fix comment typo. by pbrook · 18 years ago
  70. 40f137e Add Arm926 core support. by pbrook · 19 years ago
  71. ce4defa Arm Linux EABI syscall support. by pbrook · 19 years ago
  72. 06c949e Implement Arm BKPT instruction. by pbrook · 19 years ago
  73. 9332f9d ARM CPU suspend/halt (Paul Brook) by bellard · 19 years ago
  74. b5ff1b3 ARM system emulation (Paul Brook) by bellard · 19 years ago
  75. a316d33 added CPU_COMMON and CPUState.tb_jmp_cache[] by bellard · 19 years ago
  76. 1fddef4 gdb support for user mode (Paul Brook) by bellard · 20 years ago
  77. 8e96005 VFP register ordering (Paul Brook) by bellard · 20 years ago
  78. 53cd663 soft float support by bellard · 20 years ago
  79. b7bcbe9 ARM VFP support (Paul Brook) by bellard · 20 years ago
  80. b8a9e8f initial user mmu support by bellard · 20 years ago
  81. 99c475a armv5te support (Paul Brook) by bellard · 20 years ago
  82. 7fe4848 monitor fixes by bellard · 20 years ago
  83. d720b93 precise self modifying code support by bellard · 21 years ago
  84. 3cf1e03 added TARGET_LONG_BITS by bellard · 21 years ago
  85. 2c0262a new directory structure by bellard · 21 years ago