aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/kernel/ptrace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-30Merge tag 'm68knommu-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds1-0/+58
2022-05-16m68knommu: implement minimal regset supportGreg Ungerer1-0/+58
2022-05-09m68k: Wire up syscall_trace_enter/leave for m68kMichael Schmitz1-7/+0
2022-03-23ptrace: Remove duplicated include in ptrace.cYang Li1-1/+0
2022-03-10ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman1-3/+3
2022-01-08ptrace/m68k: Stop open coding ptrace_report_syscallEric W. Biederman1-11/+1
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2012-06-12m68k: make syscall_trace_enter/leave exist for non-MMU classic m68k typesGreg Ungerer1-1/+1
2012-03-28Disintegrate asm/system.h for M68KDavid Howells1-1/+0
2012-03-05m68k: merge the mmu and non-mmu versions of ptrace.cGreg Ungerer1-3/+303
2011-03-25m68k: merge m68k and m68knommu arch directoriesGreg Ungerer1-277/+5
2010-10-27ptrace: cleanup arch_ptrace() on m68kNamhyung Kim1-23/+23
2010-10-27ptrace: change signature of arch_ptrace()Namhyung Kim1-4/+5
2010-02-27m68k: Add NPTL supportMaxim Kuvyrkov1-0/+5
2009-12-04m68k: ptrace fixesAndreas Schwab1-16/+29
2009-12-04m68k: use generic code for ptrace requestsAndreas Schwab1-54/+21
2007-10-16Consolidate PTRACE_DETACHAlexey Dobriyan1-4/+0
2007-09-10Fix spurious syscall tracing after PTRACE_DETACH + PTRACE_ATTACHRoland McGrath1-1/+0
2007-07-17PTRACE_POKEDATA consolidationAlexey Dobriyan1-2/+1
2007-07-17PTRACE_PEEKDATA consolidationAlexey Dobriyan1-4/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-02-11[PATCH] M68K: user ARRAY_SIZE macro when appropriateAhmed S. Darwish1-2/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2005-11-13[PATCH] m68k: convert thread flags to use bit fieldsRoman Zippel1-9/+6
2005-11-07[PATCH] consolidate sys_ptrace()Christoph Hellwig1-44/+3
2005-10-30[PATCH] unify sys_ptrace prototypeChristoph Hellwig1-1/+1
2005-09-05[PATCH] m68k: sys_ptrace cleanupRoman Zippel1-111/+64
2005-09-05[PATCH] m68k: indent sys_ptraceRoman Zippel1-167/+166
2005-05-01[PATCH] convert that currently tests _NSIG directly to use valid_signal()Jesper Juhl1-2/+3
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+393