]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 4 Mar 2018 20:12:48 +0000 (12:12 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 4 Mar 2018 20:12:48 +0000 (12:12 -0800)
commit28dde496583ebdd742384ba332e1112dd018967e
tree46caa9c76d12573273a43df525e81e12845bceef
parentb32e12e674ef68979a38f9fd181f0ce95139d60f
parent5b04ebb49bde9468c9288e56a6dc9fb04d6505f0
Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull x86 fixes from Thomas Gleixner:
 "A small set of fixes for x86:

   - Add missing instruction suffixes to assembly code so it can be
     compiled by newer GAS versions without warnings.

   - Switch refcount WARN exceptions to UD2 as we did in general

   - Make the reboot on Intel Edison platforms work

   - A small documentation update so text and sample command match"

* 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  Documentation, x86, resctrl: Make text and sample command match
  x86/platform/intel-mid: Handle Intel Edison reboot correctly
  x86/asm: Add instruction suffixes to bitops
  x86/entry/64: Add instruction suffix
  x86/refcounts: Switch to UD2 for exceptions