summaryrefslogtreecommitdiffstats
path: root/include/linux/uaccess.h
Commit message (Expand)AuthorAgeFilesLines
* usercopy: WARN() on slab cache usercopy region violationsKees Cook2018-01-151-0/+2
* usercopy: Enhance and rename report_usercopy()Kees Cook2018-01-151-0/+6
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* <linux/uaccess.h>: Fix copy_in_user() declarationBart Van Assche2017-08-311-1/+1
* Merge branch 'work.__copy_in_user' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-07-081-6/+0
|\
| * kill __copy_in_user()Al Viro2017-07-041-6/+0
* | copy_{to,from}_user(): consolidate object size checksAl Viro2017-06-291-26/+2
* | copy_{from,to}_user(): move kasan checks and might_fault() out-of-lineAl Viro2017-06-291-8/+8
|/
* include/linux/uaccess.h: remove expensive WARN_ON in pagefault_disabled_decAndi Kleen2017-05-081-1/+0
* CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional nowAl Viro2017-04-261-5/+2
* kill __copy_from_user_nocache()Al Viro2017-03-281-6/+0
* generic ...copy_..._user primitivesAl Viro2017-03-281-0/+187
* new helper: uaccess_kernel()Al Viro2017-03-281-0/+2
* uaccess: drop duplicate includes from asm/uaccess.hAl Viro2017-03-051-0/+1
* uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.hAl Viro2017-03-051-0/+4
* unsafe_[get|put]_user: change interface to use a error target labelLinus Torvalds2016-08-081-2/+2
* Add 'unsafe' user access functions for batched accessesLinus Torvalds2015-12-171-0/+7
* uaccess: reimplement probe_kernel_address() using probe_kernel_read()Andrew Morton2015-11-051-30/+10
* lib: introduce strncpy_from_unsafe()Alexei Starovoitov2015-08-281-0/+2
* sched/preempt, mm/fault: Decouple preemption from the page fault logicDavid Hildenbrand2015-05-191-14/+2
* mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand2015-05-191-0/+12
* sched/preempt, mm/fault: Count pagefault_disable() levels in pagefault_disabledDavid Hildenbrand2015-05-191-7/+29
* sched/preempt: Take away preempt_enable_no_resched() from modulesPeter Zijlstra2014-01-131-1/+4
* sched: Extract the basic add/sub preempt_count modifiersPeter Zijlstra2013-09-251-6/+2
* maccess,probe_kernel: Make write/read src const void *Steven Rostedt2011-05-251-4/+4
* maccess,probe_kernel: Allow arch specific override probe_kernel_(read|write)Jason Wessel2010-01-071-1/+3
* uaccess: fix parameters inversion for __copy_from_user_inatomic()Hiroshi Shimamoto2008-09-161-1/+1
* x86: some lock annotations for user copy paths, v3Ingo Molnar2008-09-111-1/+1
* uaccess: add probe_kernel_write()Ingo Molnar2008-04-171-0/+22
* Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds2006-12-071-1/+1
|\
| * [PATCH] Generic: Move __user cast into probe_kernel_addressAndi Kleen2006-12-071-1/+1
* | [PATCH] probe_kernel_address() needs to do set_fs()Andrew Morton2006-12-071-0/+8
* | [PATCH] mm: pagefault_{disable,enable}()Peter Zijlstra2006-12-071-2/+37
|/
* [PATCH] add probe_kernel_address()Andrew Morton2006-09-271-0/+22
* [PATCH] x86: cache pollution aware __copy_from_user_ll()Hiro Yoshioka2006-06-231-0/+22