| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-03-19 | x86/runtime-const: Add the RUNTIME_CONST_PTR assembly macro | Kirill A. Shutemov | 1 | -5/+2 |
| 2025-02-14 | x86/cfi: Clean up linkage | Peter Zijlstra | 1 | -0/+9 |
| 2025-01-20 | x86: use cmov for user address masking | Linus Torvalds | 1 | -3/+2 |
| 2024-10-25 | x86: fix user address masking non-canonical speculation issue | Linus Torvalds | 1 | -2/+7 |
| 2024-08-01 | x86/uaccess: Zero the 8-byte get_range case on failure on 32-bit | David Gow | 1 | -1/+3 |
| 2024-06-19 | x86/uaccess: Improve the 8-byte getuser() case | Linus Torvalds | 1 | -49/+20 |
| 2024-06-11 | x86/uaccess: Fix missed zeroing of ia32 u64 get_user() range checking | Kees Cook | 1 | -1/+5 |
| 2024-01-29 | x86/lib: Revert to _ASM_EXTABLE_UA() for {get,put}_user() fixups | Qiuxu Zhuo | 1 | -12/+12 |
| 2023-10-03 | x86/headers: Replace #include <asm/export.h> with #include <linux/export.h> | Masahiro Yamada | 1 | -1/+1 |
| 2023-06-02 | x86/lib: Make get/put_user() exception handling a visible symbol | Nadav Amit | 1 | -16/+16 |
| 2023-03-16 | x86/mm: Rework address range check in get_user() and put_user() | Kirill A. Shutemov | 1 | -52/+31 |
| 2021-12-08 | x86: Prepare asm files for straight-line-speculation | Peter Zijlstra | 1 | -11/+11 |
| 2020-10-22 | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -23/+24 |
| 2020-10-12 | x86: Make __get_user() generate an out-of-line call | Linus Torvalds | 1 | -0/+60 |
| 2020-09-08 | x86: remove address space overrides using set_fs() | Christoph Hellwig | 1 | -23/+24 |
| 2019-10-18 | x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_* | Jiri Slaby | 1 | -8/+8 |
| 2019-10-18 | x86/asm: Annotate local pseudo-functions | Jiri Slaby | 1 | -2/+4 |
| 2019-09-06 | x86/asm: Make some functions local labels | Jiri Slaby | 1 | -8/+8 |
| 2019-07-18 | x86/uaccess: Remove redundant CLACs in getuser/putuser error paths | Josh Poimboeuf | 1 | -10/+10 |
| 2018-09-03 | x86/extable: Introduce _ASM_EXTABLE_UA for uaccess fixups | Jann Horn | 1 | -6/+6 |
| 2018-01-30 | x86/get_user: Use pointer masking to limit speculation | Dan Williams | 1 | -0/+10 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2016-08-07 | x86: move exports to actual definitions | Al Viro | 1 | -0/+5 |
| 2016-07-15 | x86/uaccess: Move thread_info::addr_limit to thread_struct | Andy Lutomirski | 1 | -10/+10 |
| 2015-06-02 | x86/debug: Remove perpetually broken, unmaintainable dwarf annotations | Ingo Molnar | 1 | -13/+0 |
| 2013-02-11 | x86: Be consistent with data size in getuser.S | H. Peter Anvin | 1 | -5/+5 |
| 2013-02-07 | x86-32: Add support for 64bit get_user() | Ville Syrjälä | 1 | -5/+32 |
| 2012-09-21 | x86, smap: Add STAC and CLAC instructions to control user space access | H. Peter Anvin | 1 | -0/+10 |
| 2012-04-20 | x86, extable: Remove open-coded exception table entries in arch/x86/lib/getus... | H. Peter Anvin | 1 | -5/+4 |
| 2009-02-13 | x86: use _types.h headers in asm where available | Jeremy Fitzhardinge | 1 | -1/+1 |
| 2008-07-09 | x86: merge getuser asm functions. | Glauber Costa | 1 | -0/+104 |