Sign in
qemu
/
qemu
/
2264faa55f0f06795e61365a6b4891e53b7716a4
/
target
/
xtensa
7da9111
target/xtensa: drop num_[core_]regs from dc232b/dc233c configs
by Max Filippov
· 6 years ago
4614f0f
target/xtensa: gdbstub fix register counting
by Max Filippov
· 6 years ago
d74624e
target/xtensa: extract gen_check_interrupts call
by Max Filippov
· 6 years ago
c7159ac
target/xtensa: make rsr/wsr helpers return void
by Max Filippov
· 6 years ago
bf52510
target/xtensa: extract unconditional TB termination via slot 0
by Max Filippov
· 6 years ago
06ec08a
target/xtensa: always end TB on CCOUNT access/CCOMPARE write
by Max Filippov
· 6 years ago
9dccbd1
target/xtensa: change SR number checks to assertions
by Max Filippov
· 6 years ago
226444a
target/xtensa: extract unconditional TB termination
by Max Filippov
· 6 years ago
4a03895
target/xtensa: extract test for division by zero
by Max Filippov
· 6 years ago
582fef0
target/xtensa: extract test for cpdisabled exception
by Max Filippov
· 6 years ago
90d6494
target/xtensa: extract test for alloca exception
by Max Filippov
· 6 years ago
f473019
target/xtensa: extract test for window underflow exception
by Max Filippov
· 6 years ago
6416d16
target/xtensa: extract test for window overflow exception
by Max Filippov
· 6 years ago
1547781
target/xtensa: extract test for debug exception
by Max Filippov
· 6 years ago
4c6ec5f
target/xtensa: extract test for syscall instruction
by Max Filippov
· 6 years ago
21a2dad
target/xtensa: extract test for privileged instruction
by Max Filippov
· 6 years ago
0946097
target/xtensa: extract test for an illegal instruction
by Max Filippov
· 6 years ago
5aa37f4
target/xtensa: support input from chardev console
by Max Filippov
· 6 years ago
7a54cfb
target/xtensa: fix s32c1i TCGMemOp flags
by Max Filippov
· 6 years ago
e8e05fd
target/xtensa: fix FPU2000 bugs
by Max Filippov
· 6 years ago
76b7dd6
target/xtensa: convert to do_transaction_failed
by Max Filippov
· 7 years ago
9a124b6
target/xtensa: add test_kc705_be core
by Max Filippov
· 7 years ago
a7ac06f
target/xtensa: clean up gdbstub register handling
by Max Filippov
· 7 years ago
2becc8f
target/xtensa: fix gdbstub register counts
by Max Filippov
· 7 years ago
09d98b6
target/xtensa/cpu: Set owner of memory region in xtensa_cpu_initfn
by Thomas Huth
· 7 years ago
b941329
hw/xtensa: Use the IEC binary prefix definitions
by Philippe Mathieu-Daudé
· 7 years ago
0f02251
xtensa: Avoid calling get_page_addr_code() from helper function
by Peter Maydell
· 7 years ago
9c509ff
target/xtensa: Convert to TranslatorOps
by Richard Henderson
· 7 years ago
1d38a70
target/xtensa: Change gen_intermediate_code dc to pointer
by Richard Henderson
· 7 years ago
3cc18ee
target/xtensa: Convert to DisasContextBase
by Richard Henderson
· 7 years ago
f3531da
target/xtensa: Replace DISAS_UPDATE with DISAS_NORETURN
by Richard Henderson
· 7 years ago
f40385c
target/xtensa: check zero overhead loop alignment
by Max Filippov
· 7 years ago
8bca9a0
move public invalidate APIs out of translate-all.{c,h}, clean up
by Paolo Bonzini
· 7 years ago
8e96f59
target/xtensa: Add trailing '\n' to qemu_log() calls
by Philippe Mathieu-Daudé
· 7 years ago
1636705
Merge remote-tracking branch 'remotes/rth/tags/tcg-next-pull-request' into staging
by Peter Maydell
· 7 years ago
07ea28b
tcg: Pass tb and index to tcg_gen_exit_tb separately
by Richard Henderson
· 7 years ago
afd76ff
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
by Peter Maydell
· 7 years ago
23c11b0
target: Do not include "exec/exec-all.h" if it is not necessary
by Philippe Mathieu-Daudé
· 7 years ago
3a73911
target/xtensa: Include "qemu/timer.h" to use NANOSECONDS_PER_SECOND
by Philippe Mathieu-Daudé
· 7 years ago
c874dc4
Make tb_invalidate_phys_addr() take a MemTxAttrs argument
by Peter Maydell
· 7 years ago
9802316
Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into staging
by Peter Maydell
· 7 years ago
4a4ff4c
Remove unnecessary variables for function return value
by Laurent Vivier
· 7 years ago
f29c0b1
target/xtensa: Honor CPU_DUMP_FPU
by Richard Henderson
· 7 years ago
f5583c5
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180510' into staging
by Peter Maydell
· 7 years ago
426afc3
target/xtensa: Use new min/max expanders
by Richard Henderson
· 7 years ago
4e8b44b
target/xtensa: avoid integer overflow in next_page PC check
by Emilio G. Cota
· 7 years ago
afd46fc
icount: fix cpu_restore_state_from_tb for non-tb-exit cases
by Pavel Dovgalyuk
· 7 years ago
d0ce7e9
target/xtensa: fix timers test
by Max Filippov
· 7 years ago
2745c3b
target/xtensa/import_core.sh: fix #include <xtensa-isa.h>
by Max Filippov
· 7 years ago
dda2441
target/xtensa: add .inc. to non-top level source file names
by Max Filippov
· 7 years ago
3f71e72
cpu: get rid of unused cpu_init() defines
by Igor Mammedov
· 7 years ago
0dacec8
cpu: add CPU_RESOLVING_TYPE macro
by Igor Mammedov
· 7 years ago
ba7651f
target/xtensa: add linux-user support
by Max Filippov
· 8 years ago
9fb4034
target/xtensa: support MTTCG
by Max Filippov
· 8 years ago
1b7b26e
target/xtensa: use correct number of registers in gdbstub
by Max Filippov
· 7 years ago
b9317a2
target/xtensa: mark register windows in the dump
by Max Filippov
· 7 years ago
b55b1af
target/xtensa: dump correct physical registers
by Max Filippov
· 7 years ago
24f91e8
target/*/cpu.h: remove softfloat.h
by Alex Bennée
· 7 years ago
8f0a371
Clean up includes
by Markus Armbruster
· 7 years ago
d8e39b7
Use #include "..." for our own headers, <...> for others
by Markus Armbruster
· 7 years ago
bf85388
qdev: use device_class_set_parent_realize/unrealize/reset()
by Philippe Mathieu-Daudé
· 7 years ago
98670d4
accel/tcg: add size paremeter in tlb_fill()
by Laurent Vivier
· 7 years ago
82de978
Merge remote-tracking branch 'remotes/xtensa/tags/20180122-xtensa' into staging
by Peter Maydell
· 7 years ago
847a647
target/xtensa: disas/xtensa: fix coverity warnings
by Max Filippov
· 7 years ago
251634f
target/xtensa: add sample_controller core
by Max Filippov
· 7 years ago
a3c5e49
target/xtensa: allow different default CPU for MMU/noMMU
by Max Filippov
· 7 years ago
a3380cf
target/xtensa: Remove duplicate typedef of DisasContext
by Peter Maydell
· 7 years ago
7ddaee6
target/xtensa: add de212 core
by Max Filippov
· 7 years ago
29b39bc
target/xtensa: fix default sysrom/sysram addresses
by Max Filippov
· 7 years ago
5a6539e
target/xtensa: implement disassembler
by Max Filippov
· 7 years ago
c5ac936
target/xtensa: implement const16
by Max Filippov
· 7 years ago
e987274
target/xtensa: implement GPIO32
by Max Filippov
· 8 years ago
d1e9b00
target/xtensa: implement salt/saltu
by Max Filippov
· 8 years ago
13f6a7c
target/xtensa: add internal/noop SRs and opcodes
by Max Filippov
· 8 years ago
5b9b276
target/xtensa: drop DisasContext::litbase
by Max Filippov
· 8 years ago
33071f6
target/xtensa: use libisa for instruction decoding
by Max Filippov
· 7 years ago
502d0f3
target/xtensa: switch fsf to libisa
by Max Filippov
· 7 years ago
e763684
target/xtensa: switch dc233c to libisa
by Max Filippov
· 7 years ago
845a2f5
target/xtensa: switch dc232b to libisa
by Max Filippov
· 7 years ago
2557c3a
target/xtensa: update import_core.sh script for libisa
by Max Filippov
· 7 years ago
c04e169
target/xtensa: extract FPU2000 opcode translators
by Max Filippov
· 7 years ago
168c12b
target/xtensa: extract core opcode translators
by Max Filippov
· 7 years ago
7f709ce
target/xtensa: import libisa source
by Max Filippov
· 8 years ago
2eb967c
target/xtensa: pass actual frame size to the entry helper
by Max Filippov
· 8 years ago
ab752f2
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-request' into staging
by Peter Maydell
· 7 years ago
a5247d7
xtensa: cleanup cpu type name composition
by Igor Mammedov
· 7 years ago
6e6430a
Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into staging
by Peter Maydell
· 7 years ago
1d48474
disas: Remove unused flags arguments
by Richard Henderson
· 7 years ago
1c2adb9
tcg: Initialize cpu_env generically
by Richard Henderson
· 7 years ago
b1311c4
tcg: define tcg_init_ctx and make tcg_ctx a pointer
by Emilio G. Cota
· 8 years ago
c5a49c6
tcg: convert tb->cflags reads to tb_cflags(tb)
by Emilio G. Cota
· 8 years ago
55c3cee
qom: Introduce CPUClass.tcg_initialize
by Richard Henderson
· 7 years ago
8301ea4
qom/cpu: move cpu_model null check to cpu_class_by_name()
by Philippe Mathieu-Daudé
· 7 years ago
2c5b1d2
target/xtensa: Use the pre-defined MEMTXATTRS_UNSPECIFIED macro
by Alistair Francis
· 7 years ago
77fc6f5
target: [tcg] Use a generic enum for DISAS_ values
by Lluís Vilanova
· 8 years ago
8e36271
xtensa: replace cpu_xtensa_init() with cpu_generic_init()
by Igor Mammedov
· 7 years ago
9c489ea
tcg: Pass generic CPUState to gen_intermediate_code()
by Lluís Vilanova
· 8 years ago
81517ba
char: add backend hotswap handler
by Anton Nefedov
· 8 years ago
aa5a2c0
target/xtensa: gdbstub: drop dead return statement
by Max Filippov
· 8 years ago
dd7b952
target/xtensa: handle unknown registers in gdbstub
by Max Filippov
· 8 years ago
Next »