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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
2020-06-05
memory: Extract memory_region_msync() from memory_region_writeback()
Philippe Mathieu-Daudé
2
-3
/
+20
2020-06-05
memory: Rename memory_region_do_writeback -> memory_region_writeback
Philippe Mathieu-Daudé
3
-4
/
+4
2020-06-05
fuzz: run the main-loop in fork-server process
Alexander Bulekov
3
-0
/
+5
2020-06-05
fuzz: add mangled object name to linker script
Alexander Bulekov
1
-0
/
+5
2020-06-05
fuzz: fix typo in i440fx-qtest-reboot arguments
Alexander Bulekov
1
-1
/
+1
2020-06-05
fuzz: add datadir for oss-fuzz compatability
Alexander Bulekov
3
-1
/
+18
2020-06-05
io_uring: use io_uring_cq_ready() to check for ready cqes
Stefano Garzarella
1
-6
/
+3
2020-06-05
io_uring: retry io_uring_submit() if it fails with errno=EINTR
Stefano Garzarella
1
-1
/
+1
2020-06-04
Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200...
Peter Maydell
24
-573
/
+480
2020-06-03
riscv: Initial commit of OpenTitan machine
Alistair Francis
7
-1
/
+278
2020-06-03
target/riscv: Add the lowRISC Ibex CPU
Alistair Francis
2
-0
/
+11
2020-06-03
target/riscv: Don't set PMP feature in the cpu init
Alistair Francis
1
-5
/
+0
2020-06-03
target/riscv: Disable the MMU correctly
Alistair Francis
1
-2
/
+3
2020-06-03
target/riscv: Don't overwrite the reset vector
Alistair Francis
1
-1
/
+2
2020-06-03
riscv/boot: Add a missing header include
Alistair Francis
1
-0
/
+1
2020-06-03
riscv: sifive_e: Manually define the machine
Alistair Francis
2
-11
/
+34
2020-06-03
docs: deprecated: Update the -bios documentation
Alistair Francis
1
-15
/
+13
2020-06-03
target/riscv: Drop support for ISA spec version 1.09.1
Alistair Francis
8
-210
/
+73
2020-06-03
target/riscv: Remove the deprecated CPUs
Alistair Francis
4
-52
/
+20
2020-06-03
hw/riscv: spike: Remove deprecated ISA specific machines
Alistair Francis
3
-228
/
+12
2020-06-03
hw/riscv: virt: Remove the riscv_ prefix of the machine* functions
Bin Meng
1
-10
/
+10
2020-06-03
hw/riscv: sifive_u: Remove the riscv_ prefix of the soc* functions
Bin Meng
1
-12
/
+12
2020-06-03
riscv: Change the default behavior if no -bios option is specified
Bin Meng
1
-27
/
+4
2020-06-03
riscv: Suppress the error report for QEMU testing with riscv_find_firmware()
Bin Meng
1
-3
/
+11
2020-06-02
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20200602' into staging
Peter Maydell
26
-193
/
+736
2020-06-02
accel/tcg: Provide a NetBSD specific aarch64 cpu_signal_handler
Nick Hudson
1
-0
/
+27
2020-06-02
accel/tcg: Adjust cpu_signal_handler for NetBSD/arm
Nick Hudson
1
-3
/
+13
2020-06-02
tcg: Improve move ops in liveness_pass_2
Richard Henderson
1
-22
/
+56
2020-06-02
target/s390x: Use tcg_gen_gvec_rotl{i,s,v}
Richard Henderson
4
-94
/
+11
2020-06-02
target/ppc: Use tcg_gen_gvec_rotlv
Richard Henderson
3
-25
/
+4
2020-06-02
tcg/ppc: Implement INDEX_op_rot[lr]v_vec
Richard Henderson
3
-6
/
+20
2020-06-02
tcg/aarch64: Implement INDEX_op_rotl{i,v}_vec
Richard Henderson
2
-2
/
+52
2020-06-02
tcg/i386: Implement INDEX_op_rotl{i,s,v}_vec
Richard Henderson
1
-16
/
+100
2020-06-02
tcg: Implement gvec support for rotate by scalar
Richard Henderson
10
-0
/
+37
2020-06-02
tcg: Remove expansion to shift by vector from do_shifts
Richard Henderson
1
-24
/
+11
2020-06-02
tcg: Implement gvec support for rotate by vector
Richard Henderson
13
-1
/
+256
2020-06-02
tcg: Implement gvec support for rotate by immediate
Richard Henderson
13
-1
/
+150
2020-06-02
Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-5.1-pull-request' ...
Peter Maydell
3
-0
/
+23
2020-06-02
target/m68k: implement opcode fetoxm1
Laurent Vivier
3
-0
/
+9
2020-06-02
target/m68k: implement fmove.l #<data>,FPCR
Laurent Vivier
1
-0
/
+14
2020-06-02
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...
Peter Maydell
1
-2
/
+4
2020-06-01
Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20200601a'...
Peter Maydell
12
-207
/
+86
2020-06-01
Merge remote-tracking branch 'remotes/bkoppelmann2/tags/pull-tricore-20200601...
Peter Maydell
6
-46
/
+207
2020-06-01
migration/migration.c: Fix hang in ram_save_host_page
Lukas Straub
1
-0
/
+4
2020-06-01
migration/colo.c: Move colo_notify_compares_event to the right place
Lukas Straub
1
-6
/
+6
2020-06-01
migration/colo.c: Relaunch failover even if there was an error
Lukas Straub
1
-5
/
+12
2020-06-01
migration/colo.c: Flush ram cache only after receiving device state
Lukas Straub
3
-4
/
+3
2020-06-01
migration/colo.c: Use cpu_synchronize_all_states()
Lukas Straub
1
-1
/
+1
2020-06-01
migration/colo.c: Use event instead of semaphore
Lukas Straub
2
-6
/
+7
2020-06-01
migration/vmstate: Remove unnecessary MemoryRegion forward declaration
Philippe Mathieu-Daudé
1
-1
/
+0
[next]