summaryrefslogtreecommitdiffstats
path: root/arch/x86/lib
Commit message (Expand)AuthorAgeFilesLines
* x86: re-introduce support for ERMS copies for user space accessesLinus Torvalds2023-05-261-1/+9
* x86/retbleed: Fix return thunk alignmentBorislav Petkov (AMD)2023-05-121-2/+2
* Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-281-3/+3
|\
| * x86,objtool: Split UNWIND_HINT_EMPTY in twoJosh Poimboeuf2023-03-231-3/+3
* | Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-04-282-82/+55
|\ \
| * | x86/mm: Rework address range check in get_user() and put_user()Kirill A. Shutemov2023-03-162-82/+55
| |/
* | Merge tag 'x86_cleanups_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2023-04-281-9/+0
|\ \
| * | x86/uaccess: Remove memcpy_page_flushcache()Ira Weiny2023-03-161-9/+0
| |/
* | x86: rewrite '__copy_user_nocache' functionLinus Torvalds2023-04-203-214/+243
* | x86: remove 'zerorest' argument from __copy_user_nocache()Linus Torvalds2023-04-192-3/+3
* | x86: improve on the non-rep 'copy_user' functionLinus Torvalds2023-04-181-156/+133
* | x86: improve on the non-rep 'clear_user' functionLinus Torvalds2023-04-181-44/+70
* | x86: inline the 'rep movs' in user copies for the FSRM caseLinus Torvalds2023-04-181-34/+21
* | x86: move stac/clac from user copy routines into callersLinus Torvalds2023-04-182-11/+5
* | x86: don't use REP_GOOD or ERMS for user memory clearingLinus Torvalds2023-04-181-75/+0
* | x86: don't use REP_GOOD or ERMS for user memory copiesLinus Torvalds2023-04-181-44/+7
* | x86: don't use REP_GOOD or ERMS for small memory clearingLinus Torvalds2023-04-181-36/+11
* | x86: don't use REP_GOOD or ERMS for small memory copiesLinus Torvalds2023-04-181-24/+10
|/
* Merge tag 'x86_cpu_for_v6.3_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-02-211-0/+1
|\
| * x86/opcode: Add the LKGS instruction to x86-opcode-mapH. Peter Anvin (Intel)2023-01-121-0/+1
* | Merge tag 'x86-asm-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-02-202-1/+5
|\ \
| * | x86/lib: Fix compiler and kernel-doc warningsAnuradha Weeraman2023-01-031-1/+3
| * | x86/lib: Include <asm/misc.h> to fix a missing prototypes warning at build timeAnuradha Weeraman2023-01-031-0/+2
* | | Merge tag 'v6.2-rc6' into sched/core, to pick up fixesIngo Molnar2023-01-312-11/+11
|\ \ \ | | |/ | |/|
| * | x86/insn: Avoid namespace clash by separating instruction decoder MMIO type f...Jason A. Donenfeld2023-01-031-10/+10
| * | x86/asm: Fix an assembler warning with current binutilsMikulas Patocka2023-01-031-1/+1
| |/
* / entry, kasan, x86: Disallow overriding mem*() functionsPeter Zijlstra2023-01-133-5/+8
|/
* Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-143-21/+149
|\
| * Merge tag 'v6.1-rc6' into x86/core, to resolve conflictsIngo Molnar2022-11-211-0/+3
| |\
| * | x86/calldepth: Add ret/call counting for debugThomas Gleixner2022-10-171-1/+6
| * | x86/retpoline: Add SKL retthunk retpolinesPeter Zijlstra2022-10-171-8/+63
| * | x86/retbleed: Add SKL return thunkThomas Gleixner2022-10-171-0/+31
| * | x86/putuser: Provide room for paddingThomas Gleixner2022-10-171-13/+49
| * | x86/error_inject: Align function properlyPeter Zijlstra2022-10-171-0/+1
* | | Merge tag 'x86_asm_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-12-133-187/+201
|\ \ \ | |_|/ |/| |
| * | x86/mem: Move memmove to out of line assemblerNick Desaulniers2022-11-013-187/+201
| |/
* / x86/uaccess: instrument copy_from_user_nmi()Alexander Potapenko2022-11-081-0/+3
|/
* Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-102-0/+7
|\
| * x86: kasan: kmsan: support CONFIG_GENERIC_CSUM on x86, enable it for KASAN/KMSANAlexander Potapenko2022-10-031-0/+2
| * x86: kmsan: handle open-coded assembly in lib/iomem.cAlexander Potapenko2022-10-031-0/+5
* | Merge tag 'x86_cpu_for_v6.1_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-042-40/+138
|\ \
| * | x86/clear_user: Make it fasterBorislav Petkov2022-08-182-40/+138
* | | Merge tag 'kcfi-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds2022-10-031-1/+2
|\ \ \ | |_|/ |/| |
| * | x86: Add types to indirectly called assembly functionsSami Tolvanen2022-09-261-1/+2
| |/
* / x86/uaccess: avoid check_object_size() in copy_from_user_nmi()Kees Cook2022-09-261-1/+1
|/
* x86/retbleed: Add fine grained Kconfig knobsPeter Zijlstra2022-06-291-0/+4
* x86: Add magic AMD return-thunkPeter Zijlstra2022-06-271-4/+60
* x86: Use return-thunk in asm codePeter Zijlstra2022-06-271-1/+6
* x86/retpoline: Use -mfunction-returnPeter Zijlstra2022-06-271-0/+13
* x86/retpoline: Swizzle retpoline thunkPeter Zijlstra2022-06-271-3/+3