summaryrefslogtreecommitdiffstats
path: root/arch/x86/lib
AgeCommit message (Expand)AuthorLines
2019-10-08x86/asm: Fix MWAITX C-state hint valueJanakarajan Natarajan-2/+2
2019-09-06x86/asm: Make some functions local labelsJiri Slaby-26/+26
2019-08-08x86/lib/cpu: Address missing prototypes warningValdis Klētnieks-0/+1
2019-07-18x86/uaccess: Remove redundant CLACs in getuser/putuser error pathsJosh Poimboeuf-23/+26
2019-07-18x86/uaccess: Don't leak AC flag into fentry from mcsafe_handle_tail()Josh Poimboeuf-1/+1
2019-07-18x86/uaccess: Remove ELF function annotation from copy_user_handle_tail()Josh Poimboeuf-1/+1
2019-07-08Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+2
2019-06-23smp: Remove smp_call_function() and on_each_cpu() return valuesNadav Amit-1/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 504Thomas Gleixner-13/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 497Thomas Gleixner-2/+1
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-14/+2
2019-06-07x86/insn-eval: Fix use-after-free access to LDT entryJann Horn-23/+24
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner-14/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 224Thomas Gleixner-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 223Thomas Gleixner-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner-29/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-15/+3
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner-0/+4
2019-05-06Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+1
2019-05-06Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+1
2019-05-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-157/+0
2019-05-06Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-21/+50
2019-04-30x86/mm/mem_encrypt: Disable all instrumentation for early SME setupGary Hook-0/+12
2019-04-19x86/timer: Don't inline __const_udelay()Andi Kleen-1/+1
2019-04-19x86/asm: Mark all top level asm statements as .textAndi Kleen-0/+1
2019-04-03locking/rwsem: Remove arch specific rwsem filesWaiman Long-157/+0
2019-04-03x86/uaccess: Fix up the fixupPeter Zijlstra-1/+2
2019-04-03x86/uaccess: Move copy_user_handle_tail() into asmPeter Zijlstra-20/+48
2019-03-21x86/lib: Fix indentation issue, remove extra tabColin Ian King-1/+1
2019-03-07Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+2
2019-03-05docs/core-api/mm: fix user memory accessors formattingMike Rapoport-4/+4
2019-02-01x86: explicitly align IO accesses in memcpy_{to,from}ioLinus Torvalds-3/+30
2019-01-26x86/insn-eval: Mark expected switch-case fall-throughGustavo A. R. Silva-0/+2
2019-01-11x86/kaslr: Fix incorrect i8254 outb() parametersDaniel Drake-2/+2
2019-01-06kbuild: remove redundant target cleaning on failureMasahiro Yamada-1/+1
2019-01-04x86: re-introduce non-generic memcpy_{to,from}ioLinus Torvalds-0/+43
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds-4/+4
2018-10-23Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+2
2018-09-10x86/asm: Optimize memcpy_flushcache()Mikulas Patocka-2/+2
2018-09-03x86/extable: Introduce _ASM_EXTABLE_UA for uaccess fixupsJann Horn-125/+129
2018-08-31x86/nmi: Fix NMI uaccess race against CR3 switchingAndy Lutomirski-0/+5
2018-07-03x86/asm/64: Use 32-bit XOR to zero registersJan Beulich-1/+1
2018-06-08Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+10
2018-06-04Merge branch 'x86-dax-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-58/+65
2018-05-22x86, nfit_test: Add unit test for memcpy_mcsafe()Dan Williams-0/+10
2018-05-15x86/asm/memcpy_mcsafe: Add write-protection-fault handlingDan Williams-0/+35
2018-05-15x86/asm/memcpy_mcsafe: Return bytes remainingDan Williams-6/+14
2018-05-15x86/asm/memcpy_mcsafe: Add labels for __memcpy_mcsafe() write fault handlingDan Williams-9/+12
2018-05-15x86/asm/memcpy_mcsafe: Remove loop unrollingDan Williams-49/+10
2018-05-14x86/asm/64: Micro-optimize __clear_user() - Use immediate constantsAlexey Dobriyan-5/+4