From: Linus Torvalds Date: Tue, 17 Sep 2019 01:07:08 +0000 (-0700) Subject: Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... X-Git-Tag: microblaze-v5.5-rc1~204 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=df4c0b18f2a2798f1e3ae9dcf58c024bb33e4202;p=linux-2.6-microblaze.git Merge branch 'x86-asm-for-linus' of git://git./linux/kernel/git/tip/tip Pull x86 asm updates from Ingo Molnar: - Add UMIP emulation/spoofing for 64-bit processes as well, because of Wine based gaming. - Clean up symbols/labels in low level asm code - Add an assembly optimized mul_u64_u32_div() implementation on x86-64. * 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/umip: Add emulation (spoofing) for UMIP covered instructions in 64-bit processes as well x86/asm: Make some functions local labels x86/asm/suspend: Get rid of bogus_64_magic x86/math64: Provide a sane mul_u64_u32_div() implementation for x86_64 --- df4c0b18f2a2798f1e3ae9dcf58c024bb33e4202