aboutsummaryrefslogtreecommitdiffstats
path: root/target-cris
AgeCommit message (Expand)AuthorFilesLines
2011-12-12cris: Handle conditional stores on CRISv10Stefan Sandstrom3-6/+69
2011-10-01softmmu_header: pass CPUState to tlb_fillBlue Swirl1-4/+3
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-1/+1
2011-08-20target-cris/opcode-cris.h: rename REG_PC/SP to CRIS_REG_PC/SPPeter Maydell1-6/+6
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl3-8/+7
2011-07-30exec.h cleanupBlue Swirl2-29/+3
2011-06-28cris: Handle opcode zeroEdgar E. Iglesias1-3/+0
2011-06-26Remove exec-all.h include directivesBlue Swirl4-4/+0
2011-06-26Move cpu_has_work and cpu_pc_from_tb to cpu.hBlue Swirl2-11/+11
2011-06-26exec.h: fix coding style and change cpu_has_work to return boolBlue Swirl1-2/+2
2011-06-26cpu_loop_exit: avoid using AREG0Blue Swirl1-2/+2
2011-05-12Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2-2/+2
2011-05-08irq: Privatize CPU_INTERRUPT_NMI.Richard Henderson1-0/+3
2011-05-08Fix typo in comment (truely -> truly)Stefan Weil1-1/+1
2011-05-08Fix typos in comments (accessable -> accessible, priveleged -> privileged)Stefan Weil1-1/+1
2011-04-20Remove unused function parameter from cpu_restore_stateStefan Weil1-1/+1
2011-04-20Remove unused function parameters from gen_pc_load and rename the functionStefan Weil1-2/+1
2011-04-10Fix conversions from pointer to tcg_target_longStefan Weil1-1/+1
2011-03-13inline cpu_halted into sole callerPaolo Bonzini1-11/+0
2011-02-08cris, microblaze: use cpu_has_workPaolo Bonzini1-3/+1
2011-01-25cris: Replace tcg branch sequence with setcondEdgar E. Iglesias1-9/+2
2011-01-13cris: Set btaken when storing direct jumpsEdgar E. Iglesias1-0/+3
2011-01-10cris: Remove unused orig_flagsEdgar E. Iglesias1-2/+2
2011-01-10cris: Allow more TB chaining for crisv10Edgar E. Iglesias2-14/+33
2011-01-07cris: Allow more TB chaningEdgar E. Iglesias1-19/+22
2011-01-07cris: Avoid useless tmp in t_gen_cc_jmp()Edgar E. Iglesias1-6/+1
2010-10-30target-xxx: Use fprintf_function (format checking)Stefan Weil2-4/+3
2010-10-13cris: avoid a write only variableBlue Swirl1-3/+2
2010-10-07cris: Consider the TLB valid bit on writes to the TLBEdgar E. Iglesias1-1/+3
2010-10-02target-cris: Use %td for ptrdiff_t arguments in debug messageStefan Weil1-1/+1
2010-09-19cris: Fix watchdog resetsEdgar E. Iglesias1-2/+3
2010-09-18cris: Fix TLB exec bit protectionEdgar E. Iglesias2-2/+2
2010-09-18Use gcc warning flag -Wempty-bodyBlue Swirl1-1/+1
2010-09-16cris: Avoid spurios hw_abort on recursive bus faultsEdgar E. Iglesias1-1/+7
2010-07-05cris: Avoid debug clobbering for both I & D MMU state.Edgar E. Iglesias3-20/+10
2010-07-05cris: Dont clobber the MMU state across calls to cpu_get_phys_page_debug.Edgar E. Iglesias1-0/+17
2010-07-05cris: Break out rand LFSR update into a separate func.Edgar E. Iglesias1-8/+13
2010-07-03remove exec-all.h inclusion from cpu.hPaolo Bonzini1-1/+0
2010-07-03move cpu_pc_from_tb to target-*/exec.hPaolo Bonzini2-5/+6
2010-07-03remove unused stuff from */exec.hPaolo Bonzini1-3/+0
2010-06-16cris: Move sign extension.Edgar E. Iglesias1-13/+13
2010-06-16cris: Centralize fetchingEdgar E. Iglesias1-22/+44
2010-06-16cris: Make the CRISv32 insn decoders return signed int.Edgar E. Iglesias1-86/+86
2010-06-10cris: Break out image loading to hw/cris-boot.c.Edgar E. Iglesias1-0/+2
2010-05-22Fix %lld or %llx printf format useBlue Swirl1-2/+2
2010-05-19Fix __VA__ARGS__ typo in cris mmu.cRiccardo Magliocchetti1-1/+1
2010-04-25cris: remove dead assignments, spotted by clang analyzerBlue Swirl2-7/+2
2010-03-18Replace assert(0) with abort() or cpu_abort()Blue Swirl2-8/+10
2010-03-17Large page TLB flushPaul Brook1-2/+3
2010-03-12Remove cpu_get_phys_page_debug from userspace emulationPaul Brook1-5/+0