summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2019-08-22s390x/mmu: Factor out storage key handlingDavid Hildenbrand
2019-08-22s390x/mmu: Better storage key reference and change bit handlingDavid Hildenbrand
2019-08-22s390x/tcg: Flush the TLB of all CPUs on SSKE and RRBEDavid Hildenbrand
2019-08-22s390x/tcg: Rework MMU selection for instruction fetchesDavid Hildenbrand
2019-08-22s390x/mmu: ASC selection in s390_cpu_get_phys_page_debug()David Hildenbrand
2019-08-22s390x/mmu: Trace the right value if setting/getting the storage key failsDavid Hildenbrand
2019-08-22s390x/tcg: Fix VERIM with 32/64 bit elementsDavid Hildenbrand
2019-08-22Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-08-21' in...Peter Maydell
2019-08-21Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell
2019-08-21Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.2-20190821' into...Peter Maydell
2019-08-21hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster
2019-08-21target/ppc: Rewrite a fall through commentPhilippe Mathieu-Daudé
2019-08-21ppc: Fix emulated single to double denormalized conversionsPaul A. Clarke
2019-08-21ppc: Fix emulated INFINITY and NAN conversionsPaul A. Clarke
2019-08-21ppc: conform to processor User's Manual for xscvdpspnPaul A. Clarke
2019-08-21ppc: Add support for 'mffsl' instructionPaul A. Clarke
2019-08-21target/ppc: Add Directed Privileged Door-bell Exception State (DPDES) SPRAlexey Kardashevskiy
2019-08-21ppc: remove idle_timer logicShivaprasad G Bhat
2019-08-21spapr: Implement dispatch tracking for tcgNicholas Piggin
2019-08-21target/ppc: Optimize emulation of vclzw instructionStefan Brankovic
2019-08-21target/ppc: Optimize emulation of vclzd instructionStefan Brankovic
2019-08-21target/ppc: Optimize emulation of vgbbd instructionStefan Brankovic
2019-08-21target/ppc: move opcode decode tables to PowerPCCPUAlex Bennée
2019-08-21target/ppc: Optimize emulation of vsl and vsr instructionsStefan Brankovic
2019-08-21target/ppc: Optimize emulation of lvsl and lvsr instructionsStefan Brankovic
2019-08-21migration: Do not re-read the clock on pre_save in case of paused guestMaxiwell S. Garcia
2019-08-20x86: Intel AVX512_BF16 feature enablingJing Liu
2019-08-20icount: remove unnecessary gen_io_end callsPavel Dovgalyuk
2019-08-20target/i386: Return 'indefinite integer value' for invalid SSE fp->int conver...Peter Maydell
2019-08-20i386/kvm: initialize struct at full before ioctl callAndrey Shinkevich
2019-08-20target-i386: kvm: 'kvm_get_supported_msrs' cleanupLi Qiang
2019-08-20configure: Define target access alignment in configuretony.nguyen@bt.com
2019-08-20target-i386: adds PV_SCHED_YIELD CPUID feature bitWanpeng Li
2019-08-20kvm: i386: halt poll control MSR supportMarcelo Tosatti
2019-08-20Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-aug-20-2019' ...Peter Maydell
2019-08-19target/mips: Style improvements in translate.cAleksandar Markovic
2019-08-19target/mips: Style improvements in machine.cAleksandar Markovic
2019-08-19target/mips: Style improvements in cpu.cAleksandar Markovic
2019-08-19target/mips: Style improvements in cp0_timer.cAleksandar Markovic
2019-08-19Merge remote-tracking branch 'remotes/rth/tags/pull-dt-20190819' into stagingPeter Maydell
2019-08-19target/riscv: Remove redundant declaration pragmasRichard Henderson
2019-08-19targets (various): use softfloat-helpers.h where we canAlex Bennée
2019-08-19target/riscv: rationalise softfloat includesAlex Bennée
2019-08-19target/mips: rationalise softfloat includesAlex Bennée
2019-08-19target/m68k: replace LIT64 with UINT64_C macrosAlex Bennée
2019-08-16Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190816'...Peter Maydell
2019-08-16target/arm: Use tcg_gen_extrh_i64_i32 to extract the high wordRichard Henderson
2019-08-16target/arm: Simplify SMMLA, SMMLAR, SMMLS, SMMLSRRichard Henderson
2019-08-16target/arm: Use tcg_gen_rotri_i32 for gen_swap_halfRichard Henderson
2019-08-16target/arm: Use ror32 instead of open-coding the operationRichard Henderson