aboutsummaryrefslogtreecommitdiffstats
path: root/target-arm/helper.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-31ARM TCG conversion 1/16.pbrook1-0/+26
2007-12-09Handle cpu_model in copy_cpu(), by Kirill A. Shutemov.ths1-0/+1
2007-11-24Thumb semihosting fixes.pbrook1-1/+10
2007-11-13Prevent cpsr_write/_read be put out of line in op.o (fixes a segfault on some...balrog1-0/+42
2007-11-11ARMv7 support.pbrook1-181/+923
2007-11-10added cpu_model parameter to cpu_init()bellard1-8/+11
2007-10-31Invalidate TLBs when domains are changed (Matthew Warton).balrog1-2/+1
2007-10-14Replace is_user variable with mmu_idx in softmmu core,j_mayer1-4/+5
2007-10-12Unify '-cpu ?' option.j_mayer1-3/+3
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-1/+1
2007-08-01Special-case iWMMXt register transfer insns, which are in ARM LDC2/STC2 class.balrog1-3/+5
2007-07-29Fix XScale MMU's extended small pages.balrog1-5/+5
2007-07-29Basic OMAP310 support. Basic Palm Tungsten|E machine emulation.balrog1-1/+75
2007-06-24Reset ARM cp15.c1_sys to default values. Fix XScale cp15 accesses.balrog1-4/+17
2007-05-08ARM946 CPU support.pbrook1-41/+209
2007-04-30Implement iwMMXt instruction set for the PXA270 cpu.balrog1-0/+2
2007-04-30Core features of ARM XScale processors. Main PXA270 and PXA255 peripherals.balrog1-11/+124
2007-04-29Fix ARM fine pagetables.pbrook1-1/+7
2007-04-07cpu_get_phys_page_debug should return target_phys_addr_tj_mayer1-2/+2
2007-03-11ARM reabbot support (orginal patch by Aurelien Jarno).pbrook1-22/+31
2007-03-08Fix typo in help output.pbrook1-0/+10
2007-03-08Implement --cpu for ARM.pbrook1-1/+28
2007-01-20Add ARM Angel semihosting to system emulation.pbrook1-0/+18
2006-09-09Arm MMU fix (Justin Fletcher).pbrook1-1/+1
2006-07-21Fix Arm cp15 c13 (Process ID) register writes.pbrook1-2/+10
2006-03-14Fix FIQ bank switching.pbrook1-2/+2
2006-02-20Add Arm926 core support.pbrook1-2/+61
2006-02-04Implement Arm BKPT instruction.pbrook1-0/+1
2005-12-18switching to Arm mode in do_interrupt() (Paul Brook)bellard1-2/+3
2005-11-26ARM system emulation (Paul Brook)bellard1-0/+555