aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-13hw/arm/omap_gpmc: Avoid buffer overrun filling prefetch FIFOpull-target-arm-20140513Peter Maydell
2014-05-13hw/arm/stellaris: Correct handling of GPTM TAR registerPeter Maydell
2014-05-13hw/timer/exynos4210_mct: Avoid overflow in exynos4210_ltick_recalc_countPeter Maydell
2014-05-13hw/dma/omap_dma: Add (uint32_t) casts when shifting uint16_t by 16Peter Maydell
2014-05-13hw/arm/omap1: Avoid unintended sign extension writing omap_rtc YEARS_REGPeter Maydell
2014-05-13hw/net/cadence_gem: Remove dead codePeter Maydell
2014-05-13hw/intc/allwinner-a10-pic: Add missing 'break'Peter Maydell
2014-05-13target-arm/helper.c: Don't flush the TLB if SCTLR is rewritten unchangedPeter Maydell
2014-05-13hw/net/stellaris_enet: Convert to vmstatePeter Maydell
2014-05-13hw/net/stellaris_enet: Get rid of rx_fifo pointerPeter Maydell
2014-05-13hw/net/stellaris_enet: Fix debug format stringsPeter Maydell
2014-05-13hw/net/stellaris_enet: Correctly implement the TR and THR registersPeter Maydell
2014-05-13hw/net/stellaris_enet: Rewrite tx fifo handling codePeter Maydell
2014-05-13hw/net/stellaris_enet: Correct handling of packet paddingPeter Maydell
2014-05-13hw/net/stellaris_enet: Restructure tx_fifo code to avoid buffer overrunPeter Maydell
2014-05-13savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela
2014-05-13disas/libvixl: Update to libvixl 1.4Peter Maydell
2014-05-13Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20140512' into stagingPeter Maydell
2014-05-13bsd-user: Remove reference to CONFIG_UNAME_RELEASEPeter Maydell
2014-05-13Merge remote-tracking branch 'remotes/bonzini/configure' into stagingPeter Maydell
2014-05-13Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2014-05-13microblaze: boot: Don't hack the elf entry pointPeter Crosthwaite
2014-05-13xilinx_timer: Fix writes into TCSR registerGuenter Roeck
2014-05-13xilinx_intc: Fix writes into MER registerGuenter Roeck
2014-05-13microblaze: Respect the reset vectorEdgar E. Iglesias
2014-05-13microblaze: Support loading of u-boot initrd imagesEdgar E. Iglesias
2014-05-12tcg: Remove unreachable code in tcg_out_op and op_defsRichard Henderson
2014-05-12tcg: Use tcg_target_available_regs in tcg_reg_alloc_movRichard Henderson
2014-05-12tcg: Make call address a constant parameterRichard Henderson
2014-05-12tci: Create tcg_out_callRichard Henderson
2014-05-12tcg-mips: Split out tcg_out_callRichard Henderson
2014-05-12tcg-sparc: Create tcg_out_callRichard Henderson
2014-05-12tcg-ppc64: Rename tcg_out_calli to tcg_out_callRichard Henderson
2014-05-12tcg-ppc: Split out tcg_out_callRichard Henderson
2014-05-12tcg-s390: Rename tgen_calli to tcg_out_callRichard Henderson
2014-05-12tcg-i386: Rename tcg_out_calli to tcg_out_callRichard Henderson
2014-05-12tcg: Require TCG_TARGET_INSN_UNIT_SIZERichard Henderson
2014-05-12tci: Define TCG_TARGET_INSN_UNIT_SIZERichard Henderson
2014-05-12tcg-mips: Define TCG_TARGET_INSN_UNIT_SIZERichard Henderson
2014-05-12tcg-ia64: Define TCG_TARGET_INSN_UNIT_SIZERichard Henderson
2014-05-12tcg-s390: Define TCG_TARGET_INSN_UNIT_SIZERichard Henderson
2014-05-12tcg-aarch64: Define TCG_TARGET_INSN_UNIT_SIZERichard Henderson
2014-05-12tcg-arm: Define TCG_TARGET_INSN_UNIT_SIZERichard Henderson
2014-05-12tcg-sparc: Define TCG_TARGET_INSN_UNIT_SIZERichard Henderson
2014-05-12tcg-ppc: Define TCG_TARGET_INSN_UNIT_SIZERichard Henderson
2014-05-12tcg-ppc64: Define TCG_TARGET_INSN_UNIT_SIZERichard Henderson
2014-05-12tcg-i386: Define TCG_TARGET_INSN_UNIT_SIZERichard Henderson
2014-05-12tcg: Define tcg_insn_unit for code pointersRichard Henderson
2014-05-12tcg: Introduce byte pointer arithmetic helpersRichard Henderson
2014-05-12tcg: Avoid undefined behaviour patching code at unaligned addressesPeter Maydell