summaryrefslogtreecommitdiffstats
path: root/target-cris
Commit message (Expand)AuthorAgeFilesLines
* cris: Avoid debug clobbering for both I & D MMU state.Edgar E. Iglesias2010-07-053-20/+10
* cris: Dont clobber the MMU state across calls to cpu_get_phys_page_debug.Edgar E. Iglesias2010-07-051-0/+17
* cris: Break out rand LFSR update into a separate func.Edgar E. Iglesias2010-07-051-8/+13
* remove exec-all.h inclusion from cpu.hPaolo Bonzini2010-07-031-1/+0
* move cpu_pc_from_tb to target-*/exec.hPaolo Bonzini2010-07-032-5/+6
* remove unused stuff from */exec.hPaolo Bonzini2010-07-031-3/+0
* cris: Move sign extension.Edgar E. Iglesias2010-06-161-13/+13
* cris: Centralize fetchingEdgar E. Iglesias2010-06-161-22/+44
* cris: Make the CRISv32 insn decoders return signed int.Edgar E. Iglesias2010-06-161-86/+86
* cris: Break out image loading to hw/cris-boot.c.Edgar E. Iglesias2010-06-101-0/+2
* Fix %lld or %llx printf format useBlue Swirl2010-05-221-2/+2
* Fix __VA__ARGS__ typo in cris mmu.cRiccardo Magliocchetti2010-05-191-1/+1
* cris: remove dead assignments, spotted by clang analyzerBlue Swirl2010-04-252-7/+2
* Replace assert(0) with abort() or cpu_abort()Blue Swirl2010-03-182-8/+10
* Large page TLB flushPaul Brook2010-03-171-2/+3
* Remove cpu_get_phys_page_debug from userspace emulationPaul Brook2010-03-121-5/+0
* Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h.Richard Henderson2010-03-121-0/+3
* Update to a hopefully more future proof FSF addressBlue Swirl2010-03-072-4/+2
* cris: Mask interrupts on dslots for CRISv10.Edgar E. Iglesias2010-02-201-0/+4
* crisv10: Prettify.Edgar E. Iglesias2010-02-151-95/+91
* cris: Add support for CRISv10 translation.Edgar E. Iglesias2010-02-154-30/+1486
* cris: Use tcg_gen_movi_tl.Edgar E. Iglesias2010-02-151-2/+2
* cris: Add v10 style interrupts.Edgar E. Iglesias2010-02-151-5/+63
* crisv10: Always clear the V and C flags on btst.Edgar E. Iglesias2010-02-151-0/+2
* cris: Prepare for CRISv10.Edgar E. Iglesias2010-02-151-1/+7
* cris: Prettify register dumps.Edgar E. Iglesias2010-01-311-2/+2
* kill regs_to_env and env_to_regsPaolo Bonzini2010-01-191-8/+0
* CRIS: Segmented addressing only for kernel mode.Edgar E. Iglesias2009-10-102-3/+5
* CRIS: Update PR_EDA on TLB faults.Edgar E. Iglesias2009-10-082-7/+5
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-2/+2
* Get rid of _t suffixmalc2009-10-011-2/+2
* Fix sys-queue.h conflict for goodBlue Swirl2009-09-121-2/+2
* cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signalNathan Froyd2009-08-241-0/+1
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-168-16/+8
* cris: Remove unused internal flag.Edgar E. Iglesias2009-06-231-3/+0
* CRIS: Prettify sizes for the internal disasm.Edgar E. Iglesias2009-06-121-8/+8
* CRIS: Remove duplicated flag defines.Edgar E. Iglesias2009-06-031-2/+0
* Convert machine registration to use module init functionsAnthony Liguori2009-05-211-6/+0
* Include assert.h from qemu-common.hPaul Brook2009-05-132-2/+0
* CRIS: Fix bmi.Edgar E. Iglesias2009-05-121-1/+2
* CRIS: cris_mmu_result_t -> cris_mmu_resultEdgar E. Iglesias2009-04-253-6/+6
* qemu: introduce qemu_init_vcpu (Marcelo Tosatti)aliguori2009-04-241-0/+1
* qemu: per-arch cpu_has_work (Marcelo Tosatti)aliguori2009-04-241-0/+5
* Add new command line option -singlestep for tcg single stepping.aurel322009-04-051-0/+1
* The _exit syscall is used for both thread termination in NPTL applications,pbrook2009-03-071-1/+2
* CRIS: Avoid endless loops for unstested CRIS cpu-state load/save.edgar_igl2009-03-031-4/+4
* CRIS: Fix remaining build warnings.edgar_igl2009-02-223-4/+5
* targets: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-2/+0
* CRIS: Init the feedback shiftreg used for randomizing TLB sets.edgar_igl2009-01-262-0/+3
* Log reset events (Jan Kiszka)aliguori2009-01-261-0/+5
OpenPOWER on IntegriCloud