| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement flush-to-zero mode (denormal results are replaced with zero). | pbrook | 2008-12-19 | 1 | -1/+2 |
* | Implement default-NaN mode. | pbrook | 2008-12-19 | 1 | -0/+2 |
* | Implement ARMv7 cp15 cache ID registers. | pbrook | 2008-12-19 | 1 | -7/+25 |
* | Implement (very) basic Thumb2-EE support. This doesn't actually implement | pbrook | 2008-12-19 | 1 | -0/+11 |
* | Fix VFP fixed point conversion routines. | pbrook | 2008-12-19 | 1 | -1/+1 |
* | Implement ARMv7 MMU access permissions. | pbrook | 2008-12-19 | 1 | -1/+11 |
* | Fix ARMv6 translation table base address calculation. | pbrook | 2008-10-22 | 1 | -21/+20 |
* | Optimize redundant cp15 coprocessor access control register writes. | pbrook | 2008-10-22 | 1 | -3/+5 |
* | Add GDB XML register description support. | pbrook | 2008-10-11 | 1 | -0/+62 |
* | ARMv6: fix SIMD add/sub carry flags (Vincent Palatin). | balrog | 2008-07-19 | 1 | -4/+4 |
* | Fix smlald, smlsld, pkhtp, pkhbt, ssat, usat, umul, smul... (Laurent Desnogues). | balrog | 2008-07-19 | 1 | -3/+3 |
* | ARMv7-M interrupt stack alignment fix. | pbrook | 2008-07-02 | 1 | -1/+1 |
* | Fix incorrect argument types. | pbrook | 2008-05-01 | 1 | -2/+2 |
* | Remove an unused field and fix some non-code typos. | balrog | 2008-04-20 | 1 | -3/+3 |
* | Correct more ARM VFP 32/64 and signed/unsigned typos. | balrog | 2008-04-20 | 1 | -2/+2 |
* | Add basic OMAP2 chip support. | balrog | 2008-04-14 | 1 | -0/+7 |
* | Store the right TCG temp (typo). | balrog | 2008-04-13 | 1 | -1/+1 |
* | Remove osdep.c/qemu-img code duplication | aurel32 | 2008-04-11 | 1 | -0/+1 |
* | Fix few spelling issues in comments | aurel32 | 2008-04-11 | 1 | -4/+4 |
* | ARM N=Z=1 flag fix. | pbrook | 2008-04-01 | 1 | -8/+6 |
* | ARM TCG conversion 14/16. | pbrook | 2008-03-31 | 1 | -24/+5 |
* | ARM TCG conversion 13/16. | pbrook | 2008-03-31 | 1 | -6/+8 |
* | ARM TCG conversion 12/16. | pbrook | 2008-03-31 | 1 | -12/+12 |
* | ARM TCG conversion 11/16. | pbrook | 2008-03-31 | 1 | -1/+4 |
* | ARM TCG conversion 10/16. | pbrook | 2008-03-31 | 1 | -0/+363 |
* | ARM TCG conversion 9/16. | pbrook | 2008-03-31 | 1 | -4/+4 |
* | ARM TCG conversion 7/16. | pbrook | 2008-03-31 | 1 | -0/+245 |
* | ARM TCG conversion 6/16. | pbrook | 2008-03-31 | 1 | -0/+29 |
* | ARM TCG conversion 4/16. | pbrook | 2008-03-31 | 1 | -2/+0 |
* | ARM TCG conversion 2/16. | pbrook | 2008-03-31 | 1 | -0/+8 |
* | ARM TCG conversion 1/16. | pbrook | 2008-03-31 | 1 | -0/+26 |
* | Handle cpu_model in copy_cpu(), by Kirill A. Shutemov. | ths | 2007-12-09 | 1 | -0/+1 |
* | Thumb semihosting fixes. | pbrook | 2007-11-24 | 1 | -1/+10 |
* | Prevent cpsr_write/_read be put out of line in op.o (fixes a segfault on some... | balrog | 2007-11-13 | 1 | -0/+42 |
* | ARMv7 support. | pbrook | 2007-11-11 | 1 | -181/+923 |
* | added cpu_model parameter to cpu_init() | bellard | 2007-11-10 | 1 | -8/+11 |
* | Invalidate TLBs when domains are changed (Matthew Warton). | balrog | 2007-10-31 | 1 | -2/+1 |
* | Replace is_user variable with mmu_idx in softmmu core, | j_mayer | 2007-10-14 | 1 | -4/+5 |
* | Unify '-cpu ?' option. | j_mayer | 2007-10-12 | 1 | -3/+3 |
* | find -type f | xargs sed -i 's/[\t ]$//g' # on most files | ths | 2007-09-16 | 1 | -1/+1 |
* | Special-case iWMMXt register transfer insns, which are in ARM LDC2/STC2 class. | balrog | 2007-08-01 | 1 | -3/+5 |
* | Fix XScale MMU's extended small pages. | balrog | 2007-07-29 | 1 | -5/+5 |
* | Basic OMAP310 support. Basic Palm Tungsten|E machine emulation. | balrog | 2007-07-29 | 1 | -1/+75 |
* | Reset ARM cp15.c1_sys to default values. Fix XScale cp15 accesses. | balrog | 2007-06-24 | 1 | -4/+17 |
* | ARM946 CPU support. | pbrook | 2007-05-08 | 1 | -41/+209 |
* | Implement iwMMXt instruction set for the PXA270 cpu. | balrog | 2007-04-30 | 1 | -0/+2 |
* | Core features of ARM XScale processors. Main PXA270 and PXA255 peripherals. | balrog | 2007-04-30 | 1 | -11/+124 |
* | Fix ARM fine pagetables. | pbrook | 2007-04-29 | 1 | -1/+7 |
* | cpu_get_phys_page_debug should return target_phys_addr_t | j_mayer | 2007-04-07 | 1 | -2/+2 |
* | ARM reabbot support (orginal patch by Aurelien Jarno). | pbrook | 2007-03-11 | 1 | -22/+31 |