Age | Commit message (Expand) | Author | Files | Lines |
2017-07-18 | target/sh4: Unify cpu_fregs into FREG | Richard Henderson | 1 | -73/+52 |
2017-07-18 | target/sh4: Hoist register bank selection | Richard Henderson | 1 | -10/+11 |
2017-07-18 | target/sh4: Recognize common gUSA sequences | Richard Henderson | 1 | -0/+321 |
2017-07-18 | target/sh4: Handle user-space atomics | Richard Henderson | 4 | -15/+148 |
2017-07-18 | target/sh4: Adjust TB_FLAG_PENDING_MOVCA | Richard Henderson | 1 | -3/+3 |
2017-07-18 | target/sh4: Keep env->flags clean | Richard Henderson | 2 | -2/+2 |
2017-07-18 | target/sh4: Introduce TB_FLAG_ENVFLAGS_MASK | Richard Henderson | 2 | -3/+5 |
2017-07-18 | target/sh4: Consolidate end-of-TB tests | Richard Henderson | 1 | -14/+17 |
2017-07-18 | target/sh4: return result of fcmp using TCG | Aurelien Jarno | 3 | -16/+18 |
2017-07-18 | target/sh4: do not use a helper to implement fneg | Aurelien Jarno | 3 | -9/+2 |
2017-07-18 | target/sh4: fix FPSCR cause vs flag inversion | Aurelien Jarno | 1 | -10/+10 |
2017-07-18 | target/sh4: fix FPU unorderered compare | Aurelien Jarno | 1 | -20/+8 |
2017-07-18 | target/sh4: do not check for PR bit for fabs instruction | Aurelien Jarno | 3 | -24/+3 |
2017-07-18 | Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20170718' into s... | Peter Maydell | 2 | -0/+38 |
2017-07-18 | Merge remote-tracking branch 'remotes/rth/tags/pull-s390-20170717' into staging | Peter Maydell | 5 | -25/+696 |
2017-07-18 | Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ... | Peter Maydell | 2 | -1/+78 |
2017-07-18 | Merge remote-tracking branch 'remotes/aurel/tags/pull-target-mips-20170717' i... | Peter Maydell | 2 | -6/+14 |
2017-07-18 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170717'... | Peter Maydell | 4 | -19/+39 |
2017-07-18 | s390x/cpumodel: z14 cpu models | Jason J. Herne | 2 | -0/+38 |
2017-07-17 | target/s390x: Fix risbg handling | Richard Henderson | 1 | -2/+2 |
2017-07-17 | target/s390x: Allow to enable "idtes" feature for TCG | David Hildenbrand | 1 | -0/+1 |
2017-07-17 | target/s390x: Mark ETF3 and ETF3_ENH facilities as available | Richard Henderson | 1 | -0/+2 |
2017-07-17 | target/s390x: Implement TRTR | Richard Henderson | 4 | -7/+25 |
2017-07-17 | target/s390x: Implement SRSTU | Richard Henderson | 4 | -0/+57 |
2017-07-17 | target/s390x: Tidy SRST | Richard Henderson | 4 | -15/+23 |
2017-07-17 | target/s390x: Implement CONVERT UNICODE insns | Richard Henderson | 4 | -0/+380 |
2017-07-17 | target/s390x: Implement CSST | Richard Henderson | 5 | -1/+206 |
2017-07-17 | i386: add Skylake-Server cpu model | Boqun Feng (Intel) | 1 | -0/+48 |
2017-07-17 | i386: Update comment about XSAVES on Skylake-Client | Eduardo Habkost | 1 | -1/+1 |
2017-07-17 | i386: expose "TCGTCGTCGTCG" in the 0x40000000 CPUID leaf | Daniel P. Berrange | 2 | -0/+29 |
2017-07-17 | target/mips: optimize WSBH, DSBH and DSHD | Aurelien Jarno | 1 | -6/+12 |
2017-07-17 | mips: set CP0 Debug DExcCode for SDBBP instruction | Pavel Dovgalyuk | 1 | -0/+2 |
2017-07-17 | target/arm: use DISAS_EXIT for eret handling | Alex Bennée | 2 | -3/+6 |
2017-07-17 | target/arm: use gen_goto_tb for ISB handling | Alex Bennée | 2 | -3/+3 |
2017-07-17 | target/arm/translate: ensure gen_goto_tb sets exit flags | Alex Bennée | 1 | -1/+5 |
2017-07-17 | target/arm/translate.h: expand comment on DISAS_EXIT | Alex Bennée | 1 | -1/+4 |
2017-07-17 | target/arm/translate: make DISAS_UPDATE match declared semantics | Alex Bennée | 2 | -10/+10 |
2017-07-17 | target/arm: Make Cortex-M3 and M4 default to 8 PMSA regions | Peter Maydell | 1 | -1/+11 |
2017-07-17 | target/ppc: fix CPU hotplug when radix is enabled (TCG) | Cédric Le Goater | 1 | -1/+9 |
2017-07-17 | pseries: Allow HPT resizing with KVM | David Gibson | 2 | -2/+86 |
2017-07-17 | pseries: Implement HPT resizing | David Gibson | 1 | -0/+4 |
2017-07-17 | pseries: Stubs for HPT resizing | David Gibson | 2 | -0/+18 |
2017-07-14 | Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20170714' into s... | Peter Maydell | 11 | -53/+476 |
2017-07-14 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 3 | -3/+3 |
2017-07-14 | s390x/gdb: add gs registers | Christian Borntraeger | 1 | -0/+24 |
2017-07-14 | s390x/arch_dump: also dump guarded storage control block | Christian Borntraeger | 1 | -0/+18 |
2017-07-14 | s390x/kvm: enable guarded storage | Fan Zhang | 3 | -10/+85 |
2017-07-14 | s390x/kvm: Enable KSS facility for nested virtualization | Farhan Ali | 1 | -0/+1 |
2017-07-14 | s390x/cpumodel: add esop/esop2 to z12 model | Jason J. Herne | 1 | -0/+3 |
2017-07-14 | s390x/cpumodel: we are always in zarchitecture mode | Jason J. Herne | 2 | -29/+14 |