summaryrefslogtreecommitdiffstats
path: root/arch/x86/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-05-271-2/+0
|\
| * net: unexport csum_and_copy_{from,to}_userChristoph Hellwig2022-04-291-2/+0
* | Merge tag 'x86_misc_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-05-231-2/+2
|\ \
| * | x86/delay: Fix the wrong asm constraint in delay_loop()Ammar Faizi2022-04-051-2/+2
* | | Merge tag 'x86_core_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-05-231-2/+3
|\ \ \
| * | | x86/32: Remove lazy GS macrosBrian Gerst2022-04-141-2/+3
| |/ /
* | | Merge tag 'x86_cleanups_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-05-231-0/+0
|\ \ \
| * | | x86: Remove empty filesBorislav Petkov2022-05-201-0/+0
| |/ /
* | | Merge tag 'x86_tdx_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-05-231-1/+1
|\ \ \
| * | | x86/kaslr: Fix build warning in KASLR code in boot stubKirill A. Shutemov2022-04-111-1/+1
| |/ /
* | | Merge tag 'x86_urgent_for_v5.18_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-05-012-1/+5
|\ \ \
| * | | x86/uaccess: Add ENDBR to __put_user_nocheck*()Josh Poimboeuf2022-04-191-0/+4
| * | | x86/retpoline: Add ANNOTATE_NOENDBR for retpolinesJosh Poimboeuf2022-04-191-1/+1
| |/ /
* | | Merge tag 'objtool_urgent_for_v5.18_rc5' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-05-011-35/+52
|\ \ \ | |_|/ |/| |
| * | x86/uaccess: Don't jump between functionsJosh Poimboeuf2022-04-191-35/+52
| |/
* / x86: __memcpy_flushcache: fix wrong alignment if size > 2^32Mikulas Patocka2022-04-201-1/+1
|/
* Merge tag 'x86-urgent-2022-04-03' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-04-031-8/+57
|\
| * x86/sev: Unroll string mmio with CC_ATTR_GUEST_UNROLL_STRING_IOJoerg Roedel2022-03-291-8/+57
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2022-04-011-26/+0
|\ \
| * | uml/x86: use x86 load_unaligned_zeropad()Al Viro2022-01-301-26/+0
* | | Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-03-272-0/+3
|\ \ \
| * | | x86/ibt: Annotate text referencesPeter Zijlstra2022-03-152-0/+3
| * | | Merge branch 'arm64/for-next/linkage'Peter Zijlstra2022-03-153-10/+10
| |\ \ \
* | \ \ \ Merge tag 'memcpy-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-261-0/+1
|\ \ \ \ \
| * | | | | fortify: Detect struct member overflows in memmove() at compile-timeKees Cook2022-02-131-0/+1
| | |_|/ / | |/| | |
* | | | | Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-231-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | x86: remove __range_not_ok()Arnd Bergmann2022-02-251-1/+1
| |/ / /