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
2018-05-06
RISC-V: No traps on writes to misa,minstret,mcycle
Michael Clark
1
-12
/
+13
2018-05-06
RISC-V: Make mtvec/stvec ignore vectored traps
Michael Clark
1
-6
/
+8
2018-05-06
RISC-V: Add mcycle/minstret support for -icount auto
Michael Clark
2
-2
/
+28
2018-05-06
RISC-V: Use [ms]counteren CSRs when priv ISA >= v1.10
Michael Clark
2
-18
/
+50
2018-05-06
RISC-V: Allow S-mode mxr access when priv ISA >= v1.10
Michael Clark
1
-2
/
+5
2018-05-06
RISC-V: Clear mtval/stval on exceptions without info
Michael Clark
1
-0
/
+8
2018-05-06
RISC-V: Hardwire satp to 0 for no-mmu case
Michael Clark
1
-2
/
+5
2018-05-06
RISC-V: Update E and I extension order
Michael Clark
2
-1
/
+2
2018-05-06
RISC-V: Remove erroneous comment from translate.c
Michael Clark
1
-1
/
+0
2018-05-06
RISC-V: Remove EM_RISCV ELF_MACHINE indirection
Michael Clark
5
-5
/
+4
2018-05-06
RISC-V: Make virt header comment title consistent
Michael Clark
1
-1
/
+1
2018-05-06
RISC-V: Make some header guards more specific
Michael Clark
2
-4
/
+4
2018-05-06
RISC-V: Fix missing break statement in disassembler
Michael Clark
1
-1
/
+2
2018-05-06
RISC-V: Include instruction hex in disassembly
Michael Clark
1
-19
/
+20
2018-05-06
RISC-V: Remove unused class definitions
Michael Clark
9
-123
/
+0
2018-05-06
RISC-V: Remove identity_translate from load_elf
Michael Clark
4
-24
/
+4
2018-05-06
RISC-V: Use ROM base address and size from memmap
Michael Clark
2
-4
/
+2
2018-05-06
RISC-V: Make virt board description match spike
Michael Clark
1
-1
/
+1
2018-05-06
RISC-V: Replace hardcoded constants with enum values
Michael Clark
8
-12
/
+31
2018-05-04
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180504-...
Peter Maydell
25
-67
/
+2868
2018-05-04
hw/arm/virt: Introduce the iommu option
Eric Auger
1
-0
/
+36
2018-05-04
hw/arm/virt-acpi-build: Add smmuv3 node in IORT table
Prem Mallappa
2
-7
/
+63
2018-05-04
hw/arm/virt: Add SMMUv3 to the virt board
Prem Mallappa
2
-1
/
+73
2018-05-04
target/arm/kvm: Translate the MSI doorbell in kvm_arch_fixup_msi_route
Eric Auger
2
-1
/
+40
2018-05-04
hw/arm/smmuv3: Abort on vfio or vhost case
Eric Auger
1
-0
/
+11
2018-05-04
hw/arm/smmuv3: Implement translate callback
Eric Auger
3
-0
/
+527
2018-05-04
hw/arm/smmuv3: Event queue recording helper
Eric Auger
3
-6
/
+247
2018-05-04
hw/arm/smmuv3: Implement MMIO write operations
Eric Auger
3
-10
/
+174
2018-05-04
hw/arm/smmuv3: Queue helpers
Eric Auger
3
-0
/
+304
2018-05-04
hw/arm/smmuv3: Wired IRQ and GERROR helpers
Eric Auger
3
-0
/
+81
2018-05-04
hw/arm/smmuv3: Skeleton
Prem Mallappa
5
-1
/
+599
2018-05-04
hw/arm/smmu-common: VMSAv8-64 page table walk
Eric Auger
4
-1
/
+343
2018-05-04
hw/arm/smmu-common: IOMMU memory region and address space setup
Eric Auger
3
-0
/
+80
2018-05-04
hw/arm/smmu-common: smmu base device and datatypes
Eric Auger
4
-0
/
+206
2018-05-04
target/arm: Implement v8M VLLDM and VLSTM
Peter Maydell
1
-1
/
+16
2018-05-04
hw/arm: Don't fail qtest due to missing SD card in -nodefaults mode
Thomas Huth
3
-16
/
+15
2018-05-04
target/arm: Tidy condition in disas_simd_two_reg_misc
Richard Henderson
1
-1
/
+5
2018-05-04
target/arm: Tidy conditions in handle_vec_simd_shri
Richard Henderson
1
-5
/
+1
2018-05-04
arm: boot: set boot_info starting from first_cpu
Igor Mammedov
1
-1
/
+1
2018-05-04
hw/net/smc91c111: Convert away from old_mmio
Peter Maydell
1
-29
/
+25
2018-05-04
hw/usb/tusb6010: Convert away from old_mmio
Peter Maydell
1
-4
/
+36
2018-05-04
hw/char/cmsdk-apb-uart.c: Accept more input after character read
Patrick Oppenlander
1
-0
/
+1
2018-05-04
target/arm: Correct MPUIR privilege level in register_cp_regs_for_features() ...
Mathew Maidment
1
-1
/
+1
2018-05-04
hw/arm/virt: Add linux,pci-domain property
Jan Kiszka
1
-0
/
+1
2018-05-04
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2018-05-04' into st...
Peter Maydell
3
-9
/
+20
2018-05-04
nbd/client: Relax handling of large NBD_CMD_BLOCK_STATUS reply
Eric Blake
1
-3
/
+7
2018-05-04
nbd/client: Fix error messages during NBD_INFO_BLOCK_SIZE
Eric Blake
1
-4
/
+10
2018-05-04
migration/block-dirty-bitmap: fix memory leak in dirty_bitmap_load_bits
Vladimir Sementsov-Ogievskiy
1
-0
/
+1
2018-05-04
nbd/client: fix nbd_negotiate_simple_meta_context
Vladimir Sementsov-Ogievskiy
1
-2
/
+2
2018-05-04
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2018-05-04' into ...
Peter Maydell
106
-703
/
+816
[prev]
[next]