]> Git Repo - qemu.git/history - target
coding_style: add point about 0x in trace-events
[qemu.git] / target /
2017-07-31 Peter MaydellMerge remote-tracking branch 'remotes/pmaydell/tags...
2017-07-31 Peter Maydelltarget/arm: Migrate MPU_RNR register state for M profil...
2017-07-31 Peter Maydelltarget/arm: Move PMSAv7 reset into arm_cpu_reset()...
2017-07-31 Peter Maydelltarget/arm: Rename cp15.c6_rgnr to pmsav7.rnr
2017-07-31 Peter Maydelltarget/arm: Don't allow guest to make System space...
2017-07-31 Peter Maydelltarget/arm: Don't do MPU lookups for addresses in M...
2017-07-31 Peter Maydelltarget/arm: Correct MPU trace handling of write vs...
2017-07-31 Peter MaydellMerge remote-tracking branch 'remotes/mjt/tags/trivial...
2017-07-31 Philippe Mathieu... docs: fix broken paths to docs/devel/tracing.txt
2017-07-31 Philippe Mathieu... m68k/translate: fix incorrect copy/paste
2017-07-31 Eduardo Otuboqemu-system-tricore: segfault when entering "x 0" on...
2017-07-28 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/ui...
2017-07-28 Peter MaydellMerge remote-tracking branch 'remotes/cohuck/tags/s390x...
2017-07-28 David Hildenbrandtarget/s390x: fix pgm irq ilen in translate_pages()
2017-07-28 David Hildenbrandtarget/s390x: fix pgm irq ilen for stsi
2017-07-27 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/ui...
2017-07-27 Peter MaydellMerge remote-tracking branch 'remotes/awilliam/tags...
2017-07-27 Peter MaydellMerge remote-tracking branch 'remotes/ehabkost/tags...
2017-07-26 Eduardo Habkosttarget/i386: Don't use x86_cpu_load_def() on "max"...
2017-07-26 Eduardo Habkosttarget/i386: Define CPUID_MODEL_ID_SZ macro
2017-07-26 Eduardo Habkosttarget/i386: Use host_vendor_fms() in max_x86_cpu_initfn()
2017-07-25 Peter MaydellMerge remote-tracking branch 'remotes/cohuck/tags/s390x...
2017-07-25 Halil Pasics390x/css: fix ilen in IO instruction handlers
2017-07-25 Thomas Huthtarget/s390x: Add remaining switches to compile with...
2017-07-25 Thomas Huthtarget/s390x: Move exception-related functions to a...
2017-07-25 Thomas Huthtarget/s390x: Rework program_interrupt() and related...
2017-07-25 Thomas Huthtarget/s390x: Move diag helpers to a separate file
2017-07-25 Thomas Huthtarget/s390x: Move s390_cpu_dump_state() to helper.c
2017-07-25 David Hildenbrandtarget/s390x: improve baselining if certain base featur...
2017-07-25 David Hildenbrands390x/kvm: better comment regarding zPCI feature availa...
2017-07-25 David Hildenbrandtarget/s390x: introduce (test|set)_be_bit
2017-07-25 David Hildenbrandtarget/s390x: indicate query subfunction in s390_fill_f...
2017-07-25 David Hildenbrandtarget/s390x: drop BE_BIT()
2017-07-25 Christian Borntraegers390/cpumodel: remove KSS from the default model of z14
2017-07-24 Peter MaydellMerge remote-tracking branch 'remotes/pmaydell/tags...
2017-07-24 Emilio G. Cotatarget/arm: fix TCG temp leak in aarch64 rev16
2017-07-24 Peter MaydellMerge remote-tracking branch 'remotes/kevin/tags/for...
2017-07-24 Peter MaydellMerge remote-tracking branch 'remotes/armbru/tags/pull...
2017-07-24 Peter MaydellMerge remote-tracking branch 'remotes/armbru/tags/pull...
2017-07-24 Markus Armbrusterqapi: Use QNull for a more regular visit_type_null()
2017-07-24 Markus Armbrusterqapi: Separate type QNull from QObject
2017-07-21 Peter MaydellMerge remote-tracking branch 'remotes/yongbok/tags...
2017-07-21 Peter MaydellMerge remote-tracking branch 'remotes/stsquad/tags...
2017-07-21 Peter MaydellUse qemu_tolower() and qemu_toupper(), not tolower...
2017-07-21 James Hogantarget/mips: Enable CP0_EBase.WG on MIPS64 CPUs
2017-07-21 James Hogantarget/mips: Add EVA support to P5600
2017-07-20 James Hogantarget/mips: Implement segmentation control
2017-07-20 James Hogantarget/mips: Add segmentation control registers
2017-07-20 James Hogantarget/mips: Add an MMU mode for ERL
2017-07-20 James Hogantarget/mips: Abstract mmu_idx from hflags
2017-07-20 James Hogantarget/mips: Check memory permissions with mem_idx
2017-07-20 James Hogantarget/mips: Decode microMIPS EVA load & store instructions
2017-07-20 James Hogantarget/mips: Decode MIPS32 EVA load & store instructions
2017-07-20 James Hogantarget/mips: Prepare loads/stores for EVA
2017-07-20 James Hogantarget/mips: Add CP0_Ebase.WG (write gate) support
2017-07-20 James Hogantarget/mips: Weaken TLB flush on UX,SX,KX,ASID changes
2017-07-20 James Hogantarget/mips: Fix TLBWI shadow flush for EHINV,XI,RI
2017-07-20 James Hogantarget/mips: Fix MIPS64 MFC0 UserLocal on BE host
2017-07-20 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/usb...
2017-07-20 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/ui...
2017-07-20 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/misc...
2017-07-20 Peter MaydellMerge remote-tracking branch 'remotes/rth/tags/pull...
2017-07-19 Lluís Vilanovatcg: Pass generic CPUState to gen_intermediate_code()
2017-07-19 Philippe Mathieu... target/alpha: optimize gen_cvtlq() using deposit op
2017-07-19 Philippe Mathieu... target/sparc: optimize gen_op_mulscc() using deposit op
2017-07-19 Philippe Mathieu... target/sparc: optimize various functions using extract op
2017-07-19 Philippe Mathieu... target/ppc: optimize various functions using extract op
2017-07-19 Philippe Mathieu... target/m68k: optimize bcd_flags() using extract op
2017-07-19 Aurelien Jarnotarget/arm: optimize aarch32 rev16
2017-07-19 Richard Hendersontarget/arm: Optimize aarch64 rev16
2017-07-19 Peter MaydellMerge remote-tracking branch 'remotes/berrange/tags...
2017-07-19 Peter MaydellMerge remote-tracking branch 'remotes/rth/tags/pull...
2017-07-19 Peter MaydellMerge remote-tracking branch 'remotes/sstabellini/tags...
2017-07-19 Peter MaydellMerge remote-tracking branch 'remotes/aurel/tags/pull...
2017-07-19 Peter MaydellMerge remote-tracking branch 'remotes/jnsnow/tags/ide...
2017-07-19 Peter MaydellMerge remote-tracking branch 'remotes/juanquintela...
2017-07-19 Peter MaydellMerge remote-tracking branch 'remotes/kevin/tags/for...
2017-07-19 Peter MaydellMerge remote-tracking branch 'remotes/berrange/tags...
2017-07-19 Richard Hendersontarget/alpha: Log temp leaks
2017-07-19 Richard Hendersontarget/alpha: Fix temp leak in gen_fbcond
2017-07-19 Richard Hendersontarget/alpha: Fix temp leak in gen_call_pal
2017-07-19 Richard Hendersontarget/alpha: Fix temp leak in gen_mtpr
2017-07-19 Richard Hendersontarget/alpha: Fix temp leak in gen_bcond
2017-07-19 Richard Hendersontarget/alpha: Merge several flag bytes into ENV->FLAGS
2017-07-19 Richard Hendersontarget/alpha: Copy tb->flags into DisasContext
2017-07-19 Richard Hendersontarget/alpha: Remove amask from tb->flags
2017-07-18 Richard Hendersontarget/sh4: Use tcg_gen_lookup_and_goto_ptr
2017-07-18 Richard Hendersontarget/sh4: Implement fsrra
2017-07-18 Richard Hendersontarget/sh4: Add missing FPSCR.PR == 0 checks
2017-07-18 Richard Hendersontarget/sh4: Implement fpchg
2017-07-18 Richard Hendersontarget/sh4: Introduce CHECK_SH4A
2017-07-18 Richard Hendersontarget/sh4: Introduce CHECK_FPSCR_PR_*
2017-07-18 Richard Hendersontarget/sh4: Tidy misc illegal insn checks
2017-07-18 Richard Hendersontarget/sh4: Unify code for CHECK_FPU_ENABLED
2017-07-18 Richard Hendersontarget/sh4: Unify code for CHECK_PRIVILEGED
2017-07-18 Richard Hendersontarget/sh4: Unify code for CHECK_NOT_DELAY_SLOT
2017-07-18 Richard Hendersontarget/sh4: Simplify 64-bit fp reg-reg move
2017-07-18 Richard Hendersontarget/sh4: Load/store Dr as 64-bit quantities
2017-07-18 Richard Hendersontarget/sh4: Merge DREG into fpr64 routines
2017-07-18 Richard Hendersontarget/sh4: Eliminate unused XREG macro
next
This page took 0.069676 seconds and 7 git commands to generate.