commit | 1b246d224e27c62bfd0d658c44cc4374061d956d | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Mon Jun 04 18:47:06 2018 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Jun 04 18:47:06 2018 -0700 |
tree | 1032919a4c60b958a6179e3d5980a961b3bd1f42 | |
parent | 5cef8c2a2289117b7f65de4313b7157578ec1a71 [diff] | |
parent | 6469a0ee0a06b2ea1f5afbb1d5a3feed017d4c7a [diff] |
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip Pull x86 asm updates from Ingo Molnar: - better support (non-atomic) 64-bit readq()/writeq() variants (Andy Shevchenko) - __clear_user() micro-optimization (Alexey Dobriyan) * 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/io: Define readq()/writeq() to use 64-bit type x86/asm/64: Micro-optimize __clear_user() - Use immediate constants