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