aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/lib
AgeCommit message (Expand)AuthorFilesLines
2023-06-27Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-33/+80
2023-06-27Merge tag 'x86_misc_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-61/+96
2023-06-26Merge tag 'x86_cleanups_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-13/+20
2023-06-26Merge tag 'x86_cpu_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2023-06-26Merge tag 'x86_alternatives_for_v6.5' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-8/+5
2023-06-06x86/lib/msr: Clean up kernel-doc notationGravatar Randy Dunlap 1-13/+19
2023-06-05percpu: Wire up cmpxchg128Gravatar Peter Zijlstra 3-33/+80
2023-06-02x86/lib: Make get/put_user() exception handling a visible symbolGravatar Nadav Amit 2-28/+28
2023-05-29x86/csum: Fix clang -Wuninitialized in csum_partial()Gravatar Nathan Chancellor 1-4/+6
2023-05-26x86: re-introduce support for ERMS copies for user space accessesGravatar Linus Torvalds 1-1/+9
2023-05-25x86/csum: Improve performance of `csum_partial`Gravatar Noah Goldstein 1-32/+65
2023-05-18x86/usercopy: Include arch_wb_cache_pmem() declarationGravatar Arnd Bergmann 1-0/+1
2023-05-17x86/retbleed: Add __x86_return_thunk alignment checksGravatar Borislav Petkov (AMD) 1-1/+1
2023-05-12x86/retbleed: Fix return thunk alignmentGravatar Borislav Petkov (AMD) 1-2/+2
2023-05-10x86/lib/memmove: Decouple ERMS from FSRMGravatar Borislav Petkov (AMD) 1-8/+5
2023-04-28Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-3/+3
2023-04-28Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 2-82/+55
2023-04-28Merge tag 'x86_cleanups_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-9/+0
2023-04-20x86: rewrite '__copy_user_nocache' functionGravatar Linus Torvalds 3-214/+243
2023-04-19x86: remove 'zerorest' argument from __copy_user_nocache()Gravatar Linus Torvalds 2-3/+3
2023-04-18x86: improve on the non-rep 'copy_user' functionGravatar Linus Torvalds 1-156/+133
2023-04-18x86: improve on the non-rep 'clear_user' functionGravatar Linus Torvalds 1-44/+70
2023-04-18x86: inline the 'rep movs' in user copies for the FSRM caseGravatar Linus Torvalds 1-34/+21
2023-04-18x86: move stac/clac from user copy routines into callersGravatar Linus Torvalds 2-11/+5
2023-04-18x86: don't use REP_GOOD or ERMS for user memory clearingGravatar Linus Torvalds 1-75/+0
2023-04-18x86: don't use REP_GOOD or ERMS for user memory copiesGravatar Linus Torvalds 1-44/+7
2023-04-18x86: don't use REP_GOOD or ERMS for small memory clearingGravatar Linus Torvalds 1-36/+11
2023-04-18x86: don't use REP_GOOD or ERMS for small memory copiesGravatar Linus Torvalds 1-24/+10
2023-03-23x86,objtool: Split UNWIND_HINT_EMPTY in twoGravatar Josh Poimboeuf 1-3/+3
2023-03-16x86/mm: Rework address range check in get_user() and put_user()Gravatar Kirill A. Shutemov 2-82/+55
2023-03-16x86/uaccess: Remove memcpy_page_flushcache()Gravatar Ira Weiny 1-9/+0
2023-02-21Merge tag 'x86_cpu_for_v6.3_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+1
2023-02-20Merge tag 'x86-asm-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-1/+5
2023-01-31Merge tag 'v6.2-rc6' into sched/core, to pick up fixesGravatar Ingo Molnar 2-11/+11
2023-01-13entry, kasan, x86: Disallow overriding mem*() functionsGravatar Peter Zijlstra 3-5/+8
2023-01-12x86/opcode: Add the LKGS instruction to x86-opcode-mapGravatar H. Peter Anvin (Intel) 1-0/+1
2023-01-03x86/lib: Fix compiler and kernel-doc warningsGravatar Anuradha Weeraman 1-1/+3
2023-01-03x86/insn: Avoid namespace clash by separating instruction decoder MMIO type f...Gravatar Jason A. Donenfeld 1-10/+10
2023-01-03x86/asm: Fix an assembler warning with current binutilsGravatar Mikulas Patocka 1-1/+1
2023-01-03x86/lib: Include <asm/misc.h> to fix a missing prototypes warning at build timeGravatar Anuradha Weeraman 1-0/+2
2022-12-14Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-21/+149
2022-12-13Merge tag 'x86_asm_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 3-187/+201
2022-11-21Merge tag 'v6.1-rc6' into x86/core, to resolve conflictsGravatar Ingo Molnar 1-0/+3
2022-11-08x86/uaccess: instrument copy_from_user_nmi()Gravatar Alexander Potapenko 1-0/+3
2022-11-01x86/mem: Move memmove to out of line assemblerGravatar Nick Desaulniers 3-187/+201
2022-10-17x86/calldepth: Add ret/call counting for debugGravatar Thomas Gleixner 1-1/+6
2022-10-17x86/retpoline: Add SKL retthunk retpolinesGravatar Peter Zijlstra 1-8/+63
2022-10-17x86/retbleed: Add SKL return thunkGravatar Thomas Gleixner 1-0/+31
2022-10-17x86/putuser: Provide room for paddingGravatar Thomas Gleixner 1-13/+49
2022-10-17x86/error_inject: Align function properlyGravatar Peter Zijlstra 1-0/+1