Age | Commit message (Expand) | Author |
2023-03-13 | target/microblaze: Remove `NB_MMU_MODES` define | Anton Johansson |
2023-02-27 | target/cpu: Restrict cpu_get_phys_page_debug() handlers to sysemu | Philippe Mathieu-Daudé |
2023-02-21 | target/microblaze: Add gdbstub xml | Richard Henderson |
2022-04-21 | compiler.h: replace QEMU_NORETURN with G_NORETURN | Marc-André Lureau |
2022-04-06 | Move CPU softfloat unions to cpu-float.h | Marc-André Lureau |
2022-03-06 | target: Use ArchCPU as interface to target CPU | Philippe Mathieu-Daudé |
2022-03-06 | target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macro | Philippe Mathieu-Daudé |
2022-03-06 | target: Use CPUArchState as interface to target-specific CPU state | Philippe Mathieu-Daudé |
2021-11-02 | target/microblaze: Make mb_cpu_tlb_fill sysemu only | Richard Henderson |
2021-09-21 | hw/core: Make do_unaligned_access noreturn | Richard Henderson |
2021-09-21 | include/exec: Move cpu_signal_handler declaration | Richard Henderson |
2021-09-14 | target/microblaze: Restrict cpu_exec_interrupt() handler to sysemu | Philippe Mathieu-Daudé |
2021-01-27 | target/microblaze: Add security attributes on memory transactions | Joe Komlodi |
2021-01-27 | target/microblaze: Add use-non-secure property | Joe Komlodi |
2020-11-15 | microblaze tcg cpus: Fix Lesser GPL version number | Chetan Pant |
2020-09-07 | target/microblaze: Fill in VMStateDescription for cpu | Richard Henderson |
2020-09-07 | target/microblaze: Move mmu parameters to MicroBlazeCPUConfig | Richard Henderson |
2020-09-07 | target/microblaze: Move pvr regs to MicroBlazeCPUConfig | Richard Henderson |
2020-09-07 | target/microblaze: Reorg MicroBlazeCPUConfig to minimize holes | Richard Henderson |
2020-09-07 | target/microblaze: Split out MicroBlazeCPUConfig | Richard Henderson |
2020-09-07 | target/microblaze: Rename mmu structs | Richard Henderson |
2020-09-07 | target/microblaze: Renumber D_FLAG | Richard Henderson |
2020-09-07 | target/microblaze: Collected fixes for env->iflags | Richard Henderson |
2020-09-01 | target/microblaze: Reduce linux-user address space to 32-bit | Richard Henderson |
2020-09-01 | target/microblaze: Reorganize branching | Richard Henderson |
2020-09-01 | target/microblaze: Convert brk and brki to decodetree | Richard Henderson |
2020-09-01 | target/microblaze: Use cc->do_unaligned_access | Richard Henderson |
2020-09-01 | target/microblaze: Store "current" iflags in insn_start | Richard Henderson |
2020-09-01 | target/microblaze: Move bimm to BIMM_FLAG | Richard Henderson |
2020-09-01 | target/microblaze: Assert no overlap in flags making up tb_flags | Richard Henderson |
2020-09-01 | target/microblaze: Replace MSR_EE_FLAG with MSR_EE | Richard Henderson |
2020-09-01 | target/microblaze: Ensure imm constant is always available | Richard Henderson |
2020-09-01 | target/microblaze: Split out MSR[C] to its own variable | Richard Henderson |
2020-09-01 | target/microblaze: Remove helper_debug and env->debug | Richard Henderson |
2020-09-01 | target/microblaze: Fix width of EDR | Richard Henderson |
2020-09-01 | target/microblaze: Fix width of BTR | Richard Henderson |
2020-09-01 | target/microblaze: Fix width of FSR | Richard Henderson |
2020-09-01 | target/microblaze: Fix width of ESR | Richard Henderson |
2020-09-01 | target/microblaze: Fix width of MSR | Richard Henderson |
2020-09-01 | target/microblaze: Fix width of PC and BTARGET | Richard Henderson |
2020-09-01 | target/microblaze: Split out EDR from env->sregs | Richard Henderson |
2020-09-01 | target/microblaze: Split out BTR from env->sregs | Richard Henderson |
2020-09-01 | target/microblaze: Split out FSR from env->sregs | Richard Henderson |
2020-09-01 | target/microblaze: Split out ESR from env->sregs | Richard Henderson |
2020-09-01 | target/microblaze: Split out EAR from env->sregs | Richard Henderson |
2020-09-01 | target/microblaze: Split out MSR from env->sregs | Richard Henderson |
2020-09-01 | target/microblaze: Split out PC from env->sregs | Richard Henderson |
2020-04-30 | target/microblaze: Add the pvr-user2 property | Edgar E. Iglesias |
2020-04-30 | target/microblaze: Add the pvr-user1 property | Edgar E. Iglesias |
2020-04-30 | target/microblaze: Add the unaligned-exceptions property | Edgar E. Iglesias |