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-alpha
/
helper.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
target-alpha: Use separate TCGv temporaries for the shadow registers
Richard Henderson
2015-08-18
1
-37
/
+26
*
target-alpha: Tidy FPCR representation
Richard Henderson
2015-05-18
1
-109
/
+21
*
target-alpha: Set PC correctly for floating-point exceptions
Richard Henderson
2015-05-18
1
-0
/
+2
*
target-alpha: Use cpu_exec_interrupt qom hook
Richard Henderson
2014-09-25
1
-0
/
+44
*
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
-1
/
+1
*
exec: Change cpu_abort() argument to CPUState
Andreas Färber
2014-03-13
1
-1
/
+1
*
translate-all: Change cpu_restore_state() argument to CPUState
Andreas Färber
2014-03-13
1
-1
/
+1
*
cpu-exec: Change cpu_loop_exit() argument to CPUState
Andreas Färber
2014-03-13
1
-2
/
+2
*
cpu: Move exception_index field from CPU_COMMON to CPUState
Andreas Färber
2014-03-13
1
-6
/
+12
*
cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook
Andreas Färber
2014-03-13
1
-4
/
+8
*
target-alpha: Clean up ENV_GET_CPU() usage
Andreas Färber
2014-03-13
1
-1
/
+1
*
exec: Make ldq/ldub_*_phys input an AddressSpace
Edgar E. Iglesias
2014-02-11
1
-3
/
+4
*
cpu: Turn cpu_get_phys_page_debug() into a CPUClass hook
Andreas Färber
2013-07-23
1
-2
/
+3
*
cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks
Andreas Färber
2013-06-28
1
-2
/
+4
*
cpu: Replace do_interrupt() by CPUClass::do_interrupt method
Andreas Färber
2013-03-12
1
-1
/
+3
*
fpu: move public header file to include/fpu
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
exec: refactor cpu_restore_state
Blue Swirl
2012-12-16
1
-11
/
+3
*
Rename target_phys_addr_t to hwaddr
Avi Kivity
2012-10-23
1
-1
/
+1
*
Use uintptr_t for various op related functions
Blue Swirl
2012-04-14
1
-7
/
+6
*
target-alpha: Make use of fp_status.flush_inputs_to_zero.
Richard Henderson
2012-03-24
1
-5
/
+3
*
target-alpha: Move fpcr helpers from op_helper.c to helper.c.
Richard Henderson
2012-03-24
1
-2
/
+12
*
target-alpha: Move exception helpers to helper.c.
Richard Henderson
2012-03-24
1
-0
/
+39
*
target-alpha: Don't overuse CPUState
Andreas Färber
2012-03-14
1
-9
/
+9
*
Remove unused is_softmmu parameter from cpu_handle_mmu_fault
Blue Swirl
2011-08-07
1
-2
/
+2
*
Remove exec-all.h include directives
Blue Swirl
2011-06-26
1
-1
/
+0
*
target-alpha: Remap PIO space for 43-bit KSEG for EV6.
Richard Henderson
2011-05-31
1
-3
/
+7
*
target-alpha: Implement cpu_alpha_handle_mmu_fault for system mode.
Richard Henderson
2011-05-31
1
-4
/
+125
*
target-alpha: Swap shadow registers moving to/from PALmode.
Richard Henderson
2011-05-31
1
-1
/
+36
*
target-alpha: Implement do_interrupt for system mode.
Richard Henderson
2011-05-31
1
-10
/
+111
*
target-alpha: Tidy exception constants.
Richard Henderson
2011-05-31
1
-4
/
+1
*
target-alpha: Rationalize internal processor registers.
Richard Henderson
2011-05-31
1
-345
/
+4
*
target-alpha: Remove partial support for palcode emulation.
Richard Henderson
2011-05-31
1
-1
/
+1
*
target-xxx: Use fprintf_function (format checking)
Stefan Weil
2010-10-30
1
-2
/
+1
*
target-alpha: Fix load-locked/store-conditional.
Richard Henderson
2010-04-27
1
-2
/
+5
*
alpha: add missing 'break', spotted by clang analyzer
Blue Swirl
2010-04-25
1
-0
/
+1
*
Remove cpu_get_phys_page_debug from userspace emulation
Paul Brook
2010-03-12
1
-5
/
+0
*
target-alpha: Split up FPCR value into separate fields.
Richard Henderson
2010-02-23
1
-52
/
+109
*
Fix incorrect exception_index use
Blue Swirl
2010-02-14
1
-1
/
+1
*
target-alpha: Fix compiler warning for gcc-4.3 (and older)
Stefan Weil
2009-12-16
1
-0
/
+1
*
target-alpha: Fixes for alpha-linux syscalls.
Richard Henderson
2009-12-13
1
-0
/
+77
*
Revert "Get rid of _t suffix"
Anthony Liguori
2009-10-01
1
-2
/
+2
*
Get rid of _t suffix
malc
2009-10-01
1
-2
/
+2
*
Update to a hopefully more future proof FSF address
Blue Swirl
2009-07-16
1
-2
/
+1
*
Update FSF address in GPL/LGPL boilerplate
aurel32
2009-01-04
1
-1
/
+1
*
Remove unnecessary trailing newlines
blueswir1
2008-12-13
1
-1
/
+0
*
target-alpha: fix locked loads/stores
aurel32
2008-11-07
1
-0
/
+1
*
target-alpha: convert palcode ops to TCG
aurel32
2008-09-30
1
-10
/
+0
*
target-alpha: convert FP ops to TCG
aurel32
2008-09-29
1
-6
/
+0
*
Suppress gcc 4.x -Wpointer-sign (included in -Wall) warnings
blueswir1
2008-09-20
1
-1
/
+1
[next]