summaryrefslogtreecommitdiffstats
path: root/arch/x86/lib/Makefile
Commit message (Expand)AuthorAgeFilesLines
* percpu: Wire up cmpxchg128Peter Zijlstra2023-06-051-1/+2
* x86: rewrite '__copy_user_nocache' functionLinus Torvalds2023-04-201-1/+1
* x86/mem: Move memmove to out of line assemblerNick Desaulniers2022-11-011-0/+1
* x86: kasan: kmsan: support CONFIG_GENERIC_CSUM on x86, enable it for KASAN/KMSANAlexander Potapenko2022-10-031-0/+2
* x86/mmx_32: Remove X86_USE_3DNOWPeter Zijlstra2021-12-111-1/+0
* x86: Add support for 0x22/0x23 port I/O configuration spaceMaciej W. Rozycki2021-08-101-0/+1
* Merge tag 'ras_updates_for_v5.10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-121-0/+1
|\
| * x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()Dan Williams2020-10-061-0/+1
* | x86/cmdline: Disable jump tables for cmdline.cArvind Sankar2020-09-031-1/+1
|/
* kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada2020-07-071-1/+1
* kcsan, trace: Make KCSAN compatible with tracingMarco Elver2020-03-211-0/+5
* x86, kcsan: Enable KCSAN for x86Marco Elver2019-11-161-0/+4
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-05-061-1/+0
|\
| * locking/rwsem: Remove arch specific rwsem filesWaiman Long2019-04-031-1/+0
* | x86/mm/mem_encrypt: Disable all instrumentation for early SME setupGary Hook2019-04-301-0/+12
|/
* kbuild: remove redundant target cleaning on failureMasahiro Yamada2019-01-061-1/+1
* x86: re-introduce non-generic memcpy_{to,from}ioLinus Torvalds2019-01-041-0/+1
* Revert "x86/retpoline: Simplify vmexit_fill_RSB()"David Woodhouse2018-02-201-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-311-0/+1
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-171-0/+1
| |\
| * | error-injection: Separate error-injection from kprobeMasami Hiramatsu2018-01-121-0/+1
* | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-291-0/+1
|\ \ \ | |_|/ |/| |
| * | x86/retpoline: Simplify vmexit_fill_RSB()Borislav Petkov2018-01-271-0/+1
* | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-141-0/+1
|\| | | |/ |/|
| * x86/retpoline: Add initial retpoline supportDavid Woodhouse2018-01-121-0/+1
* | Merge branch 'x86/mpx' into x86/asm, to pick up dependent commitsIngo Molnar2017-11-081-1/+1
|\ \ | |/ |/|
| * x86/mpx, x86/insn: Relocate insn util functions to a new insn-eval fileRicardo Neri2017-11-011-1/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-07-251-0/+1
|\
| * x86/mm: Refactor KASLR entropy functionsThomas Garnier2016-07-081-0/+1
* | x86/hweight: Get rid of the special calling conventionBorislav Petkov2016-06-081-1/+1
|/
* kernel: add kcov code coverageDmitry Vyukov2016-03-221-0/+3
* x86/cpu: Unify CPU family, model, stepping calculationBorislav Petkov2015-11-241-1/+1
* x86/asm/entry: Move the 'thunk' functions to arch/x86/entry/Ingo Molnar2015-06-041-1/+0
* x86/asm/uaccess: Get rid of copy_user_nocache_64.SBorislav Petkov2015-05-141-1/+1
* net, lib: kill arch_fast_hash library bitsDaniel Borkmann2014-12-101-1/+1
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-10-131-1/+1
|\
| * x86/lib/Makefile: Remove the unnecessary "+= thunk_64.o"Oleg Nesterov2014-09-241-1/+1
* | locking/rwlock, x86: Delete unused asm/rwlock.h and rwlock.SWaiman Long2014-09-101-1/+0
|/
* x86, boot: Carve out early cmdline parsing functionBorislav Petkov2014-05-201-1/+1
* lib: introduce arch optimized hash libraryFrancesco Fusco2013-12-171-1/+1
* x86: Improve the printout of the SMP bootup CPU tableBorislav Petkov2013-09-281-1/+1
* x86, 386 removal: Remove CONFIG_CMPXCHGH. Peter Anvin2012-11-291-1/+0
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-07-221-3/+4
|\
| * x86: Unify rwsem assembly implementationJan Beulich2011-07-211-2/+1
| * x86: Unify rwlock assembly implementationJan Beulich2011-07-211-2/+4
* | x86, perf: Make copy_from_user_nmi() a library functionRobert Richter2011-07-211-1/+1
|/
* percpu, x86: Add arch-specific this_cpu_cmpxchg_double() supportChristoph Lameter2011-02-281-0/+1
* x86, asm: Move cmpxchg emulation code to arch/x86/libH. Peter Anvin2010-07-281-0/+1
* Merge branch 'x86-atomic-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-05-181-1/+2
|\