]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 1 Oct 2012 17:46:27 +0000 (10:46 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 1 Oct 2012 17:46:27 +0000 (10:46 -0700)
commitd97a48e092dc1f88a30a3e09cb7b8bf82b9c5e1c
tree7df2ea8968ecb92e307bbffdbe8f9bcd0c79c36a
parent153aafd647ccb186f1453ec3c853e155374104ec
parent6be1a6dd19fe96299d901af46d4e6fc7a79279a9
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:
 "The one change that stands out is the alternatives patching change
  that prevents us from ever patching back instructions from SMP to UP:
  this simplifies things and speeds up CPU hotplug.

  Other than that it's smaller fixes, cleanups and improvements."

* 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86: Unspaghettize do_trap()
  x86_64: Work around old GAS bug
  x86: Use REP BSF unconditionally
  x86: Prefer TZCNT over BFS
  x86/64: Adjust types of temporaries used by ffs()/fls()/fls64()
  x86: Drop unnecessary kernel_eflags variable on 64-bit
  x86/smp: Don't ever patch back to UP if we unplug cpus
Documentation/kernel-parameters.txt
arch/x86/include/asm/processor.h
arch/x86/kernel/alternative.c
arch/x86/kernel/entry_64.S
arch/x86/kernel/traps.c
kernel/cpu.c