-
- Downloads
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: - 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
No related branches found
No related tags found
Showing
- arch/x86/boot/compressed/head_32.S 2 additions, 2 deletionsarch/x86/boot/compressed/head_32.S
- arch/x86/boot/compressed/head_64.S 9 additions, 9 deletionsarch/x86/boot/compressed/head_64.S
- arch/x86/entry/entry_64.S 2 additions, 2 deletionsarch/x86/entry/entry_64.S
- arch/x86/include/asm/div64.h 13 additions, 0 deletionsarch/x86/include/asm/div64.h
- arch/x86/kernel/acpi/wakeup_64.S 6 additions, 4 deletionsarch/x86/kernel/acpi/wakeup_64.S
- arch/x86/kernel/umip.c 38 additions, 27 deletionsarch/x86/kernel/umip.c
- arch/x86/lib/copy_user_64.S 7 additions, 7 deletionsarch/x86/lib/copy_user_64.S
- arch/x86/lib/getuser.S 8 additions, 8 deletionsarch/x86/lib/getuser.S
- arch/x86/lib/putuser.S 11 additions, 11 deletionsarch/x86/lib/putuser.S
Loading
Please register or sign in to comment