summaryrefslogtreecommitdiffstats
path: root/target/alpha
Commit message (Expand)AuthorAgeFilesLines
* exec/memop: Adding signedness to quad definitionsFrédéric Pétrot2022-01-081-16/+16
* target/alpha: Implement prctl_unalign_sigbusRichard Henderson2022-01-062-9/+27
* target/alpha: Implement alpha_cpu_record_sigbusRichard Henderson2021-11-023-11/+28
* target/alpha: Implement alpha_cpu_record_sigsegvRichard Henderson2021-11-023-11/+47
* target/alpha: Drop checks for singlestep_enabledRichard Henderson2021-10-161-10/+3Star
* target/alpha: Reorg integer memory operationsRichard Henderson2021-10-131-64/+40Star
* target/alpha: Reorg fp memory operationsRichard Henderson2021-10-131-26/+57
* hw/core: Make do_unaligned_access noreturnRichard Henderson2021-09-221-2/+2
* include/exec: Move cpu_signal_handler declarationRichard Henderson2021-09-221-6/+0Star
* target/alpha: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé2021-09-143-5/+4Star
* accel/tcg: Add DisasContextBase argument to translator_ld*Ilya Leoshkevich2021-09-141-1/+1
* accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson2021-07-211-16/+0Star
* target/alpha: Drop goto_tb path in gen_call_palRichard Henderson2021-07-211-13/+2Star
* target/alpha: Use tcg_constant_* elsewhereRichard Henderson2021-07-131-32/+14Star
* target/alpha: Use tcg_constant_i64 for zero and litRichard Henderson2021-07-131-14/+2Star
* target/alpha: Use dest_sink for HW_RET temporaryRichard Henderson2021-07-131-1/+1
* target/alpha: Store set into rx flagRichard Henderson2021-07-131-5/+1Star
* Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into...Peter Maydell2021-07-121-42/+5Star
|\
| * target/alpha: Use translator_use_goto_tbRichard Henderson2021-07-091-6/+1Star
| * target/alpha: Remove in_superpageRichard Henderson2021-07-091-22/+2Star
| * target/alpha: Remove use_exit_tbRichard Henderson2021-07-091-13/+2Star
| * tcg: Avoid including 'trace-tcg.h' in target translate.cPhilippe Mathieu-Daudé2021-07-091-1/+0Star
* | meson: Introduce target-specific KconfigPhilippe Mathieu-Daudé2021-07-091-0/+2
|/
* target/alpha: Honor the FEN bitRichard Henderson2021-06-281-0/+75
* hw/core: Constify TCGCPUOpsRichard Henderson2021-05-271-1/+1
* cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-271-1/+1
* cpu: Introduce SysemuCPUOps structurePhilippe Mathieu-Daudé2021-05-271-0/+8
* target/alpha: fix icount handling for timer instructionsPavel Dovgalyuk2021-04-051-2/+7
* cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana2021-02-051-6/+15
* cpu: move do_unaligned_access to tcg_opsClaudio Fontana2021-02-051-1/+1
* cpu: move cc->transaction_failed to tcg_opsClaudio Fontana2021-02-051-1/+1
* cpu: move cc->do_interrupt to tcg_opsClaudio Fontana2021-02-051-1/+1
* cpu: Move tlb_fill to tcg_opsEduardo Habkost2021-02-051-1/+1
* cpu: Move cpu_exec_* to tcg_opsEduardo Habkost2021-02-051-1/+1
* cpu: Introduce TCGCpuOperations structEduardo Habkost2021-02-051-1/+1
* migration: Replace migration's JSON writer by the general oneMarkus Armbruster2020-12-191-1/+1
* overall/alpha tcg cpus|hppa: Fix Lesser GPL version numberChetan Pant2020-11-159-9/+9
* cpu-timers, icount: new modulesClaudio Fontana2020-10-051-1/+2
* qom: Remove module_obj_name parameter from OBJECT_DECLARE* macrosEduardo Habkost2020-09-181-1/+1
* Use OBJECT_DECLARE_TYPE where possibleEduardo Habkost2020-09-091-4/+2Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-6/+2Star
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-3/+5
* meson: targetPaolo Bonzini2020-08-212-4/+18
* accel/tcg: Relax va restrictions on 64-bit guestsRichard Henderson2020-05-151-13/+2Star
* Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell2020-03-191-1/+1
|\
| * cpu: Use DeviceClass reset instead of a special CPUClass resetPeter Maydell2020-03-181-1/+1
* | gdbstub: extend GByteArray to read register helpersAlex Bennée2020-03-172-2/+2
|/
* tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé2020-01-161-1/+1
* target/alpha: Remove MMU_MODE{0,1}_SUFFIXRichard Henderson2020-01-161-2/+0Star
* target/alpha: fetch code with translator_ldEmilio G. Cota2019-10-281-1/+1