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-06-15
tcg: remove tb_lock
Emilio G. Cota
11
-152
/
+75
2018-06-15
translate-all: remove tb_lock mention from cpu_restore_state_from_tb
Emilio G. Cota
1
-1
/
+0
2018-06-15
cputlb: remove tb_lock from tlb_flush functions
Emilio G. Cota
1
-8
/
+0
2018-06-15
translate-all: protect TB jumps with a per-destination-TB lock
Emilio G. Cota
4
-76
/
+124
2018-06-15
translate-all: discard TB when tb_link_page returns an existing matching TB
Emilio G. Cota
3
-21
/
+46
2018-06-15
translate-all: introduce assert_no_pages_locked
Emilio G. Cota
3
-0
/
+16
2018-06-15
translate-all: add page_locked assertions
Emilio G. Cota
1
-3
/
+79
2018-06-15
translate-all: use per-page locking in !user-mode
Emilio G. Cota
3
-41
/
+409
2018-06-15
translate-all: move tb_invalidate_phys_page_range up in the file
Emilio G. Cota
1
-38
/
+39
2018-06-15
translate-all: work page-by-page in tb_invalidate_phys_range_1
Emilio G. Cota
1
-4
/
+8
2018-06-15
translate-all: remove hole in PageDesc
Emilio G. Cota
1
-1
/
+1
2018-06-15
translate-all: make l1_map lockless
Emilio G. Cota
2
-12
/
+16
2018-06-15
translate-all: iterate over TBs in a page with PAGE_FOR_EACH_TB
Emilio G. Cota
2
-34
/
+30
2018-06-15
tcg: move tb_ctx.tb_phys_invalidate_count to tcg_ctx
Emilio G. Cota
4
-3
/
+20
2018-06-15
tcg: track TBs with per-region BST's
Emilio G. Cota
6
-89
/
+213
2018-06-15
qht: return existing entry when qht_insert fails
Emilio G. Cota
5
-16
/
+32
2018-06-15
qht: require a default comparison function
Emilio G. Cota
6
-23
/
+65
2018-06-15
tcg/i386: Use byte form of xgetbv instruction
John Arbuckle
1
-1
/
+4
2018-06-15
Merge remote-tracking branch 'remotes/edgar/tags/edgar/xilinx-next-2018-06-15...
Peter Maydell
2
-12
/
+4
2018-06-15
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
55
-1668
/
+1692
2018-06-15
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180615'...
Peter Maydell
48
-363
/
+4114
2018-06-15
target/arm: Allow ARMv6-M Thumb2 instructions
Julia Suvorova
1
-5
/
+38
2018-06-15
exec.c: Handle IOMMUs in address_space_translate_for_iotlb()
Peter Maydell
4
-4
/
+140
2018-06-15
iommu: Add IOMMU index argument to translate method
Peter Maydell
12
-13
/
+24
2018-06-15
iommu: Add IOMMU index argument to notifier APIs
Peter Maydell
7
-10
/
+30
2018-06-15
iommu: Add IOMMU index concept to IOMMU API
Peter Maydell
2
-0
/
+78
2018-06-15
m25p80: add support for two bytes WRSR for Macronix chips
Cédric Le Goater
1
-0
/
+1
2018-06-15
aspeed_scu: Implement RNG register
Joel Stanley
1
-0
/
+20
2018-06-15
target/arm: Implement SVE Floating Point Arithmetic - Unpredicated Group
Richard Henderson
5
-0
/
+154
2018-06-15
target/arm: Implement SVE Integer Wide Immediate - Unpredicated Group
Richard Henderson
4
-0
/
+236
2018-06-15
target/arm: Implement FDUP/DUP
Richard Henderson
2
-0
/
+45
2018-06-15
target/arm: Implement SVE Integer Compare - Scalars Group
Richard Henderson
4
-0
/
+140
2018-06-15
target/arm: Implement SVE Predicate Count Group
Richard Henderson
4
-0
/
+176
2018-06-15
target/arm: Implement SVE Partition Break Group
Richard Henderson
4
-0
/
+391
2018-06-15
target/arm: Implement SVE Integer Compare - Immediate Group
Richard Henderson
4
-0
/
+221
2018-06-15
target/arm: Implement SVE Integer Compare - Vectors Group
Richard Henderson
4
-0
/
+417
2018-06-15
target/arm: Implement SVE Select Vectors Group
Richard Henderson
4
-0
/
+72
2018-06-15
target/arm: Implement SVE vector splice (predicated)
Richard Henderson
4
-0
/
+55
2018-06-15
target/arm: Implement SVE reverse within elements
Richard Henderson
4
-7
/
+93
2018-06-15
target/arm: Implement SVE copy to vector (predicated)
Richard Henderson
2
-0
/
+25
2018-06-15
target/arm: Implement SVE conditionally broadcast/extract element
Richard Henderson
4
-0
/
+362
2018-06-15
target/arm: Implement SVE compress active elements
Richard Henderson
4
-0
/
+55
2018-06-15
target/arm: Implement SVE Permute - Interleaving Group
Richard Henderson
4
-0
/
+172
2018-06-15
target/arm: Implement SVE Permute - Predicates Group
Richard Henderson
4
-0
/
+434
2018-06-15
target/arm: Implement SVE Permute - Unpredicated Group
Richard Henderson
4
-0
/
+297
2018-06-15
target/arm: Extend vec_reg_offset to larger sizes
Richard Henderson
1
-9
/
+17
2018-06-15
exec.c: Use stn_p() and ldn_p() instead of explicit switches
Peter Maydell
1
-104
/
+8
2018-06-15
exec.c: Don't accidentally sign-extend 4-byte loads in subpage_read()
Peter Maydell
1
-1
/
+1
2018-06-15
bswap: Add new stn_*_p() and ldn_*_p() memory access functions
Peter Maydell
3
-0
/
+71
2018-06-15
CODING_STYLE: Define our preferred form for multiline comments
Peter Maydell
1
-0
/
+17
[next]