summaryrefslogtreecommitdiff
path: root/arch/parisc/kernel/ptrace.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-01parisc: Wire up PTRACE_GETREGS/PTRACE_SETREGS for compat caseHelge Deller1-2/+13
2023-02-01parisc: Replace hardcoded value with PRIV_USER constant in ptrace.cHelge Deller1-3/+3
2022-11-16parisc: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov1-6/+9
2022-03-10ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman1-4/+3
2021-03-04arch/parisc/kernel: remove duplicate include in ptraceZhang Yunkai1-2/+0
2020-07-27parisc: switch to ->regset_get()Al Viro1-68/+16
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2019-10-11seccomp: simplify secure_computing()Christian Brauner1-1/+1
2019-07-18parisc: Ensure userspace privilege for ptraced processes in regset functionsHelge Deller1-1/+2
2019-07-18parisc: Fix kernel panic due invalid values in IAOQ0 or IAOQ1Helge Deller1-10/+18
2019-05-29signal: Use force_sig_fault_to_task for the two calls that don't deliver to c...Eric W. Biederman1-3/+3
2019-05-04parisc: add functions required by KPROBE_EVENTSSven Schnelle1-0/+35
2019-02-21parisc: Fix ptrace syscall number modificationDmitry V. Levin1-8/+21
2018-08-13parisc: Add HAVE_REGS_AND_STACK_ACCESS_API featureHelge Deller1-0/+100
2018-04-25signal/parisc: Use force_sig_fault where appropriateEric W. Biederman1-8/+3
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-06-14parisc/ptrace: run seccomp after ptraceKees Cook1-4/+5
2016-06-14seccomp: Add a seccomp_data parameter secure_computing()Andy Lutomirski1-1/+1
2016-05-22parisc: Add ARCH_TRACEHOOK and regset supportHelge Deller1-2/+354
2016-05-22parisc: Add syscall tracepoint supportHelge Deller1-0/+12
2016-03-31parisc: Fix and enable seccomp filter supportHelge Deller1-2/+7
2016-03-02parisc: Fix ptrace syscall number and return value modificationHelge Deller1-5/+11
2014-10-20Merge git://git.infradead.org/users/eparis/auditLinus Torvalds1-6/+3
2014-09-24ARCH: AUDIT: audit_syscall_entry() should not require the archEric Paris1-6/+3
2014-09-21parisc: ptrace: use secure_computing_strict()Helge Deller1-4/+2
2014-08-27parisc: Wire up seccomp, getrandom and memfd_create syscallsHelge Deller1-0/+6
2013-11-08parisc: add kernel audit featureHelge Deller1-3/+23
2013-01-08parisc: improve ptrace support for gdb single-stepJohn David Anglin1-1/+1
2012-03-28Disintegrate asm/system.h for PA-RISCDavid Howells1-1/+0
2010-10-28ptrace: cleanup arch_ptrace() on pariscNamhyung Kim1-1/+1
2010-10-28ptrace: change signature of arch_ptrace()Namhyung Kim1-5/+6
2009-09-28parisc: stop using task->ptrace for {single,block}step flagsKyle McMartin1-6/+8
2009-09-28parisc: split syscall_trace into two halvesKyle McMartin1-13/+12
2009-09-28parisc: tracehook_report_syscallKyle McMartin1-12/+11
2008-11-21parisc: fix bug in compat_arch_ptraceHelge Deller1-5/+5
2008-10-17parisc: convert to generic compat_sys_ptraceHelge Deller1-257/+172
2007-10-16Consolidate PTRACE_DETACHAlexey Dobriyan1-4/+0
2007-07-17PTRACE_PEEKDATA consolidationAlexey Dobriyan1-11/+2
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-02-17[PARISC] use CONFIG_64BIT instead of __LP64__Helge Deller1-5/+5
2006-06-28[PARISC] Add is_compat_task() helperKyle McMartin1-4/+4
2006-01-23[PARISC] Arch-specific compat signalsKyle McMartin1-4/+4
2005-11-18[PARISC] Fix some compile problems in ptrace.cMatthew Wilcox1-2/+3
2005-11-07[PATCH] consolidate sys_ptrace()Christoph Hellwig1-46/+4
2005-10-31[PATCH] adjust parisc sys_ptrace prototypeChristoph Hellwig1-1/+1
2005-09-09kbuild: m68k,parisc,ppc,ppc64,s390,xtensa use generic asm-offsets.h supportSam Ravnborg1-1/+1
2005-05-01[PATCH] convert that currently tests _NSIG directly to use valid_signal()Jesper Juhl1-3/+4
2005-04-17Linux-2.6.12-rc2Linus Torvalds1-0/+423