summaryrefslogtreecommitdiffstats
path: root/arch/x86/lib
Commit message (Expand)AuthorAgeFilesLines
* x86/lib/cpu: Address missing prototypes warningValdis Klētnieks2019-08-081-0/+1
* x86/uaccess: Remove redundant CLACs in getuser/putuser error pathsJosh Poimboeuf2019-07-182-23/+26
* x86/uaccess: Don't leak AC flag into fentry from mcsafe_handle_tail()Josh Poimboeuf2019-07-181-1/+1
* x86/uaccess: Remove ELF function annotation from copy_user_handle_tail()Josh Poimboeuf2019-07-181-1/+1
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-07-081-1/+2
|\
| * smp: Remove smp_call_function() and on_each_cpu() return valuesNadav Amit2019-06-231-1/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 504Thomas Gleixner2019-06-191-13/+1Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 497Thomas Gleixner2019-06-191-2/+1Star
* | Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-082-14/+2Star
|\ \
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-052-14/+2Star
* | | x86/insn-eval: Fix use-after-free access to LDT entryJann Horn2019-06-071-23/+24
|/ /
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 224Thomas Gleixner2019-05-301-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 223Thomas Gleixner2019-05-301-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-302-29/+2Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-303-15/+3Star
|/
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-214-0/+4
* Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-071-1/+1
|\
| * x86/timer: Don't inline __const_udelay()Andi Kleen2019-04-191-1/+1
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-071-0/+1
|\ \
| * | x86/asm: Mark all top level asm statements as .textAndi Kleen2019-04-191-0/+1
| |/
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-05-062-157/+0Star
|\ \
| * | locking/rwsem: Remove arch specific rwsem filesWaiman Long2019-04-032-157/+0Star
* | | Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-05-063-21/+50
|\ \ \
| * | | x86/uaccess: Fix up the fixupPeter Zijlstra2019-04-031-1/+2
| * | | x86/uaccess: Move copy_user_handle_tail() into asmPeter Zijlstra2019-04-032-20/+48
| |/ /
* / / x86/mm/mem_encrypt: Disable all instrumentation for early SME setupGary Hook2019-04-301-0/+12
|/ /
* / x86/lib: Fix indentation issue, remove extra tabColin Ian King2019-03-211-1/+1
|/
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-03-081-0/+2
|\
| * x86/insn-eval: Mark expected switch-case fall-throughGustavo A. R. Silva2019-01-261-0/+2
* | docs/core-api/mm: fix user memory accessors formattingMike Rapoport2019-03-061-4/+4
* | x86: explicitly align IO accesses in memcpy_{to,from}ioLinus Torvalds2019-02-011-3/+30
* | x86/kaslr: Fix incorrect i8254 outb() parametersDaniel Drake2019-01-111-2/+2
|/
* kbuild: remove redundant target cleaning on failureMasahiro Yamada2019-01-061-1/+1
* x86: re-introduce non-generic memcpy_{to,from}ioLinus Torvalds2019-01-052-0/+43
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-043-4/+4
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-10-231-2/+2
|\
| * x86/asm: Optimize memcpy_flushcache()Mikulas Patocka2018-09-101-2/+2
* | x86/extable: Introduce _ASM_EXTABLE_UA for uaccess fixupsJann Horn2018-09-037-125/+129
|/
* x86/nmi: Fix NMI uaccess race against CR3 switchingAndy Lutomirski2018-08-311-0/+5
* x86/asm/64: Use 32-bit XOR to zero registersJan Beulich2018-07-031-1/+1
* Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-091-0/+10
|\
| * x86, nfit_test: Add unit test for memcpy_mcsafe()Dan Williams2018-05-231-0/+10
* | Merge branch 'x86-dax-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-06-052-58/+65
|\|
| * x86/asm/memcpy_mcsafe: Add write-protection-fault handlingDan Williams2018-05-152-0/+35
| * x86/asm/memcpy_mcsafe: Return bytes remainingDan Williams2018-05-151-6/+14
| * x86/asm/memcpy_mcsafe: Add labels for __memcpy_mcsafe() write fault handlingDan Williams2018-05-151-9/+12
| * x86/asm/memcpy_mcsafe: Remove loop unrollingDan Williams2018-05-151-49/+10Star
* | x86/asm/64: Micro-optimize __clear_user() - Use immediate constantsAlexey Dobriyan2018-05-141-5/+4Star
|/
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-04-031-15/+28
|\
| * x86/msr: Make rdmsrl_safe_on_cpu() scheduling safe as wellEric Dumazet2018-03-281-7/+4Star