Age | Commit message (Expand) | Author |
2012-06-25 | target-xtensa: drop usage of prev_debug_excp_handler | Igor Mammedov |
2012-06-10 | target-xtensa: switch to AREG0-free mode | Max Filippov |
2012-06-10 | target-xtensa: add attributes to helper functions | Max Filippov |
2012-06-10 | target-xtensa: remove unnecessary include of dyngen-exec.h | Peter Portante |
2012-06-09 | target-xtensa: fix CCOUNT for conditional branches | Max Filippov |
2012-06-09 | target-xtensa: control page table lookup explicitly | Max Filippov |
2012-06-09 | target-xtensa: update autorefill TLB entries conditionally | Max Filippov |
2012-06-09 | target-xtensa: extract TLB entry setting method | Max Filippov |
2012-06-09 | target-xtensa: update EXCVADDR in case of page table lookup | Max Filippov |
2012-06-09 | target-xtensa: flush TLB page for new MMU mapping | Max Filippov |
2012-06-07 | build: move other target-*/ objects to nested Makefile.objs | Paolo Bonzini |
2012-06-07 | build: move libobj-y variable to nested Makefile.objs | Paolo Bonzini |
2012-06-07 | build: move obj-TARGET-y variables to nested Makefile.objs | Paolo Bonzini |
2012-06-04 | Kill off cpu_state_reset() | Andreas Färber |
2012-06-04 | target-xtensa: Let cpu_xtensa_init() return XtensaCPU | Andreas Färber |
2012-04-21 | target-xtensa: fix LOOPNEZ/LOOPGTZ translation | Max Filippov |
2012-04-15 | target-xtensa: add license to core-fsf.c | Max Filippov |
2012-04-15 | target-xtensa: add license to core-dc232b.c | Max Filippov |
2012-04-15 | target-xtensa: add dc233c core | Max Filippov |
2012-04-14 | target-xtensa: fix tb invalidation for IBREAK and LOOP | Max Filippov |
2012-04-14 | Use uintptr_t for various op related functions | Blue Swirl |
2012-04-14 | target-xtensa: Start QOM'ifying CPU init | Andreas Färber |
2012-04-14 | target-xtensa: QOM'ify CPU reset | Andreas Färber |
2012-04-14 | target-xtensa: QOM'ify CPU | Andreas Färber |
2012-04-14 | target-xtensa: Move helpers.h to helper.h | Lluís Vilanova |
2012-03-14 | Rename CPUState -> CPUArchState | Andreas Färber |
2012-03-14 | target-xtensa: Don't overuse CPUState | Andreas Färber |
2012-03-14 | Rename cpu_reset() to cpu_state_reset() | Andreas Färber |
2012-03-03 | Merge branch 'upstream' of git://qemu.weilnetz.de/qemu | Blue Swirl |
2012-02-28 | target-xtensa: Clean includes | Stefan Weil |
2012-02-20 | target-xtensa: add DEBUG_SECTION to overlay tool | Max Filippov |
2012-02-20 | target-xtensa: add DBREAK data breakpoints | Max Filippov |
2012-02-18 | target-xtensa: add ICOUNT SR and debug exception | Max Filippov |
2012-02-18 | target-xtensa: implement instruction breakpoints | Max Filippov |
2012-02-18 | target-xtensa: add DEBUGCAUSE SR and configuration | Max Filippov |
2012-02-18 | target-xtensa: fetch 3rd opcode byte only when needed | Max Filippov |
2012-02-18 | target-xtensa: implement info tlb monitor command | Max Filippov |
2012-02-18 | target-xtensa: define TLB_TEMPLATE for MMU-less cores | Max Filippov |
2011-11-26 | target-xtensa: fix MMUv3 initialization | Max Filippov |
2011-11-02 | target-xtensa: raise an exception for invalid and reserved opcodes | Max Filippov |
2011-11-02 | target-xtensa: handle cache options in the overlay tool | Max Filippov |
2011-11-02 | target-xtensa: mask out undefined bits of WINDOWSTART SR | Max Filippov |
2011-10-16 | target-xtensa: add fsf core | Max Filippov |
2011-10-16 | target-xtensa: add dc232b core | Max Filippov |
2011-10-16 | target-xtensa: extract core configuration from overlay | Max Filippov |
2011-10-16 | target-xtensa: implement external interrupt mapping | Max Filippov |
2011-10-16 | target-xtensa: remove hand-written xtensa cores implementations | Max Filippov |
2011-10-16 | target-xtensa: increase xtensa options accuracy | Max Filippov |
2011-10-15 | target-xtensa: implement MAC16 option | Max Filippov |
2011-10-15 | target-xtensa: fix guest hang on masked CCOMPARE interrupt | Max Filippov |