summaryrefslogtreecommitdiff
path: root/arch/x86/lib
AgeCommit message (Expand)Author
2023-05-12x86/retbleed: Fix return thunk alignmentBorislav Petkov (AMD)
2023-04-28Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-04-28Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-04-28Merge tag 'x86_cleanups_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2023-04-20x86: rewrite '__copy_user_nocache' functionLinus Torvalds
2023-04-19x86: remove 'zerorest' argument from __copy_user_nocache()Linus Torvalds
2023-04-18x86: improve on the non-rep 'copy_user' functionLinus Torvalds
2023-04-18x86: improve on the non-rep 'clear_user' functionLinus Torvalds
2023-04-18x86: inline the 'rep movs' in user copies for the FSRM caseLinus Torvalds
2023-04-18x86: move stac/clac from user copy routines into callersLinus Torvalds
2023-04-18x86: don't use REP_GOOD or ERMS for user memory clearingLinus Torvalds
2023-04-18x86: don't use REP_GOOD or ERMS for user memory copiesLinus Torvalds
2023-04-18x86: don't use REP_GOOD or ERMS for small memory clearingLinus Torvalds
2023-04-18x86: don't use REP_GOOD or ERMS for small memory copiesLinus Torvalds
2023-03-23x86,objtool: Split UNWIND_HINT_EMPTY in twoJosh Poimboeuf
2023-03-16x86/mm: Rework address range check in get_user() and put_user()Kirill A. Shutemov
2023-03-16x86/uaccess: Remove memcpy_page_flushcache()Ira Weiny
2023-02-21Merge tag 'x86_cpu_for_v6.3_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-02-20Merge tag 'x86-asm-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-01-31Merge tag 'v6.2-rc6' into sched/core, to pick up fixesIngo Molnar
2023-01-13entry, kasan, x86: Disallow overriding mem*() functionsPeter Zijlstra
2023-01-12x86/opcode: Add the LKGS instruction to x86-opcode-mapH. Peter Anvin (Intel)
2023-01-03x86/lib: Fix compiler and kernel-doc warningsAnuradha Weeraman
2023-01-03x86/insn: Avoid namespace clash by separating instruction decoder MMIO type f...Jason A. Donenfeld
2023-01-03x86/asm: Fix an assembler warning with current binutilsMikulas Patocka
2023-01-03x86/lib: Include <asm/misc.h> to fix a missing prototypes warning at build timeAnuradha Weeraman
2022-12-14Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-12-13Merge tag 'x86_asm_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-11-21Merge tag 'v6.1-rc6' into x86/core, to resolve conflictsIngo Molnar
2022-11-08x86/uaccess: instrument copy_from_user_nmi()Alexander Potapenko
2022-11-01x86/mem: Move memmove to out of line assemblerNick Desaulniers
2022-10-17x86/calldepth: Add ret/call counting for debugThomas Gleixner
2022-10-17x86/retpoline: Add SKL retthunk retpolinesPeter Zijlstra
2022-10-17x86/retbleed: Add SKL return thunkThomas Gleixner
2022-10-17x86/putuser: Provide room for paddingThomas Gleixner
2022-10-17x86/error_inject: Align function properlyPeter Zijlstra
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-04Merge tag 'x86_cpu_for_v6.1_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-03Merge tag 'kcfi-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds
2022-10-03x86: kasan: kmsan: support CONFIG_GENERIC_CSUM on x86, enable it for KASAN/KMSANAlexander Potapenko
2022-10-03x86: kmsan: handle open-coded assembly in lib/iomem.cAlexander Potapenko
2022-09-26x86/uaccess: avoid check_object_size() in copy_from_user_nmi()Kees Cook
2022-09-26x86: Add types to indirectly called assembly functionsSami Tolvanen
2022-08-18x86/clear_user: Make it fasterBorislav Petkov
2022-06-29x86/retbleed: Add fine grained Kconfig knobsPeter Zijlstra
2022-06-27x86: Add magic AMD return-thunkPeter Zijlstra
2022-06-27x86: Use return-thunk in asm codePeter Zijlstra
2022-06-27x86/retpoline: Use -mfunction-returnPeter Zijlstra
2022-06-27x86/retpoline: Swizzle retpoline thunkPeter Zijlstra
2022-05-27Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds