aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-31Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2020-01-28Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-11/+15
2020-01-22x86/decoder: Add TEST opcode to Group3-2Masami Hiramatsu1-1/+1
2020-01-08x86/cpufeatures: Add support for fast short REP; MOVSBTony Luck1-3/+4
2019-12-30x86/insn-eval: Add support for 64-bit kernel modeJann Horn1-11/+15
2019-11-29Merge tag 'perf-core-for-mingo-5.5-20191128' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgentIngo Molnar1-12/+32
2019-11-26Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-6/+46
2019-11-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds18-106/+108
2019-11-26x86/insn: Add some more Intel instructions to the opcode mapAdrian Hunter1-12/+32
2019-11-25Merge branch 'x86/core' into perf/core, to resolve conflicts and to pick up completed topic treeIngo Molnar1-0/+34
2019-11-18x86/insn: Add some Intel instructions to the opcode mapAdrian Hunter1-6/+12
2019-10-18x86/asm/32: Change all ENTRY+ENDPROC to SYM_FUNC_*Jiri Slaby3-22/+22
2019-10-18x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*Jiri Slaby16-60/+60
2019-10-18x86/asm: Make some functions localJiri Slaby3-12/+12
2019-10-18x86/asm: Annotate aliasesJiri Slaby3-6/+6
2019-10-18x86/uaccess: Annotate local functionJiri Slaby1-3/+2
2019-10-18x86/asm: Annotate local pseudo-functionsJiri Slaby2-3/+6
2019-10-17x86: xen: insn: Decode Xen and KVM emulate-prefix signatureMasami Hiramatsu1-0/+34
2019-10-08x86/asm: Fix MWAITX C-state hint valueJanakarajan Natarajan1-2/+2
2019-09-06x86/asm: Make some functions local labelsJiri Slaby3-26/+26
2019-08-08x86/lib/cpu: Address missing prototypes warningValdis Klētnieks1-0/+1
2019-07-18x86/uaccess: Remove redundant CLACs in getuser/putuser error pathsJosh Poimboeuf2-23/+26
2019-07-18x86/uaccess: Don't leak AC flag into fentry from mcsafe_handle_tail()Josh Poimboeuf1-1/+1
2019-07-18x86/uaccess: Remove ELF function annotation from copy_user_handle_tail()Josh Poimboeuf1-1/+1
2019-07-08Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2019-06-23smp: Remove smp_call_function() and on_each_cpu() return valuesNadav Amit1-1/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 504Thomas Gleixner1-13/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 497Thomas Gleixner1-2/+1
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-14/+2
2019-06-07x86/insn-eval: Fix use-after-free access to LDT entryJann Horn1-23/+24
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2-14/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 224Thomas Gleixner1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 223Thomas Gleixner1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2-29/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner3-15/+3
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner4-0/+4
2019-05-06Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2019-05-06Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2019-05-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-157/+0
2019-05-06Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-21/+50
2019-04-30x86/mm/mem_encrypt: Disable all instrumentation for early SME setupGary Hook1-0/+12
2019-04-19x86/timer: Don't inline __const_udelay()Andi Kleen1-1/+1
2019-04-19x86/asm: Mark all top level asm statements as .textAndi Kleen1-0/+1
2019-04-03locking/rwsem: Remove arch specific rwsem filesWaiman Long2-157/+0
2019-04-03x86/uaccess: Fix up the fixupPeter Zijlstra1-1/+2
2019-04-03x86/uaccess: Move copy_user_handle_tail() into asmPeter Zijlstra2-20/+48
2019-03-21x86/lib: Fix indentation issue, remove extra tabColin Ian King1-1/+1
2019-03-07Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2019-03-05docs/core-api/mm: fix user memory accessors formattingMike Rapoport1-4/+4
2019-02-01x86: explicitly align IO accesses in memcpy_{to,from}ioLinus Torvalds1-3/+30