aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signalNathan Froyd2009-08-241-0/+1
* Save/restore ARMv6 MMU statePaul Brook2009-07-311-1/+1
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1
* The _exit syscall is used for both thread termination in NPTL applications,pbrook2009-03-071-1/+2
* Fix cpu_arm_handle_mmu_fault warningaurel322009-02-071-0/+2
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-041-1/+1
* Implement ARMv7 cp15 cache ID registers.pbrook2008-12-191-0/+3
* Implement (very) basic Thumb2-EE support. This doesn't actually implementpbrook2008-12-191-1/+6
* Refactor translation block CPU state handling (Jan Kiszka)aliguori2008-11-181-0/+13
* Convert CPU_PC_FROM_TB to static inline (Jan Kiszka)aliguori2008-11-181-2/+6
* Fix ARMv6 translation table base address calculation.pbrook2008-10-221-1/+3
* Move interrupt_request and user_mode_only to common cpu state.pbrook2008-07-011-4/+0
* Move CPU save/load registration to common code.pbrook2008-06-301-1/+1
* Add instruction counter.pbrook2008-06-291-0/+2
* Fix typo.pbrook2008-05-301-1/+1
* Move clone() register setup to target specific code. Handle fork-like clone.pbrook2008-05-301-0/+9
* Push common interrupt variables to cpu-defs.h (Glauber Costa)bellard2008-05-291-2/+0
* Implement ARM magic kernel page and TLS register.pbrook2008-05-291-0/+5
* moved halted field to CPU_COMMONbellard2008-05-281-1/+0
* Add basic OMAP2 chip support.balrog2008-04-141-0/+1
* Move the excess of arm_load_kernel() parameters into a struct.balrog2008-04-141-6/+3
* ARM N=Z=1 flag fix.pbrook2008-04-011-5/+6
* ARM TCG conversion 10/16.pbrook2008-03-311-3/+0
* ARM TCG conversion 1/16.pbrook2008-03-311-1/+2
* Prevent cpsr_write/_read be put out of line in op.o (fixes a segfault on some...balrog2007-11-131-42/+3
* ARMv7 support.pbrook2007-11-111-25/+162
* added cpu_model parameter to cpu_init()bellard2007-11-101-2/+1
* Replace is_user variable with mmu_idx in softmmu core,j_mayer2007-10-141-0/+11
* Unify '-cpu ?' option.j_mayer2007-10-121-1/+2
* Move get_sp_from_cpustate from cpu.h to target_signal.h.ths2007-09-271-5/+0
* 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-171-3/+3
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-6/+6
* Basic OMAP310 support. Basic Palm Tungsten|E machine emulation.balrog2007-07-291-1/+8
* Various reg offset shift typos.balrog2007-07-241-1/+1
* Reset ARM cp15.c1_sys to default values. Fix XScale cp15 accesses.balrog2007-06-241-0/+1
* Move target-specific defines to the target directories.ths2007-06-031-0/+7
* ARM946 CPU support.pbrook2007-05-081-3/+9
* 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-301-0/+19
* Core features of ARM XScale processors. Main PXA270 and PXA255 peripherals.balrog2007-04-301-4/+34
* ARM reabbot support (orginal patch by Aurelien Jarno).pbrook2007-03-111-0/+6
* Fix typo in help output.pbrook2007-03-081-0/+1
* Implement --cpu for ARM.pbrook2007-03-081-1/+1
* siginfo fix for Darwin/Mac OS X, by Pierre d'Herbemont.ths2007-01-311-2/+1
* Check ELF binaries for machine type and endianness.ths2006-12-231-0/+2
* Fix comment typo.pbrook2006-10-221-1/+1
* Add Arm926 core support.pbrook2006-02-201-3/+29
* Arm Linux EABI syscall support.pbrook2006-02-091-0/+5
* Implement Arm BKPT instruction.pbrook2006-02-041-0/+1