OSDN Git Service

crypto: validate that LUKS payload doesn't overlap with header
[qmiga/qemu.git] / target /
2022-10-24 Stefan HajnocziMerge tag 'pull-9p-20221024' of https://github.com...
2022-10-24 Stefan HajnocziMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2022-10-22 Paolo Bonzinitarget/i386: implement FMA instructions
2022-10-20 Stefan HajnocziMerge tag 'pull-target-arm-20221020' of https://git...
2022-10-20 Paolo Bonzinitarget/i386: implement F16C instructions
2022-10-20 Paolo Bonzinitarget/i386: introduce function to set rounding mode...
2022-10-20 Paolo Bonzinitarget/i386: decode-new: avoid out-of-bounds access...
2022-10-20 Richard Hendersontarget/arm: Enable TARGET_TB_PCREL
2022-10-20 Richard Hendersontarget/arm: Introduce gen_pc_plus_diff for aarch32
2022-10-20 Richard Hendersontarget/arm: Introduce gen_pc_plus_diff for aarch64
2022-10-20 Richard Hendersontarget/arm: Change gen_jmp* to work on displacements
2022-10-20 Richard Hendersontarget/arm: Remove gen_exception_internal_insn pc argument
2022-10-20 Richard Hendersontarget/arm: Change gen_exception_insn* to work on displ...
2022-10-20 Richard Hendersontarget/arm: Change gen_*set_pc_im to gen_*update_pc
2022-10-20 Richard Hendersontarget/arm: Change gen_goto_tb to work on displacements
2022-10-20 Richard Hendersontarget/arm: Introduce curr_insn_len
2022-10-20 Richard Hendersontarget/arm: Use bool consistently for get_phys_addr...
2022-10-20 Richard Hendersontarget/arm: Split out get_phys_addr_twostage
2022-10-20 Richard Hendersontarget/arm: Use softmmu tlbs for page table walking
2022-10-20 Richard Hendersontarget/arm: Move be test for regime into S1TranslateResult
2022-10-20 Richard Hendersontarget/arm: Plumb debug into S1Translate
2022-10-20 Richard Hendersontarget/arm: Split out S1Translate type
2022-10-20 Richard Hendersontarget/arm: Restrict tlb flush from vttbr_write to...
2022-10-20 Richard Hendersontarget/arm: Move ARMMMUIdx_Stage2 to a real tlb mmu_idx
2022-10-20 Richard Hendersontarget/arm: Add ARMMMUIdx_Phys_{S,NS}
2022-10-20 Richard Hendersontarget/arm: Use probe_access_full for BTI
2022-10-20 Richard Hendersontarget/arm: Use probe_access_full for MTE
2022-10-20 Richard Hendersontarget/arm: Enable TARGET_PAGE_ENTRY_EXTRA
2022-10-20 Alex Bennéetarget/arm: update the cortex-a15 MIDR to latest rev
2022-10-18 Stefan HajnocziMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2022-10-18 Stefan HajnocziMerge tag 'pull-ppc-20221017' of https://gitlab.com...
2022-10-18 Paolo Bonzinitarget/i386: remove old SSE decoder
2022-10-18 Paolo Bonzinitarget/i386: move 3DNow to the new decoder
2022-10-18 Paul Brooktarget/i386: Enable AVX cpuid bits when using TCG
2022-10-18 Paolo Bonzinitarget/i386: implement VLDMXCSR/VSTMXCSR
2022-10-18 Paolo Bonzinitarget/i386: implement XSAVE and XRSTOR of AVX registers
2022-10-18 Paolo Bonzinitarget/i386: reimplement 0x0f 0x28-0x2f, add AVX
2022-10-18 Paolo Bonzinitarget/i386: reimplement 0x0f 0x10-0x17, add AVX
2022-10-18 Paolo Bonzinitarget/i386: reimplement 0x0f 0xc2, 0xc4-0xc6, add AVX
2022-10-18 Paolo Bonzinitarget/i386: reimplement 0x0f 0x38, add AVX
2022-10-18 Richard Hendersontarget/i386: Use tcg gvec ops for pmovmskb
2022-10-18 Paolo Bonzinitarget/i386: reimplement 0x0f 0x3a, add AVX
2022-10-18 Paolo Bonzinitarget/i386: clarify (un)signedness of immediates from...
2022-10-18 Paolo Bonzinitarget/i386: reimplement 0x0f 0xd0-0xd7, 0xe0-0xe7...
2022-10-18 Paolo Bonzinitarget/i386: reimplement 0x0f 0x70-0x77, add AVX
2022-10-18 Paolo Bonzinitarget/i386: reimplement 0x0f 0x78-0x7f, add AVX
2022-10-18 Paolo Bonzinitarget/i386: reimplement 0x0f 0x50-0x5f, add AVX
2022-10-18 Paolo Bonzinitarget/i386: reimplement 0x0f 0xd8-0xdf, 0xe8-0xef...
2022-10-18 Paolo Bonzinitarget/i386: reimplement 0x0f 0x60-0x6f, add AVX
2022-10-18 Paolo Bonzinitarget/i386: Introduce 256-bit vector helpers
2022-10-18 Paolo Bonzinitarget/i386: implement additional AVX comparison operators
2022-10-18 Paolo Bonzinitarget/i386: provide 3-operand versions of unary scalar...
2022-10-18 Paolo Bonzinitarget/i386: support operand merging in binary scalar...
2022-10-18 Paolo Bonzinitarget/i386: extend helpers to support VEX.V 3- and...
2022-10-18 Paul Brooktarget/i386: Prepare ops_sse_header.h for 256 bit AVX
2022-10-18 Paolo Bonzinitarget/i386: move scalar 0F 38 and 0F 3A instruction...
2022-10-18 Paolo Bonzinitarget/i386: validate SSE prefixes directly in the...
2022-10-18 Paolo Bonzinitarget/i386: validate VEX prefixes via the instructions...
2022-10-18 Paul Brooktarget/i386: add AVX_EN hflag
2022-10-18 Paolo Bonzinitarget/i386: add CPUID feature checks to new decoder
2022-10-18 Paolo Bonzinitarget/i386: add CPUID[EAX=7,ECX=0].ECX to DisasContext
2022-10-18 Paolo Bonzinitarget/i386: add ALU load/writeback core
2022-10-18 Paolo Bonzinitarget/i386: add core of new i386 decoder
2022-10-18 Paolo Bonzinitarget/i386: make rex_w available even in 32-bit mode
2022-10-18 Paolo Bonzinitarget/i386: make ldo/sto operations consistent with ldq
2022-10-18 Richard Hendersontarget/i386: Define XMMReg and access macros, align...
2022-10-18 Richard Hendersontarget/i386: Use probe_access_full for final stage2...
2022-10-18 Richard Hendersontarget/i386: Use atomic operations for pte updates
2022-10-18 Richard Hendersontarget/i386: Combine 5 sets of variables in mmu_translate
2022-10-18 Richard Hendersontarget/i386: Use MMU_NESTED_IDX for vmload/vmsave
2022-10-18 Richard Hendersontarget/i386: Add MMU_PHYS_IDX and MMU_NESTED_IDX
2022-10-18 Richard Hendersontarget/i386: Reorg GET_HPHYS
2022-10-18 Richard Hendersontarget/i386: Introduce structures for mmu_translate
2022-10-18 Richard Hendersontarget/i386: Direct call get_hphys from mmu_translate
2022-10-18 Richard Hendersontarget/i386: Use MMUAccessType across excp_helper.c
2022-10-18 Richard Hendersontarget/i386: Save and restore pc_save before tcg_remove...
2022-10-18 Peter Maydelltarget/i386: Use device_cold_reset() to reset the APIC
2022-10-18 Maciej S. Szmigierohyperv: fix SynIC SINT assertion failure on guest reset
2022-10-17 Víctor Colombotarget/ppc: Fix xvcmp* clearing FI bit
2022-10-17 Nicholas Piggintarget/ppc: restore powerpc_excp_booke doorbell interrupts
2022-10-17 Stefan HajnocziMerge tag 'pull-loongarch-20221017' of https://gitlab...
2022-10-17 Song Gaotarget/loongarch: Fix fnm{sub/add}_{s/d} set wrong...
2022-10-17 Song Gaotarget/loongarch: bstrins.w src register need EXT_NONE
2022-10-16 Stefan HajnocziMerge tag 'pull-riscv-to-apply-20221014' of https:...
2022-10-14 Alistair Francistarget/riscv: pmp: Fixup TLB size calculation
2022-10-13 Stefan HajnocziMerge tag 'kraxel-20221013-pull-request' of https:...
2022-10-13 Stefan HajnocziMerge tag 'win32-pull-request' of https://gitlab.com...
2022-10-13 Stefan HajnocziMerge tag 'pull-request-2022-10-12' of https://gitlab...
2022-10-13 Stefan HajnocziMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2022-10-12 Stefan HajnocziMerge tag 'for_upstream' of https://git./virt/kvm/mst...
2022-10-12 Stefan HajnocziMerge tag 'pull-target-arm-20221010' of https://git...
2022-10-12 Stefan HajnocziMerge tag 'for-upstream' of git://repo.or.cz/qemu/kevin...
2022-10-11 Stefan HajnocziMerge tag 'dump-pull-request' of https://gitlab.com...
2022-10-11 Paolo Bonzinilinux-user: i386/signal: support XSAVE/XRSTOR for signa...
2022-10-11 Alexander GrafKVM: x86: Implement MSR_CORE_THREAD_COUNT MSR
2022-10-11 Alexander Grafi386: kvm: Add support for MSR filtering
2022-10-11 Alexander Grafx86: Implement MSR_CORE_THREAD_COUNT MSR
2022-10-11 Richard Hendersontarget/i386: Enable TARGET_TB_PCREL
2022-10-11 Richard Hendersontarget/i386: Inline gen_jmp_im
2022-10-11 Richard Hendersontarget/i386: Add cpu_eip
next