index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
linux-user
/
sparc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
linux-user/sparc: Handle tag overflow traps
Richard Henderson
2023-03-10
2
-1
/
+4
*
linux-user/sparc: Handle floating-point exceptions
Richard Henderson
2023-03-10
1
-0
/
+22
*
linux-user/sparc: Handle unimplemented flush trap
Richard Henderson
2023-03-10
1
-0
/
+3
*
linux-user/sparc: Handle coprocessor disabled trap
Richard Henderson
2023-03-10
1
-0
/
+4
*
linux-user/sparc: Handle privilidged action trap
Richard Henderson
2023-03-10
1
-0
/
+6
*
linux-user/sparc: Handle priviledged opcode trap
Richard Henderson
2023-03-10
1
-0
/
+3
*
linux-user/sparc: Handle getcc, setcc, getpsr traps
Richard Henderson
2023-03-10
1
-3
/
+59
*
linux-user/sparc: Handle division by zero traps
Richard Henderson
2023-03-10
1
-0
/
+5
*
linux-user/sparc: Handle software breakpoint trap
Richard Henderson
2023-03-10
1
-3
/
+5
*
linux-user/sparc: Fix sparc64_{get, set}_context traps
Richard Henderson
2023-03-10
2
-28
/
+29
*
linux-user/sparc: Tidy window spill/fill traps
Richard Henderson
2023-03-10
1
-10
/
+13
*
linux-user/sparc: Use TT_TRAP for flush windows
Richard Henderson
2023-03-10
1
-4
/
+3
*
linux-user/sparc: Tidy syscall error return
Richard Henderson
2023-03-10
1
-10
/
+5
*
linux-user/sparc: Tidy syscall trap
Richard Henderson
2023-03-10
1
-7
/
+7
*
linux-user/sparc: Raise SIGILL for all unhandled software traps
Richard Henderson
2023-02-21
1
-0
/
+8
*
linux-user: Provide MADV_* definitions
Ilya Leoshkevich
2022-09-27
1
-0
/
+1
*
Remove qemu-common.h include from most units
Marc-André Lureau
2022-04-06
1
-1
/
+0
*
linux-user: Move generic TARGET_RLIMIT* definitions to generic/target_resource.h
Serge Belyshev
2022-02-01
1
-0
/
+17
*
linux-user/sparc: Use force_sig_fault
Richard Henderson
2022-01-11
1
-12
/
+2
*
linux-user: Split out do_prctl and subroutines
Richard Henderson
2022-01-06
1
-0
/
+1
*
linux-user: Remove TARGET_SIGSTKSZ
Song Gao
2022-01-06
1
-1
/
+0
*
linux-user: target_syscall.h remove definition TARGET_MINSIGSTKSZ
Song Gao
2022-01-06
1
-1
/
+0
*
linux-user: Rename TARGET_QEMU_ESIGRETURN to QEMU_ESIGRETURN
Richard Henderson
2021-12-19
2
-5
/
+5
*
linux-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYS
Richard Henderson
2021-12-19
1
-1
/
+1
*
target/sparc: Make sparc_cpu_tlb_fill sysemu only
Richard Henderson
2021-11-02
1
-25
/
+0
*
linux-user/sparc: Implement setup_sigtramp
Richard Henderson
2021-10-01
2
-14
/
+30
*
linux-user: Split linux-user internals out of qemu.h
Peter Maydell
2021-09-13
2
-0
/
+2
*
linux-user: Split signal-related prototypes into signal-common.h
Peter Maydell
2021-09-13
1
-0
/
+1
*
linux-user: update syscall.tbl to Linux v5.13
Laurent Vivier
2021-07-13
1
-6
/
+13
*
linux-user: Extract target errno to 'target_errno_defs.h'
Philippe Mathieu-Daudé
2021-07-12
2
-3
/
+6
*
linux-user/sparc: Rename target_errno.h -> target_errno_defs.h
Philippe Mathieu-Daudé
2021-07-12
2
-3
/
+3
*
linux-user/sparc: Implement sparc64 rt signals
Richard Henderson
2021-05-15
2
-1
/
+28
*
linux-user/sparc: Implement sparc32 rt signals
Richard Henderson
2021-05-15
1
-4
/
+122
*
linux-user/sparc: Add 64-bit support to fpu save/restore
Richard Henderson
2021-05-15
1
-0
/
+36
*
linux-user/sparc: Minor corrections to do_sigreturn
Richard Henderson
2021-05-15
1
-8
/
+11
*
linux-user/sparc: Clean up setup_frame
Richard Henderson
2021-05-15
1
-19
/
+6
*
linux-user/sparc: Add rwin_save to signal frame
Richard Henderson
2021-05-15
1
-0
/
+8
*
linux-user/sparc: Save and restore fpu in signal frame
Richard Henderson
2021-05-15
1
-33
/
+51
*
linux-user/sparc: Clean up get_sigframe
Richard Henderson
2021-05-15
1
-6
/
+7
*
linux-user/sparc: Split out save_reg_win
Richard Henderson
2021-05-15
1
-6
/
+13
*
linux-user/sparc: Use target_pt_regs
Richard Henderson
2021-05-15
1
-58
/
+65
*
linux-user/sparc: Fix the stackframe structure
Richard Henderson
2021-05-15
1
-17
/
+21
*
linux-user/sparc: Remove target_rt_signal_frame as unused
Richard Henderson
2021-05-15
1
-11
/
+0
*
linux-user/sparc: Remove target_sigcontext as unused
Richard Henderson
2021-05-15
1
-28
/
+0
*
linux-user/sparc: Merge sparc64 target_structs.h
Richard Henderson
2021-05-15
1
-21
/
+13
*
linux-user/sparc: Merge sparc64 target_syscall.h
Richard Henderson
2021-05-15
1
-11
/
+31
*
linux-user/sparc: Include TARGET_STACK_BIAS in get_sp_from_cpustate
Richard Henderson
2021-05-15
2
-3
/
+8
*
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
[next]