index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux-user
/
sparc
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-13
linux-user: target: signal: Support TARGET_SS_AUTODISARM
Chen Gang
1
-0
/
+6
2020-12-18
linux-user/sparc: Handle tstate in sparc64_get/set_context()
Peter Maydell
1
-4
/
+3
2020-12-18
linux-user/sparc: Don't restore %g7 in sparc64_set_context()
Peter Maydell
1
-1
/
+1
2020-12-18
linux-user/sparc: Remove unneeded checks of 'err' from sparc64_get_context()
Peter Maydell
1
-4
/
+0
2020-12-18
linux-user/sparc: Correct sparc64_get/set_context() FPU handling
Peter Maydell
1
-31
/
+43
2020-11-15
linux user: Fix Lesser GPL version number
Chetan Pant
2
-2
/
+2
2020-11-11
linux-user: Correct definition of stack_t
LemonBoy
1
-3
/
+3
2020-11-10
linux-user/sparc: Don't zero high half of PC, NPC, PSR in sigreturn
Peter Maydell
1
-1
/
+1
2020-11-10
linux-user/sparc: Correct set/get_context handling of fp and i7
Peter Maydell
1
-25
/
+22
2020-11-10
linux-user/sparc: Fix errors in target_ucontext structures
Peter Maydell
1
-4
/
+9
2020-10-26
linux-user: update syscall.tbl to Linux 5.9-rc7
Laurent Vivier
1
-3
/
+5
2020-08-27
linux-user: Add missing termbits types and values definitions
Filip Bozuta
1
-6
/
+12
2020-08-27
linux-user: Add strace support for printing arguments of syscalls used to loc...
Filip Bozuta
1
-2
/
+3
2020-08-21
meson: linux-user
Marc-André Lureau
2
-5
/
+5
2020-06-29
linux-user/sparc64: Fix the handling of window spill trap
Giuseppe Musacchio
1
-1
/
+5
2020-03-20
linux-user: update syscall.tbl from linux 0bf999f9c5e7
Laurent Vivier
1
-0
/
+2
2020-03-20
linux-user, sparc, sparc64: add syscall table generation support
Laurent Vivier
4
-363
/
+520
2019-11-06
linux-user/sparc: Fix cpu_clone_regs_*
Richard Henderson
1
-7
/
+36
2019-11-06
linux-user: Introduce cpu_clone_regs_parent
Richard Henderson
1
-0
/
+4
2019-11-06
linux-user: Rename cpu_clone_regs to cpu_clone_regs_child
Richard Henderson
1
-1
/
+2
2019-11-06
linux-user/sparc64: Fix target_signal_frame
Richard Henderson
1
-2
/
+2
2019-11-06
linux-user/sparc: Fix WREG usage in setup_frame
Richard Henderson
1
-1
/
+1
2019-11-06
linux-user/sparc: Use WREG_SP constant in sparc/signal.c
Richard Henderson
1
-5
/
+2
2019-11-06
linux-user/sparc: Begin using WREG constants in sparc/signal.c
Richard Henderson
1
-62
/
+33
2019-11-06
linux-user/sparc: Use WREG constants in sparc/target_cpu.h
Richard Henderson
1
-8
/
+2
2019-06-12
Supply missing header guards
Markus Armbruster
2
-0
/
+10
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
1
-0
/
+1
2019-06-10
target/sparc: Use env_cpu, env_archcpu
Richard Henderson
1
-1
/
+1
2019-04-18
qom/cpu: Simplify how CPUClass:cpu_dump_state() prints
Markus Armbruster
1
-1
/
+1
2018-11-15
linux-user/sparc/signal.c: Remove dead code
Peter Maydell
1
-8
/
+8
2018-11-12
linux-user: Don't call gdb_handlesig() before queue_signal()
Peter Maydell
1
-12
/
+4
2018-11-12
linux-user: Remove dead error-checking code
Peter Maydell
1
-2
/
+0
2018-10-18
linux-user/sparc/signal.c: Remove unnecessary comment
Peter Maydell
1
-4
/
+0
2018-07-09
linux-user: Report error message on stderr, rather than stdout
Philippe Mathieu-Daudé
1
-1
/
+1
2018-07-09
linux-user: Do not report "syscall not implemented" by default
Philippe Mathieu-Daudé
1
-2
/
+2
2018-06-04
linux-user: move sparc signal definitions to sparc/target_signal.h
Laurent Vivier
1
-0
/
+48
2018-06-04
linux-user: move get_sp_from_cpustate() to target_cpu.h
Laurent Vivier
3
-15
/
+11
2018-06-04
linux-user: move sparc/sparc64 fcntl definitions to sparc/target_fcntl.h
Laurent Vivier
1
-0
/
+34
2018-06-04
linux-user: move generic fcntl definitions to generic/fcntl.h
Laurent Vivier
1
-0
/
+11
2018-05-25
linux-user: copy sparc/sockbits.h definitions from linux
Laurent Vivier
1
-39
/
+92
2018-05-25
linux-user: update ARCH_HAS_SOCKET_TYPES use
Laurent Vivier
1
-36
/
+0
2018-05-25
linux-user: move sparc/sparc64 socket.h definitions to sparc/sockbits.h
Laurent Vivier
1
-0
/
+94
2018-05-11
linux-user: fix UNAME_MACHINE for sparc/sparc64
Laurent Vivier
1
-1
/
+1
2018-05-11
linux-user: add sparc/sparc64 specific errno
Laurent Vivier
2
-0
/
+209
2018-05-11
linux-user: update sparc/syscall_nr.h to linux header 4.16
Laurent Vivier
1
-1
/
+31
2018-05-03
linux-user: introduce target_sigsp() and target_save_altstack()
Laurent Vivier
1
-9
/
+19
2018-04-30
linux-user: move sparc/sparc64 cpu loop to sparc directory
Laurent Vivier
1
-0
/
+280
2018-04-30
linux-user: create a dummy per arch cpu_loop.c
Laurent Vivier
1
-0
/
+26
2018-04-30
linux-user: define TARGET_ARCH_HAS_SETUP_FRAME
Laurent Vivier
1
-5
/
+1
2018-04-30
linux-user: move sparc/sparc64 signal.c parts to sparc directory
Laurent Vivier
2
-1
/
+611
[next]