summaryrefslogtreecommitdiffstats
path: root/arch/x86/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ras_updates_for_v5.10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-126-184/+323
|\
| * x86/mce: Avoid tail copy when machine check terminated a copy from userTony Luck2020-10-071-0/+15
| * x86/mce: Add _ASM_EXTABLE_CPY for copy user accessYouquan Song2020-10-071-48/+48
| * x86/copy_mc: Introduce copy_mc_enhanced_fast_string()Dan Williams2020-10-062-9/+59
| * x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()Dan Williams2020-10-065-136/+210
* | arch/x86/lib/usercopy_64.c: fix __copy_user_flushcache() cache writebackMikulas Patocka2020-09-261-1/+1
* | x86/cmdline: Disable jump tables for cmdline.cArvind Sankar2020-09-031-1/+1
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-8/+6
|/
* kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada2020-07-071-1/+1
* Merge tag 'x86_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-06-281-0/+1
|\
| * x86/asm/64: Align start of __clear_user() loop to 16-bytesMatt Fleming2020-06-191-0/+1
* | x86/entry: Fixup bad_iret vs noinstrPeter Zijlstra2020-06-251-0/+4
|/
* Rebase locking/kcsan to locking/urgentThomas Gleixner2020-06-111-0/+9
|\
| * Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refreshIngo Molnar2020-04-132-6/+12
| |\
| * | kcsan, trace: Make KCSAN compatible with tracingMarco Elver2020-03-211-0/+5
| * | Merge branch 'x86/kdump' into locking/kcsan, to resolve conflictsIngo Molnar2020-03-213-15/+20
| |\ \
| * \ \ Merge tag 'v5.5-rc4' into locking/kcsan, to resolve conflictsIngo Molnar2019-12-3020-124/+186
| |\ \ \
| * | | | x86, kcsan: Enable KCSAN for x86Marco Elver2019-11-161-0/+4
* | | | | Merge tag 'x86-timers-2020-06-03' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-06-031-36/+78
|\ \ \ \ \
| * | | | | x86/delay: Introduce TPAUSE delayKyung Min Park2020-05-071-0/+27
| * | | | | x86/delay: Refactor delay_mwaitx() for TPAUSE supportKyung Min Park2020-05-071-18/+30
| * | | | | x86/delay: Preparatory code cleanupThomas Gleixner2020-05-071-21/+24
| | |_|_|/ | |/| | |
* | | | | Merge branch 'uaccess.csum' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-06-011-17/+18
|\ \ \ \ \
| * | | | | x86: switch both 32bit and 64bit to providing csum_and_copy_from_user()Al Viro2020-05-291-3/+3
| * | | | | x86_64: csum_..._copy_..._user(): switch to unsafe_..._user()Al Viro2020-05-291-11/+12
| * | | | | get rid of csum_partial_copy_to_user()Al Viro2020-04-221-3/+3
| |/ / / /
* | | | | x86/retpoline: Fix retpoline unwindPeter Zijlstra2020-04-301-3/+23
* | | | | x86: Change {JMP,CALL}_NOSPEC argumentPeter Zijlstra2020-04-301-2/+2
* | | | | x86: Simplify retpoline declarationPeter Zijlstra2020-04-301-21/+16
|/ / / /
* | | | Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-04-031-0/+1
|\ \ \ \
| * | | | .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-251-0/+1
| | |_|/ | |/| |
* / | | x86/insn: Add Control-flow Enforcement (CET) instructions to the opcode mapYu-cheng Yu2020-03-261-6/+11
|/ / /
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-01-311-1/+1
|\ \ \
| * | | x86/decoder: Add TEST opcode to Group3-2Masami Hiramatsu2020-01-221-1/+1
| | |/ | |/|
* | | Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-01-281-11/+15
|\ \ \
| * | | x86/insn-eval: Add support for 64-bit kernel modeJann Horn2019-12-301-11/+15
| |/ /
* / / x86/cpufeatures: Add support for fast short REP; MOVSBTony Luck2020-01-081-3/+4
|/ /
* | Merge tag 'perf-core-for-mingo-5.5-20191128' of git://git.kernel.org/pub/scm/...Ingo Molnar2019-11-291-12/+32
|\ \
| * | x86/insn: Add some more Intel instructions to the opcode mapAdrian Hunter2019-11-261-12/+32
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-11-262-6/+46
|\| |
| * | Merge branch 'x86/core' into perf/core, to resolve conflicts and to pick up c...Ingo Molnar2019-11-251-0/+34
| |\ \
| | * | x86: xen: insn: Decode Xen and KVM emulate-prefix signatureMasami Hiramatsu2019-10-171-0/+34
| | |/
| * / x86/insn: Add some Intel instructions to the opcode mapAdrian Hunter2019-11-181-6/+12
| |/
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-11-2618-106/+108
|\ \ | |/ |/|
| * x86/asm/32: Change all ENTRY+ENDPROC to SYM_FUNC_*Jiri Slaby2019-10-183-22/+22
| * x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*Jiri Slaby2019-10-1816-60/+60
| * x86/asm: Make some functions localJiri Slaby2019-10-183-12/+12
| * x86/asm: Annotate aliasesJiri Slaby2019-10-183-6/+6
| * x86/uaccess: Annotate local functionJiri Slaby2019-10-181-3/+2
| * x86/asm: Annotate local pseudo-functionsJiri Slaby2019-10-182-3/+6