index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target
/
xtensa
Commit message (
Expand
)
Author
Age
Files
Lines
*
target/xtensa: add test_mmuhifi_c3 core
Max Filippov
2019-01-28
5
-0
/
+36981
*
target/xtensa: expose core runstall as an IRQ line
Max Filippov
2019-01-28
1
-0
/
+2
*
target/xtensa: rearrange access to external interrupts
Max Filippov
2019-01-28
1
-2
/
+3
*
target/xtensa: drop function xtensa_timer_irq
Max Filippov
2019-01-28
1
-1
/
+0
*
target/xtensa: fix access to the INTERRUPT SR
Max Filippov
2019-01-24
4
-12
/
+19
*
target/xtensa: add qemu_cpu_kick to xtensa_runstall
Max Filippov
2019-01-24
1
-1
/
+1
*
target/xtensa: move non-HELPER functions to helper.c
Max Filippov
2019-01-14
2
-59
/
+58
*
target/xtensa: drop dump_state helper
Max Filippov
2019-01-14
2
-12
/
+0
*
target/xtensa: extract interrupt and exception helpers
Max Filippov
2019-01-14
4
-220
/
+259
*
target/xtensa: extract debug helpers
Max Filippov
2019-01-14
3
-92
/
+130
*
target/xtensa: extract MMU helpers
Max Filippov
2019-01-14
4
-780
/
+819
*
target/xtensa: extract windowed registers helpers
Max Filippov
2019-01-14
3
-190
/
+223
*
target/xtensa: extract FPU helpers
Max Filippov
2019-01-14
3
-135
/
+167
*
target/xtensa: rework zero overhead loops implementation
Max Filippov
2019-01-12
5
-63
/
+49
*
target/xtensa: drop num_[core_]regs from dc232b/dc233c configs
Max Filippov
2018-11-20
4
-4
/
+2
*
target/xtensa: gdbstub fix register counting
Max Filippov
2018-11-20
1
-3
/
+8
*
target/xtensa: extract gen_check_interrupts call
Max Filippov
2018-10-01
1
-25
/
+53
*
target/xtensa: make rsr/wsr helpers return void
Max Filippov
2018-10-01
1
-66
/
+36
*
target/xtensa: extract unconditional TB termination via slot 0
Max Filippov
2018-10-01
1
-47
/
+36
*
target/xtensa: always end TB on CCOUNT access/CCOMPARE write
Max Filippov
2018-10-01
1
-8
/
+5
*
target/xtensa: change SR number checks to assertions
Max Filippov
2018-10-01
1
-36
/
+29
*
target/xtensa: extract unconditional TB termination
Max Filippov
2018-10-01
1
-39
/
+28
*
target/xtensa: extract test for division by zero
Max Filippov
2018-10-01
1
-22
/
+31
*
target/xtensa: extract test for cpdisabled exception
Max Filippov
2018-10-01
2
-108
/
+123
*
target/xtensa: extract test for alloca exception
Max Filippov
2018-10-01
1
-3
/
+8
*
target/xtensa: extract test for window underflow exception
Max Filippov
2018-10-01
3
-9
/
+25
*
target/xtensa: extract test for window overflow exception
Max Filippov
2018-10-01
3
-587
/
+889
*
target/xtensa: extract test for debug exception
Max Filippov
2018-10-01
1
-10
/
+13
*
target/xtensa: extract test for syscall instruction
Max Filippov
2018-10-01
1
-7
/
+6
*
target/xtensa: extract test for privileged instruction
Max Filippov
2018-10-01
1
-93
/
+294
*
target/xtensa: extract test for an illegal instruction
Max Filippov
2018-10-01
5
-73
/
+400
*
target/xtensa: support input from chardev console
Max Filippov
2018-09-17
1
-10
/
+61
*
target/xtensa: fix s32c1i TCGMemOp flags
Max Filippov
2018-09-17
1
-1
/
+1
*
target/xtensa: fix FPU2000 bugs
Max Filippov
2018-09-17
1
-3
/
+3
*
target/xtensa: convert to do_transaction_failed
Max Filippov
2018-09-17
4
-16
/
+35
*
target/xtensa: add test_kc705_be core
Max Filippov
2018-08-20
5
-0
/
+46004
*
target/xtensa: clean up gdbstub register handling
Max Filippov
2018-08-20
3
-23
/
+51
*
target/xtensa: fix gdbstub register counts
Max Filippov
2018-08-20
1
-1
/
+3
*
target/xtensa/cpu: Set owner of memory region in xtensa_cpu_initfn
Thomas Huth
2018-08-06
1
-1
/
+1
*
hw/xtensa: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
2018-07-02
1
-2
/
+3
*
xtensa: Avoid calling get_page_addr_code() from helper function
Peter Maydell
2018-06-30
1
-1
/
+5
*
target/xtensa: Convert to TranslatorOps
Richard Henderson
2018-06-30
1
-101
/
+116
*
target/xtensa: Change gen_intermediate_code dc to pointer
Richard Henderson
2018-06-30
1
-61
/
+61
*
target/xtensa: Convert to DisasContextBase
Richard Henderson
2018-06-30
1
-47
/
+44
*
target/xtensa: Replace DISAS_UPDATE with DISAS_NORETURN
Richard Henderson
2018-06-30
1
-12
/
+9
*
target/xtensa: check zero overhead loop alignment
Max Filippov
2018-06-30
3
-0
/
+9
*
move public invalidate APIs out of translate-all.{c,h}, clean up
Paolo Bonzini
2018-06-28
1
-8
/
+1
*
target/xtensa: Add trailing '\n' to qemu_log() calls
Philippe Mathieu-Daudé
2018-06-08
1
-3
/
+3
*
Merge remote-tracking branch 'remotes/rth/tags/tcg-next-pull-request' into st...
Peter Maydell
2018-06-04
1
-2
/
+2
|
\
|
*
tcg: Pass tb and index to tcg_gen_exit_tb separately
Richard Henderson
2018-06-02
1
-2
/
+2
[next]