aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-24x86: fix special __probe_kernel_write() tail zeroing caseLinus Torvalds1-1/+1
2015-04-13Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds15-326/+223
2015-04-08x86: clean up/fix 'copy_in_user()' tail zeroingLinus Torvalds1-8/+7
2015-03-07x86/asm: Optimize unnecessarily wide TEST instructionsDenys Vlasenko2-3/+3
2015-03-04x86/asm: Introduce push/pop macros which generate CFI_REL_OFFSET and CFI_RESTOREDenys Vlasenko6-154/+96
2015-03-04x86/asm/64: Open-code register save/restore in trace_hardirqs*() thunksDenys Vlasenko1-4/+42
2015-03-04Merge tag 'alternatives_padding' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp into x86/asmIngo Molnar6-201/+96
2015-03-04Merge tag 'v4.0-rc2' into x86/asm, to refresh the treeIngo Molnar3-6/+14
2015-02-23x86/lib/memcpy_64.S: Convert memcpy to ALTERNATIVE_2 macroBorislav Petkov1-47/+21
2015-02-23x86/lib/memmove_64.S: Convert memmove() to ALTERNATIVE macroBorislav Petkov1-17/+2
2015-02-23x86/lib/memset_64.S: Convert to ALTERNATIVE_2 macroBorislav Petkov1-37/+24
2015-02-23x86/lib/clear_page_64.S: Convert to ALTERNATIVE_2 macroBorislav Petkov1-39/+27
2015-02-23x86/lib/copy_user_64.S: Convert to ALTERNATIVE_2Borislav Petkov1-30/+10
2015-02-23x86/lib/copy_page_64.S: Use generic ALTERNATIVE macroBorislav Petkov1-25/+12
2015-02-23x86/alternatives: Make JMPs more robustBorislav Petkov1-6/+5
2015-02-23x86/alternatives: Add instruction paddingBorislav Petkov6-10/+10
2015-02-23x86/lib/copy_user_64.S: Remove FIX_ALIGNMENT defineBorislav Petkov1-5/+0
2015-02-19x86/asm/decoder: Fix and enforce max instruction size in the insn decoderAndy Lutomirski1-0/+7
2015-02-18x86/asm/decoder: Explain CALLW discrepancy between Intel and AMDDenys Vlasenko1-0/+9
2015-02-18x86/asm/decoder: Create artificial 3rd byte for 2-byte VEXDenys Vlasenko1-0/+6
2015-02-13x86_64: kasan: add interceptors for memset/memmove/memcpy functionsAndrey Ryabinin3-6/+14
2015-01-09x86: Fix off-by-one in instruction decoderPeter Zijlstra1-1/+1
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-93/+1
2014-12-10net, lib: kill arch_fast_hash library bitsDaniel Borkmann2-93/+1
2014-12-10Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+3
2014-11-18x86: Remove arbitrary instruction size limit in instruction decoderDave Hansen1-2/+3
2014-11-16x86-64: make csum_partial_copy_from_user() error handling consistentLinus Torvalds1-3/+2
2014-10-13Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-41/+61
2014-10-08x86: Unwind-annotate thunk_32.SJan Beulich1-6/+15
2014-10-08x86: Improve cmpxchg8b_emu.SJan Beulich1-11/+9
2014-10-08x86: Improve cmpxchg16b_emu.SJan Beulich1-19/+13
2014-09-24x86/lib/Makefile: Remove the unnecessary "+= thunk_64.o"Oleg Nesterov1-1/+1
2014-09-24x86: Speed up ___preempt_schedule*() by using THUNK helpersOleg Nesterov2-4/+23
2014-09-10locking/rwlock, x86: Delete unused asm/rwlock.h and rwlock.SWaiman Long2-45/+0
2014-06-12Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-1/+5
2014-06-06Merge branch 'perf/urgent' into perf/core, to resolve conflict and to prepare for new patchesIngo Molnar1-1/+1
2014-05-20x86, boot: Carve out early cmdline parsing functionBorislav Petkov2-1/+85
2014-05-09x86: Fix typo preventing msr_set/clear_bit from having an effectAndres Freund1-1/+1
2014-04-24kprobes, x86: Prohibit probing on thunk functions and restoreMasami Hiramatsu2-1/+5
2014-03-31Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2014-03-31Merge branch 'x86-hash-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-9/+13
2014-03-19x86, hash: Simplify switch, add __init annotationJan Beulich1-6/+6
2014-03-19x86, hash: Swap arguments passed to crc32_u32()Jan Beulich1-3/+3
2014-03-19x86, hash: Fix build failure with older binutilsJan Beulich1-0/+4
2014-03-13x86: Add another set of MSR accessor functionsBorislav Petkov1-1/+88
2014-02-13asmlinkage, x86: Fix 32bit memcpy for LTOAndi Kleen1-3/+3
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-1/+89
2014-01-20Merge branch 'x86/mpx' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2014-01-20Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2014-01-17x86, mpx: Add MPX related opcodes to the x86 opcode mapQiaowei Ren1-2/+2