Age | Commit message (Expand) | Author |
2021-07-09 | target/arm: Use translator_use_goto_tb for aarch64 | Richard Henderson |
2021-07-09 | target/arm: Use DISAS_TOO_MANY for ISB and SB | Richard Henderson |
2021-07-09 | target/alpha: Use translator_use_goto_tb | Richard Henderson |
2021-07-09 | target/alpha: Remove in_superpage | Richard Henderson |
2021-07-09 | target/alpha: Remove use_exit_tb | Richard Henderson |
2021-07-09 | tcg: Avoid including 'trace-tcg.h' in target translate.c | Philippe Mathieu-Daudé |
2021-07-09 | meson: Introduce target-specific Kconfig | Philippe Mathieu-Daudé |
2021-07-09 | target/i386: fix exceptions for MOV to DR | Paolo Bonzini |
2021-07-09 | target/i386: Added DR6 and DR7 consistency checks | Lara Lazier |
2021-07-09 | target/i386: Added MSRPM and IOPM size check | Lara Lazier |
2021-07-09 | target/arm: Correct the encoding of MDCCSR_EL0 and DBGDSCRint | hnick@vmware.com |
2021-07-09 | target/ppc: Support for H_RPT_INVALIDATE hcall | Bharata B Rao |
2021-07-09 | target/ppc: Don't compile ppc_tlb_invalid_all without TCG | Lucas Mateus Castro (alqotel) |
2021-07-09 | target/ppc: Allow virtual hypervisor on CPU without HV | BALATON Zoltan |
2021-07-09 | target/ppc: mtmsrd is an illegal instruction on BookE | Nicholas Piggin |
2021-07-09 | target/ppc: change ppc_hash32_xlate to use mmu_idx | Bruno Larsen (billionai) |
2021-07-09 | target/ppc: introduce mmu-books.h | Bruno Larsen (billionai) |
2021-07-09 | target/ppc: changed ppc_hash64_xlate to use mmu_idx | Bruno Larsen (billionai) |
2021-07-09 | target/ppc: fix address translation bug for radix mmus | Bruno Larsen (billionai) |
2021-07-09 | target/ppc: Fix compilation with DEBUG_BATS debug option | Fabiano Rosas |
2021-07-09 | target/ppc: Fix compilation with FLUSH_ALL_TLBS debug option | Fabiano Rosas |
2021-07-09 | target/ppc: Fix compilation with DUMP_PAGE_TABLES debug option | Fabiano Rosas |
2021-07-09 | target/ppc: Restrict ppc_cpu_tlb_fill to TCG | Richard Henderson |
2021-07-09 | target/ppc: Introduce ppc_xlate | Richard Henderson |
2021-07-09 | target/ppc: Split out ppc_jumbo_xlate | Richard Henderson |
2021-07-09 | target/ppc: Split out ppc_hash32_xlate | Richard Henderson |
2021-07-09 | target/ppc: Split out ppc_hash64_xlate | Richard Henderson |
2021-07-09 | target/ppc: Use bool success for ppc_radix64_xlate | Richard Henderson |
2021-07-09 | target/ppc: Push real-mode handling into ppc_radix64_xlate | Richard Henderson |
2021-07-09 | target/ppc: Use MMUAccessType with *_handle_mmu_fault | Richard Henderson |
2021-07-09 | target/ppc: Remove PowerPCCPUClass.handle_mmu_fault | Richard Henderson |
2021-07-09 | target/ppc: Drop PowerPCCPUClass::interrupts_big_endian() | Greg Kurz |
2021-07-09 | target/ppc: Introduce ppc_interrupts_little_endian() | Greg Kurz |
2021-07-07 | target/s390x: split sysemu part of cpu models | Cho, Yu-Chen |
2021-07-07 | target/s390x: move kvm files into kvm/ | Cho, Yu-Chen |
2021-07-07 | target/s390x: remove kvm-stub.c | Cho, Yu-Chen |
2021-07-07 | target/s390x: use kvm_enabled() to wrap call to kvm_s390_get_hpage_1m | Cho, Yu-Chen |
2021-07-07 | target/s390x: make helper.c sysemu-only | Cho, Yu-Chen |
2021-07-07 | target/s390x: split cpu-dump from helper.c | Cho, Yu-Chen |
2021-07-07 | target/s390x: move sysemu-only code out to cpu-sysemu.c | Cho, Yu-Chen |
2021-07-07 | target/s390x: start moving TCG-only code to tcg/ | Cho, Yu-Chen |
2021-07-07 | target/s390x: rename internal.h to s390x-internal.h | Cho, Yu-Chen |
2021-07-07 | target/s390x: remove tcg-stub.c | Cho, Yu-Chen |
2021-07-07 | target/s390x: meson: add target_user_arch | Cho, Yu-Chen |
2021-07-07 | s390x/tcg: Fix m5 vs. m4 field for VECTOR MULTIPLY SUM LOGICAL | David Hildenbrand |
2021-07-07 | target/s390x: Fix CC set by CONVERT TO FIXED/LOGICAL | Ulrich Weigand |
2021-07-07 | s390x/cpumodel: add 3931 and 3932 | Christian Borntraeger |
2021-07-06 | target/i386: Move X86XSaveArea into TCG | David Edmondson |
2021-07-06 | target/i386: Populate x86_ext_save_areas offsets using cpuid where possible | David Edmondson |
2021-07-06 | target/i386: Observe XSAVE state area offsets | David Edmondson |