index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-06-15
tcg: remove tb_lock
Emilio G. Cota
2018-06-15
translate-all: remove tb_lock mention from cpu_restore_state_from_tb
Emilio G. Cota
2018-06-15
cputlb: remove tb_lock from tlb_flush functions
Emilio G. Cota
2018-06-15
translate-all: protect TB jumps with a per-destination-TB lock
Emilio G. Cota
2018-06-15
translate-all: discard TB when tb_link_page returns an existing matching TB
Emilio G. Cota
2018-06-15
translate-all: introduce assert_no_pages_locked
Emilio G. Cota
2018-06-15
translate-all: add page_locked assertions
Emilio G. Cota
2018-06-15
translate-all: use per-page locking in !user-mode
Emilio G. Cota
2018-06-15
translate-all: move tb_invalidate_phys_page_range up in the file
Emilio G. Cota
2018-06-15
translate-all: work page-by-page in tb_invalidate_phys_range_1
Emilio G. Cota
2018-06-15
translate-all: remove hole in PageDesc
Emilio G. Cota
2018-06-15
translate-all: make l1_map lockless
Emilio G. Cota
2018-06-15
translate-all: iterate over TBs in a page with PAGE_FOR_EACH_TB
Emilio G. Cota
2018-06-15
tcg: move tb_ctx.tb_phys_invalidate_count to tcg_ctx
Emilio G. Cota
2018-06-15
tcg: track TBs with per-region BST's
Emilio G. Cota
2018-06-15
qht: return existing entry when qht_insert fails
Emilio G. Cota
2018-06-15
qht: require a default comparison function
Emilio G. Cota
2018-06-15
tcg/i386: Use byte form of xgetbv instruction
John Arbuckle
2018-06-15
Merge remote-tracking branch 'remotes/edgar/tags/edgar/xilinx-next-2018-06-15...
Peter Maydell
2018-06-15
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2018-06-15
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180615'...
Peter Maydell
2018-06-15
target/arm: Allow ARMv6-M Thumb2 instructions
Julia Suvorova
2018-06-15
exec.c: Handle IOMMUs in address_space_translate_for_iotlb()
Peter Maydell
2018-06-15
iommu: Add IOMMU index argument to translate method
Peter Maydell
2018-06-15
iommu: Add IOMMU index argument to notifier APIs
Peter Maydell
2018-06-15
iommu: Add IOMMU index concept to IOMMU API
Peter Maydell
2018-06-15
m25p80: add support for two bytes WRSR for Macronix chips
Cédric Le Goater
2018-06-15
aspeed_scu: Implement RNG register
Joel Stanley
2018-06-15
target/arm: Implement SVE Floating Point Arithmetic - Unpredicated Group
Richard Henderson
2018-06-15
target/arm: Implement SVE Integer Wide Immediate - Unpredicated Group
Richard Henderson
2018-06-15
target/arm: Implement FDUP/DUP
Richard Henderson
2018-06-15
target/arm: Implement SVE Integer Compare - Scalars Group
Richard Henderson
2018-06-15
target/arm: Implement SVE Predicate Count Group
Richard Henderson
2018-06-15
target/arm: Implement SVE Partition Break Group
Richard Henderson
2018-06-15
target/arm: Implement SVE Integer Compare - Immediate Group
Richard Henderson
2018-06-15
target/arm: Implement SVE Integer Compare - Vectors Group
Richard Henderson
2018-06-15
target/arm: Implement SVE Select Vectors Group
Richard Henderson
2018-06-15
target/arm: Implement SVE vector splice (predicated)
Richard Henderson
2018-06-15
target/arm: Implement SVE reverse within elements
Richard Henderson
2018-06-15
target/arm: Implement SVE copy to vector (predicated)
Richard Henderson
2018-06-15
target/arm: Implement SVE conditionally broadcast/extract element
Richard Henderson
2018-06-15
target/arm: Implement SVE compress active elements
Richard Henderson
2018-06-15
target/arm: Implement SVE Permute - Interleaving Group
Richard Henderson
2018-06-15
target/arm: Implement SVE Permute - Predicates Group
Richard Henderson
2018-06-15
target/arm: Implement SVE Permute - Unpredicated Group
Richard Henderson
2018-06-15
target/arm: Extend vec_reg_offset to larger sizes
Richard Henderson
2018-06-15
exec.c: Use stn_p() and ldn_p() instead of explicit switches
Peter Maydell
2018-06-15
exec.c: Don't accidentally sign-extend 4-byte loads in subpage_read()
Peter Maydell
2018-06-15
bswap: Add new stn_*_p() and ldn_*_p() memory access functions
Peter Maydell
2018-06-15
CODING_STYLE: Define our preferred form for multiline comments
Peter Maydell
[next]