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
2020-08-24
hw/arm/smmuv3: Let AIDR advertise SMMUv3.0 support
Eric Auger
3
-0
/
+5
2020-08-24
hw/arm/smmuv3: Fix IIDR offset
Eric Auger
1
-1
/
+1
2020-08-24
hw/arm/smmuv3: Get prepared for range invalidation
Eric Auger
5
-31
/
+69
2020-08-24
hw/arm/smmuv3: Introduce smmuv3_s1_range_inval() helper
Eric Auger
2
-21
/
+18
2020-08-24
hw/arm/smmu-common: Manage IOTLB block entries
Eric Auger
5
-25
/
+67
2020-08-24
hw/arm/smmu: Introduce SMMUTLBEntry for PTW and IOTLB value
Eric Auger
3
-23
/
+31
2020-08-24
hw/arm/smmu: Introduce smmu_get_iotlb_key()
Eric Auger
3
-30
/
+38
2020-08-24
hw/arm/smmu-common: Add IOTLB helpers
Eric Auger
4
-26
/
+43
2020-08-24
hw/arm/smmu-common: Factorize some code in smmu_ptw_64()
Eric Auger
1
-31
/
+17
2020-08-24
hw/cpu/a9mpcore: Verify the machine use Cortex-A9 cores
Philippe Mathieu-Daudé
1
-1
/
+11
2020-08-23
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.2-pull-re...
Peter Maydell
4
-63
/
+250
2020-08-23
linux-user: Fix 'utimensat()' implementation
Filip Bozuta
1
-2
/
+7
2020-08-23
linux-user: Add support for a group of 2038 safe syscalls
Filip Bozuta
2
-1
/
+143
2020-08-23
linux-user: Modify 'target_to_host/host_to_target_itimerspec()'
Filip Bozuta
1
-27
/
+19
2020-08-23
linux-user: Adjust guest page protection for the host
Richard Henderson
1
-1
/
+5
2020-08-23
linux-user: Validate mmap/mprotect prot value
Richard Henderson
1
-33
/
+73
2020-08-23
linux-user: Fix "print_fdset()" in "strace.c" to not print ", " after last value
Filip Bozuta
1
-2
/
+6
2020-08-23
Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200...
Peter Maydell
27
-136
/
+337
2020-08-22
Merge remote-tracking branch 'remotes/philmd-gitlab/tags/sd-next-20200821' in...
Peter Maydell
21
-222
/
+415
2020-08-22
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
42
-140
/
+7752
2020-08-22
Merge remote-tracking branch 'remotes/ericb/tags/pull-bitmaps-2020-08-21' int...
Peter Maydell
13
-84
/
+1567
2020-08-22
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...
Peter Maydell
12
-7
/
+81
2020-08-21
hw/intc: ibex_plic: Honour source priorities
Alistair Francis
1
-5
/
+10
2020-08-21
hw/intc: ibex_plic: Don't allow repeat interrupts on claimed lines
Alistair Francis
2
-0
/
+18
2020-08-21
hw/intc: ibex_plic: Update the pending irqs
Alistair Francis
1
-0
/
+4
2020-08-21
target/riscv: Change the TLB page size depends on PMP entries.
Zong Li
3
-2
/
+62
2020-08-21
target/riscv: Fix the translation of physical address
Zong Li
1
-2
/
+3
2020-08-21
gitlab-ci/opensbi: Update GitLab CI to build generic platform
Bin Meng
1
-18
/
+10
2020-08-21
hw/riscv: spike: Change the default bios to use generic platform image
Bin Meng
4
-3
/
+9
2020-08-21
hw/riscv: Use pre-built bios image of generic platform for virt & sifive_u
Bin Meng
9
-6
/
+5
2020-08-21
roms/Makefile: Build the generic platform for RISC-V OpenSBI firmware
Bin Meng
1
-22
/
+10
2020-08-21
roms/opensbi: Upgrade from v0.7 to v0.8
Bin Meng
1
-0
/
+0
2020-08-21
configure: Create symbolic links for pc-bios/*.elf files
Bin Meng
1
-0
/
+1
2020-08-21
riscv: Fix bug in setting pmpcfg CSR for RISCV64
Hou Weiying
1
-3
/
+2
2020-08-21
hw/riscv: sifive_u: Add a dummy L2 cache controller device
Bin Meng
2
-0
/
+26
2020-08-21
target/riscv: check before allocating TCG temps
LIU Zhiwei
2
-8
/
+8
2020-08-21
target/riscv: Clean up fmv.w.x
LIU Zhiwei
1
-5
/
+1
2020-08-21
target/riscv: Check nanboxed inputs in trans_rvf.inc.c
Richard Henderson
2
-16
/
+73
2020-08-21
target/riscv: Check nanboxed inputs to fp helpers
Richard Henderson
2
-18
/
+57
2020-08-21
target/riscv: Generate nanboxed results from trans_rvf.inc.c
Richard Henderson
1
-0
/
+4
2020-08-21
target/riscv: Generalize gen_nanbox_fpr to gen_nanbox_s
Richard Henderson
2
-15
/
+12
2020-08-21
target/riscv: Generate nanboxed results from fp helpers
Richard Henderson
2
-19
/
+28
2020-08-21
Merge remote-tracking branch 'remotes/kraxel/tags/seabios-20200819-pull-reque...
Peter Maydell
12
-0
/
+0
2020-08-21
keymaps: update
Paolo Bonzini
32
-64
/
+7680
2020-08-21
meson: Fix --disable-tools --enable-system builds
Philippe Mathieu-Daudé
1
-1
/
+2
2020-08-21
meson: convert pc-bios/keymaps/Makefile
Marc-André Lureau
7
-70
/
+65
2020-08-21
configure: silence 'shift' error message in version_ge()
Stefano Garzarella
1
-3
/
+3
2020-08-21
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2
-35
/
+48
2020-08-21
util/meson.build: fix fdmon-io_uring build
Stefano Garzarella
1
-1
/
+1
2020-08-21
target/s390x: fix meson.build issue
Paolo Bonzini
1
-1
/
+1
[next]