linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] arm64: make it possible to enable threadirqs
@ 2015-04-21 15:05 Anders Roxell
  2015-04-21 15:05 ` [PATCH 1/2] arm64: Mark PMU interrupt IRQF_NO_THREAD Anders Roxell
  2015-04-21 15:05 ` [PATCH 2/2] arm64: Allow forced irq threading Anders Roxell
  0 siblings, 2 replies; 4+ messages in thread
From: Anders Roxell @ 2015-04-21 15:05 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

This patchset makes it possible to pass "threadirqs" on the CONFIG_CMDLINE to
make IRQs threaded.
This is safe to use now because all timer interrupts and the perf interrupt are
marked NO_THREAD.

NOTE: I had to add this patch [1] to be able to test this on a juno board.
Without this patch, I see unhandled IRQs in mainline. However, it is unclear
whether or not this will be the actual fix that appears in mainline [2].

Cheers,
Anders

[1] http://lists.infradead.org/pipermail/linux-arm-kernel/2015-January/319901.html
[2] http://lists.infradead.org/pipermail/linux-arm-kernel/2015-February/322251.html

Anders Roxell (2):
  arm64: Mark PMU interrupt IRQF_NO_THREAD
  arm64: Allow forced irq threading

 arch/arm64/Kconfig             | 1 +
 arch/arm64/kernel/perf_event.c | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

-- 
2.1.4

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

end of thread, other threads:[~2015-04-23 10:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-21 15:05 [PATCH 0/2] arm64: make it possible to enable threadirqs Anders Roxell
2015-04-21 15:05 ` [PATCH 1/2] arm64: Mark PMU interrupt IRQF_NO_THREAD Anders Roxell
2015-04-23 10:46   ` Will Deacon
2015-04-21 15:05 ` [PATCH 2/2] arm64: Allow forced irq threading Anders Roxell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).