aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-15Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20180615a'...Peter Maydell
2018-06-15Merge remote-tracking branch 'remotes/edgar/tags/edgar/xilinx-next-2018-06-15...Peter Maydell
2018-06-15Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2018-06-15Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180615'...Peter Maydell
2018-06-15target/arm: Allow ARMv6-M Thumb2 instructionsJulia Suvorova
2018-06-15exec.c: Handle IOMMUs in address_space_translate_for_iotlb()Peter Maydell
2018-06-15iommu: Add IOMMU index argument to translate methodPeter Maydell
2018-06-15iommu: Add IOMMU index argument to notifier APIsPeter Maydell
2018-06-15iommu: Add IOMMU index concept to IOMMU APIPeter Maydell
2018-06-15m25p80: add support for two bytes WRSR for Macronix chipsCédric Le Goater
2018-06-15aspeed_scu: Implement RNG registerJoel Stanley
2018-06-15target/arm: Implement SVE Floating Point Arithmetic - Unpredicated GroupRichard Henderson
2018-06-15target/arm: Implement SVE Integer Wide Immediate - Unpredicated GroupRichard Henderson
2018-06-15target/arm: Implement FDUP/DUPRichard Henderson
2018-06-15target/arm: Implement SVE Integer Compare - Scalars GroupRichard Henderson
2018-06-15target/arm: Implement SVE Predicate Count GroupRichard Henderson
2018-06-15target/arm: Implement SVE Partition Break GroupRichard Henderson
2018-06-15target/arm: Implement SVE Integer Compare - Immediate GroupRichard Henderson
2018-06-15target/arm: Implement SVE Integer Compare - Vectors GroupRichard Henderson
2018-06-15target/arm: Implement SVE Select Vectors GroupRichard Henderson
2018-06-15target/arm: Implement SVE vector splice (predicated)Richard Henderson
2018-06-15target/arm: Implement SVE reverse within elementsRichard Henderson
2018-06-15target/arm: Implement SVE copy to vector (predicated)Richard Henderson
2018-06-15target/arm: Implement SVE conditionally broadcast/extract elementRichard Henderson
2018-06-15target/arm: Implement SVE compress active elementsRichard Henderson
2018-06-15target/arm: Implement SVE Permute - Interleaving GroupRichard Henderson
2018-06-15target/arm: Implement SVE Permute - Predicates GroupRichard Henderson
2018-06-15target/arm: Implement SVE Permute - Unpredicated GroupRichard Henderson
2018-06-15target/arm: Extend vec_reg_offset to larger sizesRichard Henderson
2018-06-15exec.c: Use stn_p() and ldn_p() instead of explicit switchesPeter Maydell
2018-06-15exec.c: Don't accidentally sign-extend 4-byte loads in subpage_read()Peter Maydell
2018-06-15bswap: Add new stn_*_p() and ldn_*_p() memory access functionsPeter Maydell
2018-06-15CODING_STYLE: Define our preferred form for multiline commentsPeter Maydell
2018-06-15cputlb: Pass cpu_transaction_failed() the correct physaddrPeter Maydell
2018-06-15cpu-defs.h: Document CPUIOTLBEntry 'addr' fieldPeter Maydell
2018-06-15hw/core/or-irq: Support more than 16 inputs to an OR gatePeter Maydell
2018-06-15arm: Don't crash if user tries to use a Cortex-M CPU without an NVICPeter Maydell
2018-06-15hw/arm/armv7m: Remove unused armv7m_init() functionPeter Maydell
2018-06-15stellaris: Stop using armv7m_init()Peter Maydell
2018-06-15hw/char/parallel: Convert away from old_mmioPeter Maydell
2018-06-15hw/input/pckbd: Convert away from old_mmioPeter Maydell
2018-06-15hw/watchdog/wdt_i6300esb: Convert away from old_mmioPeter Maydell
2018-06-15hw/block/pflash_cfi02: Convert away from old_mmioPeter Maydell
2018-06-15hw/m68k/mcf5206: Convert away from old_mmioPeter Maydell
2018-06-15hw/sh/sh7750: Convert away from old_mmioPeter Maydell
2018-06-15hw/arm/mps2-tz: Put ethernet controller behind PPCPeter Maydell
2018-06-15arm_gicv3_kvm: kvm_dist_get/put_priority: skip the registers banked by GICR_I...Shannon Zhao
2018-06-15migration: calculate expected_downtime with ram_bytes_remaining()Balamuruhan S
2018-06-15migration/postcopy: Wake rate limit sleep on postcopy requestDr. David Alan Gilbert
2018-06-15migration: Wake rate limiting for urgent requestsDr. David Alan Gilbert