aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/lib
AgeCommit message (Expand)AuthorFilesLines
2015-04-13Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 15-326/+223
2015-04-08x86: clean up/fix 'copy_in_user()' tail zeroingGravatar Linus Torvalds 1-8/+7
2015-03-07x86/asm: Optimize unnecessarily wide TEST instructionsGravatar Denys Vlasenko 2-3/+3
2015-03-04x86/asm: Introduce push/pop macros which generate CFI_REL_OFFSET and CFI_RESTOREGravatar Denys Vlasenko 6-154/+96
2015-03-04x86/asm/64: Open-code register save/restore in trace_hardirqs*() thunksGravatar Denys Vlasenko 1-4/+42
2015-03-04Merge tag 'alternatives_padding' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Ingo Molnar 6-201/+96
2015-03-04Merge tag 'v4.0-rc2' into x86/asm, to refresh the treeGravatar Ingo Molnar 3-6/+14
2015-02-23x86/lib/memcpy_64.S: Convert memcpy to ALTERNATIVE_2 macroGravatar Borislav Petkov 1-47/+21
2015-02-23x86/lib/memmove_64.S: Convert memmove() to ALTERNATIVE macroGravatar Borislav Petkov 1-17/+2
2015-02-23x86/lib/memset_64.S: Convert to ALTERNATIVE_2 macroGravatar Borislav Petkov 1-37/+24
2015-02-23x86/lib/clear_page_64.S: Convert to ALTERNATIVE_2 macroGravatar Borislav Petkov 1-39/+27
2015-02-23x86/lib/copy_user_64.S: Convert to ALTERNATIVE_2Gravatar Borislav Petkov 1-30/+10
2015-02-23x86/lib/copy_page_64.S: Use generic ALTERNATIVE macroGravatar Borislav Petkov 1-25/+12
2015-02-23x86/alternatives: Make JMPs more robustGravatar Borislav Petkov 1-6/+5
2015-02-23x86/alternatives: Add instruction paddingGravatar Borislav Petkov 6-10/+10
2015-02-23x86/lib/copy_user_64.S: Remove FIX_ALIGNMENT defineGravatar Borislav Petkov 1-5/+0
2015-02-19x86/asm/decoder: Fix and enforce max instruction size in the insn decoderGravatar Andy Lutomirski 1-0/+7
2015-02-18x86/asm/decoder: Explain CALLW discrepancy between Intel and AMDGravatar Denys Vlasenko 1-0/+9
2015-02-18x86/asm/decoder: Create artificial 3rd byte for 2-byte VEXGravatar Denys Vlasenko 1-0/+6
2015-02-13x86_64: kasan: add interceptors for memset/memmove/memcpy functionsGravatar Andrey Ryabinin 3-6/+14
2015-01-09x86: Fix off-by-one in instruction decoderGravatar Peter Zijlstra 1-1/+1
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 2-93/+1
2014-12-10net, lib: kill arch_fast_hash library bitsGravatar Daniel Borkmann 2-93/+1
2014-12-10Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-2/+3
2014-11-18x86: Remove arbitrary instruction size limit in instruction decoderGravatar Dave Hansen 1-2/+3
2014-11-16x86-64: make csum_partial_copy_from_user() error handling consistentGravatar Linus Torvalds 1-3/+2
2014-10-13Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 5-41/+61
2014-10-08x86: Unwind-annotate thunk_32.SGravatar Jan Beulich 1-6/+15
2014-10-08x86: Improve cmpxchg8b_emu.SGravatar Jan Beulich 1-11/+9
2014-10-08x86: Improve cmpxchg16b_emu.SGravatar Jan Beulich 1-19/+13
2014-09-24x86/lib/Makefile: Remove the unnecessary "+= thunk_64.o"Gravatar Oleg Nesterov 1-1/+1
2014-09-24x86: Speed up ___preempt_schedule*() by using THUNK helpersGravatar Oleg Nesterov 2-4/+23
2014-09-10locking/rwlock, x86: Delete unused asm/rwlock.h and rwlock.SGravatar Waiman Long 2-45/+0
2014-06-12Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-1/+5
2014-06-06Merge branch 'perf/urgent' into perf/core, to resolve conflict and to prepare...Gravatar Ingo Molnar 1-1/+1
2014-05-20x86, boot: Carve out early cmdline parsing functionGravatar Borislav Petkov 2-1/+85
2014-05-09x86: Fix typo preventing msr_set/clear_bit from having an effectGravatar Andres Freund 1-1/+1
2014-04-24kprobes, x86: Prohibit probing on thunk functions and restoreGravatar Masami Hiramatsu 2-1/+5
2014-03-31Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-3/+3
2014-03-31Merge branch 'x86-hash-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-9/+13
2014-03-19x86, hash: Simplify switch, add __init annotationGravatar Jan Beulich 1-6/+6
2014-03-19x86, hash: Swap arguments passed to crc32_u32()Gravatar Jan Beulich 1-3/+3
2014-03-19x86, hash: Fix build failure with older binutilsGravatar Jan Beulich 1-0/+4
2014-03-13x86: Add another set of MSR accessor functionsGravatar Borislav Petkov 1-1/+88
2014-02-13asmlinkage, x86: Fix 32bit memcpy for LTOGravatar Andi Kleen 1-3/+3
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 2-1/+89
2014-01-20Merge branch 'x86/mpx' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipGravatar Linus Torvalds 1-2/+2
2014-01-20Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+0
2014-01-17x86, mpx: Add MPX related opcodes to the x86 opcode mapGravatar Qiaowei Ren 1-2/+2
2014-01-06x86: Delete non-required instances of include <linux/init.h>Gravatar Paul Gortmaker 1-1/+0