linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 0/3] x86/microcode: early microcode patch loading support on AMD
@ 2013-05-23 15:40 Jacob Shin
  2013-05-23 15:40 ` [PATCH V2 1/3] x86/microcode: vendor abstract out save_microcode_in_initrd() Jacob Shin
                   ` (3 more replies)
  0 siblings, 4 replies; 18+ messages in thread
From: Jacob Shin @ 2013-05-23 15:40 UTC (permalink / raw)
  To: H. Peter Anvin, Ingo Molnar, Thomas Gleixner, x86
  Cc: Fenghua Yu, Andreas Herrmann, Borislav Petkov, linux-kernel,
	Jacob Shin

The following patchset adds early microcode patch loading support on
AMD systems, on top of the framework introduced by:
  https://lkml.org/lkml/2012/12/21/193

V2:
* Fixed warnings when compiling without early loading
* Picked up a typo fix [PATCH 2/3] from Boris

Borislav Petkov (1):
  x86, microcode, intel: Correct typo in printk

Jacob Shin (2):
  x86/microcode: vendor abstract out save_microcode_in_initrd()
  x86/microcode: early microcode patch loading support on AMD

 arch/x86/Kconfig                        |   16 +-
 arch/x86/include/asm/microcode.h        |    1 -
 arch/x86/include/asm/microcode_amd.h    |   14 ++
 arch/x86/include/asm/microcode_intel.h  |    3 +
 arch/x86/kernel/microcode_amd.c         |  338 +++++++++++++++++++++++++++----
 arch/x86/kernel/microcode_core_early.c  |   17 ++
 arch/x86/kernel/microcode_intel_early.c |    4 +-
 7 files changed, 344 insertions(+), 49 deletions(-)
 create mode 100644 arch/x86/include/asm/microcode_amd.h

-- 
1.7.9.5



^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2013-05-29 11:06 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-23 15:40 [PATCH V2 0/3] x86/microcode: early microcode patch loading support on AMD Jacob Shin
2013-05-23 15:40 ` [PATCH V2 1/3] x86/microcode: vendor abstract out save_microcode_in_initrd() Jacob Shin
2013-05-28 14:28   ` Borislav Petkov
2013-05-23 15:40 ` [PATCH V2 2/3] x86, microcode, intel: Correct typo in printk Jacob Shin
2013-05-23 18:12   ` Joe Perches
2013-05-24  8:43   ` Borislav Petkov
2013-05-24 14:11     ` Jacob Shin
2013-05-23 15:40 ` [PATCH V2 3/3] x86/microcode: early microcode patch loading support on AMD Jacob Shin
2013-05-24 15:33   ` Yu, Fenghua
2013-05-24 19:50     ` Jacob Shin
2013-05-28  8:13   ` Borislav Petkov
2013-05-28 22:45   ` Borislav Petkov
2013-05-28 23:43     ` Jacob Shin
2013-05-29 11:06       ` Borislav Petkov
2013-05-23 21:01 ` [PATCH V2 0/3] " Yu, Fenghua
2013-05-23 21:23   ` Jacob Shin
2013-05-24  8:29     ` Borislav Petkov
2013-05-24 14:12       ` Jacob Shin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).