mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v3 0/3] powerpc/irq: Use optimizations for /proc/interrupts
@ 2026-09-21  9:01 Shrikanth Hegde
  2026-09-21  9:01 ` [PATCH v3 1/3] powerpc/irq: Move __softirq_pending out of irq_stat Shrikanth Hegde
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Shrikanth Hegde @ 2026-09-21  9:01 UTC (permalink / raw)
  To: maddy, linuxppc-dev
  Cc: sshegde, christophe.leroy, linux-kernel, ritesh.list, tglx

v2->v3:
- Respin based on 7.3-rc1

v1-> v2:
- Collected the tags (Thanks to Christophe Leroy)
- Rename skip to optional and check optional while printing
  (Christophe Leroy)
- Decided not to add cpu_has_feature(CPU_FTR_DBELL) while printing.
  This feature is mostly true for majority of platforms and adding check
  means more ifdefs in that path. Prinitng "Doorbell interrupts" shouldn't
  cause any issue when feature if off since all entries would be zero.
  (sashiko)

This series is based on work by Thomas Gleixner[1].
Further details can be found in cover-letter of v1.

Base: tip/sched/core at 'e81ee0630837 ("sched/fair: Reset NUMA fault locality after scan period update")'

[1]: https://lore.kernel.org/all/20260517194421.705253664@kernel.org/
[2]: https://lore.kernel.org/all/87jysxw65f.ffs@tglx/
v1: https://lore.kernel.org/all/20260523174016.999456-1-sshegde@linux.ibm.com/
v2: https://lore.kernel.org/all/20260529124045.1208539-1-sshegde@linux.ibm.com/#r

Shrikanth Hegde (3):
  powerpc/irq: Move __softirq_pending out of irq_stat
  powerpc/irq: Make irqstats array based
  powerpc/irq: Suppress unlikely interrupt stats by default

 arch/powerpc/include/asm/hardirq.h |  31 ++++---
 arch/powerpc/kernel/dbell.c        |   2 +-
 arch/powerpc/kernel/irq.c          | 131 +++++++++++++++--------------
 arch/powerpc/kernel/time.c         |   6 +-
 arch/powerpc/kernel/traps.c        |  11 +--
 arch/powerpc/kernel/watchdog.c     |   2 +-
 6 files changed, 95 insertions(+), 88 deletions(-)

-- 
2.52.0


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

end of thread, other threads:[~2026-09-21  9:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-21  9:01 [PATCH v3 0/3] powerpc/irq: Use optimizations for /proc/interrupts Shrikanth Hegde
2026-09-21  9:01 ` [PATCH v3 1/3] powerpc/irq: Move __softirq_pending out of irq_stat Shrikanth Hegde
2026-09-21  9:01 ` [PATCH v3 2/3] powerpc/irq: Make irqstats array based Shrikanth Hegde
2026-09-21  9:01 ` [PATCH v3 3/3] powerpc/irq: Suppress unlikely interrupt stats by default Shrikanth Hegde

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®