index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
parisc
/
kernel
/
ptrace.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-01
parisc: Wire up PTRACE_GETREGS/PTRACE_SETREGS for compat case
Helge Deller
1
-2
/
+13
2023-02-01
parisc: Replace hardcoded value with PRIV_USER constant in ptrace.c
Helge Deller
1
-3
/
+3
2022-11-16
parisc: ptrace: user_regset_copyin_ignore() always returns 0
Sergey Shtylyov
1
-6
/
+9
2022-03-10
ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.h
Eric W. Biederman
1
-4
/
+3
2021-03-04
arch/parisc/kernel: remove duplicate include in ptrace
Zhang Yunkai
1
-2
/
+0
2020-07-27
parisc: switch to ->regset_get()
Al Viro
1
-68
/
+16
2020-06-09
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
1
-1
/
+0
2019-10-11
seccomp: simplify secure_computing()
Christian Brauner
1
-1
/
+1
2019-07-18
parisc: Ensure userspace privilege for ptraced processes in regset functions
Helge Deller
1
-1
/
+2
2019-07-18
parisc: Fix kernel panic due invalid values in IAOQ0 or IAOQ1
Helge Deller
1
-10
/
+18
2019-05-29
signal: Use force_sig_fault_to_task for the two calls that don't deliver to c...
Eric W. Biederman
1
-3
/
+3
2019-05-04
parisc: add functions required by KPROBE_EVENTS
Sven Schnelle
1
-0
/
+35
2019-02-21
parisc: Fix ptrace syscall number modification
Dmitry V. Levin
1
-8
/
+21
2018-08-13
parisc: Add HAVE_REGS_AND_STACK_ACCESS_API feature
Helge Deller
1
-0
/
+100
2018-04-25
signal/parisc: Use force_sig_fault where appropriate
Eric W. Biederman
1
-8
/
+3
2018-04-25
signal: Ensure every siginfo we send has all bits initialized
Eric W. Biederman
1
-0
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-06-14
parisc/ptrace: run seccomp after ptrace
Kees Cook
1
-4
/
+5
2016-06-14
seccomp: Add a seccomp_data parameter secure_computing()
Andy Lutomirski
1
-1
/
+1
2016-05-22
parisc: Add ARCH_TRACEHOOK and regset support
Helge Deller
1
-2
/
+354
2016-05-22
parisc: Add syscall tracepoint support
Helge Deller
1
-0
/
+12
2016-03-31
parisc: Fix and enable seccomp filter support
Helge Deller
1
-2
/
+7
2016-03-02
parisc: Fix ptrace syscall number and return value modification
Helge Deller
1
-5
/
+11
2014-10-20
Merge git://git.infradead.org/users/eparis/audit
Linus Torvalds
1
-6
/
+3
2014-09-24
ARCH: AUDIT: audit_syscall_entry() should not require the arch
Eric Paris
1
-6
/
+3
2014-09-21
parisc: ptrace: use secure_computing_strict()
Helge Deller
1
-4
/
+2
2014-08-27
parisc: Wire up seccomp, getrandom and memfd_create syscalls
Helge Deller
1
-0
/
+6
2013-11-08
parisc: add kernel audit feature
Helge Deller
1
-3
/
+23
2013-01-08
parisc: improve ptrace support for gdb single-step
John David Anglin
1
-1
/
+1
2012-03-28
Disintegrate asm/system.h for PA-RISC
David Howells
1
-1
/
+0
2010-10-28
ptrace: cleanup arch_ptrace() on parisc
Namhyung Kim
1
-1
/
+1
2010-10-28
ptrace: change signature of arch_ptrace()
Namhyung Kim
1
-5
/
+6
2009-09-28
parisc: stop using task->ptrace for {single,block}step flags
Kyle McMartin
1
-6
/
+8
2009-09-28
parisc: split syscall_trace into two halves
Kyle McMartin
1
-13
/
+12
2009-09-28
parisc: tracehook_report_syscall
Kyle McMartin
1
-12
/
+11
2008-11-21
parisc: fix bug in compat_arch_ptrace
Helge Deller
1
-5
/
+5
2008-10-17
parisc: convert to generic compat_sys_ptrace
Helge Deller
1
-257
/
+172
2007-10-16
Consolidate PTRACE_DETACH
Alexey Dobriyan
1
-4
/
+0
2007-07-17
PTRACE_PEEKDATA consolidation
Alexey Dobriyan
1
-11
/
+2
2007-05-08
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
1
-1
/
+0
2007-02-17
[PARISC] use CONFIG_64BIT instead of __LP64__
Helge Deller
1
-5
/
+5
2006-06-28
[PARISC] Add is_compat_task() helper
Kyle McMartin
1
-4
/
+4
2006-01-23
[PARISC] Arch-specific compat signals
Kyle McMartin
1
-4
/
+4
2005-11-18
[PARISC] Fix some compile problems in ptrace.c
Matthew Wilcox
1
-2
/
+3
2005-11-07
[PATCH] consolidate sys_ptrace()
Christoph Hellwig
1
-46
/
+4
2005-10-31
[PATCH] adjust parisc sys_ptrace prototype
Christoph Hellwig
1
-1
/
+1
2005-09-09
kbuild: m68k,parisc,ppc,ppc64,s390,xtensa use generic asm-offsets.h support
Sam Ravnborg
1
-1
/
+1
2005-05-01
[PATCH] convert that currently tests _NSIG directly to use valid_signal()
Jesper Juhl
1
-3
/
+4
2005-04-17
Linux-2.6.12-rc2
Linus Torvalds
1
-0
/
+423