-
- Downloads
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 * 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86: Include probe_roms.h in probe_roms.c x86/32: Print control and debug registers for kerenel context x86: Tighten dependencies of CPU_SUP_*_32 x86/numa: Improve internode cache alignment x86: Fix the NMI nesting comments x86-64: Improve insn scheduling in SAVE_ARGS_IRQ x86-64: Fix CFI annotations for NMI nesting code bitops: Add missing parentheses to new get_order macro bitops: Optimise get_order() bitops: Adjust the comment on get_order() to describe the size==0 case x86/spinlocks: Eliminate TICKET_MASK x86-64: Handle byte-wise tail copying in memcpy() without a loop x86-64: Fix memcpy() to support sizes of 4Gb and above x86-64: Fix memset() to support sizes of 4Gb and above x86-64: Slightly shorten copy_page()
Showing
- arch/x86/Kconfig.cpu 2 additions, 3 deletionsarch/x86/Kconfig.cpu
- arch/x86/include/asm/spinlock.h 2 additions, 2 deletionsarch/x86/include/asm/spinlock.h
- arch/x86/include/asm/spinlock_types.h 0 additions, 1 deletionarch/x86/include/asm/spinlock_types.h
- arch/x86/kernel/dumpstack_32.c 1 addition, 1 deletionarch/x86/kernel/dumpstack_32.c
- arch/x86/kernel/entry_64.S 38 additions, 33 deletionsarch/x86/kernel/entry_64.S
- arch/x86/kernel/probe_roms.c 1 addition, 0 deletionsarch/x86/kernel/probe_roms.c
- arch/x86/lib/copy_page_64.S 4 additions, 8 deletionsarch/x86/lib/copy_page_64.S
- arch/x86/lib/memcpy_64.S 20 additions, 24 deletionsarch/x86/lib/memcpy_64.S
- arch/x86/lib/memset_64.S 15 additions, 18 deletionsarch/x86/lib/memset_64.S
- include/asm-generic/getorder.h 45 additions, 8 deletionsinclude/asm-generic/getorder.h
Loading
Please register or sign in to comment