]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 20 Jan 2014 19:51:00 +0000 (11:51 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 20 Jan 2014 19:51:00 +0000 (11:51 -0800)
commite5125120f5abf93bbed9dcce0048cec11abc4936
tree3c4c9d8af8e10b9511373c4e23ac5df6218f4649
parent8ce502f270999233382fceccc7d73300e6d5397d
parent7cff698e545e537e85be78348019fb43cfc9bdb8
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull x86/asm changes from Ingo Molnar:
 "Misc optimizations"

* 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86: Slightly tweak the access_ok() C variant for better code
  x86: Replace assembly access_ok() with a C variant
  x86-64, copy_user: Use leal to produce 32-bit results
  x86-64, copy_user: Remove zero byte check before copy user buffer.