Age | Commit message (Expand) | Author |
2014-10-14 | target-mips: Remove unused gen_load_ACX, gen_store_ACX and cpu_ACX | Peter Maydell |
2014-10-14 | target-mips/dsp_helper.c: Add ifdef guards around various functions | Peter Maydell |
2014-10-14 | target-mips/translate.c: Add ifdef guard around check_mips64() | Peter Maydell |
2014-10-14 | target-mips/op_helper.c: Remove unused do_lbu() function | Peter Maydell |
2014-10-14 | target-mips/dsp_helper.c: Remove unused function get_DSPControl_24() | Peter Maydell |
2014-10-14 | target-mips: fix broken MIPS16 and microMIPS | Yongbok Kim |
2014-10-14 | target-mips/translate.c: Update OPC_SYNCI | Dongxue Zhang |
2014-10-14 | target-mips: define a new generic CPU supporting MIPS64 Release 6 ISA | Leon Alrae |
2014-10-14 | mips_malta: update malta's pseudo-bootloader - replace JR with JALR | Leon Alrae |
2014-10-14 | target-mips: remove JR, BLTZAL, BGEZAL and add NAL, BAL instructions | Yongbok Kim |
2014-10-14 | target-mips: do not allow Status.FR=0 mode in 64-bit FPU | Leon Alrae |
2014-10-14 | target-mips: add new Floating Point Comparison instructions | Yongbok Kim |
2014-10-14 | target-mips: add new Floating Point instructions | Leon Alrae |
2014-10-14 | softfloat: add functions corresponding to IEEE-2008 min/maxNumMag | Leon Alrae |
2014-10-14 | target-mips: add AUI, LSA and PCREL instruction families | Leon Alrae |
2014-10-13 | target-mips: add compact and CP1 branches | Yongbok Kim |
2014-10-13 | target-mips: add ALIGN, DALIGN, BITSWAP and DBITSWAP instructions | Yongbok Kim |
2014-10-13 | target-mips: Status.UX/SX/KX enable 32-bit address wrapping | Leon Alrae |
2014-10-13 | target-mips: move CLO, DCLO, CLZ, DCLZ, SDBBP and free special2 in R6 | Leon Alrae |
2014-10-13 | target-mips: redefine Integer Multiply and Divide instructions | Leon Alrae |
2014-10-13 | target-mips: move PREF, CACHE, LLD and SCD instructions | Leon Alrae |
2014-10-13 | target-mips: signal RI Exception on DSP and Loongson instructions | Leon Alrae |
2014-10-13 | target-mips: split decode_opc_special* into *_r6 and *_legacy | Leon Alrae |
2014-10-13 | target-mips: extract decode_opc_special* from decode_opc | Leon Alrae |
2014-10-13 | target-mips: move LL and SC instructions | Leon Alrae |
2014-10-13 | target-mips: add SELEQZ and SELNEZ instructions | Leon Alrae |
2014-10-13 | target-mips: signal RI Exception on instructions removed in R6 | Leon Alrae |
2014-10-13 | target-mips: define ISA_MIPS64R6 | Leon Alrae |
2014-10-10 | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20141010' into staging | Peter Maydell |
2014-10-10 | kvm fix compilation with GCC 4.3.4 | Paolo Bonzini |
2014-10-10 | s390x/virtio-ccw: fix vhost-scsi intialization | Cornelia Huck |
2014-10-10 | s390x/migration: migrate CPU state | Thomas Huth |
2014-10-10 | s390x/kvm: synchronize the cpu state after SIGP (INITIAL) CPU RESET | David Hildenbrand |
2014-10-10 | s390x/kvm: reuse kvm_s390_reset_vcpu() to get rid of ifdefs | David Hildenbrand |
2014-10-10 | s390x/kvm: propagate s390 cpu state to kvm | David Hildenbrand |
2014-10-10 | s390x/kvm: proper use of the cpu states OPERATING and STOPPED | David Hildenbrand |
2014-10-10 | s390x/kvm: introduce proper states for s390 cpus | David Hildenbrand |
2014-10-10 | linux-headers: update to 3.17-rc7 | Jens Freimann |
2014-10-09 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2014-10-09 | qemu-char: Fix reconnect socket error reporting | Corey Minyard |
2014-10-09 | qemu-sockets: Add error to non-blocking connect handler | Corey Minyard |
2014-10-09 | qemu-error: Add error_vreport() | Corey Minyard |
2014-10-09 | virtio-scsi: fix use-after-free of VirtIOSCSIReq | Paolo Bonzini |
2014-10-09 | linuxboot: compute initrd loading address | Paolo Bonzini |
2014-10-09 | kvm: Make KVMState be the TYPE_KVM_ACCEL instance struct | Eduardo Habkost |
2014-10-09 | accel: Create accel object when initializing machine | Eduardo Habkost |
2014-10-09 | accel: Pass MachineState object to accel init functions | Eduardo Habkost |
2014-10-07 | Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20141006-2' i... | Peter Maydell |
2014-10-06 | translate-all.c: memory walker initial address miscalculation | Mikhail Ilyin |
2014-10-06 | linux-user: don't include timerfd if not needed | Riku Voipio |