Age | Commit message (Expand) | Author | Files | Lines |
2019-05-17 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -1/+1 |
2019-05-17 | build: replace GENERATED_FILES by generated-files-y | Laurent Vivier | 1 | -1/+1 |
2019-05-16 | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190510' into staging | Peter Maydell | 4 | -44/+49 |
2019-05-13 | target/s390x: Use tcg_gen_abs_i64 | Richard Henderson | 1 | -7/+1 |
2019-05-10 | tcg: Use CPUClass::tlb_fill in cputlb.c | Richard Henderson | 1 | -6/+0 |
2019-05-10 | target/s390x: Convert to CPUClass::tlb_fill | Richard Henderson | 4 | -44/+55 |
2019-04-28 | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190426' into staging | Peter Maydell | 1 | -2/+2 |
2019-04-25 | s390x/kvm: Configure page size after memory has actually been initialized | David Hildenbrand | 5 | -21/+27 |
2019-04-24 | tcg: Hoist max_insns computation to tb_gen_code | Richard Henderson | 1 | -2/+2 |
2019-04-18 | qom/cpu: Simplify how CPUClass:cpu_dump_state() prints | Markus Armbruster | 2 | -23/+22 |
2019-04-18 | target: Simplify how the TARGET_cpu_list() print | Markus Armbruster | 2 | -14/+9 |
2019-04-18 | s390x/kvm: Report warnings with warn_report(), not error_printf() | Markus Armbruster | 1 | -1/+1 |
2019-03-22 | trace-events: Shorten file names in comments | Markus Armbruster | 1 | -5/+5 |
2019-03-11 | s390x/tcg: Implement VECTOR UNPACK * | David Hildenbrand | 2 | -0/+46 |
2019-03-11 | s390x/tcg: Implement VECTOR STORE WITH LENGTH | David Hildenbrand | 4 | -0/+40 |
2019-03-11 | s390x/tcg: Implement VECTOR STORE MULTIPLE | David Hildenbrand | 2 | -0/+32 |
2019-03-11 | s390x/tcg: Implement VECTOR STORE ELEMENT | David Hildenbrand | 2 | -0/+23 |
2019-03-11 | s390x/tcg: Implement VECTOR STORE | David Hildenbrand | 2 | -0/+19 |
2019-03-11 | s390x/tcg: Provide probe_write_access helper | David Hildenbrand | 3 | -0/+29 |
2019-03-11 | s390x/tcg: Implement VECTOR SIGN EXTEND TO DOUBLEWORD | David Hildenbrand | 2 | -0/+35 |
2019-03-11 | s390x/tcg: Implement VECTOR SELECT | David Hildenbrand | 2 | -0/+43 |
2019-03-11 | s390x/tcg: Implement VECTOR SCATTER ELEMENT | David Hildenbrand | 2 | -0/+25 |
2019-03-11 | s390x/tcg: Implement VECTOR REPLICATE IMMEDIATE | David Hildenbrand | 2 | -0/+16 |
2019-03-11 | s390x/tcg: Implement VECTOR REPLICATE | David Hildenbrand | 2 | -0/+18 |
2019-03-11 | s390x/tcg: Implement VECTOR PERMUTE DOUBLEWORD IMMEDIATE | David Hildenbrand | 2 | -0/+18 |
2019-03-11 | s390x/tcg: Implement VECTOR PERMUTE | David Hildenbrand | 4 | -0/+34 |
2019-03-11 | s390x/tcg: Implement VECTOR PACK * | David Hildenbrand | 4 | -0/+215 |
2019-03-11 | s390x/tcg: Implement VECTOR MERGE (HIGH|LOW) | David Hildenbrand | 2 | -0/+46 |
2019-03-11 | s390x/tcg: Implement VECTOR LOAD WITH LENGTH | David Hildenbrand | 3 | -0/+22 |
2019-03-11 | s390x/tcg: Implement VECTOR LOAD VR FROM GRS DISJOINT | David Hildenbrand | 2 | -0/+9 |
2019-03-11 | s390x/tcg: Implement VECTOR LOAD VR ELEMENT FROM GR | David Hildenbrand | 2 | -0/+43 |
2019-03-11 | s390x/tcg: Implement VECTOR LOAD TO BLOCK BOUNDARY | David Hildenbrand | 5 | -0/+75 |
2019-03-11 | s390x/tcg: Implement VECTOR LOAD MULTIPLE | David Hildenbrand | 2 | -0/+42 |
2019-03-11 | s390x/tcg: Implement VECTOR LOAD LOGICAL ELEMENT AND ZERO | David Hildenbrand | 2 | -0/+48 |
2019-03-11 | s390x/tcg: Implement VECTOR LOAD GR FROM VR ELEMENT | David Hildenbrand | 2 | -0/+65 |
2019-03-11 | s390x/tcg: Implement VECTOR LOAD ELEMENT IMMEDIATE | David Hildenbrand | 2 | -0/+22 |
2019-03-11 | s390x/tcg: Implement VECTOR LOAD ELEMENT | David Hildenbrand | 2 | -0/+23 |
2019-03-11 | s390x/tcg: Implement VECTOR LOAD AND REPLICATE | David Hildenbrand | 2 | -0/+21 |
2019-03-11 | s390x/tcg: Implement VECTOR LOAD | David Hildenbrand | 2 | -0/+27 |
2019-03-11 | s390x/tcg: Implement VECTOR GENERATE MASK | David Hildenbrand | 2 | -0/+49 |
2019-03-11 | s390x/tcg: Implement VECTOR GENERATE BYTE MASK | David Hildenbrand | 3 | -0/+42 |
2019-03-11 | s390x/tcg: Implement VECTOR GATHER ELEMENT | David Hildenbrand | 3 | -0/+143 |
2019-03-11 | s390x/tcg: Utilities for vector instruction helpers | David Hildenbrand | 1 | -0/+101 |
2019-03-11 | s390x/tcg: Check vector register instructions at central point | David Hildenbrand | 2 | -0/+19 |
2019-03-11 | s390x/tcg: Define vector instruction formats | David Hildenbrand | 2 | -1/+63 |
2019-03-11 | target/s390x: Remove non-architected entries from struct LowCore | Thomas Huth | 1 | -39/+2 |
2019-03-04 | s390x: Add floating-point extension facility to "qemu" cpu model | David Hildenbrand | 1 | -0/+5 |
2019-03-04 | s390x/tcg: Handle all rounding modes overwritten by BFP instructions | David Hildenbrand | 1 | -2/+11 |
2019-03-04 | s390x/tcg: Implement rounding mode and XxC for LOAD ROUNDED | David Hildenbrand | 4 | -15/+44 |
2019-03-04 | s390x/tcg: Implement XxC and checks for most FP instructions | David Hildenbrand | 2 | -126/+247 |