All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xen-devel] [PATCH v2 0/4] x86/microcode: Support builtin CPU microcode
@ 2019-12-18  1:32 Eslam Elnikety
  2019-12-18  1:32 ` [Xen-devel] [PATCH v2 1/4] x86/microcode: Improve documentation and parsing for ucode= Eslam Elnikety
                   ` (3 more replies)
  0 siblings, 4 replies; 28+ messages in thread
From: Eslam Elnikety @ 2019-12-18  1:32 UTC (permalink / raw)
  To: xen-devel
  Cc: Stefano Stabellini, Julien Grall, Wei Liu, Konrad Rzeszutek Wilk,
	George Dunlap, Andrew Cooper, Ian Jackson, Eslam Elnikety,
	Paul Durrant, Jan Beulich, David Woodhouse

The main goal of this patch series is to add support for builtin microcode.
Towards that end, the series starts with a few improvements for the
documentation and parsing of the ucode= Xen command line parameter that
controls early loading of microcode (Patches 1--3), and follows with the
main builtin suppot (Patch 4).

Changes in v2:
- An earlier version of Patch 4 was submitted in isolation. Refer to the
  patch itself for details regarding the relevant changes.
- Patches 1--3 are additions.

Eslam Elnikety (4):
  x86/microcode: Improve documentation and parsing for ucode=
  x86/microcode: avoid unnecessary xmalloc/memcpy of ucode data
  x86/microcode: use const qualifier for microcode buffer
  x86/microcode: Support builtin CPU microcode

 docs/admin-guide/microcode-loading.rst |  31 ++++++
 docs/misc/xen-command-line.pandoc      |  26 +++--
 xen/arch/x86/Kconfig                   |  30 ++++++
 xen/arch/x86/Makefile                  |   1 +
 xen/arch/x86/microcode.c               | 139 ++++++++++++++-----------
 xen/arch/x86/microcode/Makefile        |  46 ++++++++
 xen/arch/x86/xen.lds.S                 |  12 +++
 7 files changed, 221 insertions(+), 64 deletions(-)
 create mode 100644 xen/arch/x86/microcode/Makefile

-- 
2.17.1


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

end of thread, other threads:[~2020-01-22 22:37 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-18  1:32 [Xen-devel] [PATCH v2 0/4] x86/microcode: Support builtin CPU microcode Eslam Elnikety
2019-12-18  1:32 ` [Xen-devel] [PATCH v2 1/4] x86/microcode: Improve documentation and parsing for ucode= Eslam Elnikety
2019-12-18 11:49   ` Jan Beulich
2019-12-19 21:08     ` Eslam Elnikety
2019-12-20  9:53       ` Jan Beulich
2020-01-17 19:06         ` Eslam Elnikety
2020-01-20  8:42           ` Jan Beulich
2020-01-20 23:50             ` Eslam Elnikety
2020-01-21  9:27               ` Jan Beulich
2020-01-21 20:51                 ` Eslam Elnikety
2020-01-22 22:36                   ` Eslam Elnikety
2020-01-21 20:57                 ` Konrad Rzeszutek Wilk
2019-12-18  1:32 ` [Xen-devel] [PATCH v2 2/4] x86/microcode: avoid unnecessary xmalloc/memcpy of ucode data Eslam Elnikety
2019-12-18 12:05   ` Jan Beulich
2019-12-19 21:25     ` Eslam Elnikety
2019-12-20  9:57       ` Jan Beulich
2020-01-17 21:05         ` Andrew Cooper
2019-12-18  1:32 ` [Xen-devel] [PATCH v2 3/4] x86/microcode: use const qualifier for microcode buffer Eslam Elnikety
2019-12-18 12:07   ` Jan Beulich
2019-12-18  1:32 ` [Xen-devel] [PATCH v2 4/4] x86/microcode: Support builtin CPU microcode Eslam Elnikety
2019-12-18 12:42   ` Jan Beulich
2019-12-19 22:11     ` Eslam Elnikety
2019-12-20 10:12       ` Jan Beulich
2019-12-20 10:34         ` Jürgen Groß
2019-12-20 10:38           ` Jan Beulich
2020-01-17 20:20           ` Eslam Elnikety
2020-01-17 20:06         ` Eslam Elnikety
2020-01-20  8:46           ` Jan Beulich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.