linux-user: fix ppc target_stat64 st_blocks layout
[qemu] / target-cris /
2009-09-12 Blue SwirlFix sys-queue.h conflict for good
2009-08-24 Nathan Froydcleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signal
2009-07-16 Blue SwirlUpdate to a hopefully more future proof FSF address
2009-06-23 Edgar E. Iglesiascris: Remove unused internal flag.
2009-06-12 Edgar E. IglesiasCRIS: Prettify sizes for the internal disasm.
2009-06-03 Edgar E. IglesiasCRIS: Remove duplicated flag defines.
2009-05-21 Anthony LiguoriConvert machine registration to use module init functions
2009-05-13 Paul BrookInclude assert.h from qemu-common.h
2009-05-12 Edgar E. IglesiasCRIS: Fix bmi.
2009-04-25 Edgar E. IglesiasCRIS: cris_mmu_result_t -> cris_mmu_result
2009-04-24 aliguoriqemu: introduce qemu_init_vcpu (Marcelo Tosatti)
2009-04-24 aliguoriqemu: per-arch cpu_has_work (Marcelo Tosatti)
2009-04-05 aurel32Add new command line option -singlestep for tcg single...
2009-03-07 pbrookThe _exit syscall is used for both thread termination...
2009-03-03 edgar_iglCRIS: Avoid endless loops for unstested CRIS cpu-state...
2009-02-22 edgar_iglCRIS: Fix remaining build warnings.
2009-02-05 aliguoritargets: remove error handling from qemu_malloc() calle...
2009-01-26 edgar_iglCRIS: Init the feedback shiftreg used for randomizing...
2009-01-26 aliguoriLog reset events (Jan Kiszka)
2009-01-15 aliguoriglobal s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo...
2009-01-15 aliguoriConvert references to logfile/loglevel to use qemu_log...
2009-01-15 aliguoriClean up debugging code #ifdefs (Eduardo Habkost)
2009-01-07 edgar_iglCRIS: Purify some of the flag evaluation helpers.
2009-01-07 edgar_iglCRIS: Implement set_thread_area for CRIS.
2009-01-07 edgar_iglCRIS: Use a helper for lz.
2009-01-07 edgar_iglCRIS: bound operates directly on regs, no need to alloc...
2009-01-07 edgar_iglCRIS: Speedup btst by using a helper.
2009-01-07 edgar_iglCRIS: NMI wakes up the core.
2009-01-07 edgar_iglCRIS: NMI wakes up the core.
2009-01-07 edgar_iglCRIS: Move operations can be optimized as arithmetic...
2009-01-07 edgar_iglCRIS: Slight performance improvement for flag evaluation.
2009-01-07 edgar_iglETRAX: Add a model for the axis devboard88 machine.
2009-01-04 aurel32Update FSF address in GPL/LGPL boilerplate
2009-01-04 edgar_iglCRIS: Dont flush kernel protected pages when modifying...
2009-01-04 edgar_iglCRIS: Remove unused pfn member from mmu translation...
2008-12-29 edgar_iglCRIS: Remove CRIS specific do_unassigned_access.
2008-12-22 malcUse the ARRAY_SIZE() macro where appropriate.
2008-12-07 aurel32Remove FORCE_RET() and RETURN()
2008-11-30 aurel32Common cpu_loop_exit prototype
2008-11-25 aliguoriUse sys-queue.h for break/watchpoint managment (Jan...
2008-11-21 edgar_iglCRIS: remove unused op_template.h.
2008-11-18 aliguoriRefactor and enhance break/watchpoint API (Jan Kiszka)
2008-11-18 aliguoriRefactor translation block CPU state handling (Jan...
2008-11-18 aliguoriConvert CPU_PC_FROM_TB to static inline (Jan Kiszka)
2008-11-17 pbrookTCG variable type checking.
2008-11-01 aurel32target-cris: access to TCG variables through GET_TCGV()
2008-10-28 edgar_iglCRIS: Plug more temp leaks.
2008-10-27 edgar_iglCRIS: Plug a few temp leaks.
2008-10-27 edgar_iglCRIS: Remove cpu_T.
2008-10-27 edgar_iglCRIS: Avoid more cpu_T usage.
2008-10-27 edgar_iglCRIS: Avoid cpu_T[1] for move_r.
2008-10-27 edgar_iglCRIS: Avoid using cpu_T[0] for testing condition codes.
2008-10-27 edgar_iglCRIS: Add branch-free versions of abs, lsl, lsr and...
2008-10-26 edgar_iglCRIS: Correct tcg globals allocation for 64bit hosts.
2008-10-11 edgar_iglCRIS: Initialize the arch version preg to v32.
2008-10-08 edgar_iglCRIS: Partial EXS reg support and fixes for SPC.
2008-10-08 edgar_iglCRIS: Correct typos.
2008-10-07 edgar_iglCRIS: Make local objects static.
2008-10-07 edgar_iglCRIS: Fix brk 8 and add S-flag emulation.
2008-10-06 blueswir1Show size for unassigned accesses (Robert Reif)
2008-09-22 edgar_iglCRIS: Improve ASID related TLB flushes.
2008-09-14 blueswir1Fix warnings that would be caused by gcc flag -Wwrite...
2008-09-05 edgar_iglCRIS: Mask off the cache selection bit after MMU transl...
2008-09-05 aurel32TCG fixes for target-cris
2008-09-03 edgar_iglCRIS: Avoid a few unecessary steps in the mmu.
2008-09-03 edgar_iglCRIS: Remove redundant code.
2008-08-30 blueswir1Fix some warnings that would be generated by gcc -Wredu...
2008-07-29 edgar_iglRemove dyngen leftovers.
2008-07-25 edgar_iglCRIS: Correct condition for when to apply fast move...
2008-07-18 thsSmall cleanup of gen_intermediate_code(_internal),...
2008-07-03 thsConvert remaining __builtin_expect to likely/unlikely...
2008-07-01 pbrookMove interrupt_request and user_mode_only to common...
2008-06-30 thsSpelling fixes, spotted by Stuart Brady.
2008-06-30 pbrookMove CPU save/load registration to common code.
2008-06-30 edgar_iglCRIS: Correct writes to TLB hi.
2008-06-30 edgar_iglAvoid CRIS related warnings by Jan Kiszka.
2008-06-29 pbrookAdd instruction counter.
2008-06-09 edgar_iglCRIS: Add (untested) cpu-state save/load.
2008-06-09 edgar_iglCRIS: Emulate NMIs.
2008-06-09 edgar_iglCRIS: Support RFN insn.
2008-06-09 edgar_iglCRIS: Translator updates.
2008-06-08 pbrookRemove dead and bitrotten "qemu-fast" code.
2008-06-06 edgar_iglCRIS translator updates
2008-06-06 edgar_iglCorrect P flag assertion in rfe.
2008-05-30 pbrookFix typo.
2008-05-30 pbrookMove clone() register setup to target specific code...
2008-05-29 bellardPush common interrupt variables to cpu-defs.h (Glauber...
2008-05-28 bellardmoved halted field to CPU_COMMON
2008-05-27 edgar_iglCRIS: Restructure the translator to allow for better...
2008-05-25 bellardremove absolete function
2008-05-25 pbrookFix off-by-one unwinding error.
2008-05-24 pbrookFix ARM conditional branch bug.
2008-05-17 edgar_iglUse tcg_gen_not.
2008-05-13 edgar_iglCRIS: Improve TLB management and handle delayslots...
2008-05-12 edgar_iglCRIS: Remove some old dyngen T0/T1 fiddle. More usage...
2008-05-11 pbrookAdd TCG native negation op.
2008-05-11 edgar_iglCRIS: Add support for the pseudo randomized set that...
2008-05-11 pbrookAdd zero extension (pseudo-)ops.
2008-05-10 edgar_iglCRIS: helper_dummy no longer needed as barrier for...
2008-05-09 aurel32Move #include "softfloat.h" to cpu-all.h
next