]> git.proxmox.com Git - mirror_qemu.git/history - target/hppa/translate.c
Merge tag 'pull-maintainer-may24-160524-2' of https://gitlab.com/stsquad/qemu into...
[mirror_qemu.git] / target / hppa / translate.c
2024-05-15 Richard HendersonMerge tag 'pull-hppa-20240515' of https://gitlab.com...
2024-05-15 Richard HendersonMerge tag 'pull-tcg-20240515' of https://gitlab.com...
2024-05-15 Richard Hendersontarget/hppa: Implement CF_PCREL
2024-05-15 Richard Hendersontarget/hppa: Adjust priv for B,GATE at runtime
2024-05-15 Richard Hendersontarget/hppa: Implement PSW_B
2024-05-15 Richard Hendersontarget/hppa: Manage PSW_X and PSW_B in translator
2024-05-15 Richard Hendersontarget/hppa: Do not mask in copy_iaoq_entry
2024-05-15 Richard Hendersontarget/hppa: Store full iaoq_f and page offset of iaoq_...
2024-05-15 Richard Hendersonlinux-user/hppa: Force all code addresses to PRIV_USER
2024-05-15 Richard Hendersontarget/hppa: Use delay_excp for conditional trap on...
2024-05-15 Richard Hendersontarget/hppa: Use delay_excp for conditional traps
2024-05-15 Richard Hendersontarget/hppa: Introduce DisasDelayException
2024-05-15 Richard Hendersontarget/hppa: Remove cond_free
2024-05-15 Richard Hendersontarget/hppa: Use TCG_COND_TST* in trans_ftest
2024-05-15 Richard Hendersontarget/hppa: Use registerfields.h for FPSR
2024-05-15 Richard Hendersontarget/hppa: Use TCG_COND_TST* in trans_bb_imm
2024-05-15 Richard Hendersontarget/hppa: Use TCG_COND_TST* in do_unit_addsub
2024-05-15 Richard Hendersontarget/hppa: Use TCG_COND_TST* in do_unit_zero_cond
2024-05-15 Richard Hendersontarget/hppa: Use TCG_COND_TST* in do_log_cond
2024-05-15 Richard Hendersontarget/hppa: Use TCG_COND_TST* in do_cond
2024-05-15 Richard Hendersontarget/hppa: Rename cond_make_* helpers
2024-05-15 Richard Hendersontarget/hppa: Use displacements in DisasIAQE
2024-05-15 Richard Hendersontarget/hppa: Introduce and use DisasIAQE for branch...
2024-05-15 Richard Hendersontarget/hppa: Always make a copy in do_ibranch_priv
2024-05-15 Richard Hendersontarget/hppa: Use umax in do_ibranch_priv
2024-05-15 Richard Hendersontarget/hppa: Add space argument to do_ibranch
2024-05-15 Richard Hendersontarget/hppa: Add space arguments to install_iaq_entries
2024-05-15 Richard Hendersontarget/hppa: Add IASQ entries to DisasContext
2024-05-15 Richard Hendersontarget/hppa: Simplify TB end
2024-05-15 Richard Hendersontarget/hppa: Skip nullified insns in unconditional...
2024-05-15 Richard Hendersontarget/hppa: Delay computation of IAQ_Next
2024-05-15 Richard Hendersontarget/hppa: Add install_link
2024-05-15 Richard Hendersontarget/hppa: Add install_iaq_entries
2024-05-15 Richard Hendersontarget/hppa: Use CF_BP_PAGE instead of cpu_breakpoint_test
2024-05-15 Richard Hendersontarget/hppa: Allow prior nullification in do_ibranch
2024-05-15 Richard Hendersontarget/hppa: Pass displacement to do_dbranch
2024-05-15 Richard Hendersontarget/hppa: Move constant destination check into use_g...
2024-05-15 Richard Hendersonaccel/tcg: Return bool from TranslatorOps.disas_log
2024-05-15 Richard Hendersonaccel/tcg: Provide default implementation of disas_log
2024-05-07 Richard HendersonMerge tag 'pull-tcg-20240507' of https://gitlab.com...
2024-05-06 Richard HendersonMerge tag 'qemu-sparc-20240506' of https://github.com...
2024-05-06 Richard HendersonMerge tag 'accel-20240506' of https://github.com/philmd...
2024-05-06 Philippe Mathieu... exec/cpu: Extract page-protection definitions to page...
2024-04-15 Peter MaydellMerge tag 'for_upstream' of https://git.kernel.org...
2024-04-10 Peter MaydellMerge tag 'hw-misc-20240410' of https://github.com...
2024-04-09 Peter MaydellMerge tag 'pull-misc-20240409' of https://gitlab.com...
2024-04-09 Richard Hendersontarget/hppa: Use insn_start from DisasContextBase
2024-04-01 Peter MaydellMerge tag 'migration-20240331-pull-request' of https...
2024-03-31 Peter MaydellMerge tag 'pull-ppc-for-9.0-3-20240331' of https:/...
2024-03-31 Peter MaydellMerge tag 'pull-9p-20240329' of https://github.com...
2024-03-31 Peter MaydellMerge tag 'pull-pa-20240329' of https://gitlab.com...
2024-03-29 Richard Hendersontarget/hppa: Clear psw_n for BE on use_nullify_skip...
2024-03-29 Helge Dellertarget/hppa: Add diag instructions to set/restore shado...
2024-03-29 Richard Hendersontarget/hppa: Move diag argument handling to decodetree
2024-03-29 Richard Hendersontarget/hppa: Generate getshadowregs inline
2024-03-27 Richard Hendersontarget/hppa: Fix overflow computation for shladd
2024-03-27 Richard Hendersontarget/hppa: Replace c with uv in do_cond
2024-03-27 Richard Hendersontarget/hppa: Squash d for pa1.x during decode
2024-03-27 Richard Hendersontarget/hppa: Fix unit carry conditions
2024-03-27 Richard Hendersontarget/hppa: Optimize UADDCM with no condition
2024-03-27 Richard Hendersontarget/hppa: Fix DCOR reconstruction of carry bits
2024-03-27 Sven Schnelletarget/hppa: Use gva_offset_mask() everywhere
2024-03-27 Richard Hendersontarget/hppa: Fix EIRR, EIEM versus icount
2024-03-27 Richard Hendersontarget/hppa: Tidy read of interval timer
2024-03-27 Richard Hendersontarget/hppa: Mark interval timer write as io
2024-03-27 Sven Schnelletarget/hppa: Fix ADD/SUB trap on overflow for narrow...
2024-03-27 Sven Schnelletarget/hppa: Handle unit conditions for wide mode
2024-03-27 Richard Hendersontarget/hppa: Fix B,GATE for wide mode
2024-03-27 Richard Hendersontarget/hppa: Fix BE,L set of sr0
2024-03-21 Peter MaydellMerge tag 'pull-maintainer-final-for-real-this-time...
2024-03-20 Peter MaydellMerge tag 'ui-pull-request' of https://gitlab.com/marca...
2024-03-20 Peter MaydellMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2024-03-20 Peter MaydellMerge tag 'edk2-20240320-pull-request' of https://gitla...
2024-03-20 Peter MaydellMerge tag 'pull-loongarch-20240320' of https://gitlab...
2024-03-20 Peter MaydellMerge tag 'pull-pa-20240319' of https://gitlab.com...
2024-03-20 Sven Schnelletarget/hppa: mask privilege bits in mfia
2024-03-20 Sven Schnelletarget/hppa: exit tb on flush cache instructions
2024-03-19 Sven Schnelletarget/hppa: fix shrp for wide mode
2024-03-19 Sven Schnelletarget/hppa: ldcw,s uses static shift of 3
2024-03-19 Richard Hendersontarget/hppa: Fix assemble_12a insns for wide mode
2024-03-19 Richard Hendersontarget/hppa: Fix assemble_11a insns for wide mode
2024-03-19 Richard Hendersontarget/hppa: Fix assemble_16 insns for wide mode
2024-03-18 Peter MaydellMerge tag 'migration-20240317-pull-request' of https...
2024-03-13 Peter MaydellMerge tag 'for_upstream' of https://git.kernel.org...
2024-03-13 Peter MaydellMerge tag 'pull-ppc-for-9.0-2-20240313' of https:/...
2024-03-13 Peter MaydellMerge tag 'tracing-pull-request' of https://gitlab...
2024-03-12 Peter MaydellMerge tag 'pull-tcg-20240312' of https://gitlab.com...
2024-03-12 Peter MaydellMerge tag 'nvme-next-pull-request' of https://gitlab...
2024-03-12 Peter MaydellMerge tag 'pull-xen-20240312' of https://xenbits.xen...
2024-03-12 Peter MaydellMerge tag 'ui-pull-request' of https://gitlab.com/marca...
2024-03-12 Peter MaydellMerge tag 'pull-error-2024-03-12' of https://repo.or...
2024-03-12 Peter MaydellMerge tag 'pull-request-2024-03-12' of https://gitlab...
2024-03-12 Philippe Mathieu... bulk: Call in place single use cpu_env()
2024-02-26 Peter MaydellMerge tag 'edk2-stable202402-20240226-pull-request...
2024-02-14 Peter MaydellMerge tag 'for_upstream' of https://git.kernel.org...
2024-02-14 Peter MaydellMerge tag 'pull-char-2024-02-12-v2' of https://repo...
2024-02-13 Peter MaydellMerge tag 'hppa64-pull-request' of https://github.com...
2024-02-11 Helge Dellertarget/hppa: Allow read-access to PSW with rsm 0,reg...
2024-02-11 Helge Dellertarget/hppa: Add "diag 0x101" for console output support
2024-01-31 Peter MaydellMerge tag 'pull-trivial-patches' of https://gitlab...
next