aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile/kernel/ptrace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-0/+2
2017-01-06tile/ptrace: Preserve previous registers for short regset writeDave Martin1-1/+1
2016-06-14tile/ptrace: run seccomp after ptraceKees Cook1-5/+6
2016-06-14seccomp: Add a seccomp_data parameter secure_computing()Andy Lutomirski1-1/+1
2016-01-18arch/tile: move user_exit() to early kernel entry sequenceChris Metcalf1-15/+0
2015-07-30tile: enable full SECCOMP supportChris Metcalf1-0/+3
2015-04-17tile: support CONTEXT_TRACKING and thus NOHZ_FULLChris Metcalf1-2/+20
2013-08-30tile: correct r1 value during syscall tracingChris Metcalf1-0/+15
2013-08-13tile: fast-path unaligned memory access for tilegxChris Metcalf1-2/+2
2013-04-24arch/tile: Fix syscall return value passed to tracepointSimon Marchi1-1/+1
2013-03-22tile: support TIF_SYSCALL_TRACEPOINT; select HAVE_SYSCALL_TRACEPOINTSSimon Marchi1-3/+14
2013-03-21arch/tile: Call tracehook_report_syscall_{entry,exit} in syscall traceSimon Marchi1-20/+10
2012-12-18arch/tile: implement arch_ptrace using user_regset on tileSimon Marchi1-9/+6
2012-12-18arch/tile: implement user_regset interface on tileSimon Marchi1-0/+62
2012-12-14arch/tile: clean up tile-specific PTRACE_SETOPTIONSChris Metcalf1-3/+7
2012-12-13arch/tile: provide PT_FLAGS_COMPAT value in pt_regsChris Metcalf1-17/+40
2010-11-01arch/tile: don't allow user code to set the PL via ptrace or signal returnChris Metcalf1-18/+21
2010-10-27ptrace: cleanup arch_ptrace() on tileNamhyung Kim1-2/+2
2010-10-27ptrace: change signature of arch_ptrace()Namhyung Kim1-3/+6
2010-10-15arch/tile: make ptrace() work properly for TILE-Gx COMPAT modeChris Metcalf1-42/+36
2010-07-06arch/tile: avoid erroneous error return for PTRACE_POKEUSR.Chris Metcalf1-0/+1
2010-07-06arch/tile: Miscellaneous cleanup changes.Chris Metcalf1-1/+2
2010-06-04arch/tile: core support for Tilera 32-bit chips.Chris Metcalf1-0/+203