aboutsummaryrefslogtreecommitdiff
path: root/target-cris
AgeCommit message (Expand)Author
2012-06-15cris: Fix NMI-flag handling on crisv10.Lars Persson
2012-06-14cris: Add break support for v10.Edgar E. Iglesias
2012-06-07build: move other target-*/ objects to nested Makefile.objsPaolo Bonzini
2012-06-07build: move libobj-y variable to nested Makefile.objsPaolo Bonzini
2012-06-07build: move obj-TARGET-y variables to nested Makefile.objsPaolo Bonzini
2012-06-04Kill off cpu_state_reset()Andreas Färber
2012-06-04target-cris: Let cpu_cris_init() return CRISCPUAndreas Färber
2012-06-04target-cris: Reindent cpu_cris_init()Andreas Färber
2012-04-24target-cris: Start QOM'ifying CPU initAndreas Färber
2012-04-24target-cris: QOM'ify CPU resetAndreas Färber
2012-04-24target-cris: QOM'ify CPUAndreas Färber
2012-04-14Use uintptr_t for various op related functionsBlue Swirl
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber
2012-03-14target-cris: Don't overuse CPUStateAndreas Färber
2012-03-14Rename cpu_reset() to cpu_state_reset()Andreas Färber
2012-02-28target-cris: Clean includesStefan Weil
2011-12-12cris: Handle conditional stores on CRISv10Stefan Sandstrom
2011-10-01softmmu_header: pass CPUState to tlb_fillBlue Swirl
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-20target-cris/opcode-cris.h: rename REG_PC/SP to CRIS_REG_PC/SPPeter Maydell
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl
2011-07-30exec.h cleanupBlue Swirl
2011-06-28cris: Handle opcode zeroEdgar E. Iglesias
2011-06-26Remove exec-all.h include directivesBlue Swirl
2011-06-26Move cpu_has_work and cpu_pc_from_tb to cpu.hBlue Swirl
2011-06-26exec.h: fix coding style and change cpu_has_work to return boolBlue Swirl
2011-06-26cpu_loop_exit: avoid using AREG0Blue Swirl
2011-05-12Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori
2011-05-08irq: Privatize CPU_INTERRUPT_NMI.Richard Henderson
2011-05-08Fix typo in comment (truely -> truly)Stefan Weil
2011-05-08Fix typos in comments (accessable -> accessible, priveleged -> privileged)Stefan Weil
2011-04-20Remove unused function parameter from cpu_restore_stateStefan Weil
2011-04-20Remove unused function parameters from gen_pc_load and rename the functionStefan Weil
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