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-arm
/
op_helper.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
target-arm: Make elr_el1 an array
Edgar E. Iglesias
2014-05-27
1
-3
/
+3
*
target-arm: Correct a comment refering to EL0
Edgar E. Iglesias
2014-05-01
1
-1
/
+1
*
target-arm: Implement AArch64 EL1 exception handling
Rob Herring
2014-04-17
1
-0
/
+60
*
target-arm: Implement SP_EL0, SP_EL1
Peter Maydell
2014-04-17
1
-1
/
+1
*
target-arm: Add support for generating exceptions with syndrome information
Peter Maydell
2014-04-17
1
-1
/
+20
*
target-arm: Provide correct syndrome information for cpreg access traps
Peter Maydell
2014-04-17
1
-4
/
+4
*
target-arm: Split out private-to-target functions into internals.h
Peter Maydell
2014-04-17
1
-0
/
+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
-4
/
+4
*
exec: Change tlb_fill() argument to CPUState
Andreas Färber
2014-03-13
1
-5
/
+7
*
cpu: Move exception_index field from CPU_COMMON to CPUState
Andreas Färber
2014-03-13
1
-6
/
+14
*
cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook
Andreas Färber
2014-03-13
1
-1
/
+2
*
target-arm: Implement WFE as a yield operation
Peter Maydell
2014-03-10
1
-0
/
+9
*
target-arm: A64: Implement MSR (immediate) instructions
Peter Maydell
2014-02-26
1
-0
/
+25
*
target-arm: Drop success/fail return from cpreg read and write functions
Peter Maydell
2014-02-20
1
-20
/
+8
*
target-arm: Split cpreg access checks out from read/write functions
Peter Maydell
2014-02-20
1
-0
/
+18
*
cpu: Move halted and interrupt_request fields to CPUState
Andreas Färber
2013-03-12
1
-1
/
+3
*
target-arm: Implement sbc_cc inline
Richard Henderson
2013-02-23
1
-15
/
+0
*
target-arm: Implement adc_cc inline
Richard Henderson
2013-02-23
1
-15
/
+0
*
exec: move include files to include/exec/
Paolo Bonzini
2012-12-19
1
-5
/
+5
*
exec: refactor cpu_restore_state
Blue Swirl
2012-12-16
1
-7
/
+1
*
target-arm: Remove out of date FIXME regarding saturating arithmetic
Peter Maydell
2012-10-24
1
-2
/
+0
*
target-arm: convert sar, shl and shr helpers to TCG
Aurelien Jarno
2012-10-05
1
-24
/
+0
*
target-arm: convert add_cc and sub_cc helpers to TCG
Aurelien Jarno
2012-10-05
1
-20
/
+0
*
target-arm: final conversion to AREG0 free mode
Blue Swirl
2012-09-15
1
-7
/
+1
*
target-arm: convert remaining helpers
Blue Swirl
2012-09-15
1
-32
/
+32
*
target-arm: convert void helpers
Blue Swirl
2012-09-15
1
-10
/
+10
*
target-arm: Fix typos in comments
Peter Maydell
2012-08-10
1
-1
/
+1
*
target-arm: initial coprocessor register framework
Peter Maydell
2012-06-20
1
-2
/
+40
*
Use uintptr_t for various op related functions
Blue Swirl
2012-04-14
1
-5
/
+3
*
target-arm: Don't overuse CPUState
Andreas Färber
2012-03-14
1
-3
/
+3
*
ARM: fix segfault
Blue Swirl
2011-10-08
1
-0
/
+1
*
softmmu_header: pass CPUState to tlb_fill
Blue Swirl
2011-10-01
1
-4
/
+2
*
Remove unused is_softmmu parameter from cpu_handle_mmu_fault
Blue Swirl
2011-08-07
1
-1
/
+1
*
exec.h cleanup
Blue Swirl
2011-07-30
1
-2
/
+7
*
cpu_loop_exit: avoid using AREG0
Blue Swirl
2011-06-26
1
-3
/
+3
*
Remove unused function parameter from cpu_restore_state
Stefan Weil
2011-04-20
1
-1
/
+1
*
move helpers.h to helper.h
Lluís
2011-04-17
1
-1
/
+1
*
Set the right overflow bit for neon 32 and 64 bit saturating add/sub.
Christophe Lyon
2011-02-04
1
-49
/
+0
*
[PATCH] target-arm: remove unused functions cpu_lock(), cpu_unlock()
Peter Maydell
2010-12-03
1
-14
/
+0
*
target-arm: use native tcg-ops for ror/bic/vorn
Aurelien Jarno
2009-10-27
1
-8
/
+0
*
target-arm: convert NEON VZIP/VUZP/VTRN helper functions to pure TCG
Filip Navara
2009-10-17
1
-58
/
+0
*
Revert "Get rid of _t suffix"
Anthony Liguori
2009-10-01
1
-1
/
+1
*
Get rid of _t suffix
malc
2009-10-01
1
-1
/
+1
*
Update to a hopefully more future proof FSF address
Blue Swirl
2009-07-16
1
-2
/
+1
*
target-arm: don't use T[x] in helper
aurel32
2009-04-08
1
-1
/
+1
*
Update FSF address in GPL/LGPL boilerplate
aurel32
2009-01-04
1
-1
/
+1
*
Remove FORCE_RET() and RETURN()
aurel32
2008-12-07
1
-5
/
+0
*
Fix undeclared symbol warnings from sparse
blueswir1
2008-10-26
1
-1
/
+1
*
Fix ARM NEON vdup and vtbl bugs.
pbrook
2008-09-22
1
-1
/
+1
[next]