Age | Commit message (Expand) | Author |
2021-04-23 | target/s390x: fix s390_probe_access to check PAGE_WRITE_ORG for writeability | Alex Bennée |
2021-03-26 | s390x: move S390_ADAPTER_SUPPRESSIBLE | Gerd Hoffmann |
2021-03-15 | target/s390x: Store r1/r2 for page-translation exceptions during MVPG | David Hildenbrand |
2021-03-15 | target/s390x: Implement the MVPG condition-code-option bit | Richard Henderson |
2021-03-15 | s390x/cpu_model: use official name for 8562 | Cornelia Huck |
2021-03-15 | s390x/kvm: Get rid of legacy_s390_alloc() | David Hildenbrand |
2021-03-04 | target/s390x/kvm: Simplify debug code | Philippe Mathieu-Daudé |
2021-03-04 | css: SCHIB measurement block origin must be aligned | Pierre Morel |
2021-03-04 | target/s390x/arch_dump: Fix warning for the name field in the PT_NOTE section | Thomas Huth |
2021-03-04 | s390x/cpu_model: disallow unpack for --only-migratable | Christian Borntraeger |
2021-02-17 | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell |
2021-02-16 | sev/i386: Don't allow a system reset under an SEV-ES guest | Tom Lendacky |
2021-02-16 | exec: Use cpu_untagged_addr in g2h; split out g2h_untagged | Richard Henderson |
2021-02-05 | cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClass | Claudio Fontana |
2021-02-05 | cpu: move do_unaligned_access to tcg_ops | Claudio Fontana |
2021-02-05 | cpu: move cc->do_interrupt to tcg_ops | Claudio Fontana |
2021-02-05 | cpu: Move debug_excp_handler to tcg_ops | Eduardo Habkost |
2021-02-05 | cpu: Move tlb_fill to tcg_ops | Eduardo Habkost |
2021-02-05 | cpu: Move cpu_exec_* to tcg_ops | Eduardo Habkost |
2021-02-05 | cpu: Introduce TCGCpuOperations struct | Eduardo Habkost |
2021-01-21 | s390x: Use strpadcpy for copying vm name | Miroslav Rezanina |
2021-01-21 | s390x/tcg: Ignore register content if b1/b2 is zero when handling EXECUTE | David Hildenbrand |
2021-01-21 | s390x/tcg: Don't ignore content in r0 when not specified via "b" or "x" | David Hildenbrand |
2021-01-21 | s390x/tcg: Fix RISBHG | David Hildenbrand |
2021-01-21 | s390x/tcg: Fix ALGSI | David Hildenbrand |
2021-01-08 | Remove superfluous timer_del() calls | Peter Maydell |
2021-01-01 | Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20201222' into... | Peter Maydell |
2020-12-21 | target/s390x: Improve SUB LOGICAL WITH BORROW | Richard Henderson |
2020-12-21 | target/s390x: Improve cc computation for SUBTRACT LOGICAL | Richard Henderson |
2020-12-21 | target/s390x: Improve ADD LOGICAL WITH CARRY | Richard Henderson |
2020-12-21 | target/s390x: Improve cc computation for ADD LOGICAL | Richard Henderson |
2020-12-21 | s390x: pv: Fence additional unavailable SCLP facilities for PV guests | Janosch Frank |
2020-12-19 | qapi: Use QAPI_LIST_PREPEND() where possible | Eric Blake |
2020-12-11 | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20201211' into staging | Peter Maydell |
2020-12-11 | s390x/cpu: Use timer_free() in the finalize function to avoid memleaks | Gan Qixin |
2020-12-10 | s390x: do not use ram_size global | Paolo Bonzini |
2020-11-18 | s390/kvm: fix diag318 propagation and reset functionality | Collin Walling |
2020-11-10 | s390x: fix clang 11 warnings in cpu_models.c | Daniele Buono |
2020-11-05 | target/s390x: fix execution with icount | Pavel Dovgalyuk |
2020-10-22 | s390x: pv: Fix diag318 PV fencing | Janosch Frank |
2020-10-03 | disas: Enable capstone disassembly for s390x | Richard Henderson |
2020-10-02 | s390x/tcg: Implement CIPHER MESSAGE WITH AUTHENTICATION (KMA) | David Hildenbrand |
2020-10-02 | s390x/tcg: We support Miscellaneous-Instruction-Extensions Facility 2 | David Hildenbrand |
2020-10-02 | s390x/tcg: Implement MULTIPLY SINGLE (MSC, MSGC, MSGRKC, MSRKC) | David Hildenbrand |
2020-10-02 | s390x/tcg: Implement BRANCH INDIRECT ON CONDITION (BIC) | David Hildenbrand |
2020-10-02 | s390x/tcg: Implement MULTIPLY HALFWORD (MGH) | David Hildenbrand |
2020-10-02 | s390x/tcg: Implement MULTIPLY (MG, MGRK) | David Hildenbrand |
2020-10-02 | s390x/tcg: Implement SUBTRACT HALFWORD (SGH) | David Hildenbrand |
2020-10-02 | s390x/tcg: Implement ADD HALFWORD (AGH) | David Hildenbrand |
2020-10-02 | s390x/cpumodel: S390_FEAT_MISC_INSTRUCTION_EXT -> S390_FEAT_MISC_INSTRUCTION_... | David Hildenbrand |