index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target-xtensa
/
op_helper.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
target-xtensa: implement do_unassigned_access callback
Max Filippov
2015-03-07
1
-0
/
+14
*
target-xtensa: record available window in TB flags
Max Filippov
2014-12-17
1
-18
/
+11
*
target-xtensa: add missing window check for entry
Max Filippov
2014-11-10
1
-0
/
+6
*
softmmu: introduce cpu_ldst.h
Paolo Bonzini
2014-06-05
1
-1
/
+1
*
softmmu: commonize helper definitions
Paolo Bonzini
2014-06-05
1
-14
/
+1
*
softmmu: move ALIGNED_ONLY to cpu.h
Paolo Bonzini
2014-06-05
1
-1
/
+0
*
softmmu: make do_unaligned_access a method of CPU
Paolo Bonzini
2014-06-05
1
-6
/
+4
*
tcg: Invert the inclusion of helper.h
Richard Henderson
2014-05-28
1
-1
/
+1
*
cputlb: Change tlb_set_page() argument to CPUState
Andreas Färber
2014-03-13
1
-4
/
+4
*
cputlb: Change tlb_flush() argument to CPUState
Andreas Färber
2014-03-13
1
-1
/
+3
*
cputlb: Change tlb_flush_page() argument to CPUState
Andreas Färber
2014-03-13
1
-4
/
+6
*
exec: Change cpu_watchpoint_{insert,remove{,_by_ref,_all}} argument
Andreas Färber
2014-03-13
1
-3
/
+6
*
translate-all: Change cpu_restore_state() argument to CPUState
Andreas Färber
2014-03-13
1
-2
/
+4
*
cpu-exec: Change cpu_loop_exit() argument to CPUState
Andreas Färber
2014-03-13
1
-2
/
+2
*
exec: Change tlb_fill() argument to CPUState
Andreas Färber
2014-03-13
1
-2
/
+4
*
cpu: Move exception_index field from CPU_COMMON to CPUState
Andreas Färber
2014-03-13
1
-1
/
+3
*
target-xtensa: add basic checks to icache opcodes
Max Filippov
2014-02-24
1
-0
/
+5
*
exec: Make tb_invalidate_phys_addr input an AS
Edgar E. Iglesias
2014-02-11
1
-1
/
+2
*
target: Include softmmu_exec.h where forgotten
Richard Henderson
2013-09-02
1
-0
/
+1
*
aio / timers: Switch entire codebase to the new timer API
Alex Bligh
2013-08-22
1
-1
/
+1
*
target-xtensa: avoid double-stopping at breakpoints
Max Filippov
2013-07-29
1
-0
/
+3
*
target-xtensa: add fallthrough markers
Max Filippov
2013-07-29
1
-0
/
+2
*
cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks
Andreas Färber
2013-06-28
1
-1
/
+3
*
cpu: Move halted and interrupt_request fields to CPUState
Andreas Färber
2013-03-12
1
-1
/
+4
*
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
exec: move include files to include/exec/
Paolo Bonzini
2012-12-19
1
-4
/
+4
*
exec: refactor cpu_restore_state
Blue Swirl
2012-12-16
1
-12
/
+2
*
target-xtensa: implement ATOMCTL SR
Max Filippov
2012-12-08
1
-0
/
+57
*
target-xtensa: implement FP1 group
Max Filippov
2012-09-22
1
-0
/
+47
*
target-xtensa: implement FP0 conversions
Max Filippov
2012-09-22
1
-0
/
+37
*
target-xtensa: implement FP0 arithmetic
Max Filippov
2012-09-22
1
-0
/
+37
*
target-xtensa: add FP registers
Max Filippov
2012-09-22
1
-0
/
+13
*
target-xtensa: switch to AREG0-free mode
Max Filippov
2012-06-10
1
-95
/
+90
*
target-xtensa: update autorefill TLB entries conditionally
Max Filippov
2012-06-09
1
-2
/
+2
*
target-xtensa: extract TLB entry setting method
Max Filippov
2012-06-09
1
-4
/
+11
*
target-xtensa: flush TLB page for new MMU mapping
Max Filippov
2012-06-09
1
-0
/
+1
*
target-xtensa: fix tb invalidation for IBREAK and LOOP
Max Filippov
2012-04-14
1
-11
/
+18
*
Use uintptr_t for various op related functions
Blue Swirl
2012-04-14
1
-5
/
+4
*
target-xtensa: Move helpers.h to helper.h
Lluís Vilanova
2012-04-14
1
-1
/
+1
*
target-xtensa: Don't overuse CPUState
Andreas Färber
2012-03-14
1
-15
/
+15
*
target-xtensa: add DBREAK data breakpoints
Max Filippov
2012-02-20
1
-0
/
+62
*
target-xtensa: implement instruction breakpoints
Max Filippov
2012-02-18
1
-0
/
+38
*
target-xtensa: fix guest hang on masked CCOMPARE interrupt
Max Filippov
2011-10-15
1
-15
/
+3
*
softmmu_header: pass CPUState to tlb_fill
Blue Swirl
2011-10-01
1
-2
/
+3
*
target-xtensa: implement memory protection options
Max Filippov
2011-09-10
1
-6
/
+295
*
target-xtensa: implement interrupt option
Max Filippov
2011-09-10
1
-0
/
+46
*
target-xtensa: implement unaligned exception option
Max Filippov
2011-09-10
1
-0
/
+26
*
target-xtensa: implement loop option
Max Filippov
2011-09-10
1
-0
/
+20
*
target-xtensa: implement windowed registers
Max Filippov
2011-09-10
1
-0
/
+192
*
target-xtensa: implement exceptions
Max Filippov
2011-09-10
1
-0
/
+29
[next]