summaryrefslogtreecommitdiff
path: root/arch/alpha/kernel/ptrace.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-18Merge tag 'alpha-for-v7.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-48/+272
2026-07-19alpha: enable regset-based ptrace and core dumpsMagnus Lindholm1-48/+272
2026-07-12ptrace, treewide: Rename ptrace_report_syscall_entry() to ptrace_report_sysca...Thomas Gleixner1-1/+1
2026-07-12seccomp, treewide: Rename and convert __secure_computing() to return booleanJinjie Ruan1-1/+1
2026-04-12alpha: add support for SECCOMP and SECCOMP_FILTERMagnus Lindholm1-5/+78
2023-02-24alpha: lazy FPU switchingAl Viro1-8/+10
2022-03-10ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman1-3/+2
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-11-22ptrace: Don't allow accessing an undumpable mmEric W. Biederman1-1/+1
2016-10-19mm: replace access_process_vm() write parameter with gup_flagsLorenzo Stoakes1-3/+6
2014-09-23ARCH: AUDIT: audit_syscall_entry() should not require the archEric Paris1-1/+1
2014-01-31alpha: Enable system-call auditing support.蔡正龙1-0/+4
2012-10-01alpha: don't open-code trace_report_syscall_{enter,exit}Al Viro1-19/+13
2012-03-28Disintegrate asm/system.h for AlphaDavid Howells1-1/+0
2010-10-27ptrace: change signature of arch_ptrace()Namhyung Kim1-3/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-1/+0
2010-03-12alpha: use generic ptrace_resume codeChristoph Hellwig1-47/+12
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-1/+0
2007-10-16alpha: convert to generic sys_ptraceChristoph Hellwig1-36/+6
2007-10-16Consolidate PTRACE_DETACHAlexey Dobriyan1-4/+0
2007-07-17PTRACE_POKEDATA consolidationAlexey Dobriyan1-3/+1
2006-01-12[PATCH] alpha: task_pt_regs()akpm@osdl.org1-0/+7
2006-01-12[PATCH] alpha: task_stack_page()Al Viro1-1/+1
2006-01-12[PATCH] alpha: task_thread_info()Al Viro1-19/+19
2006-01-08[PATCH] use ptrace_get_task_struct in various placesChristoph Hellwig1-19/+5
2005-05-01[PATCH] convert that currently tests _NSIG directly to use valid_signal()Jesper Juhl1-2/+3
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+415