aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/lib
AgeCommit message (Expand)AuthorFilesLines
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 2-8/+6
2020-07-07kbuild: remove cc-option test of -fno-stack-protectorGravatar Masahiro Yamada 1-1/+1
2020-06-28Merge tag 'x86_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+1
2020-06-25x86/entry: Fixup bad_iret vs noinstrGravatar Peter Zijlstra 1-0/+4
2020-06-19x86/asm/64: Align start of __clear_user() loop to 16-bytesGravatar Matt Fleming 1-0/+1
2020-06-11Rebase locking/kcsan to locking/urgentGravatar Thomas Gleixner 1-0/+9
2020-06-03Merge tag 'x86-timers-2020-06-03' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-36/+78
2020-06-01Merge branch 'uaccess.csum' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-17/+18
2020-05-29x86: switch both 32bit and 64bit to providing csum_and_copy_from_user()Gravatar Al Viro 1-3/+3
2020-05-29x86_64: csum_..._copy_..._user(): switch to unsafe_..._user()Gravatar Al Viro 1-11/+12
2020-05-07x86/delay: Introduce TPAUSE delayGravatar Kyung Min Park 1-0/+27
2020-05-07x86/delay: Refactor delay_mwaitx() for TPAUSE supportGravatar Kyung Min Park 1-18/+30
2020-05-07x86/delay: Preparatory code cleanupGravatar Thomas Gleixner 1-21/+24
2020-04-30x86/retpoline: Fix retpoline unwindGravatar Peter Zijlstra 1-3/+23
2020-04-30x86: Change {JMP,CALL}_NOSPEC argumentGravatar Peter Zijlstra 1-2/+2
2020-04-30x86: Simplify retpoline declarationGravatar Peter Zijlstra 1-21/+16
2020-04-22get rid of csum_partial_copy_to_user()Gravatar Al Viro 1-3/+3
2020-04-13Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refreshGravatar Ingo Molnar 2-6/+12
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-0/+1
2020-03-26x86/insn: Add Control-flow Enforcement (CET) instructions to the opcode mapGravatar Yu-cheng Yu 1-6/+11
2020-03-25.gitignore: add SPDX License IdentifierGravatar Masahiro Yamada 1-0/+1
2020-03-21kcsan, trace: Make KCSAN compatible with tracingGravatar Marco Elver 1-0/+5
2020-03-21Merge branch 'x86/kdump' into locking/kcsan, to resolve conflictsGravatar Ingo Molnar 3-15/+20
2020-01-31Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2020-01-28Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-11/+15
2020-01-22x86/decoder: Add TEST opcode to Group3-2Gravatar Masami Hiramatsu 1-1/+1
2020-01-08x86/cpufeatures: Add support for fast short REP; MOVSBGravatar Tony Luck 1-3/+4
2019-12-30x86/insn-eval: Add support for 64-bit kernel modeGravatar Jann Horn 1-11/+15
2019-12-30Merge tag 'v5.5-rc4' into locking/kcsan, to resolve conflictsGravatar Ingo Molnar 20-124/+186
2019-11-29Merge tag 'perf-core-for-mingo-5.5-20191128' of git://git.kernel.org/pub/scm/...Gravatar Ingo Molnar 1-12/+32
2019-11-26Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-6/+46
2019-11-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 18-106/+108
2019-11-26x86/insn: Add some more Intel instructions to the opcode mapGravatar Adrian Hunter 1-12/+32
2019-11-25Merge branch 'x86/core' into perf/core, to resolve conflicts and to pick up c...Gravatar Ingo Molnar 1-0/+34
2019-11-18x86/insn: Add some Intel instructions to the opcode mapGravatar Adrian Hunter 1-6/+12
2019-11-16x86, kcsan: Enable KCSAN for x86Gravatar Marco Elver 1-0/+4
2019-10-18x86/asm/32: Change all ENTRY+ENDPROC to SYM_FUNC_*Gravatar Jiri Slaby 3-22/+22
2019-10-18x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*Gravatar Jiri Slaby 16-60/+60
2019-10-18x86/asm: Make some functions localGravatar Jiri Slaby 3-12/+12
2019-10-18x86/asm: Annotate aliasesGravatar Jiri Slaby 3-6/+6
2019-10-18x86/uaccess: Annotate local functionGravatar Jiri Slaby 1-3/+2
2019-10-18x86/asm: Annotate local pseudo-functionsGravatar Jiri Slaby 2-3/+6
2019-10-17x86: xen: insn: Decode Xen and KVM emulate-prefix signatureGravatar Masami Hiramatsu 1-0/+34
2019-10-08x86/asm: Fix MWAITX C-state hint valueGravatar Janakarajan Natarajan 1-2/+2
2019-09-06x86/asm: Make some functions local labelsGravatar Jiri Slaby 3-26/+26
2019-08-08x86/lib/cpu: Address missing prototypes warningGravatar Valdis Klētnieks 1-0/+1
2019-07-18x86/uaccess: Remove redundant CLACs in getuser/putuser error pathsGravatar Josh Poimboeuf 2-23/+26
2019-07-18x86/uaccess: Don't leak AC flag into fentry from mcsafe_handle_tail()Gravatar Josh Poimboeuf 1-1/+1
2019-07-18x86/uaccess: Remove ELF function annotation from copy_user_handle_tail()Gravatar Josh Poimboeuf 1-1/+1
2019-07-08Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+2