Age | Commit message (Expand) | Author | Files | Lines |
2010-09-09 | microblaze: Add basic FPU emulation | Edgar E. Iglesias | 4 | -9/+358 |
2010-09-09 | microblaze: Add definitions for FSR reg fields | Edgar E. Iglesias | 1 | -0/+7 |
2010-07-25 | microblaze: Remove unused members from the disas context | Edgar E. Iglesias | 1 | -5/+1 |
2010-07-24 | microblaze: Speed up base + index addressing mode | Edgar E. Iglesias | 1 | -0/+7 |
2010-07-24 | microblaze: Use setcond for conditional branches | Edgar E. Iglesias | 1 | -32/+6 |
2010-07-24 | microblaze: Improve branch with small immediates | Edgar E. Iglesias | 1 | -7/+21 |
2010-07-03 | remove exec-all.h inclusion from cpu.h | Paolo Bonzini | 1 | -1/+0 |
2010-07-03 | move cpu_pc_from_tb to target-*/exec.h | Paolo Bonzini | 2 | -5/+6 |
2010-07-03 | remove unused stuff from */exec.h | Paolo Bonzini | 1 | -2/+0 |
2010-06-07 | microblaze: Make MSR_UM and MSR_VM part of the tb flags | Edgar E. Iglesias | 1 | -4/+3 |
2010-05-19 | microblaze: Update elf machine nums. | Edgar E. Iglesias | 1 | -1/+1 |
2010-04-25 | microblaze: remove dead assignments, spotted by clang analyzer | Blue Swirl | 1 | -6/+1 |
2010-03-17 | Large page TLB flush | Paul Brook | 1 | -3/+4 |
2010-03-12 | Target specific usermode cleanup | Paul Brook | 2 | -1/+3 |
2010-03-12 | Remove cpu_get_phys_page_debug from userspace emulation | Paul Brook | 1 | -5/+0 |
2010-03-12 | Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h. | Richard Henderson | 1 | -0/+3 |
2010-02-20 | microblaze: Improve brk emulation. | Edgar E. Iglesias | 1 | -5/+14 |
2010-02-20 | microblaze: Dont segfault when singlestepping first insn. | Edgar E. Iglesias | 1 | -0/+6 |
2010-01-19 | kill regs_to_env and env_to_regs | Paolo Bonzini | 1 | -8/+0 |
2009-12-16 | microblaze: Print content of EAR register | Michal Simek | 2 | -4/+4 |
2009-12-16 | microblaze: Update debug logs. | Edgar E. Iglesias | 2 | -2/+14 |
2009-12-13 | microblaze: Handle wdc flush and clear. | Edgar E. Iglesias | 1 | -0/+3 |
2009-12-13 | microblaze: Correct branch to registers. | Paul Hartke | 1 | -1/+1 |
2009-11-12 | microblaze: Restore env when raising unmapped bus access. | Edgar E. Iglesias | 1 | -0/+2 |
2009-11-12 | microblaze: Unbreak reset. | Edgar E. Iglesias | 1 | -27/+26 |
2009-10-01 | Revert "Get rid of _t suffix" | Anthony Liguori | 3 | -4/+4 |
2009-10-01 | Get rid of _t suffix | malc | 3 | -4/+4 |
2009-09-25 | gcc wants 1st static and then const | Juan Quintela | 1 | -2/+2 |
2009-09-12 | Fix sys-queue.h conflict for good | Blue Swirl | 1 | -2/+2 |
2009-09-11 | microblaze: Trap if QEMU finds an unknown insns. | Edgar E. Iglesias | 1 | -0/+6 |
2009-09-11 | microblaze: Correct prio between MMU and unaligned exceptions. | Edgar E. Iglesias | 1 | -6/+25 |
2009-09-11 | microblaze: HW Exception fixes. | Edgar E. Iglesias | 2 | -19/+21 |
2009-09-04 | microblaze: Trap on illegal load/store sizes. | Edgar E. Iglesias | 1 | -0/+13 |
2009-09-04 | microblaze: Correct FPU decoding masks. | Edgar E. Iglesias | 1 | -2/+2 |
2009-09-03 | microblaze: Compute masks for alignment checks at translation time. | Edgar E. Iglesias | 2 | -15/+6 |
2009-09-03 | microblaze: Trap on bus accesses to unmapped areas. | Edgar E. Iglesias | 2 | -0/+30 |
2009-09-03 | microblaze: MMU shows more respect to synthesis config. | Edgar E. Iglesias | 3 | -6/+67 |
2009-09-03 | microblaze: Trap on unaligned data accesses. | Edgar E. Iglesias | 3 | -2/+45 |
2009-09-03 | microblaze: Trap on divizions by zero. | Edgar E. Iglesias | 2 | -2/+6 |
2009-09-03 | microblaze: Correct mfs into r0. | Edgar E. Iglesias | 1 | -0/+4 |
2009-09-03 | microblaze: Catch illegal insns and privilege violations. | Edgar E. Iglesias | 2 | -1/+111 |
2009-09-03 | microblaze: Add infrastructure for supporting hw exceptions. | Edgar E. Iglesias | 2 | -3/+49 |
2009-09-03 | microblaze: Clear exception in dslot ESR bit if not in dslot. | Edgar E. Iglesias | 1 | -0/+1 |
2009-09-03 | microblaze: Correct MMU debug log. | Edgar E. Iglesias | 1 | -1/+1 |
2009-08-24 | cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signal | Nathan Froyd | 1 | -0/+1 |
2009-07-16 | Update to a hopefully more future proof FSF address | Blue Swirl | 8 | -16/+8 |
2009-05-27 | microblaze: Make writes to MMU_ZPR flush the TLB. | Edgar E. Iglesias | 1 | -0/+7 |
2009-05-27 | microblaze: Correct typo. | Edgar E. Iglesias | 1 | -1/+1 |
2009-05-26 | microblaze: Add petalogix s3a1800dsp MMU linux ref-design. | Edgar E. Iglesias | 1 | -0/+11 |
2009-05-26 | microblaze: Add MMU emulation. | Edgar E. Iglesias | 2 | -0/+338 |