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

Smita Koralahalli posted 2 patches 4 years, 4 months ago
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(-)
[RFC PATCH 0/2] Handle AMD threshold interrupt storms
Posted by Smita Koralahalli 4 years, 4 months ago
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(-)

-- 
2.17.1