mbox series

[for-4.15,0/2] x86/hpet: Try to unbreak Ryzen 1800X systems

Message ID 20210325165224.10306-1-andrew.cooper3@citrix.com (mailing list archive)
Headers show
Series x86/hpet: Try to unbreak Ryzen 1800X systems | expand

Message

Andrew Cooper March 25, 2021, 4:52 p.m. UTC
This is a refinement of Jan's "[PATCH][4.15] x86/HPET: don't enable legacy
replacement mode unconditionally" to try and make Xen do the helpful thing on
boot, rather than requiring a non-default command line option to boot in the
first place.

Andrew Cooper (1):
  x86/hpet: Factor hpet_enable_legacy_replacement_mode() out of hpet_setup()

Jan Beulich (1):
  x86/hpet: Don't enable legacy replacement mode unconditionally

 docs/misc/xen-command-line.pandoc |  33 ++++++++
 xen/arch/x86/hpet.c               | 157 ++++++++++++++++++++++----------------
 xen/arch/x86/io_apic.c            |  26 +++++++
 xen/include/asm-x86/hpet.h        |   7 ++
 4 files changed, 157 insertions(+), 66 deletions(-)