Skip to content
  1. Jul 06, 2019
    • Shijith Thotton's avatar
      genirq: Update irq stats from NMI handlers · c09cb129
      Shijith Thotton authored
      The NMI handlers handle_percpu_devid_fasteoi_nmi() and handle_fasteoi_nmi()
      do not update the interrupt counts. Due to that the NMI interrupt count
      does not show up correctly in /proc/interrupts.
      
      Add the statistics and treat the NMI handlers in the same way as per cpu
      interrupts and prevent them from updating irq_desc::tot_count as this might
      be corrupted due to concurrency.
      
      [ tglx: Massaged changelog ]
      
      Fixes: 2dcf1fbc
      
       ("genirq: Provide NMI handlers")
      Signed-off-by: default avatarShijith Thotton <sthotton@marvell.com>
      Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
      Link: https://lkml.kernel.org/r/1562313336-11888-1-git-send-email-sthotton@marvell.com
      c09cb129
  2. Jul 03, 2019
  3. Jun 24, 2019
  4. Jun 18, 2019
  5. Jun 17, 2019
  6. Jun 12, 2019
  7. Jun 11, 2019
  8. May 29, 2019
  9. May 28, 2019
  10. May 27, 2019