aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/lib/putuser.S
AgeCommit message (Expand)AuthorFilesLines
2024-01-29x86/lib: Revert to _ASM_EXTABLE_UA() for {get,put}_user() fixupsGravatar Qiuxu Zhuo 1-10/+10
2023-10-03x86/headers: Replace #include <asm/export.h> with #include <linux/export.h>Gravatar Masahiro Yamada 1-2/+1
2023-09-12x86/ibt: Avoid duplicate ENDBR in __put_user_nocheck*()Gravatar Peter Zijlstra 1-4/+0
2023-06-02x86/lib: Make get/put_user() exception handling a visible symbolGravatar Nadav Amit 1-12/+12
2023-03-16x86/mm: Rework address range check in get_user() and put_user()Gravatar Kirill A. Shutemov 1-30/+24
2022-10-17x86/putuser: Provide room for paddingGravatar Thomas Gleixner 1-13/+49
2022-04-19x86/uaccess: Add ENDBR to __put_user_nocheck*()Gravatar Josh Poimboeuf 1-0/+4
2021-12-08x86: Prepare asm files for straight-line-speculationGravatar Peter Zijlstra 1-3/+3
2020-10-22Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-12/+13
2020-10-12x86: Make __put_user() generate an out-of-line callGravatar Linus Torvalds 1-6/+16
2020-09-08x86: remove address space overrides using set_fs()Gravatar Christoph Hellwig 1-12/+13
2019-10-18x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*Gravatar Jiri Slaby 1-8/+8
2019-10-18x86/asm: Annotate local pseudo-functionsGravatar Jiri Slaby 1-1/+2
2019-09-06x86/asm: Make some functions local labelsGravatar Jiri Slaby 1-11/+11
2019-07-18x86/uaccess: Remove redundant CLACs in getuser/putuser error pathsGravatar Josh Poimboeuf 1-13/+16
2018-09-03x86/extable: Introduce _ASM_EXTABLE_UA for uaccess fixupsGravatar Jann Horn 1-5/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2016-08-07x86: move exports to actual definitionsGravatar Al Viro 1-0/+5
2016-07-15x86/uaccess: Move thread_info::addr_limit to thread_structGravatar Andy Lutomirski 1-5/+5
2015-06-02x86/debug: Remove perpetually broken, unmaintainable dwarf annotationsGravatar Ingo Molnar 1-6/+2
2012-09-21x86, smap: Add STAC and CLAC instructions to control user space accessGravatar H. Peter Anvin 1-1/+7
2012-04-20x86, extable: Remove open-coded exception table entries in arch/x86/lib/putus...Gravatar H. Peter Anvin 1-7/+5
2008-07-09x86: merge putuser asm functions.Gravatar Glauber Costa 1-0/+97