mbox series

[RFC,0/2] Handle AMD threshold interrupt storms

Message ID 20220217141609.119453-1-Smita.KoralahalliChannabasappa@amd.com (mailing list archive)
Headers show
Series Handle AMD threshold interrupt storms | expand

Message

Smita Koralahalli Feb. 17, 2022, 2:16 p.m. UTC
This series of patches handles interrupt storms in AMD threshold interrupt
handler. Patch 1 takes care of handling the storms and Patch 2 does some
refactoring and simplification to reuse the existing function.

Smita Koralahalli (2):
  x86/mce: Handle AMD threshold interrupt storms
  x86/mce: Simplify code in log_and_reset_block()

 arch/x86/kernel/cpu/mce/amd.c      | 131 ++++++++++++++++++++++++++++-
 arch/x86/kernel/cpu/mce/core.c     |  16 +++-
 arch/x86/kernel/cpu/mce/intel.c    |   2 +-
 arch/x86/kernel/cpu/mce/internal.h |   8 +-
 4 files changed, 148 insertions(+), 9 deletions(-)