Merge branch 'master' of /home/nchip/public_html/qemu into garage-push
[qemu] / target-sparc /
2009-06-06 Paul BrookUse correct type for SPARC cpu_cc_op
2009-05-21 Anthony LiguoriConvert machine registration to use module init functions
2009-05-19 Paul BrookHardware convenience library
2009-05-13 Paul BrookInclude assert.h from qemu-common.h
2009-05-13 Blue SwirlReplace gcc variadic macro extension with C99 version
2009-05-10 Blue SwirlConvert mulscc
2009-05-10 Blue SwirlConvert udiv/sdiv
2009-05-10 Blue SwirlConvert tagged ops
2009-05-10 Blue SwirlConvert subx
2009-05-10 Blue SwirlConvert sub
2009-05-10 Blue SwirlConvert logical operations and umul/smul
2009-05-10 Blue SwirlConvert addx
2009-05-10 Blue SwirlConvert add
2009-05-10 Blue SwirlUse dynamical computation for condition codes
2009-05-03 Blue SwirlOptimize cmp x, 0 case
2009-05-03 Blue SwirlReindent
2009-05-02 Blue SwirlImprove instruction name comments for easier searching
2009-05-02 Blue SwirlClarify: dmmuregs[1] is not a typo
2009-05-02 Blue SwirlOptimize operations with immediate parameters
2009-05-02 Blue SwirlFix Sparc64 sign extension problems
2009-04-28 Igor Kovalenkosparc64 fix context value for ITLB fault
2009-04-27 Igor Kovalenkosparc64 fix TLB match code
2009-04-25 Blue SwirlFix a warning in sparc64-linux-user build
2009-04-25 Igor Kovalenkosparc64 support TSB related MMU registers
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-16 blueswir1Delete some unused macros detected with -Wp,-Wunused...
2009-03-07 pbrookThe _exit syscall is used for both thread termination...
2009-02-21 blueswir1Turn MMUs and caches off on reset
2009-02-05 aliguoritargets: remove error handling from qemu_malloc() calle...
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-14 aurel32Get rid of user_mode_only
2009-01-12 blueswir1Fix TLB access (Jakub Jermar)
2009-01-04 aurel32Update FSF address in GPL/LGPL boilerplate
2008-12-23 blueswir1Add SuperSPARC MMU breakpoint registers (Robert Reif)
2008-12-23 blueswir1Better SuperSPARC emulation (Robert Reif)
2008-12-23 blueswir1Implement tick interrupt disable bits
2008-12-22 malcUse the ARRAY_SIZE() macro where appropriate.
2008-12-13 blueswir1Remove unnecessary trailing newlines
2008-12-11 blueswir1Add missing "static"
2008-11-30 aurel32Common cpu_loop_exit prototype
2008-11-25 aliguoriUse sys-queue.h for break/watchpoint managment (Jan...
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-09 blueswir1Use TCG not op
2008-11-09 blueswir1Use andc, orc, nor and nand
2008-11-01 blueswir1Fix TCGv size mismatches
2008-10-07 blueswir1Add static (spotted by sparse)
2008-10-07 blueswir1Fix error in fexpand (spotted by sparse)
2008-10-06 blueswir1Show size for unassigned accesses (Robert Reif)
2008-10-03 blueswir1Rearrange tick functions
2008-10-03 blueswir1Fix missing prototype warnings by moving declarations
2008-10-02 blueswir1Fix MXCC printf warning (based on patch by Robert Reif)
2008-09-27 blueswir1Add mmu tlb demap support (Igor Kovalenko)
2008-09-26 blueswir1Add a generic Niagara machine
2008-09-26 blueswir1Implement some UA2007 block ASIs
2008-09-26 blueswir1Implement UA2005 hypervisor traps
2008-09-26 blueswir1Move also DEBUG_PCALL (see r5085)
2008-09-22 blueswir1Add software and timer interrupt support
2008-09-22 blueswir1Fix arguments used in cas/casx, thanks to Igor Kovalenk...
2008-09-21 blueswir1Use the new concat_tl_i64 op for std and stda
2008-09-21 blueswir1Use the new concat_i32_i64 op for std and stda
2008-09-20 blueswir1Move signal handler prototype back to cpu.h
2008-09-14 blueswir1Fix array subscript above array bounds error
2008-09-13 blueswir1Fix mulscc with high bits set in either src1 or src2
2008-09-11 blueswir1Write zeros to high bits of y, based on patch by Vince...
2008-09-10 blueswir1Convert rest of ops using float32 to TCG, remove FT0...
2008-09-10 blueswir1Partially convert float128 conversion ops to TCG
2008-09-10 blueswir1Convert basic 64 bit VIS ops to TCG
2008-09-10 blueswir1Convert basic 32 bit VIS ops to TCG
2008-09-10 blueswir1Convert basic float32 ops to TCG
2008-09-09 blueswir1Implement ldxfsr/stxfsr, fix ld(x)fsr masks, convert...
2008-09-06 blueswir1Fix a typo in fpsub32
2008-09-06 blueswir1Convert most env fields to TCG registers
2008-09-06 blueswir1Silence gcc warning about constant overflow
2008-09-03 blueswir1Implement no-fault loads
2008-09-02 blueswir1Fix sign extension problems with smul and umul (Vince...
2008-09-01 blueswir1Fix y register loads and stores
2008-08-30 blueswir1Remove memcpy32() prototype leftover from r5109
2008-08-29 blueswir1Fix FCC handling for Sparc64 target, initial patch...
2008-08-29 blueswir1Fix Sparc64 boot on i386 host:
2008-08-25 blueswir1Fix udiv and sdiv on Sparc64 (Vince Weaver)
2008-08-21 blueswir1Fix wrwim masking (Luis Pureza)
2008-08-21 blueswir1Use initial CPU definition structure for some CPU field...
2008-08-17 blueswir1Correct 32bit carry flag for add instruction (Igor...
2008-08-06 blueswir1Fix faligndata (Vince Weaver)
2008-08-06 blueswir1Fix I/D MMU tag reads
2008-08-06 blueswir1Fix Sparc64 shifts
2008-08-06 blueswir1Fix offset handling for ASI loads and stores (Vince...
2008-08-01 blueswir1Handle wrapped registers correctly when saving
2008-07-29 blueswir1Fix cmp/subcc/addcc op bugs reported by Vince Weaver
2008-07-25 blueswir1Make MAXTL dynamic, bounds check tl when indexing
2008-07-24 blueswir1Sparc32: save/load all MMU registers, Sparc64: add...
2008-07-22 blueswir1Add T1 and T2 CPUs, add a Sun4v machine
2008-07-21 blueswir1Use MMU globals for some MMU traps
next