summaryrefslogtreecommitdiff
path: root/arch/parisc/kernel/ptrace.c
AgeCommit message (Expand)Author
2022-03-10ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman
2021-03-04arch/parisc/kernel: remove duplicate include in ptraceZhang Yunkai
2020-07-27parisc: switch to ->regset_get()Al Viro
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2019-10-10seccomp: simplify secure_computing()Christian Brauner
2019-07-17parisc: Ensure userspace privilege for ptraced processes in regset functionsHelge Deller
2019-07-17parisc: Fix kernel panic due invalid values in IAOQ0 or IAOQ1Helge Deller
2019-05-29signal: Use force_sig_fault_to_task for the two calls that don't deliver to c...Eric W. Biederman
2019-05-03parisc: add functions required by KPROBE_EVENTSSven Schnelle
2019-02-21parisc: Fix ptrace syscall number modificationDmitry V. Levin
2018-08-13parisc: Add HAVE_REGS_AND_STACK_ACCESS_API featureHelge Deller
2018-04-25signal/parisc: Use force_sig_fault where appropriateEric W. Biederman
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-06-14parisc/ptrace: run seccomp after ptraceKees Cook
2016-06-14seccomp: Add a seccomp_data parameter secure_computing()Andy Lutomirski
2016-05-22parisc: Add ARCH_TRACEHOOK and regset supportHelge Deller
2016-05-22parisc: Add syscall tracepoint supportHelge Deller
2016-03-31parisc: Fix and enable seccomp filter supportHelge Deller
2016-03-01parisc: Fix ptrace syscall number and return value modificationHelge Deller
2014-10-19Merge git://git.infradead.org/users/eparis/auditLinus Torvalds
2014-09-23ARCH: AUDIT: audit_syscall_entry() should not require the archEric Paris
2014-09-21parisc: ptrace: use secure_computing_strict()Helge Deller
2014-08-27parisc: Wire up seccomp, getrandom and memfd_create syscallsHelge Deller
2013-11-07parisc: add kernel audit featureHelge Deller
2013-01-07parisc: improve ptrace support for gdb single-stepJohn David Anglin
2012-03-28Disintegrate asm/system.h for PA-RISCDavid Howells
2010-10-27ptrace: cleanup arch_ptrace() on pariscNamhyung Kim
2010-10-27ptrace: change signature of arch_ptrace()Namhyung Kim
2009-09-27parisc: stop using task->ptrace for {single,block}step flagsKyle McMartin
2009-09-27parisc: split syscall_trace into two halvesKyle McMartin
2009-09-27parisc: tracehook_report_syscallKyle McMartin
2008-11-20parisc: fix bug in compat_arch_ptraceHelge Deller
2008-10-17parisc: convert to generic compat_sys_ptraceHelge Deller
2007-10-16Consolidate PTRACE_DETACHAlexey Dobriyan
2007-07-17PTRACE_PEEKDATA consolidationAlexey Dobriyan
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2007-02-17[PARISC] use CONFIG_64BIT instead of __LP64__Helge Deller
2006-06-27[PARISC] Add is_compat_task() helperKyle McMartin
2006-01-22[PARISC] Arch-specific compat signalsKyle McMartin
2005-11-17[PARISC] Fix some compile problems in ptrace.cMatthew Wilcox
2005-11-07[PATCH] consolidate sys_ptrace()Christoph Hellwig
2005-10-30[PATCH] adjust parisc sys_ptrace prototypeChristoph Hellwig
2005-09-09kbuild: m68k,parisc,ppc,ppc64,s390,xtensa use generic asm-offsets.h supportSam Ravnborg
2005-05-01[PATCH] convert that currently tests _NSIG directly to use valid_signal()Jesper Juhl
2005-04-16Linux-2.6.12-rc2Linus Torvalds