summaryrefslogtreecommitdiffstats
path: root/target-arm
Commit message (Expand)AuthorAgeFilesLines
...
* ARM TCG conversion 12/16.pbrook2008-03-317-330/+277Star
* ARM TCG conversion 11/16.pbrook2008-03-314-248/+295
* ARM TCG conversion 10/16.pbrook2008-03-319-685/+678Star
* ARM TCG conversion 9/16.pbrook2008-03-317-409/+475
* ARM TCG conversion 8/16.pbrook2008-03-314-371/+409
* ARM TCG conversion 7/16.pbrook2008-03-316-449/+537
* ARM TCG conversion 6/16.pbrook2008-03-314-157/+169
* ARM TCG conversion 5/16.pbrook2008-03-312-69/+64Star
* ARM TCG conversion 4/16.pbrook2008-03-316-118/+121
* ARM TCG conversion 3/16.pbrook2008-03-312-196/+65Star
* ARM TCG conversion 2/16.pbrook2008-03-314-9/+12
* ARM TCG conversion 1/16.pbrook2008-03-316-673/+434Star
* use the TCG code generatorbellard2008-02-012-50/+5Star
* Handle cpu_model in copy_cpu(), by Kirill A. Shutemov.ths2007-12-091-0/+1
* Thumb semihosting fixes.pbrook2007-11-251-1/+10
* Add strict checking mode for softfp code.pbrook2007-11-182-6/+4Star
* suppressed tgetx and tputx (initial patch by Thayne Harbaugh)bellard2007-11-161-27/+37
* Prevent cpsr_write/_read be put out of line in op.o (fixes a segfault on some...balrog2007-11-132-42/+45
* Fix msr_mask.pbrook2007-11-111-4/+3Star
* fixed invalid typebellard2007-11-111-2/+2
* ARMv7 support.pbrook2007-11-119-439/+8041
* added cpu_model parameter to cpu_init()bellard2007-11-102-10/+12
* Invalidate TLBs when domains are changed (Matthew Warton).balrog2007-10-311-2/+1Star
* Adjust s390 addresses (the MSB is defined as "to be ignored").ths2007-10-291-1/+5
* Replace is_user variable with mmu_idx in softmmu core,j_mayer2007-10-144-7/+19
* Unify '-cpu ?' option.j_mayer2007-10-122-4/+5
* Move get_sp_from_cpustate from cpu.h to target_signal.h.ths2007-09-271-5/+0Star
* linux-user sigaltstack() syscall, by Thayne Harbaugh.ths2007-09-271-0/+5
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-1713-127/+127
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-1619-184/+184
* Fix tb->size mishandling, by Daniel Jacobowitz.ths2007-09-111-1/+0Star
* Special-case iWMMXt register transfer insns, which are in ARM LDC2/STC2 class.balrog2007-08-012-3/+12
* Fix XScale MMU's extended small pages.balrog2007-07-301-5/+5
* Basic OMAP310 support. Basic Palm Tungsten|E machine emulation.balrog2007-07-292-2/+83
* Various reg offset shift typos.balrog2007-07-241-1/+1
* Thumb shifter carry flag fixes.pbrook2007-07-221-2/+2
* Reset ARM cp15.c1_sys to default values. Fix XScale cp15 accesses.balrog2007-06-242-4/+18
* Fix "blx lr" (Lauro Venancio).pbrook2007-06-111-2/+2
* Use the same offset for all STR and STM instructions that store r15, as speci...balrog2007-06-101-2/+2
* Move target-specific defines to the target directories.ths2007-06-031-0/+7
* Clean up of some target specifics in exec.c/cpu-exec.c.ths2007-06-031-0/+14
* Don't touch carry flag in ASR <reg> with zero <reg>, submitted by Aurelien Ja...balrog2007-05-211-1/+1
* ARM946 CPU support.pbrook2007-05-082-44/+218
* Implement power state changes (IDLE and SLEEP) for PXA.balrog2007-05-011-3/+8
* Account for machine with RAM which is not mapped at 0x0 in arm_boot.c.balrog2007-04-301-1/+2
* Implement iwMMXt instruction set for the PXA270 cpu.balrog2007-04-307-6/+1830
* Core features of ARM XScale processors. Main PXA270 and PXA255 peripherals.balrog2007-04-305-16/+210
* Fix ARM fine pagetables.pbrook2007-04-291-1/+7
* cpu_get_phys_page_debug should return target_phys_addr_tj_mayer2007-04-071-2/+2
* Random bug fixes from code inspection, by Wang Cheng Yeh.ths2007-04-021-2/+2