aboutsummaryrefslogtreecommitdiff
path: root/target-cris
AgeCommit message (Expand)Author
2011-04-10Fix conversions from pointer to tcg_target_longStefan Weil
2011-03-13inline cpu_halted into sole callerPaolo Bonzini
2011-02-08cris, microblaze: use cpu_has_workPaolo Bonzini
2011-01-25cris: Replace tcg branch sequence with setcondEdgar E. Iglesias
2011-01-13cris: Set btaken when storing direct jumpsEdgar E. Iglesias
2011-01-10cris: Remove unused orig_flagsEdgar E. Iglesias
2011-01-10cris: Allow more TB chaining for crisv10Edgar E. Iglesias
2011-01-07cris: Allow more TB chaningEdgar E. Iglesias
2011-01-07cris: Avoid useless tmp in t_gen_cc_jmp()Edgar E. Iglesias
2010-10-30target-xxx: Use fprintf_function (format checking)Stefan Weil
2010-10-13cris: avoid a write only variableBlue Swirl
2010-10-07cris: Consider the TLB valid bit on writes to the TLBEdgar E. Iglesias
2010-10-02target-cris: Use %td for ptrdiff_t arguments in debug messageStefan Weil
2010-09-19cris: Fix watchdog resetsEdgar E. Iglesias
2010-09-18cris: Fix TLB exec bit protectionEdgar E. Iglesias
2010-09-18Use gcc warning flag -Wempty-bodyBlue Swirl
2010-09-16cris: Avoid spurios hw_abort on recursive bus faultsEdgar E. Iglesias
2010-07-05cris: Avoid debug clobbering for both I & D MMU state.Edgar E. Iglesias
2010-07-05cris: Dont clobber the MMU state across calls to cpu_get_phys_page_debug.Edgar E. Iglesias
2010-07-05cris: Break out rand LFSR update into a separate func.Edgar E. Iglesias
2010-07-03remove exec-all.h inclusion from cpu.hPaolo Bonzini
2010-07-03move cpu_pc_from_tb to target-*/exec.hPaolo Bonzini
2010-07-03remove unused stuff from */exec.hPaolo Bonzini
2010-06-16cris: Move sign extension.Edgar E. Iglesias
2010-06-16cris: Centralize fetchingEdgar E. Iglesias
2010-06-16cris: Make the CRISv32 insn decoders return signed int.Edgar E. Iglesias
2010-06-10cris: Break out image loading to hw/cris-boot.c.Edgar E. Iglesias
2010-05-22Fix %lld or %llx printf format useBlue Swirl
2010-05-19Fix __VA__ARGS__ typo in cris mmu.cRiccardo Magliocchetti
2010-04-25cris: remove dead assignments, spotted by clang analyzerBlue Swirl
2010-03-18Replace assert(0) with abort() or cpu_abort()Blue Swirl
2010-03-17Large page TLB flushPaul Brook
2010-03-12Remove cpu_get_phys_page_debug from userspace emulationPaul Brook
2010-03-12Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h.Richard Henderson
2010-03-07Update to a hopefully more future proof FSF addressBlue Swirl
2010-02-20cris: Mask interrupts on dslots for CRISv10.Edgar E. Iglesias
2010-02-15crisv10: Prettify.Edgar E. Iglesias
2010-02-15cris: Add support for CRISv10 translation.Edgar E. Iglesias
2010-02-15cris: Use tcg_gen_movi_tl.Edgar E. Iglesias
2010-02-15cris: Add v10 style interrupts.Edgar E. Iglesias
2010-02-15crisv10: Always clear the V and C flags on btst.Edgar E. Iglesias
2010-02-15cris: Prepare for CRISv10.Edgar E. Iglesias
2010-01-31cris: Prettify register dumps.Edgar E. Iglesias
2010-01-19kill regs_to_env and env_to_regsPaolo Bonzini
2009-10-10CRIS: Segmented addressing only for kernel mode.Edgar E. Iglesias
2009-10-08CRIS: Update PR_EDA on TLB faults.Edgar E. Iglesias
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl
2009-08-24cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signalNathan Froyd