summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/uaccess.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-03-071-3/+0
|\
| * x86/uaccess: Remove unused __addr_ok() macroBorislav Petkov2019-02-251-3/+0
* | docs/core-api/mm: fix user memory accessors formattingMike Rapoport2019-03-051-12/+12
* | get rid of legacy 'get_ds()' functionLinus Torvalds2019-03-041-1/+0
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-03-021-2/+4
|\ \
| * | x86/uaccess: Don't leak the AC flag into __put_user() value evaluationAndy Lutomirski2019-02-251-2/+4
| |/
* / x86: uaccess: Inhibit speculation past access_ok() in user_access_begin()Will Deacon2019-01-201-1/+1
|/
* Use __put_user_goto in __put_user_size() and unsafe_put_user()Linus Torvalds2019-01-041-31/+22
* x86 uaccess: Introduce __put_user_gotoLinus Torvalds2019-01-041-11/+17
* make 'user_access_begin()' do 'access_ok()'Linus Torvalds2019-01-041-1/+8
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-5/+2
* x86/extable: Introduce _ASM_EXTABLE_UA for uaccess fixupsJann Horn2018-09-031-11/+11
* x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospecDan Williams2018-01-301-3/+3
* x86: Introduce __uaccess_begin_nospec() and uaccess_try_nospecDan Williams2018-01-301-0/+9
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* x86: Don't cast away the __user in __get_user_asm_u64()Ville Syrjälä2017-09-251-1/+1
* x86/asm: Fix inline asm call constraints for ClangJosh Poimboeuf2017-09-231-2/+2
* Merge branch 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-09-041-1/+6
|\
| * x86/syscalls: Check address limit on user-mode returnThomas Garnier2017-07-081-1/+6
* | Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-07-151-3/+0
|\ \
| * | kill {__,}{get,put}_user_unaligned()Al Viro2017-07-031-3/+0
* | | Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-061-1/+0
|\ \ \ | |_|/ |/| |
| * | kill strlen_user()Al Viro2017-05-151-1/+0
| |/
* | x86: fix 32-bit case of __get_user_asm_u64()Linus Torvalds2017-05-211-3/+3
* | Clean up x86 unsafe_get/put_user() type handlingLinus Torvalds2017-05-211-2/+3
* | fix unsafe_put_user()Al Viro2017-05-211-1/+1
|/
* x86: switch to RAW_COPY_USERAl Viro2017-03-291-53/+0
* amd64: get rid of zeroingAl Viro2017-03-281-0/+12
* uaccess: drop duplicate includes from asm/uaccess.hAl Viro2017-03-051-2/+0
* uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.hAl Viro2017-03-051-3/+0
* x86/uaccess, sched/preempt: Verify access_ok() contextPeter Zijlstra2016-12-061-2/+11
* x86: separate extable.h, switch sections.h to itAl Viro2016-09-271-31/+1
* fix minor infoleak in get_user_ex()Al Viro2016-09-151-1/+5
* x86/uaccess: force copy_*_user() to be inlinedKees Cook2016-09-061-2/+2
* mm/usercopy: get rid of CONFIG_DEBUG_STRICT_USER_COPY_CHECKSJosh Poimboeuf2016-08-301-60/+9
* Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds2016-08-081-4/+6
|\
| * x86/uaccess: Enable hardened usercopyKees Cook2016-07-261-4/+6
* | unsafe_[get|put]_user: change interface to use a error target labelLinus Torvalds2016-08-081-8/+8
* | x86/uaccess: Move thread_info::addr_limit to thread_structAndy Lutomirski2016-07-151-3/+3
* | x86/uaccess: Move thread_info::uaccess_err and thread_info::sig_on_uaccess_er...Andy Lutomirski2016-07-151-2/+2
* | Merge tag 'v4.7-rc6' into x86/mm, to merge fixes before applying new changesIngo Molnar2016-07-081-1/+6
|\|
| * x86/kasan: instrument user memory access APIAndrey Ryabinin2016-05-201-0/+5
| * Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-05-161-1/+1
| |\
| | * x86/head: Move early exception panic code into early_fixup_exception()Andy Lutomirski2016-04-131-1/+1
| | * x86/head: Pass a real pt_regs and trapnr to early_fixup_exception()Andy Lutomirski2016-04-131-1/+1
| * | x86/extable: ensure entries are swapped completely when sortingMathias Krause2016-05-111-0/+8
| |/
* | x86/extable: Ensure entries are swapped completely when sortingMathias Krause2016-05-111-0/+8
* | x86/mm/32: Add support for 64-bit __get_user() on 32-bit kernelsBenjamin LaHaise2016-04-131-2/+21
|/
* x86/extable: use generic search and sort routinesArd Biesheuvel2016-03-221-3/+2
* Merge branch 'ras/core' into core/objtool, to pick up the new exception table...Ingo Molnar2016-02-251-8/+8
|\