Age | Commit message (Expand) | Author |
2017-10-25 | disas: Remove unused flags arguments | Richard Henderson |
2017-10-25 | target/arm: Don't set INSN_ARM_BE32 for CONFIG_USER_ONLY | Richard Henderson |
2017-10-25 | target/arm: Move BE32 disassembler fixup | Richard Henderson |
2017-10-25 | target/ppc: Convert to disas_set_info hook | Richard Henderson |
2017-10-25 | target/i386: Convert to disas_set_info hook | Richard Henderson |
2017-10-21 | openrisc/cputimer: Perparation for Multicore | Stafford Horne |
2017-10-21 | target/openrisc: Make coreid and numcores variable | Stafford Horne |
2017-10-20 | s390x/tcg: low-address protection support | David Hildenbrand |
2017-10-20 | s390x: refactor error handling for MSCH handler | Halil Pasic |
2017-10-20 | s390x: refactor error handling for HSCH handler | Halil Pasic |
2017-10-20 | s390x: refactor error handling for CSCH handler | Halil Pasic |
2017-10-20 | s390x: refactor error handling for XSCH handler | Halil Pasic |
2017-10-20 | s390x: improve error handling for SSCH and RSCH | Halil Pasic |
2017-10-20 | s390x: move s390x_new_cpu() into board code | Igor Mammedov |
2017-10-20 | s390x: fix cpu object referrence leak in s390x_new_cpu() | Igor Mammedov |
2017-10-20 | target/s390x: special handling when starting a CPU with WAIT PSW | David Hildenbrand |
2017-10-20 | s390x/tcg: refactor stfl(e) to use s390_get_feat_block() | David Hildenbrand |
2017-10-20 | s390x/tcg: unlock NMI | David Hildenbrand |
2017-10-20 | s390x/cpumodel: allow to enable SENSE RUNNING STATUS for qemu | David Hildenbrand |
2017-10-20 | s390x/tcg: switch to new SIGP handling code | David Hildenbrand |
2017-10-20 | s390x/tcg: flush the tlb on SIGP SET PREFIX | David Hildenbrand |
2017-10-20 | s390x/tcg: implement STOP and RESET interrupts for TCG | David Hildenbrand |
2017-10-20 | s390x/tcg: implement SIGP CONDITIONAL EMERGENCY SIGNAL | David Hildenbrand |
2017-10-20 | s390x/tcg: implement SIGP EMERGENCY SIGNAL | David Hildenbrand |
2017-10-20 | s390x/tcg: implement SIGP EXTERNAL CALL | David Hildenbrand |
2017-10-20 | s390x/tcg: implement SIGP SENSE | David Hildenbrand |
2017-10-20 | s390x/tcg: implement SIGP SENSE RUNNING STATUS | David Hildenbrand |
2017-10-20 | s390x/kvm: factor out actual handling of STOP interrupts | David Hildenbrand |
2017-10-20 | s390x/kvm: factor out SIGP code into sigp.c | David Hildenbrand |
2017-10-20 | s390x/kvm: drop two debug prints | David Hildenbrand |
2017-10-20 | s390x/kvm: factor out storing of adtl CPU status | David Hildenbrand |
2017-10-20 | s390x/kvm: factor out storing of CPU status | David Hildenbrand |
2017-10-20 | s390x/kvm: generalize SIGP stop and restart interrupt injection | David Hildenbrand |
2017-10-20 | s390x/kvm: pass ipb directly into handle_sigp() | David Hildenbrand |
2017-10-20 | target/s390x: interpret PSW_MASK_WAIT only for TCG | David Hildenbrand |
2017-10-20 | s390x/tcg: handle WAIT PSWs during interrupt injection | David Hildenbrand |
2017-10-20 | target/s390x: factor out handling of WAIT PSW into s390_handle_wait() | David Hildenbrand |
2017-10-20 | s390x/tcg: a CPU cannot switch state due to an interrupt | David Hildenbrand |
2017-10-20 | s390x/tcg: STOPPED cpus can never wake up | David Hildenbrand |
2017-10-20 | s390x/tcg: take care of external interrupt subclasses | David Hildenbrand |
2017-10-20 | s390x/tcg: rework checking for deliverable interrupts | David Hildenbrand |
2017-10-20 | s390x/tcg: injection of emergency signals and external calls | David Hildenbrand |
2017-10-20 | s390x/tcg: cleanup service interrupt injection | David Hildenbrand |
2017-10-20 | s390x/tcg: turn INTERRUPT_EXT into a mask | David Hildenbrand |
2017-10-20 | S390: use g_new() family of functions | Marc-André Lureau |
2017-10-19 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2017-10-19 | Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20171018' int... | Peter Maydell |
2017-10-17 | ppc: spapr: use generic cpu_model parsing | Igor Mammedov |
2017-10-17 | ppc: move ppc_cpu_lookup_alias() before its first user | Igor Mammedov |
2017-10-17 | ppc: spapr: register 'host' core type along with the rest of core types | Igor Mammedov |