Age | Commit message (Expand) | Author | Files | Lines |
2019-02-05 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 6 | -38/+198 |
2019-02-05 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190205'... | Peter Maydell | 7 | -189/+441 |
2019-02-05 | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190205' into staging | Peter Maydell | 4 | -127/+167 |
2019-02-05 | target/arm: Make FPSCR/FPCR trapped-exception bits RAZ/WI | Peter Maydell | 2 | -0/+12 |
2019-02-05 | target/arm: Enable TBI for user-only | Richard Henderson | 1 | -0/+6 |
2019-02-05 | target/arm: Compute TB_FLAGS for TBI for user-only | Peter Maydell | 2 | -42/+24 |
2019-02-05 | target/arm: Clean TBI for data operations in the translator | Richard Henderson | 1 | -101/+116 |
2019-02-05 | target/arm: Add TBFLAG_A64_TBID, split out gen_top_byte_ignore | Richard Henderson | 4 | -36/+39 |
2019-02-05 | target/arm: Enable BTI for -cpu max | Richard Henderson | 1 | -0/+4 |
2019-02-05 | target/arm: Set btype for indirect branches | Richard Henderson | 1 | -1/+36 |
2019-02-05 | target/arm: Reset btype for direct branches | Richard Henderson | 1 | -0/+6 |
2019-02-05 | target/arm: Default handling of BTYPE during translation | Richard Henderson | 3 | -2/+152 |
2019-02-05 | target/arm: Cache the GP bit for a page in MemTxAttrs | Richard Henderson | 1 | -0/+6 |
2019-02-05 | target/arm: Add BT and BTYPE to tb->flags | Richard Henderson | 4 | -7/+23 |
2019-02-05 | target/arm: Add PSTATE.BTYPE | Richard Henderson | 2 | -2/+9 |
2019-02-05 | target/arm: Introduce isar_feature_aa64_bti | Richard Henderson | 1 | -0/+10 |
2019-02-05 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 1 | -3/+11 |
2019-02-05 | contrib/vhost-user-blk: fix the compilation issue | Peter Xu | 1 | -3/+11 |
2019-02-05 | i386: hvf: Fix smp boot hangs | Heiher | 1 | -5/+0 |
2019-02-05 | gdbstub: Fix i386/x86_64 machine description and add control registers | Doug Gale | 2 | -6/+191 |
2019-02-05 | i386: hvf: Don't miss 16-bit displacement | Roman Bolshakov | 1 | -1/+1 |
2019-02-05 | target-i386: hvf: remove MPX support | Paolo Bonzini | 1 | -17/+1 |
2019-02-05 | Revert "i386: Add CPUID bit for PCONFIG" | Robert Hoo | 2 | -2/+1 |
2019-02-05 | i386: remove the 'INTEL_PT' CPUID bit from named CPU models | Paolo Bonzini | 1 | -5/+3 |
2019-02-05 | i386: remove the new CPUID 'PCONFIG' from Icelake-Server CPU model | Robert Hoo | 1 | -2/+1 |
2019-02-05 | Merge remote-tracking branch 'remotes/xtensa/tags/20190204-xtensa' into staging | Peter Maydell | 11 | -16/+37006 |
2019-02-04 | s390x/tcg: Don't model FP registers as globals | David Hildenbrand | 2 | -125/+160 |
2019-02-04 | s390x: remove direct reference to mem_path global from s390x code | Igor Mammedov | 1 | -2/+3 |
2019-02-04 | target/s390x: define TCG_GUEST_DEFAULT_MO for MTTCG | Alex Bennée | 1 | -0/+4 |
2019-02-04 | target/ppc: remove various HOST_WORDS_BIGENDIAN hacks in int_helper.c | Mark Cave-Ayland | 1 | -110/+45 |
2019-02-04 | target/ppc: remove ROTRu32 and ROTRu64 macros from int_helper.c | Mark Cave-Ayland | 1 | -28/+20 |
2019-02-04 | target/ppc: simplify VEXT_SIGNED macro in int_helper.c | Mark Cave-Ayland | 1 | -7/+7 |
2019-02-04 | target/ppc: eliminate use of EL_IDX macros from int_helper.c | Mark Cave-Ayland | 1 | -39/+27 |
2019-02-04 | target/ppc: eliminate use of HI_IDX and LO_IDX macros from int_helper.c | Mark Cave-Ayland | 1 | -95/+85 |
2019-02-04 | target/ppc: rework vmul{e,o}{s,u}{b,h,w} instructions to use Vsr* macros | Mark Cave-Ayland | 1 | -21/+27 |
2019-02-04 | target/ppc: rework vmrg{l,h}{b,h,w} instructions to use Vsr* macros | Mark Cave-Ayland | 1 | -35/+19 |
2019-02-04 | ppc: remove the interrupt presenters from under PowerPCCPU | Cédric Le Goater | 1 | -5/+0 |
2019-02-04 | target/ppc: implement complete set of Vsr* macros | Mark Cave-Ayland | 1 | -1/+8 |
2019-02-04 | target/ppc/kvm: Drop useless include directive | Greg Kurz | 1 | -1/+0 |
2019-02-01 | target/arm: fix decoding of B{,L}RA{A,B} | Remi Denis-Courmont | 1 | -1/+1 |
2019-02-01 | target/arm: fix AArch64 virtual address space size | Remi Denis-Courmont | 1 | -1/+1 |
2019-02-01 | target/arm: Always enable pac keys for user-only | Richard Henderson | 2 | -60/+3 |
2019-02-01 | arm: Clarify the logic of set_pc() | Julia Suvorova | 3 | -19/+25 |
2019-02-01 | target/arm: Enable API, APK bits in SCR, HCR | Richard Henderson | 1 | -0/+6 |
2019-02-01 | target/arm: Add a timer to predict PMU counter overflow | Aaron Lindsay OS | 3 | -2/+92 |
2019-02-01 | target/arm: Send interrupts on PMU counter overflow | Aaron Lindsay OS | 1 | -10/+51 |
2019-02-01 | target/arm/translate-a64: Fix mishandling of size in FCMLA decode | Peter Maydell | 1 | -1/+1 |
2019-02-01 | target/arm/translate-a64: Fix FCMLA decoding error | Peter Maydell | 1 | -1/+1 |
2019-02-01 | target/arm/translate-a64: Don't underdecode SDOT and UDOT | Peter Maydell | 1 | -1/+1 |
2019-02-01 | target/arm/translate-a64: Don't underdecode FP insns | Peter Maydell | 1 | -1/+21 |