summaryrefslogtreecommitdiffstats
path: root/target/nios2
Commit message (Expand)AuthorAgeFilesLines
* target/nios2: Rewrite interrupt handlingRichard Henderson2022-03-035-36/+9Star
* target/nios2: Special case ipending in rdctl and wrctlRichard Henderson2022-03-031-0/+14
* target/nios2: Split mmu_writeRichard Henderson2022-03-034-107/+100Star
* target/nios2: Hoist R_ZERO check in rdctlRichard Henderson2022-03-031-3/+5
* target/nios2: Only build mmu.c for system modeRichard Henderson2022-03-032-5/+1Star
* target/nios2: Replace MMU_LOG with tracepointsRichard Henderson2022-03-032-68/+38Star
* target/nios2: Remove mmu_read_debugRichard Henderson2022-03-035-44/+0Star
* linux-user/nios2: Map a real kuser pageRichard Henderson2022-01-061-9/+0Star
* linux-user/nios2: Properly emulate EXCP_TRAPRichard Henderson2022-01-062-2/+17
* target/nios2: Implement nios2_cpu_record_sigsegvRichard Henderson2021-11-023-5/+14
* disas/nios2: Simplify endianess conversionPhilippe Mathieu-Daudé2021-10-221-5/+1Star
* hw/core: Make do_unaligned_access noreturnRichard Henderson2021-09-221-2/+2
* include/exec: Move cpu_signal_handler declarationRichard Henderson2021-09-221-2/+0Star
* Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.2-pull-re...Peter Maydell2021-09-161-1/+1
|\
| * linux-user: Don't include gdbstub.h in qemu.hPeter Maydell2021-09-131-1/+1
* | target/nios2: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé2021-09-141-2/+3
|/
* target/nios2: Mark raise_exception() as noreturnPhilippe Mathieu-Daudé2021-07-301-1/+1
* accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson2021-07-211-27/+0Star
* Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into...Peter Maydell2021-07-121-14/+1Star
|\
| * target/nios2: Use translator_use_goto_tbRichard Henderson2021-07-091-14/+1Star
* | meson: Introduce target-specific KconfigPhilippe Mathieu-Daudé2021-07-091-0/+2
|/
* target/nios2: Use pc_next for pc + 4Richard Henderson2021-06-291-6/+6
* target/nios2: Inline handle_instructionRichard Henderson2021-06-291-35/+31Star
* target/nios2: Clean up goto in handle_instructionRichard Henderson2021-06-291-6/+2Star
* target/nios2: Remove assignment to env in handle_instructionRichard Henderson2021-06-291-1/+2
* target/nios2: Convert to TranslatorOpsRichard Henderson2021-06-291-65/+67
* target/nios2: Add DisasContextBase to DisasContextRichard Henderson2021-06-291-34/+36
* target/nios2: Use global cpu_RRichard Henderson2021-06-291-39/+34Star
* target/nios2: Use global cpu_envRichard Henderson2021-06-291-6/+4Star
* target/nios2: Replace DISAS_TB_JUMP with DISAS_NORETURNRichard Henderson2021-06-291-5/+3Star
* target/nios2: fix page-fit instruction countPavel Dovgalyuk2021-06-051-1/+1
* 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
* semihosting: Move include/hw/semihosting/ -> include/semihosting/Philippe Mathieu-Daudé2021-03-101-1/+1
* cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana2021-02-051-5/+13
* cpu: move do_unaligned_access 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
* gdbstub: drop CPUEnv from gdb_exit()Alex Bennée2021-01-181-1/+1
* target/nios2: Use deposit32() to update ipending registerPeter Maydell2020-12-151-2/+1Star
* target/nios2: Move nios2_check_interrupts() into target/nios2Peter Maydell2020-12-152-2/+9
* target/nios2: Move IIC code into CPU object properPeter Maydell2020-12-152-1/+30
* hmp: Pass monitor to mon_get_cpu_env()Kevin Wolf2020-11-131-1/+1
* 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-4/+7