aboutsummaryrefslogtreecommitdiff
path: root/mm/maccess.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-22x86: remove more uaccess_32.h complexityGravatar Linus Torvalds 1-2/+1
2015-11-05mm/maccess.c: actually return -EFAULT from strncpy_from_unsafeGravatar Rasmus Villemoes 1-1/+1
2015-11-05uaccess: reimplement probe_kernel_address() using probe_kernel_read()Gravatar Andrew Morton 1-0/+5
2015-08-31lib: move strncpy_from_unsafe() into mm/maccess.cGravatar Alexei Starovoitov 1-0/+41
2011-10-31mm: Map most files to use export.h instead of module.hGravatar Paul Gortmaker 1-1/+1
2011-05-25maccess,probe_kernel: Make write/read src const void *Gravatar Steven Rostedt 1-4/+4
2010-10-27MN10300: Save frame pointer in thread_info struct rather than global varGravatar David Howells 1-1/+1
2010-01-07maccess,probe_kernel: Allow arch specific override probe_kernel_(read|write)Gravatar Jason Wessel 1-2/+9
2009-06-12[S390] maccess: add weak attribute to probe_kernel_writeGravatar Heiko Carstens 1-1/+1
2008-04-17kgdb: fix optional arch functions and probe_kernel_*Gravatar Jason Wessel 1-0/+6
2008-04-17uaccess: add probe_kernel_write()Gravatar Ingo Molnar 1-0/+49