OSDN Git Service

qmiga/qemu.git
2021-05-25 Richard Hendersontarget/arm: Implement SVE2 signed saturating doubling...
2021-05-25 Richard Hendersontarget/arm: Implement SVE2 saturating multiply (indexed)
2021-05-25 Richard Hendersontarget/arm: Implement SVE2 saturating multiply-add...
2021-05-25 Richard Hendersontarget/arm: Implement SVE2 saturating multiply-add...
2021-05-25 Richard Hendersontarget/arm: Implement SVE2 integer multiply-add (indexed)
2021-05-25 Richard Hendersontarget/arm: Implement SVE2 integer multiply (indexed)
2021-05-25 Richard Hendersontarget/arm: Split out formats for 3 vectors + 1 index
2021-05-25 Richard Hendersontarget/arm: Split out formats for 2 vectors + 1 index
2021-05-25 Richard Hendersontarget/arm: Pass separate addend to FCMLA helpers
2021-05-25 Richard Hendersontarget/arm: Pass separate addend to {U, S}DOT helpers
2021-05-25 Richard Hendersontarget/arm: Use correct output type for gvec_sdot_*_b
2021-05-25 Stephen Longtarget/arm: Implement SVE2 SPLICE, EXT
2021-05-25 Stephen Longtarget/arm: Implement SVE2 FMMLA
2021-05-25 Stephen Longtarget/arm: Implement SVE2 gather load insns
2021-05-25 Stephen Longtarget/arm: Implement SVE2 scatter store insns
2021-05-25 Richard Hendersontarget/arm: Implement SVE2 XAR
2021-05-25 Stephen Longtarget/arm: Implement SVE2 HISTCNT, HISTSEG
2021-05-25 Stephen Longtarget/arm: Implement SVE2 RSUBHNB, RSUBHNT
2021-05-25 Stephen Longtarget/arm: Implement SVE2 SUBHNB, SUBHNT
2021-05-25 Stephen Longtarget/arm: Implement SVE2 RADDHNB, RADDHNT
2021-05-25 Stephen Longtarget/arm: Implement SVE2 ADDHNB, ADDHNT
2021-05-25 Richard Hendersontarget/arm: Implement SVE2 complex integer multiply-add
2021-05-25 Richard Hendersontarget/arm: Implement SVE2 integer multiply-add long
2021-05-25 Richard Hendersontarget/arm: Implement SVE2 saturating multiply-add...
2021-05-25 Richard Hendersontarget/arm: Implement SVE2 saturating multiply-add...
2021-05-25 Stephen Longtarget/arm: Implement SVE2 MATCH, NMATCH
2021-05-25 Richard Hendersontarget/arm: Implement SVE2 bitwise ternary operations
2021-05-25 Richard Hendersontarget/arm: Implement SVE2 WHILERW, WHILEWR
2021-05-25 Richard Hendersontarget/arm: Implement SVE2 WHILEGT, WHILEGE, WHILEHI...
2021-05-25 Richard Hendersontarget/arm: Implement SVE2 SQSHRN, SQRSHRN
2021-05-25 Richard Hendersontarget/arm: Implement SVE2 UQSHRN, UQRSHRN
2021-05-25 Richard Hendersontarget/arm: Implement SVE2 SQSHRUN, SQRSHRUN
2021-05-25 Richard Hendersontarget/arm: Implement SVE2 SHRN, RSHRN
2021-05-25 Stephen Longtarget/arm: Implement SVE2 floating-point pairwise
2021-05-25 Richard Hendersontarget/arm: Implement SVE2 saturating extract narrow
2021-05-25 Richard Hendersontarget/arm: Implement SVE2 integer absolute difference...
2021-05-25 Richard Hendersontarget/arm: Implement SVE2 bitwise shift and insert
2021-05-25 Richard Hendersontarget/arm: Implement SVE2 bitwise shift right and...
2021-05-25 Richard Hendersontarget/arm: Implement SVE2 integer add/subtract long...
2021-05-25 Richard Hendersontarget/arm: Implement SVE2 integer absolute difference...
2021-05-25 Richard Hendersontarget/arm: Implement SVE2 complex integer add
2021-05-25 Richard Hendersontarget/arm: Implement SVE2 bitwise permute
2021-05-25 Richard Hendersontarget/arm: Implement SVE2 bitwise exclusive-or interleaved
2021-05-25 Richard Hendersontarget/arm: Implement SVE2 bitwise shift left long
2021-05-25 Richard Hendersontarget/arm: Implement SVE2 PMULLB, PMULLT
2021-05-25 Richard Hendersontarget/arm: Implement SVE2 integer multiply long
2021-05-25 Richard Hendersontarget/arm: Implement SVE2 integer add/subtract wide
2021-05-25 Richard Hendersontarget/arm: Implement SVE2 integer add/subtract interle...
2021-05-25 Richard Hendersontarget/arm: Implement SVE2 integer add/subtract long
2021-05-25 Richard Hendersontarget/arm: Implement SVE2 saturating add/subtract...
2021-05-25 Richard Hendersontarget/arm: Implement SVE2 integer pairwise arithmetic
2021-05-25 Richard Hendersontarget/arm: Implement SVE2 integer halving add/subtract...
2021-05-25 Richard Hendersontarget/arm: Implement SVE2 saturating/rounding bitwise...
2021-05-25 Richard Hendersontarget/arm: Split out saturating/rounding shifts from...
2021-05-25 Richard Hendersontarget/arm: Implement SVE2 integer unary operations...
2021-05-25 Richard Hendersontarget/arm: Implement SVE2 integer pairwise add and...
2021-05-25 Richard Hendersontarget/arm: Implement SVE2 Integer Multiply - Unpredicated
2021-05-25 Richard Hendersontarget/arm: Add ID_AA64ZFR0 fields and isar_feature_aa6...
2021-05-25 Philippe Mathieu... disas/libvixl: Protect C system header for C++ compiler
2021-05-25 Rebecca Crantarget/arm: set ID_AA64ISAR0.TLB to 2 for max AARCH64...
2021-05-25 Rebecca Crantarget/arm: Add support for FEAT_TLBIOS
2021-05-25 Rebecca Crantarget/arm: Add support for FEAT_TLBIRANGE
2021-05-25 Richard Hendersonaccel/tlb: Rename tlb_flush_[page_bits > range]_by_mmui...
2021-05-25 Richard Hendersonaccel/tcg: Rename tlb_flush_page_bits -> range]_by_mmui...
2021-05-25 Richard Hendersonaccel/tlb: Add tlb_flush_range_by_mmuidx_all_cpus_synced()
2021-05-25 Richard Hendersonaccel/tcg: Add tlb_flush_range_by_mmuidx_all_cpus()
2021-05-25 Richard Hendersonaccel/tcg: Add tlb_flush_range_by_mmuidx()
2021-05-25 Richard Hendersonaccel/tcg: Remove {encode,decode}_pbm_to_runon
2021-05-25 Richard Hendersonaccel/tlb: Rename TLBFlushPageBitsByMMUIdxData -> TLBFl...
2021-05-25 Richard Hendersonaccel/tcg: Pass length argument to tlb_flush_range_locked()
2021-05-25 Richard Hendersonaccel/tcg: Replace g_new() + memcpy() by g_memdup()
2021-05-25 Peter Maydelltarget/arm: Use correct SP in M-profile exception return
2021-05-25 Peter Maydellhw/arm: Model TCMs in the SSE-300, not the AN547
2021-05-25 Peter Maydellhw/arm/mps2-tz: Allow board to specify a boot RAM size
2021-05-25 Peter Maydellhw/arm/armsse: Convert armsse_realize() to use ERRP_GUARD
2021-05-25 Peter Maydellhw/arm/armsse.c: Correct modelling of SSE-300 internal...
2021-05-25 Peter Maydellhw/arm/mps2-tz: Make SRAM_ADDR_WIDTH board-specific
2021-05-25 Peter Maydellhw/arm/mps2-tz: Don't duplicate modelling of SRAM in...
2021-05-25 Peter Maydellhw/intc/arm_gicv3_cpuif: Fix EOIR write access check...
2021-05-25 Eric Augerhw/arm/smmuv3: Another range invalidation fix
2021-05-24 Peter MaydellMerge remote-tracking branch 'remotes/stefanha-gitlab...
2021-05-24 Peter MaydellMerge remote-tracking branch 'remotes/xtensa/tags/20210...
2021-05-21 Paolo Bonzinicoroutine-sleep: introduce qemu_co_sleep
2021-05-21 Paolo Bonzinicoroutine-sleep: replace QemuCoSleepState pointer with...
2021-05-21 Paolo Bonzinicoroutine-sleep: move timer out of QemuCoSleepState
2021-05-21 Paolo Bonzinicoroutine-sleep: allow qemu_co_sleep_wake that wakes...
2021-05-21 Paolo Bonzinicoroutine-sleep: disallow NULL QemuCoSleepState** argument
2021-05-21 Paolo Bonzinicoroutine-sleep: use a stack-allocated timer
2021-05-21 Philippe Mathieu... bitops.h: Improve find_xxx_bit() documentation
2021-05-21 Zenghui Yumulti-process: Initialize variables declared with g_auto*
2021-05-21 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/ui...
2021-05-21 Peter MaydellMerge remote-tracking branch 'remotes/vsementsov/tags...
2021-05-21 Peter MaydellMerge remote-tracking branch 'remotes/ericb/tags/pull...
2021-05-21 Gerd Hoffmannui/gtk: add clipboard support
2021-05-21 Gerd Hoffmannui/gtk: move struct GtkDisplayState to ui/gtk.h
2021-05-21 Gerd Hoffmannui/vnc: clipboard support
2021-05-21 Gerd Hoffmannui/vdagent: add clipboard support
2021-05-21 Gerd Hoffmannui/vdagent: add mouse support
2021-05-21 Gerd Hoffmannui/vdagent: core infrastructure
2021-05-21 Gerd Hoffmannui: add clipboard documentation
next