summaryrefslogtreecommitdiff
path: root/arch/x86/lib/getuser.S
AgeCommit message (Expand)AuthorFilesLines
2024-01-29x86/lib: Revert to _ASM_EXTABLE_UA() for {get,put}_user() fixupsQiuxu Zhuo1-12/+12
2023-10-03x86/headers: Replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada1-1/+1
2023-06-02x86/lib: Make get/put_user() exception handling a visible symbolNadav Amit1-16/+16
2023-03-16x86/mm: Rework address range check in get_user() and put_user()Kirill A. Shutemov1-52/+31
2021-12-08x86: Prepare asm files for straight-line-speculationPeter Zijlstra1-11/+11
2020-10-22Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-23/+24
2020-10-13x86: Make __get_user() generate an out-of-line callLinus Torvalds1-0/+60
2020-09-09x86: remove address space overrides using set_fs()Christoph Hellwig1-23/+24
2019-10-18x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*Jiri Slaby1-8/+8
2019-10-18x86/asm: Annotate local pseudo-functionsJiri Slaby1-2/+4
2019-09-06x86/asm: Make some functions local labelsJiri Slaby1-8/+8
2019-07-18x86/uaccess: Remove redundant CLACs in getuser/putuser error pathsJosh Poimboeuf1-10/+10
2018-09-03x86/extable: Introduce _ASM_EXTABLE_UA for uaccess fixupsJann Horn1-6/+6
2018-01-30x86/get_user: Use pointer masking to limit speculationDan Williams1-0/+10
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-08-08x86: move exports to actual definitionsAl Viro1-0/+5
2016-07-15x86/uaccess: Move thread_info::addr_limit to thread_structAndy Lutomirski1-10/+10
2015-06-02x86/debug: Remove perpetually broken, unmaintainable dwarf annotationsIngo Molnar1-13/+0
2013-02-12x86: Be consistent with data size in getuser.SH. Peter Anvin1-5/+5
2013-02-08x86-32: Add support for 64bit get_user()Ville Syrjälä1-5/+32
2012-09-21x86, smap: Add STAC and CLAC instructions to control user space accessH. Peter Anvin1-0/+10
2012-04-21x86, extable: Remove open-coded exception table entries in arch/x86/lib/getus...H. Peter Anvin1-5/+4
2009-02-13x86: use _types.h headers in asm where availableJeremy Fitzhardinge1-1/+1
2008-07-09x86: merge getuser asm functions.Glauber Costa1-0/+104