/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __SPARC_PTRACE_H #define __SPARC_PTRACE_H #include <uapi/asm/ptrace.h> #if defined(__sparc__) && defined(__arch64__) #ifndef __ASSEMBLY__ #include <linux/threads.h> #include <asm/switch_to.h>
static inline int pt_regs_trap_type(struct pt_regs *regs) { return regs->magic & 0x1ff; }Contributors
| Person | Tokens | Prop | Commits | CommitProp |
| David Howells | 19 | 100.00% | 1 | 100.00% |
| Total | 19 | 100.00% | 1 | 100.00% |
| Person | Tokens | Prop | Commits | CommitProp |
| David Howells | 21 | 100.00% | 1 | 100.00% |
| Total | 21 | 100.00% | 1 | 100.00% |
| Person | Tokens | Prop | Commits | CommitProp |
| David Howells | 22 | 100.00% | 1 | 100.00% |
| Total | 22 | 100.00% | 1 | 100.00% |
| Person | Tokens | Prop | Commits | CommitProp |
| David Howells | 26 | 100.00% | 1 | 100.00% |
| Total | 26 | 100.00% | 1 | 100.00% |
| Person | Tokens | Prop | Commits | CommitProp |
| David Howells | 20 | 100.00% | 1 | 100.00% |
| Total | 20 | 100.00% | 1 | 100.00% |
| Person | Tokens | Prop | Commits | CommitProp |
| Allen Pais | 69 | 100.00% | 1 | 100.00% |
| Total | 69 | 100.00% | 1 | 100.00% |
| Person | Tokens | Prop | Commits | CommitProp |
| Allen Pais | 21 | 100.00% | 1 | 100.00% |
| Total | 21 | 100.00% | 1 | 100.00% |
| Person | Tokens | Prop | Commits | CommitProp |
| David Howells | 21 | 100.00% | 1 | 100.00% |
| Total | 21 | 100.00% | 1 | 100.00% |
| Person | Tokens | Prop | Commits | CommitProp |
| David Howells | 22 | 100.00% | 1 | 100.00% |
| Total | 22 | 100.00% | 1 | 100.00% |
| Person | Tokens | Prop | Commits | CommitProp |
| David Howells | 301 | 51.72% | 1 | 9.09% |
| Sam Ravnborg | 109 | 18.73% | 2 | 18.18% |
| Allen Pais | 106 | 18.21% | 1 | 9.09% |
| David S. Miller | 48 | 8.25% | 2 | 18.18% |
| Al Viro | 13 | 2.23% | 3 | 27.27% |
| Linus Torvalds (pre-git) | 4 | 0.69% | 1 | 9.09% |
| Greg Kroah-Hartman | 1 | 0.17% | 1 | 9.09% |
| Total | 582 | 100.00% | 11 | 100.00% |