summaryrefslogtreecommitdiffstats
path: root/arch/um/kernel/ptrace.c
Commit message (Expand)AuthorAgeFilesLines
* signal/um: Use force_sig_fault where appropriateEric W. Biederman2018-04-251-10/+3
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* um: Don't pollute kernel namespace with uapiRichard Weinberger2015-06-251-0/+1
* um: Handle tracehook_report_syscall_entry() resultRichard Weinberger2015-05-311-3/+3
* um: Remove SKAS3/4 supportRichard Weinberger2015-04-131-32/+0
* ARCH: AUDIT: audit_syscall_entry() should not require the archEric Paris2014-09-231-2/+1
* um: split syscall_trace(), pass pt_regs to itAl Viro2012-08-021-41/+30
* audit: inline audit_syscall_entry to reduce burden on archsEric Paris2012-01-171-11/+9
* Audit: push audit success and retcode into arch ptrace.hEric Paris2012-01-171-2/+2
* um: clean arch_ptrace() up a bitAl Viro2011-09-141-28/+0
* um: fix ptrace build errorRichard Weinberger2010-11-121-1/+1
* ptrace: cleanup arch_ptrace() on umNamhyung Kim2010-10-271-10/+8
* ptrace: change signature of arch_ptrace()Namhyung Kim2010-10-271-2/+3
* arch/um/kernel/ptrace.c: remove dead PROC_MMChristoph Egger2010-08-091-21/+0
* um: use generic ptrace_resume codeChristoph Hellwig2010-03-121-54/+16
* UML on UML fixed: it did not startRenzo Davoli2009-03-121-0/+5
* UML: make several more things staticWANG Cong2008-07-241-1/+1
* spelling fixes: arch/um/Simon Arlott2007-10-201-1/+1
* uml: style fixes in FP codeJeff Dike2007-10-161-2/+0
* uml: ptrace floating point fixesJeff Dike2007-10-161-12/+6
* uml: style fixes pass 3Jeff Dike2007-10-161-58/+56
* uml: remove code made redundant by CHOOSE_MODE removalJeff Dike2007-10-161-3/+3
* Consolidate PTRACE_DETACHAlexey Dobriyan2007-10-161-5/+0
* PTRACE_POKEDATA consolidationAlexey Dobriyan2007-07-171-5/+1
* PTRACE_PEEKDATA consolidationAlexey Dobriyan2007-07-171-10/+2
* [PATCH] uml: x86_64 ptrace fixesJeff Dike2007-02-111-0/+7
* [PATCH] drop task argument of audit_syscall_{entry,exit}Al Viro2006-05-011-4/+2
* [PATCH] uml: implement {get,set}_thread_area for i386Paolo 'Blaisorblade' Giarrusso2006-03-311-0/+10
* [PATCH] uml: sparse cleanupsAl Viro2006-03-311-19/+15
* [PATCH] consolidate sys_ptrace()Christoph Hellwig2005-11-071-48/+2
* [PATCH] uml: fix a couple of warningsJeff Dike2005-05-281-16/+3
* [PATCH] uml: small fixes left over from rc4Jeff Dike2005-05-201-3/+3
* [PATCH] uml: S390 preparation, peekusr/pokeusr defined by subarchBodo Stroesser2005-05-061-50/+29
* [PATCH] uml: header and code cleanupBodo Stroesser2005-05-051-5/+0
* [PATCH] uml: S390 preparation, abstract host page fault dataBodo Stroesser2005-05-051-7/+9
* [PATCH] uml: obvious compile fixes for x86-64 Subarch and x86 regression fixesPaolo 'Blaisorblade' Giarrusso2005-05-051-1/+3
* Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse2005-05-031-2/+2
|\
| * [PATCH] convert that currently tests _NSIG directly to use valid_signal()Jesper Juhl2005-05-011-2/+2
* | [AUDIT] Update UML audit-syscall-{entry,exit} calls to new prototypesJeff Dike2005-05-031-9/+12
|/
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+388