summaryrefslogtreecommitdiffstats
path: root/arch/tile/kernel/ptrace.c
Commit message (Expand)AuthorAgeFilesLines
* arch: remove tile portArnd Bergmann2018-03-161-316/+0Star
* locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-1/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+2
* tile/ptrace: Preserve previous registers for short regset writeDave Martin2017-01-061-1/+1
* tile/ptrace: run seccomp after ptraceKees Cook2016-06-141-5/+6
* seccomp: Add a seccomp_data parameter secure_computing()Andy Lutomirski2016-06-141-1/+1
* arch/tile: move user_exit() to early kernel entry sequenceChris Metcalf2016-01-181-15/+0Star
* tile: enable full SECCOMP supportChris Metcalf2015-07-301-0/+3
* tile: support CONTEXT_TRACKING and thus NOHZ_FULLChris Metcalf2015-04-171-2/+20
* tile: correct r1 value during syscall tracingChris Metcalf2013-08-301-0/+15
* tile: fast-path unaligned memory access for tilegxChris Metcalf2013-08-131-2/+2
* arch/tile: Fix syscall return value passed to tracepointSimon Marchi2013-04-241-1/+1
* tile: support TIF_SYSCALL_TRACEPOINT; select HAVE_SYSCALL_TRACEPOINTSSimon Marchi2013-03-221-3/+14
* arch/tile: Call tracehook_report_syscall_{entry,exit} in syscall traceSimon Marchi2013-03-211-20/+10Star
* arch/tile: implement arch_ptrace using user_regset on tileSimon Marchi2012-12-181-9/+6Star
* arch/tile: implement user_regset interface on tileSimon Marchi2012-12-181-0/+62
* arch/tile: clean up tile-specific PTRACE_SETOPTIONSChris Metcalf2012-12-141-3/+7
* arch/tile: provide PT_FLAGS_COMPAT value in pt_regsChris Metcalf2012-12-131-17/+40
* arch/tile: don't allow user code to set the PL via ptrace or signal returnChris Metcalf2010-11-011-18/+21
* ptrace: cleanup arch_ptrace() on tileNamhyung Kim2010-10-281-2/+2
* ptrace: change signature of arch_ptrace()Namhyung Kim2010-10-281-3/+6
* arch/tile: make ptrace() work properly for TILE-Gx COMPAT modeChris Metcalf2010-10-151-42/+36Star
* arch/tile: avoid erroneous error return for PTRACE_POKEUSR.Chris Metcalf2010-07-061-0/+1
* arch/tile: Miscellaneous cleanup changes.Chris Metcalf2010-07-061-1/+2
* arch/tile: core support for Tilera 32-bit chips.Chris Metcalf2010-06-041-0/+203