index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-25
target/arm: Implement SVE2 integer add/subtract wide
Richard Henderson
4
-0
/
+78
2021-05-25
target/arm: Implement SVE2 integer add/subtract interleaved long
Richard Henderson
2
-0
/
+10
2021-05-25
target/arm: Implement SVE2 integer add/subtract long
Richard Henderson
4
-0
/
+132
2021-05-25
target/arm: Implement SVE2 saturating add/subtract (predicated)
Richard Henderson
4
-56
/
+210
2021-05-25
target/arm: Implement SVE2 integer pairwise arithmetic
Richard Henderson
4
-0
/
+135
2021-05-25
target/arm: Implement SVE2 integer halving add/subtract (predicated)
Richard Henderson
4
-0
/
+112
2021-05-25
target/arm: Implement SVE2 saturating/rounding bitwise shift left (predicated)
Richard Henderson
4
-0
/
+176
2021-05-25
target/arm: Split out saturating/rounding shifts from neon
Richard Henderson
2
-430
/
+227
2021-05-25
target/arm: Implement SVE2 integer unary operations (predicated)
Richard Henderson
4
-0
/
+88
2021-05-25
target/arm: Implement SVE2 integer pairwise add and accumulate long
Richard Henderson
4
-0
/
+102
2021-05-25
target/arm: Implement SVE2 Integer Multiply - Unpredicated
Richard Henderson
4
-0
/
+166
2021-05-25
target/arm: Add ID_AA64ZFR0 fields and isar_feature_aa64_sve2
Richard Henderson
3
-8
/
+32
2021-05-25
disas/libvixl: Protect C system header for C++ compiler
Philippe Mathieu-Daudé
6
-11
/
+15
2021-05-25
target/arm: set ID_AA64ISAR0.TLB to 2 for max AARCH64 CPU type
Rebecca Cran
1
-0
/
+1
2021-05-25
target/arm: Add support for FEAT_TLBIOS
Rebecca Cran
2
-0
/
+48
2021-05-25
target/arm: Add support for FEAT_TLBIRANGE
Rebecca Cran
2
-0
/
+286
2021-05-25
accel/tlb: Rename tlb_flush_[page_bits > range]_by_mmuidx_async_[2 > 1]
Richard Henderson
1
-6
/
+6
2021-05-25
accel/tcg: Rename tlb_flush_page_bits -> range]_by_mmuidx_async_0
Richard Henderson
1
-6
/
+5
2021-05-25
accel/tlb: Add tlb_flush_range_by_mmuidx_all_cpus_synced()
Richard Henderson
2
-7
/
+32
2021-05-25
accel/tcg: Add tlb_flush_range_by_mmuidx_all_cpus()
Richard Henderson
2
-7
/
+30
2021-05-25
accel/tcg: Add tlb_flush_range_by_mmuidx()
Richard Henderson
2
-5
/
+34
2021-05-25
accel/tcg: Remove {encode,decode}_pbm_to_runon
Richard Henderson
1
-66
/
+20
2021-05-25
accel/tlb: Rename TLBFlushPageBitsByMMUIdxData -> TLBFlushRangeData
Richard Henderson
1
-12
/
+12
2021-05-25
accel/tcg: Pass length argument to tlb_flush_range_locked()
Richard Henderson
1
-15
/
+33
2021-05-25
accel/tcg: Replace g_new() + memcpy() by g_memdup()
Richard Henderson
1
-11
/
+4
2021-05-25
target/arm: Use correct SP in M-profile exception return
Peter Maydell
1
-1
/
+2
2021-05-25
hw/arm: Model TCMs in the SSE-300, not the AN547
Peter Maydell
3
-12
/
+21
2021-05-25
hw/arm/mps2-tz: Allow board to specify a boot RAM size
Peter Maydell
1
-0
/
+13
2021-05-25
hw/arm/armsse: Convert armsse_realize() to use ERRP_GUARD
Peter Maydell
1
-4
/
+4
2021-05-25
hw/arm/armsse.c: Correct modelling of SSE-300 internal SRAMs
Peter Maydell
1
-2
/
+6
2021-05-25
hw/arm/mps2-tz: Make SRAM_ADDR_WIDTH board-specific
Peter Maydell
1
-0
/
+6
2021-05-25
hw/arm/mps2-tz: Don't duplicate modelling of SRAM in AN524
Peter Maydell
1
-7
/
+1
2021-05-25
hw/intc/arm_gicv3_cpuif: Fix EOIR write access check logic
Peter Maydell
1
-16
/
+32
2021-05-25
hw/arm/smmuv3: Another range invalidation fix
Eric Auger
1
-24
/
+26
2021-05-24
Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...
Peter Maydell
7
-70
/
+79
2021-05-24
Merge remote-tracking branch 'remotes/xtensa/tags/20210521-xtensa' into staging
Peter Maydell
10
-89
/
+288
2021-05-21
coroutine-sleep: introduce qemu_co_sleep
Paolo Bonzini
2
-7
/
+24
2021-05-21
coroutine-sleep: replace QemuCoSleepState pointer with struct in the API
Paolo Bonzini
4
-43
/
+39
2021-05-21
coroutine-sleep: move timer out of QemuCoSleepState
Paolo Bonzini
1
-4
/
+4
2021-05-21
coroutine-sleep: allow qemu_co_sleep_wake that wakes nothing
Paolo Bonzini
3
-18
/
+15
2021-05-21
coroutine-sleep: disallow NULL QemuCoSleepState** argument
Paolo Bonzini
2
-15
/
+8
2021-05-21
coroutine-sleep: use a stack-allocated timer
Paolo Bonzini
1
-5
/
+4
2021-05-21
bitops.h: Improve find_xxx_bit() documentation
Philippe Mathieu-Daudé
1
-3
/
+12
2021-05-21
multi-process: Initialize variables declared with g_auto*
Zenghui Yu
2
-5
/
+3
2021-05-21
Merge remote-tracking branch 'remotes/kraxel/tags/ui-20210521-pull-request' i...
Peter Maydell
18
-68
/
+1800
2021-05-21
Merge remote-tracking branch 'remotes/vsementsov/tags/pull-simplebench-2021-0...
Peter Maydell
4
-22
/
+144
2021-05-21
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2021-05-11' into st...
Peter Maydell
1
-7
/
+22
2021-05-21
ui/gtk: add clipboard support
Gerd Hoffmann
4
-1
/
+204
2021-05-21
ui/gtk: move struct GtkDisplayState to ui/gtk.h
Gerd Hoffmann
2
-55
/
+57
2021-05-21
ui/vnc: clipboard support
Gerd Hoffmann
4
-6
/
+363
[prev]
[next]