- d869844 x86: fix special __probe_kernel_write() tail zeroing case by Linus Torvalds · 10 years ago
- 60f898e Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- cae2a17 x86: clean up/fix 'copy_in_user()' tail zeroing by Linus Torvalds · 10 years ago
- 3e1aa7c x86/asm: Optimize unnecessarily wide TEST instructions by Denys Vlasenko · 10 years ago
- 49db46a x86/asm: Introduce push/pop macros which generate CFI_REL_OFFSET and CFI_RESTORE by Denys Vlasenko · 10 years ago
- 69e8544 x86/asm/64: Open-code register save/restore in trace_hardirqs*() thunks by Denys Vlasenko · 10 years ago
- f8e92fb4 Merge tag 'alternatives_padding' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp into x86/asm by Ingo Molnar · 10 years ago
- d2c032e Merge tag 'v4.0-rc2' into x86/asm, to refresh the tree by Ingo Molnar · 10 years ago
- e0bc8d1 x86/lib/memcpy_64.S: Convert memcpy to ALTERNATIVE_2 macro by Borislav Petkov · 10 years ago
- a77600c x86/lib/memmove_64.S: Convert memmove() to ALTERNATIVE macro by Borislav Petkov · 10 years ago
- 84d95ad x86/lib/memset_64.S: Convert to ALTERNATIVE_2 macro by Borislav Petkov · 10 years ago
- 6620ef2 x86/lib/clear_page_64.S: Convert to ALTERNATIVE_2 macro by Borislav Petkov · 10 years ago
- de2ff88 x86/lib/copy_user_64.S: Convert to ALTERNATIVE_2 by Borislav Petkov · 10 years ago
- 090a3f6 x86/lib/copy_page_64.S: Use generic ALTERNATIVE macro by Borislav Petkov · 10 years ago
- 48c7a25 x86/alternatives: Make JMPs more robust by Borislav Petkov · 10 years ago
- 4332195 x86/alternatives: Add instruction padding by Borislav Petkov · 10 years ago
- 338ea55 x86/lib/copy_user_64.S: Remove FIX_ALIGNMENT define by Borislav Petkov · 10 years ago
- 91e5ed4 x86/asm/decoder: Fix and enforce max instruction size in the insn decoder by Andy Lutomirski · 10 years ago
- cbb53b9 x86/asm/decoder: Explain CALLW discrepancy between Intel and AMD by Denys Vlasenko · 10 years ago
- 8a764a8 x86/asm/decoder: Create artificial 3rd byte for 2-byte VEX by Denys Vlasenko · 10 years ago
- 393f203 x86_64: kasan: add interceptors for memset/memmove/memcpy functions by Andrey Ryabinin · 10 years ago
- 0f363b2 x86: Fix off-by-one in instruction decoder by Peter Zijlstra · 10 years ago
- 70e71ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
- 0cb6c96 net, lib: kill arch_fast_hash library bits by Daniel Borkmann · 10 years ago
- 3eb5b89 Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- 6ba48ff x86: Remove arbitrary instruction size limit in instruction decoder by Dave Hansen · 10 years ago
- 3b91270 x86-64: make csum_partial_copy_from_user() error handling consistent by Linus Torvalds · 10 years ago
- 197fe6b Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- f74954f x86: Unwind-annotate thunk_32.S by Jan Beulich · 10 years ago
- 5f1d919 x86: Improve cmpxchg8b_emu.S by Jan Beulich · 10 years ago
- 3f63572 x86: Improve cmpxchg16b_emu.S by Jan Beulich · 10 years ago
- 212be3b x86/lib/Makefile: Remove the unnecessary "+= thunk_64.o" by Oleg Nesterov · 10 years ago
- 0ad6e3c x86: Speed up ___preempt_schedule*() by using THUNK helpers by Oleg Nesterov · 10 years ago
- 6157c7e locking/rwlock, x86: Delete unused asm/rwlock.h and rwlock.S by Waiman Long · 10 years ago
- 3737a12 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- ec00010 Merge branch 'perf/urgent' into perf/core, to resolve conflict and to prepare for new patches by Ingo Molnar · 10 years ago
- 1b1ded5 x86, boot: Carve out early cmdline parsing function by Borislav Petkov · 10 years ago
- 722a0d2 x86: Fix typo preventing msr_set/clear_bit from having an effect by Andres Freund · 11 years ago
- 98def1d kprobes, x86: Prohibit probing on thunk functions and restore by Masami Hiramatsu · 11 years ago
- 176ab02 Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
- d9fcca4 Merge branch 'x86-hash-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
- 7a5917e x86, hash: Simplify switch, add __init annotation by Jan Beulich · 11 years ago
- c5cdfdf x86, hash: Swap arguments passed to crc32_u32() by Jan Beulich · 11 years ago
- 0632519 x86, hash: Fix build failure with older binutils by Jan Beulich · 11 years ago
- 22085a6 x86: Add another set of MSR accessor functions by Borislav Petkov · 11 years ago
- a914329 asmlinkage, x86: Fix 32bit memcpy for LTO by Andi Kleen · 11 years ago
- 4ba9920 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
- c9cdd9a Merge branch 'x86/mpx' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
- 2a0fede Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
- fb09b78 x86, mpx: Add MPX related opcodes to the x86 opcode map by Qiaowei Ren · 11 years ago
- 663b55b9 x86: Delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
- 71ae8aa lib: introduce arch optimized hash library by Francesco Fusco · 11 years ago
- 661c801 x86-64, copy_user: Use leal to produce 32-bit results by H. Peter Anvin · 11 years ago
- f4cb1cc x86-64, copy_user: Remove zero byte check before copy user buffer. by Fenghua Yu · 11 years ago
- f9300ea Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
- 014d595 Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
- ae795fe Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
- 0a19684 perf: Fix arch_perf_out_copy_user default by Peter Zijlstra · 11 years ago
- e00b12e perf/x86: Further optimize copy_from_user_nmi() by Peter Zijlstra · 11 years ago
- 7a3d9b0 x86: Unify copy_to_user() and add size checking to it by Jan Beulich · 11 years ago
- 3df7b41 x86: Unify copy_from_user() size checking by Jan Beulich · 11 years ago
- 1a6b991 x86 / msr: add 64bit _on_cpu access functions by Jacob Pan · 11 years ago
- a17bce4 x86/boot: Further compress CPUs bootup message by Borislav Petkov · 11 years ago
- 646e29a x86: Improve the printout of the SMP bootup CPU table by Borislav Petkov · 11 years ago
- f357a82 Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
- 2a47550 Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
- 7263dda x86, smap: Handle csum_partial_copy_*_user() by H. Peter Anvin · 11 years ago
- 277d5b4 x86, asmlinkage: Make several variables used from assembler/linker script visible by Andi Kleen · 11 years ago
- 3e21bb0 x86, insn: Add new opcodes as of June, 2013 by Masami Hiramatsu · 11 years ago
- 446f24d Kconfig: consolidate CONFIG_DEBUG_STRICT_USER_COPY_CHECKS by Stephen Boyd · 12 years ago
- 874f6d1 Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
- d50ba36 x86/lib: Fix spelling, put space between a numeral and its units by Andy Shevchenko · 12 years ago
- bb916ff x86/lib: Fix spelling in the comments by Andy Shevchenko · 12 years ago
- 66db3fe x86-64: Fix the failure case in copy_user_handle_tail() by CQ Tang · 12 years ago
- 1664016 x86: Be consistent with data size in getuser.S by H. Peter Anvin · 12 years ago
- 96477b4 x86-32: Add support for 64bit get_user() by Ville Syrjälä · 12 years ago
- a18e369 X86: drivers: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
- 743aa45 Merge branch 'x86-nuke386-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
- a5c2a89 x86, 386 removal: Remove CONFIG_X86_WP_WORKS_OK by H. Peter Anvin · 12 years ago
- d55c5a9 x86, 386 removal: Remove CONFIG_CMPXCHG by H. Peter Anvin · 12 years ago
- 269833b x86/asm: Clean up copy_page_*() comments and code by Ma Ling · 12 years ago
- c0522b6 UAPI: x86: Fix insn_sanity build failure after UAPI split by David Howells · 12 years ago
- 63bcff2 x86, smap: Add STAC and CLAC instructions to control user space access by H. Peter Anvin · 12 years ago
- b0338e9 Merge branch 'x86/cpu' into perf/core by Ingo Molnar · 12 years ago
- 15b7743 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
- c15acff x86: Fix kernel-doc warnings by Wanpeng Li · 12 years ago
- 25f4298 perf/x86: Fix broken LBR fixup code by Stephane Eranian · 12 years ago
- 1f975f7 x86, pvops: Remove hooks for {rd,wr}msr_safe_regs by Andre Przywara · 12 years ago
- db0dc75 perf/x86: Check user address explicitly in copy_from_user_nmi() by Arun Sharma · 13 years ago
- 436d03f x86/decoder: Fix bsr/bsf/jmpe decoding with operand-size prefix by Masami Hiramatsu · 12 years ago
- 5723aa9 x86: use the new generic strnlen_user() function by Linus Torvalds · 12 years ago
- 4ae73f2 x86: use generic strncpy_from_user routine by Linus Torvalds · 12 years ago
- 269af9a Merge branch 'x86-extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
- 0749708 x86: make word-at-a-time strncpy_from_user clear bytes at the end by Linus Torvalds · 13 years ago
- 9c67512 x86, extable: Remove open-coded exception table entries in arch/x86/lib/usercopy_32.c by H. Peter Anvin · 13 years ago
- a53a96e x86, extable: Remove open-coded exception table entries in arch/x86/lib/putuser.S by H. Peter Anvin · 13 years ago
- 1a27bc0 x86, extable: Remove open-coded exception table entries in arch/x86/lib/getuser.S by H. Peter Anvin · 13 years ago
- 015e6f1 x86, extable: Remove open-coded exception table entries in arch/x86/lib/csum-copy_64.S by H. Peter Anvin · 13 years ago
- 0d8559f x86, extable: Remove open-coded exception table entries in arch/x86/lib/copy_user_nocache_64.S by H. Peter Anvin · 13 years ago
- 9732da8 x86, extable: Remove open-coded exception table entries in arch/x86/lib/copy_user_64.S by H. Peter Anvin · 13 years ago