aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/lib
AgeCommit message (Expand)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 504Gravatar Thomas Gleixner 1-13/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 497Gravatar Thomas Gleixner 1-2/+1
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 2-14/+2
2019-06-07x86/insn-eval: Fix use-after-free access to LDT entryGravatar Jann Horn 1-23/+24
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Gravatar Thomas Gleixner 2-14/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 224Gravatar Thomas Gleixner 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 223Gravatar Thomas Gleixner 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 2-29/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 3-15/+3
2019-05-21treewide: Add SPDX license identifier for missed filesGravatar Thomas Gleixner 4-0/+4
2019-05-06Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2019-05-06Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+1
2019-05-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-157/+0
2019-05-06Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 3-21/+50
2019-04-30x86/mm/mem_encrypt: Disable all instrumentation for early SME setupGravatar Gary Hook 1-0/+12
2019-04-19x86/timer: Don't inline __const_udelay()Gravatar Andi Kleen 1-1/+1
2019-04-19x86/asm: Mark all top level asm statements as .textGravatar Andi Kleen 1-0/+1
2019-04-03locking/rwsem: Remove arch specific rwsem filesGravatar Waiman Long 2-157/+0
2019-04-03x86/uaccess: Fix up the fixupGravatar Peter Zijlstra 1-1/+2
2019-04-03x86/uaccess: Move copy_user_handle_tail() into asmGravatar Peter Zijlstra 2-20/+48
2019-03-21x86/lib: Fix indentation issue, remove extra tabGravatar Colin Ian King 1-1/+1
2019-03-07Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+2
2019-03-05docs/core-api/mm: fix user memory accessors formattingGravatar Mike Rapoport 1-4/+4
2019-02-01x86: explicitly align IO accesses in memcpy_{to,from}ioGravatar Linus Torvalds 1-3/+30
2019-01-26x86/insn-eval: Mark expected switch-case fall-throughGravatar Gustavo A. R. Silva 1-0/+2
2019-01-11x86/kaslr: Fix incorrect i8254 outb() parametersGravatar Daniel Drake 1-2/+2
2019-01-06kbuild: remove redundant target cleaning on failureGravatar Masahiro Yamada 1-1/+1
2019-01-04x86: re-introduce non-generic memcpy_{to,from}ioGravatar Linus Torvalds 2-0/+43
2019-01-03Remove 'type' argument from access_ok() functionGravatar Linus Torvalds 3-4/+4
2018-10-23Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-2/+2
2018-09-10x86/asm: Optimize memcpy_flushcache()Gravatar Mikulas Patocka 1-2/+2
2018-09-03x86/extable: Introduce _ASM_EXTABLE_UA for uaccess fixupsGravatar Jann Horn 7-125/+129
2018-08-31x86/nmi: Fix NMI uaccess race against CR3 switchingGravatar Andy Lutomirski 1-0/+5
2018-07-03x86/asm/64: Use 32-bit XOR to zero registersGravatar Jan Beulich 1-1/+1
2018-06-08Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+10
2018-06-04Merge branch 'x86-dax-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-58/+65
2018-05-22x86, nfit_test: Add unit test for memcpy_mcsafe()Gravatar Dan Williams 1-0/+10
2018-05-15x86/asm/memcpy_mcsafe: Add write-protection-fault handlingGravatar Dan Williams 2-0/+35
2018-05-15x86/asm/memcpy_mcsafe: Return bytes remainingGravatar Dan Williams 1-6/+14
2018-05-15x86/asm/memcpy_mcsafe: Add labels for __memcpy_mcsafe() write fault handlingGravatar Dan Williams 1-9/+12
2018-05-15x86/asm/memcpy_mcsafe: Remove loop unrollingGravatar Dan Williams 1-49/+10
2018-05-14x86/asm/64: Micro-optimize __clear_user() - Use immediate constantsGravatar Alexey Dobriyan 1-5/+4
2018-04-02Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-15/+28
2018-04-02Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-2/+0
2018-03-28x86/msr: Make rdmsrl_safe_on_cpu() scheduling safe as wellGravatar Eric Dumazet 1-7/+4
2018-03-27x86/msr: Allow rdmsr_safe_on_cpu() to scheduleGravatar Eric Dumazet 1-8/+24
2018-02-26Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-57/+0
2018-02-20Revert "x86/retpoline: Simplify vmexit_fill_RSB()"Gravatar David Woodhouse 2-57/+0
2018-02-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+1
2018-02-14Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1