aboutsummaryrefslogtreecommitdiff
path: root/target-arm/helper.c
AgeCommit message (Expand)Author
2013-10-31target-arm: sort TCG cpreg list by KVM-style 64 bit ID numberAlvise Rigo
2013-10-31target-arm: Add CP15 VBAR supportNathan Rossi
2013-10-07cpu: Drop cpu_model_str from CPU_COMMONAndreas Färber
2013-09-10target-arm: Implement qmp query-cpu-definitionsCole Robinson
2013-09-10target-arm: Avoid "1 << 31" undefined behaviourPeter Maydell
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2013-08-20target-arm: Implement the generic timerPeter Maydell
2013-08-20target-arm: Allow raw_read() and raw_write() to handle 64 bit regsPeter Maydell
2013-08-20target-arm: Implement 'int' loglevelPeter Maydell
2013-07-27misc: Use g_assert_not_reached for code which is expected to be unreachableStefan Weil
2013-07-23gdbstub: Change gdb_register_coprocessor() argument to CPUStateAndreas Färber
2013-07-23cpu: Turn cpu_get_phys_page_debug() into a CPUClass hookAndreas Färber
2013-07-15target-arm: Avoid g_hash_table_get_keys()Peter Maydell
2013-07-15target-arm: avoid undefined behaviour when writing TTBCRPeter Maydell
2013-07-15target-arm/helper.c: Allow const opaques in arm CPPeter Crosthwaite
2013-07-15target-arm/helper.c: Implement MIDR aliasesPeter Crosthwaite
2013-07-15target-arm/helper.c: OMAP/StrongARM cp15 crn=0 cleanupPeter Crosthwaite
2013-06-25target-arm: Convert TCG to using (index,value) list for cp migrationPeter Maydell
2013-06-25target-arm: mark up cpregs for no-migrate or raw accessPeter Maydell
2013-06-25target-arm: Add raw_readfn and raw_writefn to ARMCPRegInfoPeter Maydell
2013-03-12target-arm: Override do_interrupt for ARMv7-M profileAndreas Färber
2013-03-12cpu: Replace do_interrupt() by CPUClass::do_interrupt methodAndreas Färber
2013-03-12cpu: Pass CPUState to cpu_interrupt()Andreas Färber
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber
2013-03-05ARM: KVM: Add support for KVM on ARM architectureChristoffer Dall
2013-03-05target-arm: Drop CPUARMState* argument from bank_number()Peter Maydell
2013-02-23target-arm: Use mul[us]2 and add2 in umlal et alRichard Henderson
2013-02-16target-arm: Move TCG initialization to ARMCPU initfnAndreas Färber
2013-02-16target-arm: Update ARMCPU to QOM realizefnAndreas Färber
2013-01-30target-arm: Rename CPU typesAndreas Färber
2013-01-27target-arm: Detect attempt to instantiate non-CPU type in cpu_init()Andreas Färber
2013-01-15cpu: Move cpu_index field to CPUStateAndreas Färber
2013-01-11target-arm: Fix SWI (SVC) instruction in M profile.Alex_Rozenman@mentor.com
2012-12-23Merge branch 'master' of git://git.qemu.org/qemu into qom-cpuAndreas Färber
2012-12-19cpu: Introduce CPUListState structAndreas Färber
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19exec: move include files to include/exec/Paolo Bonzini
2012-10-24target-arm: Implement abs_i32 inline rather than as a helperPeter Maydell
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity
2012-09-15target-arm: final conversion to AREG0 free modeBlue Swirl
2012-09-10target-arm: Fix potential buffer overflowStefan Weil
2012-08-10target-arm: Fix typos in commentsPeter Maydell
2012-07-12target-arm: Add support for long format translation table walksPeter Maydell
2012-07-12target-arm: Implement TTBCR changes for LPAEPeter Maydell
2012-07-12target-arm: Implement long-descriptor PAR formatPeter Maydell
2012-07-12target-arm: Use target_phys_addr_t in get_phys_addr()Peter Maydell
2012-07-12target-arm: Add 64 bit PAR, TTBR0, TTBR1 for LPAEPeter Maydell
2012-07-12target-arm: Add 64 bit variants of DBGDRAR and DBGDSAR for LPAEPeter Maydell
2012-07-12target-arm: Add AMAIR0, AMAIR1 LPAE cp15 registersPeter Maydell