Age | Commit message (Expand) | Author |
2016-11-01 | log: Add locking to large logging blocks | Richard Henderson |
2016-11-01 | Merge remote-tracking branch 'remotes/rth/tags/pull-sparc-20161031-2' into st... | Peter Maydell |
2016-10-31 | target-sparc: Use tcg_gen_atomic_cmpxchg_tl | Richard Henderson |
2016-10-31 | target-sparc: Use tcg_gen_atomic_xchg_tl | Richard Henderson |
2016-10-31 | target-sparc: Remove MMU_MODE*_SUFFIX | Richard Henderson |
2016-10-31 | target-sparc: Allow 4-byte alignment on fp mem ops | Richard Henderson |
2016-10-31 | target-sparc: Implement ldqf and stqf inline | Richard Henderson |
2016-10-31 | target-sparc: Remove asi helper code handled inline | Richard Henderson |
2016-10-31 | target-sparc: Implement BCOPY/BFILL inline | Richard Henderson |
2016-10-31 | target-sparc: Implement cas_asi/casx_asi inline | Richard Henderson |
2016-10-31 | target-sparc: Implement ldstub_asi inline | Richard Henderson |
2016-10-31 | target-sparc: Implement swap_asi inline | Richard Henderson |
2016-10-31 | target-sparc: Handle more twinx asis | Richard Henderson |
2016-10-31 | target-sparc: Use MMU_PHYS_IDX for bypass asis | Richard Henderson |
2016-10-31 | target-sparc: Add MMU_PHYS_IDX | Richard Henderson |
2016-10-31 | target-sparc: Introduce cpu_raise_exception_ra | Richard Henderson |
2016-10-31 | target-sparc: Use overalignment flags for twinx and block asis | Richard Henderson |
2016-10-28 | clean-up: removed duplicate #includes | Anand J |
2016-10-24 | exec: move cpu_exec_init() calls to realize functions | Laurent Vivier |
2016-10-07 | qemu-tech: document lazy condition code evaluation in cpu.h | Paolo Bonzini |
2016-09-13 | sparc: Use g_memdup() instead of g_new0() + memcpy() | Thomas Huth |
2016-08-12 | trace-events: fix first line comment in trace-events | Laurent Vivier |
2016-07-12 | target-sparc: Elide duplicate updates to fprs | Richard Henderson |
2016-07-12 | target-sparc: Use cpu_loop_exit_restore from helper_check_ieee_exceptions | Richard Henderson |
2016-07-12 | target-sparc: Use cpu_fsr in stfsr | Richard Henderson |
2016-07-12 | target-sparc: Use explicit writes to cpu_fsr | Richard Henderson |
2016-07-12 | target-sparc: Remove helper_ldf_asi, helper_stf_asi | Richard Henderson |
2016-07-12 | target-sparc: Directly implement block and short ldf/stf asis | Richard Henderson |
2016-07-12 | target-sparc: Directly implement easy ldf/stf asis | Richard Henderson |
2016-07-12 | target-sparc: Pass TCGMemOp constants to helper_ld/st_asi | Richard Henderson |
2016-07-12 | target-sparc: Fix obvious error in ASI_M_BFILL | Richard Henderson |
2016-07-12 | target-sparc: Directly implement easy ldd/std asis | Richard Henderson |
2016-07-12 | target-sparc: Introduce gen_check_align | Richard Henderson |
2016-07-12 | target-sparc: Use QT0 to return results from ldda | Richard Henderson |
2016-07-12 | target-sparc: Directly implement easy ld/st asis | Richard Henderson |
2016-07-12 | target-sparc: Use defines from asi.h | Richard Henderson |
2016-07-12 | target-sparc: Add UA2005 defines to asi.h | Richard Henderson |
2016-07-12 | target-sparc: Import linux/arch/sparc/include/uapi/asm/asi.h | Richard Henderson |
2016-07-12 | target-sparc: Pass TCGMemOp to gen_ld/st_asi | Richard Henderson |
2016-07-12 | target-sparc: Introduce get_asi | Richard Henderson |
2016-07-12 | target-sparc: Store %asi in TB flags | Richard Henderson |
2016-07-12 | target-sparc: Unify asi handling between 32 and 64-bit | Richard Henderson |
2016-07-12 | target-sparc: Create gen_exception | Richard Henderson |
2016-07-12 | target-sparc: Store mmu index in TB flags | Richard Henderson |
2016-07-12 | target-sparc: Remove softint as a TCG global | Richard Henderson |
2016-07-12 | target-sparc: Mark more flags for helpers | Richard Henderson |
2016-07-12 | target-*: Clean up cpu.h header guards | Markus Armbruster |
2016-07-12 | Fix confusing argument names in some common functions | Sergey Sorokin |
2016-07-07 | target-sparc: Use sparc_cpu_parse_features() directly | Igor Mammedov |
2016-06-29 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |