2009-08-24 |
Nathan Froyd | cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signal |
tree | commitdiff |
2009-08-23 |
Andrzej Zaborowski | Merge with [email protected]:/srv/git/qemu.git |
tree | commitdiff |
2009-08-22 |
Blue Swirl | sparc32 remove an unnecessary cpu irq set |
tree | commitdiff |
2009-08-22 |
Blue Swirl | Sparc32/64: fix jmpl followed by branch |
tree | commitdiff |
2009-08-18 |
Blue Swirl | Sparc32/64: Fix user emulator breakage |
tree | commitdiff |
2009-08-15 |
Blue Swirl | Fix desynchronization of condition code state when... |
tree | commitdiff |
2009-08-04 |
Igor Kovalenko | Sparc64: replace tsptr with helper routine |
tree | commitdiff |
2009-07-31 |
Igor Kovalenko | sparc64 flush pending conditional evaluations before... |
tree | commitdiff |
2009-07-27 |
Juan Quintela | rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN |
tree | commitdiff |
2009-07-27 |
Igor Kovalenko | sparc64 really implement itlb/dtlb automatic replacemen... |
tree | commitdiff |
2009-07-27 |
Igor Kovalenko | sparc64 name mmu registers and general cleanup |
tree | commitdiff |
2009-07-20 |
Blue Swirl | Fix most warnings (errors with -Werror) when debugging... |
tree | commitdiff |
2009-07-16 |
Blue Swirl | Update to a hopefully more future proof FSF address |
tree | commitdiff |
2009-07-12 |
Igor Kovalenko | sparc64: trap handling corrections |
tree | commitdiff |
2009-07-12 |
Igor Kovalenko | sparc64: fix helper_st_asi little endian case typo |
tree | commitdiff |
2009-07-12 |
Igor Kovalenko | sparc64: unify mmu tag matching code |
tree | commitdiff |
2009-07-12 |
Igor Kovalenko | sparc64: mmu bypass mode correction |
tree | commitdiff |
2009-06-06 |
Paul Brook | Use correct type for SPARC cpu_cc_op |
tree | commitdiff |
2009-05-21 |
Anthony Liguori | Convert machine registration to use module init functions |
tree | commitdiff |
2009-05-19 |
Paul Brook | Hardware convenience library |
tree | commitdiff |
2009-05-13 |
Paul Brook | Include assert.h from qemu-common.h |
tree | commitdiff |
2009-05-13 |
Blue Swirl | Replace gcc variadic macro extension with C99 version |
tree | commitdiff |
2009-05-10 |
Blue Swirl | Convert mulscc |
tree | commitdiff |
2009-05-10 |
Blue Swirl | Convert udiv/sdiv |
tree | commitdiff |
2009-05-10 |
Blue Swirl | Convert tagged ops |
tree | commitdiff |
2009-05-10 |
Blue Swirl | Convert subx |
tree | commitdiff |
2009-05-10 |
Blue Swirl | Convert sub |
tree | commitdiff |
2009-05-10 |
Blue Swirl | Convert logical operations and umul/smul |
tree | commitdiff |
2009-05-10 |
Blue Swirl | Convert addx |
tree | commitdiff |
2009-05-10 |
Blue Swirl | Convert add |
tree | commitdiff |
2009-05-10 |
Blue Swirl | Use dynamical computation for condition codes |
tree | commitdiff |
2009-05-03 |
Blue Swirl | Optimize cmp x, 0 case |
tree | commitdiff |
2009-05-03 |
Blue Swirl | Reindent |
tree | commitdiff |
2009-05-02 |
Blue Swirl | Improve instruction name comments for easier searching |
tree | commitdiff |
2009-05-02 |
Blue Swirl | Clarify: dmmuregs[1] is not a typo |
tree | commitdiff |
2009-05-02 |
Blue Swirl | Optimize operations with immediate parameters |
tree | commitdiff |
2009-05-02 |
Blue Swirl | Fix Sparc64 sign extension problems |
tree | commitdiff |
2009-04-28 |
Igor Kovalenko | sparc64 fix context value for ITLB fault |
tree | commitdiff |
2009-04-27 |
Igor Kovalenko | sparc64 fix TLB match code |
tree | commitdiff |
2009-04-25 |
Blue Swirl | Fix a warning in sparc64-linux-user build |
tree | commitdiff |
2009-04-25 |
Blue Swirl | Merge branch 'master' of [email protected]:... |
tree | commitdiff |
2009-04-25 |
Igor Kovalenko | sparc64 support TSB related MMU registers |
tree | commitdiff |
2009-04-24 |
aliguori | qemu: introduce qemu_init_vcpu (Marcelo Tosatti) |
tree | commitdiff |
2009-04-24 |
aliguori | qemu: per-arch cpu_has_work (Marcelo Tosatti) |
tree | commitdiff |
2009-04-05 |
aurel32 | Add new command line option -singlestep for tcg single... |
tree | commitdiff |
2009-03-16 |
blueswir1 | Delete some unused macros detected with -Wp,-Wunused... |
tree | commitdiff |
2009-03-07 |
pbrook | The _exit syscall is used for both thread termination... |
tree | commitdiff |
2009-02-21 |
blueswir1 | Turn MMUs and caches off on reset |
tree | commitdiff |
2009-02-05 |
aliguori | targets: remove error handling from qemu_malloc() calle... |
tree | commitdiff |
2009-01-26 |
aliguori | Log reset events (Jan Kiszka) |
tree | commitdiff |
2009-01-15 |
aliguori | global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo... |
tree | commitdiff |
2009-01-15 |
aliguori | Convert references to logfile/loglevel to use qemu_log... |
tree | commitdiff |
2009-01-14 |
aurel32 | Get rid of user_mode_only |
tree | commitdiff |
2009-01-12 |
blueswir1 | Fix TLB access (Jakub Jermar) |
tree | commitdiff |
2009-01-04 |
aurel32 | Update FSF address in GPL/LGPL boilerplate |
tree | commitdiff |
2008-12-23 |
blueswir1 | Add SuperSPARC MMU breakpoint registers (Robert Reif) |
tree | commitdiff |
2008-12-23 |
blueswir1 | Better SuperSPARC emulation (Robert Reif) |
tree | commitdiff |
2008-12-23 |
blueswir1 | Implement tick interrupt disable bits |
tree | commitdiff |
2008-12-22 |
malc | Use the ARRAY_SIZE() macro where appropriate. |
tree | commitdiff |
2008-12-13 |
blueswir1 | Remove unnecessary trailing newlines |
tree | commitdiff |
2008-12-11 |
blueswir1 | Add missing "static" |
tree | commitdiff |
2008-11-30 |
aurel32 | Common cpu_loop_exit prototype |
tree | commitdiff |
2008-11-25 |
aliguori | Use sys-queue.h for break/watchpoint managment (Jan... |
tree | commitdiff |
2008-11-18 |
aliguori | Refactor and enhance break/watchpoint API (Jan Kiszka) |
tree | commitdiff |
2008-11-18 |
aliguori | Refactor translation block CPU state handling (Jan... |
tree | commitdiff |
2008-11-18 |
aliguori | Convert CPU_PC_FROM_TB to static inline (Jan Kiszka) |
tree | commitdiff |
2008-11-17 |
pbrook | TCG variable type checking. |
tree | commitdiff |
2008-11-09 |
blueswir1 | Use TCG not op |
tree | commitdiff |
2008-11-09 |
blueswir1 | Use andc, orc, nor and nand |
tree | commitdiff |
2008-11-01 |
blueswir1 | Fix TCGv size mismatches |
tree | commitdiff |
2008-10-07 |
blueswir1 | Add static (spotted by sparse) |
tree | commitdiff |
2008-10-07 |
blueswir1 | Fix error in fexpand (spotted by sparse) |
tree | commitdiff |
2008-10-06 |
blueswir1 | Show size for unassigned accesses (Robert Reif) |
tree | commitdiff |
2008-10-03 |
blueswir1 | Rearrange tick functions |
tree | commitdiff |
2008-10-03 |
blueswir1 | Fix missing prototype warnings by moving declarations |
tree | commitdiff |
2008-10-02 |
blueswir1 | Fix MXCC printf warning (based on patch by Robert Reif) |
tree | commitdiff |
2008-09-27 |
blueswir1 | Add mmu tlb demap support (Igor Kovalenko) |
tree | commitdiff |
2008-09-26 |
blueswir1 | Add a generic Niagara machine |
tree | commitdiff |
2008-09-26 |
blueswir1 | Implement some UA2007 block ASIs |
tree | commitdiff |
2008-09-26 |
blueswir1 | Implement UA2005 hypervisor traps |
tree | commitdiff |
2008-09-26 |
blueswir1 | Move also DEBUG_PCALL (see r5085) |
tree | commitdiff |
2008-09-22 |
blueswir1 | Add software and timer interrupt support |
tree | commitdiff |
2008-09-22 |
blueswir1 | Fix arguments used in cas/casx, thanks to Igor Kovalenk... |
tree | commitdiff |
2008-09-21 |
blueswir1 | Use the new concat_tl_i64 op for std and stda |
tree | commitdiff |
2008-09-21 |
blueswir1 | Use the new concat_i32_i64 op for std and stda |
tree | commitdiff |
2008-09-20 |
blueswir1 | Move signal handler prototype back to cpu.h |
tree | commitdiff |
2008-09-14 |
blueswir1 | Fix array subscript above array bounds error |
tree | commitdiff |
2008-09-13 |
blueswir1 | Fix mulscc with high bits set in either src1 or src2 |
tree | commitdiff |
2008-09-11 |
blueswir1 | Write zeros to high bits of y, based on patch by Vince... |
tree | commitdiff |
2008-09-10 |
blueswir1 | Convert rest of ops using float32 to TCG, remove FT0... |
tree | commitdiff |
2008-09-10 |
blueswir1 | Partially convert float128 conversion ops to TCG |
tree | commitdiff |
2008-09-10 |
blueswir1 | Convert basic 64 bit VIS ops to TCG |
tree | commitdiff |
2008-09-10 |
blueswir1 | Convert basic 32 bit VIS ops to TCG |
tree | commitdiff |
2008-09-10 |
blueswir1 | Convert basic float32 ops to TCG |
tree | commitdiff |
2008-09-09 |
blueswir1 | Implement ldxfsr/stxfsr, fix ld(x)fsr masks, convert... |
tree | commitdiff |
2008-09-06 |
blueswir1 | Fix a typo in fpsub32 |
tree | commitdiff |
2008-09-06 |
blueswir1 | Convert most env fields to TCG registers |
tree | commitdiff |
2008-09-06 |
blueswir1 | Silence gcc warning about constant overflow |
tree | commitdiff |
2008-09-03 |
blueswir1 | Implement no-fault loads |
tree | commitdiff |
2008-09-02 |
blueswir1 | Fix sign extension problems with smul and umul (Vince... |
tree | commitdiff |
next |