]> asedeno.scripts.mit.edu Git - linux.git/commit
Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 26 Nov 2019 01:28:35 +0000 (17:28 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 26 Nov 2019 01:28:35 +0000 (17:28 -0800)
commit63c2291f836e1279637f95c982407cb2d5f0c335
tree23d1f6242d6ce0c70c46364891b1f8ed429676a6
parentea1f56fa16ae5f6e67f6ea03836b36c6053d33d1
parent811ae8ba6dca6b91a3ceccf9d40b98818cc4f400
Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull x86 microcode updates from Borislav Petkov:
 "This converts the late loading method to load the microcode in
  parallel (vs sequentially currently). The patch remained in linux-next
  for the maximum amount of time so that any potential and hard to debug
  fallout be minimized.

  Now cloud folks have their milliseconds back but all the normal people
  should use early loading anyway :-)"

* 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86/microcode/intel: Issue the revision updated message only on the BSP
  x86/microcode: Update late microcode in parallel
  x86/microcode/amd: Fix two -Wunused-but-set-variable warnings