| Commit message (Expand) | Author | Age | Files | Lines |
* | linux-user: target: signal: Support TARGET_SS_AUTODISARM | Chen Gang | 2021-02-13 | 1 | -0/+6 |
* | linux-user/sparc: Handle tstate in sparc64_get/set_context() | Peter Maydell | 2020-12-18 | 1 | -4/+3 |
* | linux-user/sparc: Don't restore %g7 in sparc64_set_context() | Peter Maydell | 2020-12-18 | 1 | -1/+1 |
* | linux-user/sparc: Remove unneeded checks of 'err' from sparc64_get_context() | Peter Maydell | 2020-12-18 | 1 | -4/+0 |
* | linux-user/sparc: Correct sparc64_get/set_context() FPU handling | Peter Maydell | 2020-12-18 | 1 | -31/+43 |
* | linux user: Fix Lesser GPL version number | Chetan Pant | 2020-11-15 | 2 | -2/+2 |
* | linux-user: Correct definition of stack_t | LemonBoy | 2020-11-11 | 1 | -3/+3 |
* | linux-user/sparc: Don't zero high half of PC, NPC, PSR in sigreturn | Peter Maydell | 2020-11-10 | 1 | -1/+1 |
* | linux-user/sparc: Correct set/get_context handling of fp and i7 | Peter Maydell | 2020-11-10 | 1 | -25/+22 |
* | linux-user/sparc: Fix errors in target_ucontext structures | Peter Maydell | 2020-11-10 | 1 | -4/+9 |
* | linux-user: update syscall.tbl to Linux 5.9-rc7 | Laurent Vivier | 2020-10-26 | 1 | -3/+5 |
* | linux-user: Add missing termbits types and values definitions | Filip Bozuta | 2020-08-27 | 1 | -6/+12 |
* | linux-user: Add strace support for printing arguments of syscalls used to loc... | Filip Bozuta | 2020-08-27 | 1 | -2/+3 |
* | meson: linux-user | Marc-André Lureau | 2020-08-21 | 2 | -5/+5 |
* | linux-user/sparc64: Fix the handling of window spill trap | Giuseppe Musacchio | 2020-06-29 | 1 | -1/+5 |
* | linux-user: update syscall.tbl from linux 0bf999f9c5e7 | Laurent Vivier | 2020-03-20 | 1 | -0/+2 |
* | linux-user, sparc, sparc64: add syscall table generation support | Laurent Vivier | 2020-03-20 | 4 | -363/+520 |
* | linux-user/sparc: Fix cpu_clone_regs_* | Richard Henderson | 2019-11-06 | 1 | -7/+36 |
* | linux-user: Introduce cpu_clone_regs_parent | Richard Henderson | 2019-11-06 | 1 | -0/+4 |
* | linux-user: Rename cpu_clone_regs to cpu_clone_regs_child | Richard Henderson | 2019-11-06 | 1 | -1/+2 |
* | linux-user/sparc64: Fix target_signal_frame | Richard Henderson | 2019-11-06 | 1 | -2/+2 |
* | linux-user/sparc: Fix WREG usage in setup_frame | Richard Henderson | 2019-11-06 | 1 | -1/+1 |
* | linux-user/sparc: Use WREG_SP constant in sparc/signal.c | Richard Henderson | 2019-11-06 | 1 | -5/+2 |
* | linux-user/sparc: Begin using WREG constants in sparc/signal.c | Richard Henderson | 2019-11-06 | 1 | -62/+33 |
* | linux-user/sparc: Use WREG constants in sparc/target_cpu.h | Richard Henderson | 2019-11-06 | 1 | -8/+2 |
* | Supply missing header guards | Markus Armbruster | 2019-06-12 | 2 | -0/+10 |
* | Include qemu-common.h exactly where needed | Markus Armbruster | 2019-06-12 | 1 | -0/+1 |
* | target/sparc: Use env_cpu, env_archcpu | Richard Henderson | 2019-06-10 | 1 | -1/+1 |
* | qom/cpu: Simplify how CPUClass:cpu_dump_state() prints | Markus Armbruster | 2019-04-18 | 1 | -1/+1 |
* | linux-user/sparc/signal.c: Remove dead code | Peter Maydell | 2018-11-15 | 1 | -8/+8 |
* | linux-user: Don't call gdb_handlesig() before queue_signal() | Peter Maydell | 2018-11-12 | 1 | -12/+4 |
* | linux-user: Remove dead error-checking code | Peter Maydell | 2018-11-12 | 1 | -2/+0 |
* | linux-user/sparc/signal.c: Remove unnecessary comment | Peter Maydell | 2018-10-18 | 1 | -4/+0 |
* | linux-user: Report error message on stderr, rather than stdout | Philippe Mathieu-Daudé | 2018-07-09 | 1 | -1/+1 |
* | linux-user: Do not report "syscall not implemented" by default | Philippe Mathieu-Daudé | 2018-07-09 | 1 | -2/+2 |
* | linux-user: move sparc signal definitions to sparc/target_signal.h | Laurent Vivier | 2018-06-04 | 1 | -0/+48 |
* | linux-user: move get_sp_from_cpustate() to target_cpu.h | Laurent Vivier | 2018-06-04 | 3 | -15/+11 |
* | linux-user: move sparc/sparc64 fcntl definitions to sparc/target_fcntl.h | Laurent Vivier | 2018-06-04 | 1 | -0/+34 |
* | linux-user: move generic fcntl definitions to generic/fcntl.h | Laurent Vivier | 2018-06-04 | 1 | -0/+11 |
* | linux-user: copy sparc/sockbits.h definitions from linux | Laurent Vivier | 2018-05-25 | 1 | -39/+92 |
* | linux-user: update ARCH_HAS_SOCKET_TYPES use | Laurent Vivier | 2018-05-25 | 1 | -36/+0 |
* | linux-user: move sparc/sparc64 socket.h definitions to sparc/sockbits.h | Laurent Vivier | 2018-05-25 | 1 | -0/+94 |
* | linux-user: fix UNAME_MACHINE for sparc/sparc64 | Laurent Vivier | 2018-05-11 | 1 | -1/+1 |
* | linux-user: add sparc/sparc64 specific errno | Laurent Vivier | 2018-05-11 | 2 | -0/+209 |
* | linux-user: update sparc/syscall_nr.h to linux header 4.16 | Laurent Vivier | 2018-05-11 | 1 | -1/+31 |
* | linux-user: introduce target_sigsp() and target_save_altstack() | Laurent Vivier | 2018-05-03 | 1 | -9/+19 |
* | linux-user: move sparc/sparc64 cpu loop to sparc directory | Laurent Vivier | 2018-04-30 | 1 | -0/+280 |
* | linux-user: create a dummy per arch cpu_loop.c | Laurent Vivier | 2018-04-30 | 1 | -0/+26 |
* | linux-user: define TARGET_ARCH_HAS_SETUP_FRAME | Laurent Vivier | 2018-04-30 | 1 | -5/+1 |
* | linux-user: move sparc/sparc64 signal.c parts to sparc directory | Laurent Vivier | 2018-04-30 | 2 | -1/+611 |