aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/lib
AgeCommit message (Expand)AuthorFilesLines
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
2018-02-15x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingGravatar Jia Zhang 1-1/+1
2018-02-13x86/asm: Trim clear_page.S includesGravatar Alexey Dobriyan 1-2/+0
2018-02-13x86/error_inject: Make just_return_func() globally visibleGravatar Arnd Bergmann 1-0/+1
2018-02-04Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-4/+14
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 2-0/+20
2018-01-30Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+1
2018-01-30x86/get_user: Use pointer masking to limit speculationGravatar Dan Williams 1-0/+10
2018-01-30x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospecGravatar Dan Williams 1-2/+2
2018-01-30x86/usercopy: Replace open coded stac/clac with __uaccess_{begin, end}Gravatar Dan Williams 1-4/+4
2018-01-30Merge tag 'v4.15' into x86/pti, to be able to merge dependent changesGravatar Ingo Molnar 4-4/+1389
2018-01-29Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-0/+57
2018-01-28Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+0
2018-01-27x86/retpoline: Simplify vmexit_fill_RSB()Gravatar Borislav Petkov 2-0/+57
2018-01-24x86/retpoline: Remove the esp/rsp thunkGravatar Waiman Long 1-1/+0
2018-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+3
2018-01-21Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-2/+3
2018-01-19kprobes/x86: Blacklist indirect thunk functions for kprobesGravatar Masami Hiramatsu 1-1/+2
2018-01-19retpoline: Introduce start/end markers of indirect thunkGravatar Masami Hiramatsu 1-1/+1
2018-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 3-3/+53
2018-01-14x86/timer: Don't inline __const_udelayGravatar Andi Kleen 1-1/+1
2018-01-14Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 3-3/+53
2018-01-12error-injection: Separate error-injection from kprobeGravatar Masami Hiramatsu 2-0/+20
2018-01-12x86/retpoline/checksum32: Convert assembler indirect jumpsGravatar David Woodhouse 1-3/+4
2018-01-12x86/retpoline: Add initial retpoline supportGravatar David Woodhouse 2-0/+49
2017-12-18Merge branch 'WIP.x86-pti.entry-for-linus' of git://git.kernel.org/pub/scm/li...Gravatar Linus Torvalds 1-2/+2
2017-12-17x86/entry/64: Make cpu_entry_area.tss read-onlyGravatar Andy Lutomirski 1-2/+2