Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755488AbbDUPGU (ORCPT ); Tue, 21 Apr 2015 11:06:20 -0400 Received: from mail-la0-f44.google.com ([209.85.215.44]:36159 "EHLO mail-la0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755463AbbDUPGR (ORCPT ); Tue, 21 Apr 2015 11:06:17 -0400 From: Anders Roxell To: catalin.marinas@arm.com, will.deacon@arm.com Cc: a.p.zijlstra@chello.nl, paulus@samba.org, mingo@redhat.com, acme@kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, khilman@linaro.org, steve.capper@linaro.org, Anders Roxell Subject: [PATCH 0/2] arm64: make it possible to enable threadirqs Date: Tue, 21 Apr 2015 17:05:53 +0200 Message-Id: <1429628755-22492-1-git-send-email-anders.roxell@linaro.org> X-Mailer: git-send-email 2.1.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1094 Lines: 33 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/