Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
* 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (21 commits) x86: Fix atomic64_xxx_cx8() functions x86: Fix and improve cmpxchg_double{,_local}() x86_64, asm: Optimise fls(), ffs() and fls64() x86, bitops: Move fls64.h inside __KERNEL__ x86: Fix and improve percpu_cmpxchg{8,16}b_double() x86: Report cpb and eff_freq_ro flags correctly x86/i386: Use less assembly in strlen(), speed things up a bit x86: Use the same node_distance for 32 and 64-bit x86: Fix rflags in FAKE_STACK_FRAME x86: Clean up and extend do_int3() x86: Call do_notify_resume() with interrupts enabled x86/div64: Add a micro-optimization shortcut if base is power of two x86-64: Cleanup some assembly entry points x86-64: Slightly shorten line system call entry and exit paths x86-64: Reduce amount of redundant code generated for invalidate_interruptNN x86-64: Slightly shorten int_ret_from_sys_call x86, efi: Convert efi_phys_get_time() args to physical addresses x86: Default to vsyscall=emulate x86-64: Set siginfo and context on vsyscall emulation faults x86: consolidate xchg and xadd macros ...
No related branches found
No related tags found
Showing
- Documentation/kernel-parameters.txt 3 additions, 4 deletionsDocumentation/kernel-parameters.txt
- arch/x86/ia32/ia32entry.S 19 additions, 24 deletionsarch/x86/ia32/ia32entry.S
- arch/x86/include/asm/alternative-asm.h 2 additions, 2 deletionsarch/x86/include/asm/alternative-asm.h
- arch/x86/include/asm/bitops.h 63 additions, 13 deletionsarch/x86/include/asm/bitops.h
- arch/x86/include/asm/cmpxchg.h 93 additions, 70 deletionsarch/x86/include/asm/cmpxchg.h
- arch/x86/include/asm/cmpxchg_32.h 0 additions, 46 deletionsarch/x86/include/asm/cmpxchg_32.h
- arch/x86/include/asm/cmpxchg_64.h 0 additions, 43 deletionsarch/x86/include/asm/cmpxchg_64.h
- arch/x86/include/asm/div64.h 14 additions, 8 deletionsarch/x86/include/asm/div64.h
- arch/x86/include/asm/percpu.h 21 additions, 32 deletionsarch/x86/include/asm/percpu.h
- arch/x86/include/asm/processor-flags.h 1 addition, 0 deletionsarch/x86/include/asm/processor-flags.h
- arch/x86/include/asm/spinlock.h 1 addition, 14 deletionsarch/x86/include/asm/spinlock.h
- arch/x86/include/asm/thread_info.h 8 additions, 1 deletionarch/x86/include/asm/thread_info.h
- arch/x86/include/asm/topology.h 0 additions, 2 deletionsarch/x86/include/asm/topology.h
- arch/x86/include/asm/uaccess.h 1 addition, 1 deletionarch/x86/include/asm/uaccess.h
- arch/x86/kernel/cpu/powerflags.c 2 additions, 1 deletionarch/x86/kernel/cpu/powerflags.c
- arch/x86/kernel/entry_32.S 4 additions, 0 deletionsarch/x86/kernel/entry_32.S
- arch/x86/kernel/entry_64.S 18 additions, 13 deletionsarch/x86/kernel/entry_64.S
- arch/x86/kernel/process.c 1 addition, 1 deletionarch/x86/kernel/process.c
- arch/x86/kernel/traps.c 1 addition, 6 deletionsarch/x86/kernel/traps.c
- arch/x86/kernel/vsyscall_64.c 68 additions, 9 deletionsarch/x86/kernel/vsyscall_64.c
Loading
Please register or sign in to comment