summaryrefslogtreecommitdiffstats
path: root/target-cris
Commit message (Expand)AuthorAgeFilesLines
* 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
* global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)aliguori2009-01-151-3/+3
* Convert references to logfile/loglevel to use qemu_log*() macrosaliguori2009-01-154-17/+13
* Clean up debugging code #ifdefs (Eduardo Habkost)aliguori2009-01-154-166/+187
* CRIS: Purify some of the flag evaluation helpers.edgar_igl2009-01-073-160/+154
* CRIS: Implement set_thread_area for CRIS.edgar_igl2009-01-071-0/+5
* CRIS: Use a helper for lz.edgar_igl2009-01-073-69/+8
* CRIS: bound operates directly on regs, no need to allocate temp destination.edgar_igl2009-01-071-3/+0
* CRIS: Speedup btst by using a helper.edgar_igl2009-01-073-74/+39
* CRIS: NMI wakes up the core.edgar_igl2009-01-071-1/+4
* CRIS: NMI wakes up the core.edgar_igl2009-01-071-1/+5
* CRIS: Move operations can be optimized as arithmetic ones for cc evaluation.edgar_igl2009-01-071-1/+2
* CRIS: Slight performance improvement for flag evaluation.edgar_igl2009-01-073-59/+76
* ETRAX: Add a model for the axis devboard88 machine.edgar_igl2009-01-071-0/+1
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-047-7/+7
* CRIS: Dont flush kernel protected pages when modifying $pid.edgar_igl2009-01-041-5/+2
* CRIS: Remove unused pfn member from mmu translation results.edgar_igl2009-01-042-6/+1
* CRIS: Remove CRIS specific do_unassigned_access.edgar_igl2008-12-292-9/+0
* Use the ARRAY_SIZE() macro where appropriate.malc2008-12-221-2/+2
OpenPOWER on IntegriCloud