summaryrefslogtreecommitdiffstats
path: root/arch/x86/lib/usercopy_64.c
Commit message (Expand)AuthorAgeFilesLines
* x86: fix special __probe_kernel_write() tail zeroing caseLinus Torvalds2015-04-241-1/+1
* x86: clean up/fix 'copy_in_user()' tail zeroingLinus Torvalds2015-04-081-8/+7Star
* x86, asmlinkage: Make several variables used from assembler/linker script vis...Andi Kleen2013-08-061-1/+1
* x86-64: Fix the failure case in copy_user_handle_tail()CQ Tang2013-03-181-2/+2
* x86, smap: Add STAC and CLAC instructions to control user space accessH. Peter Anvin2012-09-211-0/+3
* x86: use the new generic strnlen_user() functionLinus Torvalds2012-05-261-48/+0Star
* x86: merge 32/64-bit versions of 'strncpy_from_user()' and speed it upLinus Torvalds2012-04-111-49/+0Star
* x86, 64-bit: Clean up user address maskingLinus Torvalds2009-06-211-1/+1
* x86: use early clobbers in usercopy*.cAndi Kleen2009-01-211-2/+2
* x86: some lock annotations for user copy paths, v2Nick Piggin2008-09-111-6/+2Star
* x86: some lock annotations for user copy pathsNick Piggin2008-09-101-0/+4
* x86: introduce copy_user_handle_tail() routineVitaly Mayatskikh2008-07-091-0/+23
* x86: use _ASM_EXTABLE macro in arch/x86/lib/usercopy_64.cH. Peter Anvin2008-02-041-9/+3Star
* x86_64: move libThomas Gleixner2007-10-111-0/+166