Sign in
qemu
/
qemu
/
87f3bd8717cd88932de302e215f1da51bfb8051a
/
target
/
xtensa
275307a
hmp: Move hmp.h to include/monitor/
by Markus Armbruster
· 6 years ago
a8d2532
Include qemu-common.h exactly where needed
by Markus Armbruster
· 6 years ago
0b8fa32
Include qemu/module.h where needed, drop it from qemu-common.h
by Markus Armbruster
· 6 years ago
e8b5fae
cpu: Remove CPU_COMMON
by Richard Henderson
· 6 years ago
5b146dc
cpu: Introduce CPUNegativeOffsetState
by Richard Henderson
· 6 years ago
7506ed9
cpu: Introduce cpu_set_cpustate_pointers
by Richard Henderson
· 6 years ago
677c4d6
cpu: Move ENV_OFFSET to exec/gen-icount.h
by Richard Henderson
· 6 years ago
92fddfb
target/xtensa: Use env_cpu, env_archcpu
by Richard Henderson
· 6 years ago
29a0af6
cpu: Replace ENV_GET_CPU with env_cpu
by Richard Henderson
· 6 years ago
2161a61
cpu: Define ArchCPU
by Richard Henderson
· 6 years ago
4f7c64b
cpu: Define CPUArchState with typedef
by Richard Henderson
· 6 years ago
74433bf
tcg: Split out target/arch/cpu-param.h
by Richard Henderson
· 6 years ago
f1672e6
semihosting: move semihosting configuration into its own directory
by Alex Bennée
· 6 years ago
293c76c
Merge remote-tracking branch 'remotes/xtensa/tags/20190520-xtensa' into staging
by Peter Maydell
· 6 years ago
d827657
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190510' into staging
by Peter Maydell
· 6 years ago
b345e14
target/xtensa: implement exclusive access option
by Max Filippov
· 6 years ago
9873665
target/xtensa: update list of exception causes
by Max Filippov
· 6 years ago
c884400
target/xtensa: implement block prefetch option opcodes
by Max Filippov
· 6 years ago
75eed0e
target/xtensa: implement DIWBUI.P opcode
by Max Filippov
· 6 years ago
e1c4786
target/xtensa: Use tcg_gen_abs_i32
by Richard Henderson
· 6 years ago
6834c3f
Clean up decorations and whitespace around header guards
by Markus Armbruster
· 6 years ago
8141674
target/xtensa: Clean up core-isa.h header guards
by Markus Armbruster
· 6 years ago
4d04ea3
target/xtensa: implement MPU option
by Max Filippov
· 6 years ago
631a77a
target/xtensa: add parity/ECC option SRs
by Max Filippov
· 6 years ago
944bb33
target/xtensa: define IDMA and gather/scatter IRQ types
by Max Filippov
· 6 years ago
5f7f36d
target/xtensa: make internal MMU functions static
by Max Filippov
· 6 years ago
5941960
target/xtensa: get rid of centralized SR properties
by Max Filippov
· 6 years ago
c319dc1
tcg: Use CPUClass::tlb_fill in cputlb.c
by Richard Henderson
· 6 years ago
b008c45
target/xtensa: Convert to CPUClass::tlb_fill
by Richard Henderson
· 6 years ago
8b86d6d
tcg: Hoist max_insns computation to tb_gen_code
by Richard Henderson
· 6 years ago
90c84c5
qom/cpu: Simplify how CPUClass:cpu_dump_state() prints
by Markus Armbruster
· 6 years ago
fad866d
target: Clean up how the dump_mmu() print
by Markus Armbruster
· 6 years ago
0442428
target: Simplify how the TARGET_cpu_list() print
by Markus Armbruster
· 6 years ago
393cf60
target/xtensa: don't announce exit simcall
by Max Filippov
· 6 years ago
b9ec521
target/xtensa: fix break_dependency for repeated resources
by Max Filippov
· 6 years ago
eb3f429
target/xtensa: implement PREFCTL SR
by Max Filippov
· 6 years ago
068e538
target/xtensa: prioritize load/store in FLIX bundles
by Max Filippov
· 6 years ago
89bec9e
target/xtensa: break circular register dependencies
by Max Filippov
· 6 years ago
575e962
target/xtensa: reorganize access to boolean registers
by Max Filippov
· 6 years ago
7aa7834
target/xtensa: reorganize access to MAC16 registers
by Max Filippov
· 6 years ago
b0b24bd
target/xtensa: reorganize register handling in translators
by Max Filippov
· 6 years ago
c949009
target/xtensa: only rotate window in the retw helper
by Max Filippov
· 6 years ago
8df3fd3
target/xtensa: move WINDOW_BASE SR update to postprocessing
by Max Filippov
· 6 years ago
45b71a7
target/xtensa: add generic instruction post-processing
by Max Filippov
· 6 years ago
20e9fd0
target/xtensa: sort FLIX instruction opcodes
by Max Filippov
· 6 years ago
fa6bc73
target/xtensa: implement wide branches and loops
by Max Filippov
· 6 years ago
d863fcf
target/xtensa: allow multiple names for single opcode
by Max Filippov
· 6 years ago
7590397
target/xtensa: don't require opcode table sorting
by Max Filippov
· 6 years ago
0e7c887
target/xtensa: move xtensa_finalize_config to xtensa_core_class_init
by Max Filippov
· 6 years ago
2012f47
target/xtensa: fixup test_mmuhifi_c3 overlay
by Max Filippov
· 6 years ago
9791e7e
target/xtensa: get rid of gen_callw[i]
by Max Filippov
· 6 years ago
fe7869d
target/xtensa: don't specify windowed registers manually
by Max Filippov
· 6 years ago
571a7e3
target/xtensa/import_core.sh: don't add duplicate 'static'
by Max Filippov
· 6 years ago
d848ea7
target/xtensa: add test_mmuhifi_c3 core
by Max Filippov
· 13 years ago
17a86b0
target/xtensa: expose core runstall as an IRQ line
by Max Filippov
· 6 years ago
66f03d7
target/xtensa: rearrange access to external interrupts
by Max Filippov
· 6 years ago
3f75038
target/xtensa: drop function xtensa_timer_irq
by Max Filippov
· 6 years ago
fa92bd4
target/xtensa: fix access to the INTERRUPT SR
by Max Filippov
· 6 years ago
6230dac
target/xtensa: add qemu_cpu_kick to xtensa_runstall
by Max Filippov
· 6 years ago
9584116
target/xtensa: move non-HELPER functions to helper.c
by Max Filippov
· 6 years ago
d9908e0
target/xtensa: drop dump_state helper
by Max Filippov
· 6 years ago
8d918d6
target/xtensa: extract interrupt and exception helpers
by Max Filippov
· 6 years ago
8803bfe
target/xtensa: extract debug helpers
by Max Filippov
· 6 years ago
7e5e5a6
target/xtensa: extract MMU helpers
by Max Filippov
· 6 years ago
c9ed50e
target/xtensa: extract windowed registers helpers
by Max Filippov
· 6 years ago
9483bf2
target/xtensa: extract FPU helpers
by Max Filippov
· 6 years ago
5d630ce
target/xtensa: rework zero overhead loops implementation
by Max Filippov
· 6 years ago
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
Next »