summaryrefslogtreecommitdiffstats
path: root/arch/x86/lib/getuser.S
Commit message (Expand)AuthorAgeFilesLines
* x86/lib: Revert to _ASM_EXTABLE_UA() for {get,put}_user() fixupsQiuxu Zhuo2024-01-291-12/+12
* x86/headers: Replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada2023-10-031-1/+1
* x86/lib: Make get/put_user() exception handling a visible symbolNadav Amit2023-06-021-16/+16
* x86/mm: Rework address range check in get_user() and put_user()Kirill A. Shutemov2023-03-161-52/+31
* x86: Prepare asm files for straight-line-speculationPeter Zijlstra2021-12-081-11/+11
* Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-10-221-23/+24
|\
| * x86: remove address space overrides using set_fs()Christoph Hellwig2020-09-081-23/+24
* | x86: Make __get_user() generate an out-of-line callLinus Torvalds2020-10-121-0/+60
|/
* x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*Jiri Slaby2019-10-181-8/+8
* x86/asm: Annotate local pseudo-functionsJiri Slaby2019-10-181-2/+4
* x86/asm: Make some functions local labelsJiri Slaby2019-09-061-8/+8
* x86/uaccess: Remove redundant CLACs in getuser/putuser error pathsJosh Poimboeuf2019-07-181-10/+10
* x86/extable: Introduce _ASM_EXTABLE_UA for uaccess fixupsJann Horn2018-09-031-6/+6
* x86/get_user: Use pointer masking to limit speculationDan Williams2018-01-301-0/+10
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* x86: move exports to actual definitionsAl Viro2016-08-071-0/+5
* x86/uaccess: Move thread_info::addr_limit to thread_structAndy Lutomirski2016-07-151-10/+10
* x86/debug: Remove perpetually broken, unmaintainable dwarf annotationsIngo Molnar2015-06-021-13/+0
* x86: Be consistent with data size in getuser.SH. Peter Anvin2013-02-111-5/+5
* x86-32: Add support for 64bit get_user()Ville Syrjälä2013-02-071-5/+32
* x86, smap: Add STAC and CLAC instructions to control user space accessH. Peter Anvin2012-09-211-0/+10
* x86, extable: Remove open-coded exception table entries in arch/x86/lib/getus...H. Peter Anvin2012-04-201-5/+4
* x86: use _types.h headers in asm where availableJeremy Fitzhardinge2009-02-131-1/+1
* x86: merge getuser asm functions.Glauber Costa2008-07-091-0/+104