aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/um/ptrace_32.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-10-19mm: replace access_process_vm() write parameter with gup_flagsLorenzo Stoakes1-1/+2
2016-09-15um/Stop conflating task_struct::stack with thread_infoLinus Torvalds1-4/+4
2016-09-07um/ptrace: Fix the syscall number update after a ptraceMickaël Salaün1-0/+3
2016-05-21um: add extended processor state save/restore supportEli Cooper1-2/+3
2016-01-10um: Fix ptrace GETREGS/SETREGS bugsMickaël Salaün1-5/+3
2015-06-25um: Don't pollute kernel namespace with uapiRichard Weinberger1-0/+1
2012-10-09um: get rid of pointless include "..." where include <...> will doAl Viro1-4/+4
2011-11-02um: merge HOST_... of registers common on i386 and amd64Al Viro1-7/+7
2011-11-02um: take arch/um/sys-x86 to arch/x86/umAl Viro1-0/+273