Age | Commit message (Expand) | Author | Files | Lines |
2018-02-09 | target/arm/kvm: gic: Prevent creating userspace GICv3 with KVM | Christoffer Dall | 1 | -0/+4 |
2018-02-09 | target/arm: Add SVE state to TB->FLAGS | Richard Henderson | 4 | -1/+36 |
2018-02-09 | target/arm: Add ZCR_ELx | Richard Henderson | 2 | -0/+136 |
2018-02-09 | target/arm: Add SVE to migration state | Richard Henderson | 1 | -0/+53 |
2018-02-09 | target/arm: Add predicate registers for SVE | Richard Henderson | 1 | -0/+12 |
2018-02-09 | target/arm: Expand vector registers for SVE | Richard Henderson | 4 | -28/+81 |
2018-02-09 | hw/arm: Move virt's PSCI DT fixup code to arm/boot.c | Andrey Smirnov | 2 | -61/+65 |
2018-02-09 | usb: Add basic code to emulate Chipidea USB IP | Andrey Smirnov | 3 | -0/+193 |
2018-02-09 | i.MX: Add implementation of i.MX7 GPR IP block | Andrey Smirnov | 4 | -0/+157 |
2018-02-09 | i.MX: Add i.MX7 GPT variant | Andrey Smirnov | 2 | -0/+26 |
2018-02-09 | i.MX: Add code to emulate GPCv2 IP block | Andrey Smirnov | 3 | -1/+148 |
2018-02-09 | i.MX: Add code to emulate i.MX7 SNVS IP-block | Andrey Smirnov | 3 | -0/+119 |
2018-02-09 | i.MX: Add code to emulate i.MX2 watchdog IP block | Andrey Smirnov | 3 | -0/+123 |
2018-02-09 | i.MX: Add code to emulate i.MX7 CCM, PMU and ANALOG IP blocks | Andrey Smirnov | 3 | -0/+417 |
2018-02-09 | hw: i.MX: Convert i.MX6 to use TYPE_IMX_USDHC | Andrey Smirnov | 1 | -1/+1 |
2018-02-09 | sdhci: Add i.MX specific subtype of SDHCI | Andrey Smirnov | 3 | -1/+265 |
2018-02-09 | target/arm: enable user-mode SHA-3, SM3, SM4 and SHA-512 instruction support | Ard Biesheuvel | 2 | -0/+23 |
2018-02-09 | target/arm: implement SM4 instructions | Ard Biesheuvel | 4 | -0/+103 |
2018-02-09 | target/arm: implement SM3 instructions | Ard Biesheuvel | 4 | -3/+186 |
2018-02-09 | target/arm: implement SHA-3 instructions | Ard Biesheuvel | 2 | -4/+145 |
2018-02-09 | target/arm: implement SHA-512 instructions | Ard Biesheuvel | 4 | -1/+205 |
2018-02-09 | target/arm: Handle exceptions during exception stack pop | Peter Maydell | 1 | -21/+94 |
2018-02-09 | target/arm: Make exception vector loads honour the SAU | Peter Maydell | 1 | -16/+55 |
2018-02-09 | target/arm: Make v7m_push_callee_stack() honour MPU | Peter Maydell | 1 | -15/+49 |
2018-02-09 | target/arm: Make v7M exception entry stack push check MPU | Peter Maydell | 1 | -16/+87 |
2018-02-09 | target/arm: Add ignore_stackfaults argument to v7m_exception_taken() | Peter Maydell | 1 | -12/+23 |
2018-02-09 | target/arm: Split "get pending exception info" from "acknowledge it" | Peter Maydell | 4 | -15/+53 |
2018-02-09 | target/arm: Add armv7m_nvic_set_pending_derived() | Peter Maydell | 3 | -3/+80 |
2018-02-08 | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20180208' into staging | Peter Maydell | 25 | -495/+6969 |
2018-02-08 | tcg/aarch64: Add vector operations | Richard Henderson | 3 | -47/+569 |
2018-02-08 | tcg/i386: Add vector operations | Richard Henderson | 3 | -54/+987 |
2018-02-08 | target/arm: Use vector infrastructure for aa64 orr/bic immediate | Richard Henderson | 1 | -23/+5 |
2018-02-08 | target/arm: Use vector infrastructure for aa64 multiplies | Richard Henderson | 1 | -25/+129 |
2018-02-08 | target/arm: Use vector infrastructure for aa64 compares | Richard Henderson | 1 | -34/+59 |
2018-02-08 | target/arm: Use vector infrastructure for aa64 constant shifts | Richard Henderson | 1 | -73/+346 |
2018-02-08 | target/arm: Use vector infrastructure for aa64 dup/movi | Richard Henderson | 1 | -48/+33 |
2018-02-08 | target/arm: Use vector infrastructure for aa64 mov/not/neg | Richard Henderson | 1 | -6/+36 |
2018-02-08 | target/arm: Use vector infrastructure for aa64 add/sub/logic | Richard Henderson | 1 | -72/+128 |
2018-02-08 | target/arm: Align vector registers | Richard Henderson | 1 | -1/+1 |
2018-02-08 | tcg/optimize: Handle vector opcodes during optimize | Richard Henderson | 1 | -73/+77 |
2018-02-08 | tcg: Add generic vector helpers with a scalar operand | Richard Henderson | 4 | -2/+617 |
2018-02-08 | tcg: Add generic helpers for saturating arithmetic | Richard Henderson | 4 | -0/+390 |
2018-02-08 | tcg: Add generic vector ops for multiplication | Richard Henderson | 10 | -0/+111 |
2018-02-08 | tcg: Add generic vector ops for comparisons | Richard Henderson | 9 | -0/+255 |
2018-02-08 | tcg: Add generic vector ops for constant shifts | Richard Henderson | 10 | -0/+575 |
2018-02-08 | tcg: Add generic vector expanders | Richard Henderson | 13 | -18/+2024 |
2018-02-08 | tcg: Standardize integral arguments to expanders | Richard Henderson | 2 | -29/+29 |
2018-02-08 | tcg: Add types and basic operations for host vectors | Richard Henderson | 7 | -6/+543 |
2018-02-08 | tcg: Allow multiple word entries into the constant pool | Richard Henderson | 1 | -21/+92 |
2018-02-08 | Merge remote-tracking branch 'remotes/famz/tags/staging-pull-request' into st... | Peter Maydell | 33 | -829/+3580 |