summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/uaccess.h
Commit message (Expand)AuthorAgeFilesLines
* x86/uaccess: Allow access_ok() in irq context if pagefault_disabledMasami Hiramatsu2019-05-261-1/+3
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-071-2/+1Star
|\
| * x86/uaccess: Fix implicit cast of __user pointerJann Horn2019-04-031-2/+1Star
* | x86/uaccess: Dont leak the AC flag into __put_user() argument evaluationPeter Zijlstra2019-04-241-3/+4
* | x86/uaccess: Introduce user_access_{save,restore}()Peter Zijlstra2019-04-031-0/+3
* | x86/uaccess: Always inline user_access_begin()Peter Zijlstra2019-04-031-1/+1
|/
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-03-081-3/+0Star
|\
| * x86/uaccess: Remove unused __addr_ok() macroBorislav Petkov2019-02-251-3/+0Star
* | docs/core-api/mm: fix user memory accessors formattingMike Rapoport2019-03-061-12/+12
* | get rid of legacy 'get_ds()' functionLinus Torvalds2019-03-041-1/+0Star
* | 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-051-31/+22Star
* x86 uaccess: Introduce __put_user_gotoLinus Torvalds2019-01-051-11/+17
* make 'user_access_begin()' do 'access_ok()'Linus Torvalds2019-01-041-1/+8
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-041-5/+2Star
* 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/+0Star
|\ \
| * | kill {__,}{get,put}_user_unaligned()Al Viro2017-07-041-3/+0Star
* | | Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-071-1/+0Star
|\ \ \ | |_|/ |/| |
| * | kill strlen_user()Al Viro2017-05-161-1/+0Star
| |/
* | x86: fix 32-bit case of __get_user_asm_u64()Linus Torvalds2017-05-221-3/+3
* | Clean up x86 unsafe_get/put_user() type handlingLinus Torvalds2017-05-221-2/+3
* | fix unsafe_put_user()Al Viro2017-05-211-1/+1
|/
* x86: switch to RAW_COPY_USERAl Viro2017-03-291-53/+0Star
* amd64: get rid of zeroingAl Viro2017-03-291-0/+12
* uaccess: drop duplicate includes from asm/uaccess.hAl Viro2017-03-061-2/+0Star
* uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.hAl Viro2017-03-061-3/+0Star
* x86/uaccess, sched/preempt: Verify access_ok() contextPeter Zijlstra2016-12-061-2/+11
* x86: separate extable.h, switch sections.h to itAl Viro2016-09-281-31/+1Star
* 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/+9Star
* 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-211-0/+5
| * Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-05-171-1/+1
| |\
| | * x86/head: Move early exception panic code into early_fixup_exception()Andy Lutomirski2016-04-131-1/+1