summaryrefslogtreecommitdiff
path: root/arch/x86/lib/Makefile
AgeCommit message (Expand)Author
2025-05-26Merge tag 'v6.16-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2025-04-28x86/crc: drop "glue" from filenamesEric Biggers
2025-04-28crypto: x86 - move library functions to arch/x86/lib/crypto/Eric Biggers
2025-03-25Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2025-03-04Merge branch 'x86/asm' into x86/core, to pick up dependent commitsIngo Molnar
2025-02-28x86/cpufeatures: Rename X86_CMPXCHG64 to X86_CX8H. Peter Anvin (Intel)
2025-02-26x86/bhi: Add BHI stubsPeter Zijlstra
2025-02-10x86/crc64: implement crc64_be and crc64_nvme using new templateEric Biggers
2025-02-10x86/crc-t10dif: implement crc_t10dif using new templateEric Biggers
2024-12-01x86/crc-t10dif: expose CRC-T10DIF function through libEric Biggers
2024-12-01x86/crc32: expose CRC32 functions through libEric Biggers
2024-04-22x86: Stop using weak symbols for __iowrite32_copy()Jason Gunthorpe
2024-03-12Merge branch 'linus' into x86/boot, to resolve conflictIngo Molnar
2024-03-04x86/boot: Move mem_encrypt= parsing to the decompressorArd Biesheuvel
2024-01-10x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINEBreno Leitao
2023-06-05percpu: Wire up cmpxchg128Peter Zijlstra
2023-04-20x86: rewrite '__copy_user_nocache' functionLinus Torvalds
2022-11-01x86/mem: Move memmove to out of line assemblerNick Desaulniers
2022-10-03x86: kasan: kmsan: support CONFIG_GENERIC_CSUM on x86, enable it for KASAN/KMSANAlexander Potapenko
2021-12-11x86/mmx_32: Remove X86_USE_3DNOWPeter Zijlstra
2021-08-10x86: Add support for 0x22/0x23 port I/O configuration spaceMaciej W. Rozycki
2020-10-12Merge tag 'ras_updates_for_v5.10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-10-06x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()Dan Williams
2020-09-03x86/cmdline: Disable jump tables for cmdline.cArvind Sankar
2020-07-07kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada
2020-03-21kcsan, trace: Make KCSAN compatible with tracingMarco Elver
2019-11-16x86, kcsan: Enable KCSAN for x86Marco Elver
2019-05-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-04-30x86/mm/mem_encrypt: Disable all instrumentation for early SME setupGary Hook
2019-04-03locking/rwsem: Remove arch specific rwsem filesWaiman Long
2019-01-06kbuild: remove redundant target cleaning on failureMasahiro Yamada
2019-01-04x86: re-introduce non-generic memcpy_{to,from}ioLinus Torvalds
2018-02-20Revert "x86/retpoline: Simplify vmexit_fill_RSB()"David Woodhouse
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-01-29Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-01-27x86/retpoline: Simplify vmexit_fill_RSB()Borislav Petkov
2018-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-14Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-01-12error-injection: Separate error-injection from kprobeMasami Hiramatsu
2018-01-12x86/retpoline: Add initial retpoline supportDavid Woodhouse
2017-11-08Merge branch 'x86/mpx' into x86/asm, to pick up dependent commitsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-11-01x86/mpx, x86/insn: Relocate insn util functions to a new insn-eval fileRicardo Neri
2016-07-25Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-07-08x86/mm: Refactor KASLR entropy functionsThomas Garnier
2016-06-08x86/hweight: Get rid of the special calling conventionBorislav Petkov
2016-03-22kernel: add kcov code coverageDmitry Vyukov
2015-11-24x86/cpu: Unify CPU family, model, stepping calculationBorislav Petkov
2015-06-04x86/asm/entry: Move the 'thunk' functions to arch/x86/entry/Ingo Molnar
2015-05-14x86/asm/uaccess: Get rid of copy_user_nocache_64.SBorislav Petkov