aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-06-15tcg: remove tb_lockEmilio G. Cota11-152/+75
2018-06-15translate-all: remove tb_lock mention from cpu_restore_state_from_tbEmilio G. Cota1-1/+0
2018-06-15cputlb: remove tb_lock from tlb_flush functionsEmilio G. Cota1-8/+0
2018-06-15translate-all: protect TB jumps with a per-destination-TB lockEmilio G. Cota4-76/+124
2018-06-15translate-all: discard TB when tb_link_page returns an existing matching TBEmilio G. Cota3-21/+46
2018-06-15translate-all: introduce assert_no_pages_lockedEmilio G. Cota3-0/+16
2018-06-15translate-all: add page_locked assertionsEmilio G. Cota1-3/+79
2018-06-15translate-all: use per-page locking in !user-modeEmilio G. Cota3-41/+409
2018-06-15translate-all: move tb_invalidate_phys_page_range up in the fileEmilio G. Cota1-38/+39
2018-06-15translate-all: work page-by-page in tb_invalidate_phys_range_1Emilio G. Cota1-4/+8
2018-06-15translate-all: remove hole in PageDescEmilio G. Cota1-1/+1
2018-06-15translate-all: make l1_map locklessEmilio G. Cota2-12/+16
2018-06-15translate-all: iterate over TBs in a page with PAGE_FOR_EACH_TBEmilio G. Cota2-34/+30
2018-06-15tcg: move tb_ctx.tb_phys_invalidate_count to tcg_ctxEmilio G. Cota4-3/+20
2018-06-15tcg: track TBs with per-region BST'sEmilio G. Cota6-89/+213
2018-06-15qht: return existing entry when qht_insert failsEmilio G. Cota5-16/+32
2018-06-15qht: require a default comparison functionEmilio G. Cota6-23/+65
2018-06-15tcg/i386: Use byte form of xgetbv instructionJohn Arbuckle1-1/+4
2018-06-15Merge remote-tracking branch 'remotes/edgar/tags/edgar/xilinx-next-2018-06-15...Peter Maydell2-12/+4
2018-06-15Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell55-1668/+1692
2018-06-15Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180615'...Peter Maydell48-363/+4114
2018-06-15target/arm: Allow ARMv6-M Thumb2 instructionsJulia Suvorova1-5/+38
2018-06-15exec.c: Handle IOMMUs in address_space_translate_for_iotlb()Peter Maydell4-4/+140
2018-06-15iommu: Add IOMMU index argument to translate methodPeter Maydell12-13/+24
2018-06-15iommu: Add IOMMU index argument to notifier APIsPeter Maydell7-10/+30
2018-06-15iommu: Add IOMMU index concept to IOMMU APIPeter Maydell2-0/+78
2018-06-15m25p80: add support for two bytes WRSR for Macronix chipsCédric Le Goater1-0/+1
2018-06-15aspeed_scu: Implement RNG registerJoel Stanley1-0/+20
2018-06-15target/arm: Implement SVE Floating Point Arithmetic - Unpredicated GroupRichard Henderson5-0/+154
2018-06-15target/arm: Implement SVE Integer Wide Immediate - Unpredicated GroupRichard Henderson4-0/+236
2018-06-15target/arm: Implement FDUP/DUPRichard Henderson2-0/+45
2018-06-15target/arm: Implement SVE Integer Compare - Scalars GroupRichard Henderson4-0/+140
2018-06-15target/arm: Implement SVE Predicate Count GroupRichard Henderson4-0/+176
2018-06-15target/arm: Implement SVE Partition Break GroupRichard Henderson4-0/+391
2018-06-15target/arm: Implement SVE Integer Compare - Immediate GroupRichard Henderson4-0/+221
2018-06-15target/arm: Implement SVE Integer Compare - Vectors GroupRichard Henderson4-0/+417
2018-06-15target/arm: Implement SVE Select Vectors GroupRichard Henderson4-0/+72
2018-06-15target/arm: Implement SVE vector splice (predicated)Richard Henderson4-0/+55
2018-06-15target/arm: Implement SVE reverse within elementsRichard Henderson4-7/+93
2018-06-15target/arm: Implement SVE copy to vector (predicated)Richard Henderson2-0/+25
2018-06-15target/arm: Implement SVE conditionally broadcast/extract elementRichard Henderson4-0/+362
2018-06-15target/arm: Implement SVE compress active elementsRichard Henderson4-0/+55
2018-06-15target/arm: Implement SVE Permute - Interleaving GroupRichard Henderson4-0/+172
2018-06-15target/arm: Implement SVE Permute - Predicates GroupRichard Henderson4-0/+434
2018-06-15target/arm: Implement SVE Permute - Unpredicated GroupRichard Henderson4-0/+297
2018-06-15target/arm: Extend vec_reg_offset to larger sizesRichard Henderson1-9/+17
2018-06-15exec.c: Use stn_p() and ldn_p() instead of explicit switchesPeter Maydell1-104/+8
2018-06-15exec.c: Don't accidentally sign-extend 4-byte loads in subpage_read()Peter Maydell1-1/+1
2018-06-15bswap: Add new stn_*_p() and ldn_*_p() memory access functionsPeter Maydell3-0/+71
2018-06-15CODING_STYLE: Define our preferred form for multiline commentsPeter Maydell1-0/+17