index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target-sparc
/
helper.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-12
cpu: Move halted and interrupt_request fields to CPUState
Andreas Färber
1
-1
/
+3
2013-02-23
SPARC LEON power-down support added
Ronald Hecht
1
-0
/
+11
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
1
-1
/
+1
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
1
-1
/
+1
2012-12-16
exec: refactor cpu_restore_state
Blue Swirl
1
-6
/
+6
2012-10-07
target-sparc: Move taddcctv and tsubcctv out of line
Richard Henderson
1
-0
/
+58
2012-10-07
target-sparc: Move sdivx and udivx out of line
Richard Henderson
1
-0
/
+28
2012-03-14
target-sparc: Don't overuse CPUState
Andreas Färber
1
-8
/
+8
2011-11-19
Improve "ta 0" shutdown
Fabien Chouteau
1
-7
/
+0
2011-10-26
Sparc: split MMU helpers
Blue Swirl
1
-859
/
+1
2011-10-26
Sparc: fix coding style in helper.c
Blue Swirl
1
-43
/
+52
2011-10-26
Sparc: avoid AREG0 for division op helpers
Blue Swirl
1
-0
/
+76
2011-10-23
Sparc: avoid AREG0 for raise_exception and helper_debug
Blue Swirl
1
-0
/
+12
2011-10-23
Sparc: move trivial functions from op_helper.c
Blue Swirl
1
-0
/
+41
2011-10-23
Sparc: split helper.c
Blue Swirl
1
-1082
/
+0
2011-10-23
Sparc: fix coding style
Blue Swirl
1
-32
/
+41
2011-09-10
Gdbstub: Fix back-trace on SPARC32
Fabien Chouteau
1
-0
/
+84
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-2
/
+2
2011-08-07
Remove unused is_softmmu parameter from cpu_handle_mmu_fault
Blue Swirl
1
-3
/
+3
2011-07-22
target-sparc: Fix compiler errors (format strings)
Stefan Weil
1
-2
/
+2
2011-07-21
SPARC64: implement addtional MMU faults related to nonfaulting load
Tsuneo Saito
1
-3
/
+26
2011-07-21
SPARC64: fix fault status overwritten on nonfaulting load
Tsuneo Saito
1
-6
/
+2
2011-07-21
SPARC64: split cpu_get_phys_page_debug() from cpu_get_phys_page_nofault()
Tsuneo Saito
1
-1
/
+14
2011-07-21
SPARC64: introduce a convenience function for getting physical addresses
Tsuneo Saito
1
-6
/
+14
2011-07-21
SPARC64: SFSR cleanup and fix
Tsuneo Saito
1
-12
/
+40
2011-07-21
SPARC64: TTE bits cleanup
Tsuneo Saito
1
-16
/
+19
2011-06-26
Remove exec-all.h include directives
Blue Swirl
1
-1
/
+0
2011-06-26
sparc: move do_interrupt to helper.c
Blue Swirl
1
-0
/
+242
2011-06-08
Fix compilation warning due to missing header for sigaction (followup)
Alexandre Raymond
1
-1
/
+0
2011-02-01
SPARC: Fix Leon3 cache control
Fabien Chouteau
1
-1
/
+1
2011-01-24
SPARC: Add asr17 register support
Fabien Chouteau
1
-1
/
+2
2011-01-24
SPARC: Emulation of Leon3
Fabien Chouteau
1
-3
/
+4
2010-12-19
Sparc: implement monitor command 'info tlb'
Blue Swirl
1
-44
/
+44
2010-12-03
target-sparc: remove unused functions cpu_lock(), cpu_unlock()
Peter Maydell
1
-14
/
+0
2010-10-30
target-xxx: Use fprintf_function (format checking)
Stefan Weil
1
-7
/
+4
2010-06-02
sparc64: fix tag access register on mmu traps
Igor V. Kovalenko
1
-0
/
+5
2010-05-22
sparc64: fix mmu context at trap levels above zero
Igor V. Kovalenko
1
-1
/
+18
2010-05-22
sparc64: fix dump_mmu to look for global bit in tte value instead of tag
Igor V. Kovalenko
1
-2
/
+2
2010-05-22
sparc64: fix pstate privilege bits
Igor V. Kovalenko
1
-2
/
+2
2010-05-22
sparc64: generate data access exception on RW violation
Igor V. Kovalenko
1
-37
/
+62
2010-05-22
Fix %lld or %llx printf format use
Blue Swirl
1
-2
/
+2
2010-05-12
target-sparc: Fix wrong printf argument
Stefan Weil
1
-1
/
+1
2010-05-09
sparc: Fix lazy flag calculation on interrupts, refactor
Blue Swirl
1
-5
/
+5
2010-05-07
sparc64: fix build with older gccs
Blue Swirl
1
-0
/
+1
2010-05-06
sparc64: handle asi referencing nucleus and secondary MMU contexts
Igor V. Kovalenko
1
-11
/
+31
2010-05-06
sparc64: implement global translation table entries v1
Igor V. Kovalenko
1
-19
/
+14
2010-03-17
Large page TLB flush
Paul Brook
1
-14
/
+26
2010-03-12
Remove cpu_get_phys_page_debug from userspace emulation
Paul Brook
1
-7
/
+1
2010-01-31
sparc32 don't mark page dirty when failing
Artyom Tarasenko
1
-5
/
+6
2010-01-17
Sparc: improve CPU register dump
Blue Swirl
1
-30
/
+55
[next]