]> git.proxmox.com Git - mirror_qemu.git/history - target
cputlb: serialize tlb updates with env->tlb_lock
[mirror_qemu.git] / target /
2018-10-19 Emilio G. Cotatarget/unicore32: remove tlb_flush from uc32_init_fn
2018-10-19 Emilio G. Cotatarget/alpha: remove tlb_flush from alpha_cpu_initfn
2018-10-18 Peter MaydellMerge remote-tracking branch 'remotes/huth-gitlab/tags...
2018-10-18 Peter MaydellMerge remote-tracking branch 'remotes/rth/tags/pull...
2018-10-16 Helge Dellertarget/hppa: Raise exception 26 on emulated hardware
2018-10-16 Peter MaydellMerge remote-tracking branch 'remotes/pmaydell/tags...
2018-10-16 Peter Maydelltarget/arm: Initialize ARMMMUFaultInfo in v7m_stack_rea...
2018-10-16 Aaron Lindsaytarget/arm: Mask PMOVSR writes based on supported counters
2018-10-16 Aaron Lindsaytarget/arm: Mark PMINTENCLR and PMINTENCLR_EL1 accesses...
2018-10-16 Edgar E. Iglesiastarget/arm: Add the Cortex-A72
2018-10-16 Edgar E. Iglesiastarget-arm: powerctl: Enable HVC when starting CPUs...
2018-10-16 Thomas Huthtarget/cris/translate: Get rid of qemu_log_separate()
2018-10-16 Richard Hendersontarget/arm: Fix cortex-a7 id_isar0
2018-10-16 Richard Hendersontarget/arm: Align cortex-r5 id_isar0
2018-10-16 Richard Hendersontarget/arm: Define fields of ISAR registers
2018-10-16 Richard Hendersontarget/arm: Fix aarch64_sve_change_el wrt EL0
2018-10-12 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/ui...
2018-10-12 Peter MaydellMerge remote-tracking branch 'remotes/cohuck/tags/s390x...
2018-10-12 Tony Krowiaks390x/kvm: enable AP instruction interpretation for...
2018-10-12 Tony Krowiaks390x/cpumodel: Set up CPU model for AP device support
2018-10-12 Thomas Huthtarget/s390x/excp_helper: Remove DPRINTF() macro
2018-10-11 Peter MaydellMerge remote-tracking branch 'remotes/armbru/tags/pull...
2018-10-09 David Hildenbrands390x/tcg: always enable AFP for linux-user
2018-10-08 Peter MaydellMerge remote-tracking branch 'remotes/pmaydell/tags...
2018-10-08 Peter Maydelltarget/arm: Add v8M stack checks for MSR to SP_NS
2018-10-08 Peter Maydelltarget/arm: Add v8M stack checks for VLDM/VSTM
2018-10-08 Peter Maydelltarget/arm: Add v8M stack checks for Thumb push/pop
2018-10-08 Peter Maydelltarget/arm: Add v8M stack checks for T32 load/store...
2018-10-08 Peter Maydelltarget/arm: Add v8M stack checks for Thumb2 LDM/STM
2018-10-08 Peter Maydelltarget/arm: Add v8M stack checks for LDRD/STRD (imm)
2018-10-08 Peter Maydelltarget/arm: Add v8M stack limit checks on NS function...
2018-10-08 Peter Maydelltarget/arm: Add v8M stack checks on exception entry
2018-10-08 Peter Maydelltarget/arm: Add some comments in Thumb decode
2018-10-08 Peter Maydelltarget/arm: Add v8M stack checks on ADD/SUB/MOV of SP
2018-10-08 Peter Maydelltarget/arm: Move v7m_using_psp() to internals.h
2018-10-08 Peter Maydelltarget/arm: Define new EXCP type for v8M stack overflows
2018-10-08 Peter Maydelltarget/arm: Define new TBFLAG for v8M stack checking
2018-10-08 Richard Hendersontarget/arm: Pass TCGMemOpIdx to sve memory helpers
2018-10-08 Richard Hendersontarget/arm: Rewrite vector gather first-fault loads
2018-10-08 Richard Hendersontarget/arm: Rewrite vector gather stores
2018-10-08 Richard Hendersontarget/arm: Rewrite vector gather loads
2018-10-08 Richard Hendersontarget/arm: Split contiguous stores for endianness
2018-10-08 Richard Hendersontarget/arm: Split contiguous loads for endianness
2018-10-08 Richard Hendersontarget/arm: Rewrite helper_sve_st[1234]*_r
2018-10-08 Richard Hendersontarget/arm: Rewrite helper_sve_ld[234]*_r
2018-10-08 Richard Hendersontarget/arm: Rewrite helper_sve_ld1*_r using pages
2018-10-08 Richard Hendersontarget/arm: Clear unused predicate bits for LD1RQ
2018-10-08 Richard Hendersontarget/arm: Adjust aarch64_cpu_dump_state for system...
2018-10-08 Richard Hendersontarget/arm: Handle SVE vector length changes in system...
2018-10-08 Richard Hendersontarget/arm: Pass in current_el to fp and sve_exception_el
2018-10-08 Richard Hendersontarget/arm: Adjust sve_exception_el
2018-10-08 Richard Hendersontarget/arm: Define ID_AA64ZFR0_EL1
2018-10-08 Peter Maydelltarget/arm: Don't read r4 from v8M exception stackframe...
2018-10-08 Peter Maydelltarget/arm: Correct condition for v8M callee stack...
2018-10-08 Dongjiu Gengtarget/arm: fix code comments error
2018-10-08 Peter MaydellMerge remote-tracking branch 'remotes/elmarco/tags...
2018-10-05 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/vga...
2018-10-05 Peter MaydellMerge remote-tracking branch 'remotes/mcayland/tags...
2018-10-05 Peter MaydellMerge remote-tracking branch 'remotes/cohuck/tags/s390x...
2018-10-04 David Hildenbrands390x/tcg: refactor specification checking
2018-10-04 David Hildenbrands390x/tcg: fix FP register pair checks
2018-10-04 David Hildenbrands390x/tcg: handle privileged instructions via flags
2018-10-04 David Hildenbrands390x/tcg: check for AFP-register, BFP and DFP data...
2018-10-04 David Hildenbrands390x/tcg: add instruction flags for floating point...
2018-10-04 David Hildenbrands390x/tcg: support flags for instructions
2018-10-04 David Hildenbrands390x/tcg: store in the TB flags if AFP is enabled
2018-10-04 David Hildenbrands390x/tcg: factor out and fix DATA exception injection
2018-10-04 David Hildenbrands390x: move tcg_s390_program_interrupt() into TCG code...
2018-10-04 Pavel Zbitskiytarget/s390x: exception on non-aligned LPSW(E)
2018-10-04 Janosch Franks390x: Fence huge pages prior to 3.1
2018-10-02 Peter MaydellMerge remote-tracking branch 'remotes/bonzini/tags...
2018-10-02 Pavel Dovgalyuktarget/i386: fix translation for icount mode
2018-10-02 Paolo Bonzinihvf: drop unused variable
2018-10-02 Liran Aloni386: Compile CPUX86State xsave_buf only when support...
2018-10-02 Paolo Bonzinitarget/i386: rename HF_SVMI_MASK to HF_GUEST_MASK
2018-10-02 Paolo Bonzinitarget/i386: unify masking of interrupts
2018-10-02 Emilio G. Cotatarget/i386: move x86_64_hregs to DisasContext
2018-10-02 Emilio G. Cotatarget/i386: move cpu_tmp1_i64 to DisasContext
2018-10-02 Emilio G. Cotatarget/i386: move cpu_tmp3_i32 to DisasContext
2018-10-02 Emilio G. Cotatarget/i386: move cpu_tmp2_i32 to DisasContext
2018-10-02 Emilio G. Cotatarget/i386: move cpu_ptr1 to DisasContext
2018-10-02 Emilio G. Cotatarget/i386: move cpu_ptr0 to DisasContext
2018-10-02 Emilio G. Cotatarget/i386: move cpu_tmp4 to DisasContext
2018-10-02 Emilio G. Cotatarget/i386: move cpu_tmp0 to DisasContext
2018-10-02 Emilio G. Cotatarget/i386: move cpu_T1 to DisasContext
2018-10-02 Emilio G. Cotatarget/i386: move cpu_T0 to DisasContext
2018-10-02 Emilio G. Cotatarget/i386: move cpu_A0 to DisasContext
2018-10-02 Emilio G. Cotatarget/i386: move cpu_cc_srcT to DisasContext
2018-10-02 Jan Kiszkakvm: x86: Fix kvm_arch_fixup_msi_route for remap-less...
2018-10-02 Peter MaydellMerge remote-tracking branch 'remotes/dgibson/tags...
2018-10-02 Peter MaydellMerge remote-tracking branch 'remotes/xtensa/tags/20181...
2018-10-01 Max Filippovtarget/xtensa: extract gen_check_interrupts call
2018-10-01 Max Filippovtarget/xtensa: make rsr/wsr helpers return void
2018-10-01 Max Filippovtarget/xtensa: extract unconditional TB termination...
2018-10-01 Max Filippovtarget/xtensa: always end TB on CCOUNT access/CCOMPARE...
2018-10-01 Max Filippovtarget/xtensa: change SR number checks to assertions
2018-10-01 Max Filippovtarget/xtensa: extract unconditional TB termination
2018-10-01 Max Filippovtarget/xtensa: extract test for division by zero
2018-10-01 Max Filippovtarget/xtensa: extract test for cpdisabled exception
2018-10-01 Max Filippovtarget/xtensa: extract test for alloca exception
next