aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* microblaze: Remove unused members from the disas contextEdgar E. Iglesias2010-07-251-5/+1
* microblaze: Speed up base + index addressing modeEdgar E. Iglesias2010-07-241-0/+7
* microblaze: Use setcond for conditional branchesEdgar E. Iglesias2010-07-241-32/+6
* microblaze: Improve branch with small immediatesEdgar E. Iglesias2010-07-241-7/+21
* remove exec-all.h inclusion from cpu.hPaolo Bonzini2010-07-031-1/+0
* move cpu_pc_from_tb to target-*/exec.hPaolo Bonzini2010-07-032-5/+6
* remove unused stuff from */exec.hPaolo Bonzini2010-07-031-2/+0
* microblaze: Make MSR_UM and MSR_VM part of the tb flagsEdgar E. Iglesias2010-06-071-4/+3
* microblaze: Update elf machine nums.Edgar E. Iglesias2010-05-191-1/+1
* microblaze: remove dead assignments, spotted by clang analyzerBlue Swirl2010-04-251-6/+1
* Large page TLB flushPaul Brook2010-03-171-3/+4
* Target specific usermode cleanupPaul Brook2010-03-122-1/+3
* Remove cpu_get_phys_page_debug from userspace emulationPaul Brook2010-03-121-5/+0
* Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h.Richard Henderson2010-03-121-0/+3
* microblaze: Improve brk emulation.Edgar E. Iglesias2010-02-201-5/+14
* microblaze: Dont segfault when singlestepping first insn.Edgar E. Iglesias2010-02-201-0/+6
* kill regs_to_env and env_to_regsPaolo Bonzini2010-01-191-8/+0
* microblaze: Print content of EAR registerMichal Simek2009-12-162-4/+4
* microblaze: Update debug logs.Edgar E. Iglesias2009-12-162-2/+14
* microblaze: Handle wdc flush and clear.Edgar E. Iglesias2009-12-131-0/+3
* microblaze: Correct branch to registers.Paul Hartke2009-12-131-1/+1
* microblaze: Restore env when raising unmapped bus access.Edgar E. Iglesias2009-11-121-0/+2
* microblaze: Unbreak reset.Edgar E. Iglesias2009-11-121-27/+26
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-013-4/+4
* Get rid of _t suffixmalc2009-10-013-4/+4
* gcc wants 1st static and then constJuan Quintela2009-09-251-2/+2
* Fix sys-queue.h conflict for goodBlue Swirl2009-09-121-2/+2
* microblaze: Trap if QEMU finds an unknown insns.Edgar E. Iglesias2009-09-111-0/+6
* microblaze: Correct prio between MMU and unaligned exceptions.Edgar E. Iglesias2009-09-111-6/+25
* microblaze: HW Exception fixes.Edgar E. Iglesias2009-09-112-19/+21
* microblaze: Trap on illegal load/store sizes.Edgar E. Iglesias2009-09-041-0/+13
* microblaze: Correct FPU decoding masks.Edgar E. Iglesias2009-09-041-2/+2
* microblaze: Compute masks for alignment checks at translation time.Edgar E. Iglesias2009-09-032-15/+6
* microblaze: Trap on bus accesses to unmapped areas.Edgar E. Iglesias2009-09-032-0/+30
* microblaze: MMU shows more respect to synthesis config.Edgar E. Iglesias2009-09-033-6/+67
* microblaze: Trap on unaligned data accesses.Edgar E. Iglesias2009-09-033-2/+45
* microblaze: Trap on divizions by zero.Edgar E. Iglesias2009-09-032-2/+6
* microblaze: Correct mfs into r0.Edgar E. Iglesias2009-09-031-0/+4
* microblaze: Catch illegal insns and privilege violations.Edgar E. Iglesias2009-09-032-1/+111
* microblaze: Add infrastructure for supporting hw exceptions.Edgar E. Iglesias2009-09-032-3/+49
* microblaze: Clear exception in dslot ESR bit if not in dslot.Edgar E. Iglesias2009-09-031-0/+1
* microblaze: Correct MMU debug log.Edgar E. Iglesias2009-09-031-1/+1
* cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signalNathan Froyd2009-08-241-0/+1
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-168-16/+8
* microblaze: Make writes to MMU_ZPR flush the TLB.Edgar E. Iglesias2009-05-271-0/+7
* microblaze: Correct typo.Edgar E. Iglesias2009-05-271-1/+1
* microblaze: Add petalogix s3a1800dsp MMU linux ref-design.Edgar E. Iglesias2009-05-261-0/+11
* microblaze: Add MMU emulation.Edgar E. Iglesias2009-05-262-0/+338
* microblaze: Add translation routines.Edgar E. Iglesias2009-05-267-0/+2305