aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/uaccess.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-03x86/extable: Introduce _ASM_EXTABLE_UA for uaccess fixupsJann Horn1-11/+11
2018-01-30x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospecDan Williams1-3/+3
2018-01-30x86: Introduce __uaccess_begin_nospec() and uaccess_try_nospecDan Williams1-0/+9
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-25x86: Don't cast away the __user in __get_user_asm_u64()Ville Syrjälä1-1/+1
2017-09-23x86/asm: Fix inline asm call constraints for ClangJosh Poimboeuf1-2/+2
2017-09-04Merge branch 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+6
2017-07-15Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+0
2017-07-08x86/syscalls: Check address limit on user-mode returnThomas Garnier1-1/+6
2017-07-06Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+0
2017-07-03kill {__,}{get,put}_user_unaligned()Al Viro1-3/+0
2017-05-21x86: fix 32-bit case of __get_user_asm_u64()Linus Torvalds1-3/+3
2017-05-21Clean up x86 unsafe_get/put_user() type handlingLinus Torvalds1-2/+3
2017-05-21fix unsafe_put_user()Al Viro1-1/+1
2017-05-15kill strlen_user()Al Viro1-1/+0
2017-03-29x86: switch to RAW_COPY_USERAl Viro1-53/+0
2017-03-28amd64: get rid of zeroingAl Viro1-0/+12
2017-03-05uaccess: drop duplicate includes from asm/uaccess.hAl Viro1-2/+0
2017-03-05uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.hAl Viro1-3/+0
2016-12-06x86/uaccess, sched/preempt: Verify access_ok() contextPeter Zijlstra1-2/+11
2016-09-27x86: separate extable.h, switch sections.h to itAl Viro1-31/+1
2016-09-15fix minor infoleak in get_user_ex()Al Viro1-1/+5
2016-09-06x86/uaccess: force copy_*_user() to be inlinedKees Cook1-2/+2
2016-08-30mm/usercopy: get rid of CONFIG_DEBUG_STRICT_USER_COPY_CHECKSJosh Poimboeuf1-60/+9
2016-08-08Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-4/+6
2016-08-08unsafe_[get|put]_user: change interface to use a error target labelLinus Torvalds1-8/+8
2016-07-26x86/uaccess: Enable hardened usercopyKees Cook1-4/+6
2016-07-15x86/uaccess: Move thread_info::addr_limit to thread_structAndy Lutomirski1-3/+3
2016-07-15x86/uaccess: Move thread_info::uaccess_err and thread_info::sig_on_uaccess_err to thread_structAndy Lutomirski1-2/+2
2016-07-08Merge tag 'v4.7-rc6' into x86/mm, to merge fixes before applying new changesIngo Molnar1-1/+6
2016-05-20x86/kasan: instrument user memory access APIAndrey Ryabinin1-0/+5
2016-05-16Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2016-05-11x86/extable: ensure entries are swapped completely when sortingMathias Krause1-0/+8
2016-05-11x86/extable: Ensure entries are swapped completely when sortingMathias Krause1-0/+8
2016-04-13x86/mm/32: Add support for 64-bit __get_user() on 32-bit kernelsBenjamin LaHaise1-2/+21
2016-04-13x86/head: Move early exception panic code into early_fixup_exception()Andy Lutomirski1-1/+1
2016-04-13x86/head: Pass a real pt_regs and trapnr to early_fixup_exception()Andy Lutomirski1-1/+1
2016-03-22x86/extable: use generic search and sort routinesArd Biesheuvel1-3/+2
2016-02-25Merge branch 'ras/core' into core/objtool, to pick up the new exception table formatIngo Molnar1-8/+8
2016-02-24x86/uaccess: Add stack frame output operand in get_user() inline asmChris J Arges1-2/+3
2016-02-18x86/mm: Expand the exception table logic to allow new handling optionsTony Luck1-8/+8
2016-01-21Merge branch 'uaccess' (batched user access infrastructure)Linus Torvalds1-18/+60
2015-12-17Add 'unsafe' user access functions for batched accessesLinus Torvalds1-0/+25
2015-12-17x86: reorganize SMAP handling in user space accessesLinus Torvalds1-18/+35
2015-11-23x86: Add an inlined __copy_from_user_nmi() variantAndi Kleen1-0/+9
2015-10-07x86/uaccess: Add unlikely() to __chk_range_not_ok() failure pathsAndy Lutomirski1-3/+3
2015-10-07x86/uaccess: Tell the compiler that uaccess is unlikely to faultAndy Lutomirski1-4/+4
2015-05-19mm/uaccess, mm/fault: Clarify that uaccess may only sleep if pagefaults are enabledDavid Hildenbrand1-5/+10
2015-01-13x86/uaccess: fix sparse errorsMichael S. Tsirkin1-1/+1
2014-01-20Merge branch 'x86/mpx' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+92