blob: 1630f439cd2a567d27d0ddb5828917808fec5f15 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
Heiko Carstensa53c8fa2012-07-20 11:15:04 +02002 * Copyright IBM Corp. 2004, 2011
Heiko Carstensd7b250e2011-05-26 09:48:24 +02003 * Author(s): Martin Schwidefsky <schwidefsky@de.ibm.com>,
4 * Holger Smolinski <Holger.Smolinski@de.ibm.com>,
5 * Thomas Spatzier <tspat@de.ibm.com>,
Linus Torvalds1da177e2005-04-16 15:20:36 -07006 *
7 * This file contains interrupt related functions.
8 */
9
Linus Torvalds1da177e2005-04-16 15:20:36 -070010#include <linux/kernel_stat.h>
11#include <linux/interrupt.h>
12#include <linux/seq_file.h>
Heiko Carstens55dff522007-02-05 21:16:44 +010013#include <linux/proc_fs.h>
14#include <linux/profile.h>
Heiko Carstensd7b250e2011-05-26 09:48:24 +020015#include <linux/module.h>
16#include <linux/kernel.h>
17#include <linux/ftrace.h>
18#include <linux/errno.h>
19#include <linux/slab.h>
20#include <linux/cpu.h>
21#include <asm/irq_regs.h>
22#include <asm/cputime.h>
23#include <asm/lowcore.h>
24#include <asm/irq.h>
25#include "entry.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070026
Heiko Carstens420f42e2013-01-02 15:18:18 +010027DEFINE_PER_CPU_SHARED_ALIGNED(struct irq_stat, irq_stat);
28EXPORT_PER_CPU_SYMBOL_GPL(irq_stat);
29
Heiko Carstens052ff462011-01-05 12:47:28 +010030struct irq_class {
31 char *name;
32 char *desc;
33};
34
Heiko Carstens420f42e2013-01-02 15:18:18 +010035/*
36 * The list of "main" irq classes on s390. This is the list of interrrupts
37 * that appear both in /proc/stat ("intr" line) and /proc/interrupts.
38 * Historically only external and I/O interrupts have been part of /proc/stat.
39 * We can't add the split external and I/O sub classes since the first field
40 * in the "intr" line in /proc/stat is supposed to be the sum of all other
41 * fields.
42 * Since the external and I/O interrupt fields are already sums we would end
43 * up with having a sum which accounts each interrupt twice.
44 */
45static const struct irq_class irqclass_main_desc[NR_IRQS] = {
Heiko Carstens708c39d2012-09-17 06:05:16 +020046 [EXTERNAL_INTERRUPT] = {.name = "EXT"},
Heiko Carstens420f42e2013-01-02 15:18:18 +010047 [IO_INTERRUPT] = {.name = "I/O"}
48};
49
50/*
51 * The list of split external and I/O interrupts that appear only in
52 * /proc/interrupts.
53 * In addition this list contains non external / I/O events like NMIs.
54 */
55static const struct irq_class irqclass_sub_desc[NR_ARCH_IRQS] = {
56 [IRQEXT_CLK] = {.name = "CLK", .desc = "[EXT] Clock Comparator"},
57 [IRQEXT_EXC] = {.name = "EXC", .desc = "[EXT] External Call"},
58 [IRQEXT_EMS] = {.name = "EMS", .desc = "[EXT] Emergency Signal"},
59 [IRQEXT_TMR] = {.name = "TMR", .desc = "[EXT] CPU Timer"},
60 [IRQEXT_TLA] = {.name = "TAL", .desc = "[EXT] Timing Alert"},
61 [IRQEXT_PFL] = {.name = "PFL", .desc = "[EXT] Pseudo Page Fault"},
62 [IRQEXT_DSD] = {.name = "DSD", .desc = "[EXT] DASD Diag"},
63 [IRQEXT_VRT] = {.name = "VRT", .desc = "[EXT] Virtio"},
64 [IRQEXT_SCP] = {.name = "SCP", .desc = "[EXT] Service Call"},
65 [IRQEXT_IUC] = {.name = "IUC", .desc = "[EXT] IUCV"},
66 [IRQEXT_CMS] = {.name = "CMS", .desc = "[EXT] CPU-Measurement: Sampling"},
67 [IRQEXT_CMC] = {.name = "CMC", .desc = "[EXT] CPU-Measurement: Counter"},
68 [IRQEXT_CMR] = {.name = "CMR", .desc = "[EXT] CPU-Measurement: RI"},
69 [IRQIO_CIO] = {.name = "CIO", .desc = "[I/O] Common I/O Layer Interrupt"},
70 [IRQIO_QAI] = {.name = "QAI", .desc = "[I/O] QDIO Adapter Interrupt"},
71 [IRQIO_DAS] = {.name = "DAS", .desc = "[I/O] DASD"},
72 [IRQIO_C15] = {.name = "C15", .desc = "[I/O] 3215"},
73 [IRQIO_C70] = {.name = "C70", .desc = "[I/O] 3270"},
74 [IRQIO_TAP] = {.name = "TAP", .desc = "[I/O] Tape"},
75 [IRQIO_VMR] = {.name = "VMR", .desc = "[I/O] Unit Record Devices"},
76 [IRQIO_LCS] = {.name = "LCS", .desc = "[I/O] LCS"},
77 [IRQIO_CLW] = {.name = "CLW", .desc = "[I/O] CLAW"},
78 [IRQIO_CTC] = {.name = "CTC", .desc = "[I/O] CTC"},
79 [IRQIO_APB] = {.name = "APB", .desc = "[I/O] AP Bus"},
80 [IRQIO_ADM] = {.name = "ADM", .desc = "[I/O] EADM Subchannel"},
81 [IRQIO_CSC] = {.name = "CSC", .desc = "[I/O] CHSC Subchannel"},
82 [IRQIO_PCI] = {.name = "PCI", .desc = "[I/O] PCI Interrupt" },
83 [IRQIO_MSI] = {.name = "MSI", .desc = "[I/O] MSI Interrupt" },
Linus Torvalds89f88332013-02-24 13:07:18 -080084 [IRQIO_VIR] = {.name = "VIR", .desc = "[I/O] Virtual I/O Devices"},
Heiko Carstens708c39d2012-09-17 06:05:16 +020085 [NMI_NMI] = {.name = "NMI", .desc = "[NMI] Machine Check"},
Heiko Carstens93f3b2e2013-01-02 16:54:12 +010086 [CPU_RST] = {.name = "RST", .desc = "[CPU] CPU Restart"},
Heiko Carstens052ff462011-01-05 12:47:28 +010087};
88
Linus Torvalds1da177e2005-04-16 15:20:36 -070089/*
90 * show_interrupts is needed by /proc/interrupts.
91 */
92int show_interrupts(struct seq_file *p, void *v)
93{
Heiko Carstens420f42e2013-01-02 15:18:18 +010094 int irq = *(loff_t *) v;
95 int cpu;
Linus Torvalds1da177e2005-04-16 15:20:36 -070096
Heiko Carstens8dd79cb2008-05-15 16:52:39 +020097 get_online_cpus();
Heiko Carstens420f42e2013-01-02 15:18:18 +010098 if (irq == 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -070099 seq_puts(p, " ");
Heiko Carstens420f42e2013-01-02 15:18:18 +0100100 for_each_online_cpu(cpu)
101 seq_printf(p, "CPU%d ", cpu);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700102 seq_putc(p, '\n');
103 }
Heiko Carstens420f42e2013-01-02 15:18:18 +0100104 if (irq < NR_IRQS) {
105 seq_printf(p, "%s: ", irqclass_main_desc[irq].name);
106 for_each_online_cpu(cpu)
107 seq_printf(p, "%10u ", kstat_cpu(cpu).irqs[irq]);
108 seq_putc(p, '\n');
109 goto skip_arch_irqs;
110 }
111 for (irq = 0; irq < NR_ARCH_IRQS; irq++) {
112 seq_printf(p, "%s: ", irqclass_sub_desc[irq].name);
113 for_each_online_cpu(cpu)
114 seq_printf(p, "%10u ", per_cpu(irq_stat, cpu).irqs[irq]);
115 if (irqclass_sub_desc[irq].desc)
116 seq_printf(p, " %s", irqclass_sub_desc[irq].desc);
117 seq_putc(p, '\n');
118 }
119skip_arch_irqs:
Heiko Carstens8dd79cb2008-05-15 16:52:39 +0200120 put_online_cpus();
Heiko Carstens420f42e2013-01-02 15:18:18 +0100121 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700122}
123
124/*
Linus Torvalds1da177e2005-04-16 15:20:36 -0700125 * Switch to the asynchronous interrupt stack for softirq execution.
126 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700127asmlinkage void do_softirq(void)
128{
129 unsigned long flags, old, new;
130
131 if (in_interrupt())
132 return;
133
134 local_irq_save(flags);
135
Linus Torvalds1da177e2005-04-16 15:20:36 -0700136 if (local_softirq_pending()) {
137 /* Get current stack pointer. */
138 asm volatile("la %0,0(15)" : "=a" (old));
139 /* Check against async. stack address range. */
140 new = S390_lowcore.async_stack;
141 if (((new - old) >> (PAGE_SHIFT + THREAD_ORDER)) != 0) {
142 /* Need to switch to the async. stack. */
143 new -= STACK_FRAME_OVERHEAD;
144 ((struct stack_frame *) new)->back_chain = old;
145
146 asm volatile(" la 15,0(%0)\n"
147 " basr 14,%2\n"
148 " la 15,0(%1)\n"
149 : : "a" (new), "a" (old),
150 "a" (__do_softirq)
151 : "0", "1", "2", "3", "4", "5", "14",
152 "cc", "memory" );
Heiko Carstens7968ca82012-04-11 14:28:09 +0200153 } else {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700154 /* We are already on the async stack. */
155 __do_softirq();
Heiko Carstens7968ca82012-04-11 14:28:09 +0200156 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700157 }
158
Linus Torvalds1da177e2005-04-16 15:20:36 -0700159 local_irq_restore(flags);
160}
Heiko Carstens55dff522007-02-05 21:16:44 +0100161
Sachin Sant0addff82009-02-11 10:37:29 +0100162#ifdef CONFIG_PROC_FS
Heiko Carstens55dff522007-02-05 21:16:44 +0100163void init_irq_proc(void)
164{
165 struct proc_dir_entry *root_irq_dir;
166
167 root_irq_dir = proc_mkdir("irq", NULL);
168 create_prof_cpu_mask(root_irq_dir);
169}
Sachin Sant0addff82009-02-11 10:37:29 +0100170#endif
Heiko Carstensd7b250e2011-05-26 09:48:24 +0200171
172/*
Jan Glauber89c9b662011-07-24 10:48:27 +0200173 * ext_int_hash[index] is the list head for all external interrupts that hash
174 * to this index.
Heiko Carstensd7b250e2011-05-26 09:48:24 +0200175 */
Jan Glauber89c9b662011-07-24 10:48:27 +0200176static struct list_head ext_int_hash[256];
Heiko Carstensd7b250e2011-05-26 09:48:24 +0200177
178struct ext_int_info {
Heiko Carstensd7b250e2011-05-26 09:48:24 +0200179 ext_int_handler_t handler;
180 u16 code;
Jan Glauber89c9b662011-07-24 10:48:27 +0200181 struct list_head entry;
182 struct rcu_head rcu;
Heiko Carstensd7b250e2011-05-26 09:48:24 +0200183};
184
Jan Glauber89c9b662011-07-24 10:48:27 +0200185/* ext_int_hash_lock protects the handler lists for external interrupts */
186DEFINE_SPINLOCK(ext_int_hash_lock);
187
188static void __init init_external_interrupts(void)
189{
190 int idx;
191
192 for (idx = 0; idx < ARRAY_SIZE(ext_int_hash); idx++)
193 INIT_LIST_HEAD(&ext_int_hash[idx]);
194}
Heiko Carstensd7b250e2011-05-26 09:48:24 +0200195
196static inline int ext_hash(u16 code)
197{
198 return (code + (code >> 9)) & 0xff;
199}
200
201int register_external_interrupt(u16 code, ext_int_handler_t handler)
202{
203 struct ext_int_info *p;
Jan Glauber89c9b662011-07-24 10:48:27 +0200204 unsigned long flags;
Heiko Carstensd7b250e2011-05-26 09:48:24 +0200205 int index;
206
207 p = kmalloc(sizeof(*p), GFP_ATOMIC);
208 if (!p)
209 return -ENOMEM;
210 p->code = code;
211 p->handler = handler;
212 index = ext_hash(code);
Jan Glauber89c9b662011-07-24 10:48:27 +0200213
214 spin_lock_irqsave(&ext_int_hash_lock, flags);
215 list_add_rcu(&p->entry, &ext_int_hash[index]);
216 spin_unlock_irqrestore(&ext_int_hash_lock, flags);
Heiko Carstensd7b250e2011-05-26 09:48:24 +0200217 return 0;
218}
219EXPORT_SYMBOL(register_external_interrupt);
220
221int unregister_external_interrupt(u16 code, ext_int_handler_t handler)
222{
Jan Glauber89c9b662011-07-24 10:48:27 +0200223 struct ext_int_info *p;
224 unsigned long flags;
225 int index = ext_hash(code);
Heiko Carstensd7b250e2011-05-26 09:48:24 +0200226
Jan Glauber89c9b662011-07-24 10:48:27 +0200227 spin_lock_irqsave(&ext_int_hash_lock, flags);
Heiko Carstens7968ca82012-04-11 14:28:09 +0200228 list_for_each_entry_rcu(p, &ext_int_hash[index], entry) {
Jan Glauber89c9b662011-07-24 10:48:27 +0200229 if (p->code == code && p->handler == handler) {
230 list_del_rcu(&p->entry);
Paul E. McKenneybc399d62012-01-06 16:59:51 -0800231 kfree_rcu(p, rcu);
Jan Glauber89c9b662011-07-24 10:48:27 +0200232 }
Heiko Carstens7968ca82012-04-11 14:28:09 +0200233 }
Jan Glauber89c9b662011-07-24 10:48:27 +0200234 spin_unlock_irqrestore(&ext_int_hash_lock, flags);
Heiko Carstensd7b250e2011-05-26 09:48:24 +0200235 return 0;
236}
237EXPORT_SYMBOL(unregister_external_interrupt);
238
Heiko Carstensfde15c32012-03-11 11:59:31 -0400239void __irq_entry do_extint(struct pt_regs *regs, struct ext_code ext_code,
Heiko Carstensd7b250e2011-05-26 09:48:24 +0200240 unsigned int param32, unsigned long param64)
241{
242 struct pt_regs *old_regs;
Heiko Carstensd7b250e2011-05-26 09:48:24 +0200243 struct ext_int_info *p;
244 int index;
245
Heiko Carstensd7b250e2011-05-26 09:48:24 +0200246 old_regs = set_irq_regs(regs);
Heiko Carstensd7b250e2011-05-26 09:48:24 +0200247 irq_enter();
Heiko Carstens7968ca82012-04-11 14:28:09 +0200248 if (S390_lowcore.int_clock >= S390_lowcore.clock_comparator) {
Heiko Carstensd7b250e2011-05-26 09:48:24 +0200249 /* Serve timer interrupts first. */
250 clock_comparator_work();
Heiko Carstens7968ca82012-04-11 14:28:09 +0200251 }
Heiko Carstensadd9bde2013-01-02 14:01:23 +0100252 kstat_incr_irqs_this_cpu(EXTERNAL_INTERRUPT, NULL);
Heiko Carstensfde15c32012-03-11 11:59:31 -0400253 if (ext_code.code != 0x1004)
Heiko Carstensd7b250e2011-05-26 09:48:24 +0200254 __get_cpu_var(s390_idle).nohz_delay = 1;
Jan Glauber89c9b662011-07-24 10:48:27 +0200255
Heiko Carstensfde15c32012-03-11 11:59:31 -0400256 index = ext_hash(ext_code.code);
Jan Glauber89c9b662011-07-24 10:48:27 +0200257 rcu_read_lock();
258 list_for_each_entry_rcu(p, &ext_int_hash[index], entry)
Heiko Carstensfde15c32012-03-11 11:59:31 -0400259 if (likely(p->code == ext_code.code))
260 p->handler(ext_code, param32, param64);
Jan Glauber89c9b662011-07-24 10:48:27 +0200261 rcu_read_unlock();
Heiko Carstensd7b250e2011-05-26 09:48:24 +0200262 irq_exit();
263 set_irq_regs(old_regs);
264}
265
Jan Glauber89c9b662011-07-24 10:48:27 +0200266void __init init_IRQ(void)
267{
268 init_external_interrupts();
269}
270
Heiko Carstensd7b250e2011-05-26 09:48:24 +0200271static DEFINE_SPINLOCK(sc_irq_lock);
272static int sc_irq_refcount;
273
274void service_subclass_irq_register(void)
275{
276 spin_lock(&sc_irq_lock);
277 if (!sc_irq_refcount)
278 ctl_set_bit(0, 9);
279 sc_irq_refcount++;
280 spin_unlock(&sc_irq_lock);
281}
282EXPORT_SYMBOL(service_subclass_irq_register);
283
284void service_subclass_irq_unregister(void)
285{
286 spin_lock(&sc_irq_lock);
287 sc_irq_refcount--;
288 if (!sc_irq_refcount)
289 ctl_clear_bit(0, 9);
290 spin_unlock(&sc_irq_lock);
291}
292EXPORT_SYMBOL(service_subclass_irq_unregister);
Jan Glauberb03d5412012-03-23 11:13:05 +0100293
294static DEFINE_SPINLOCK(ma_subclass_lock);
295static int ma_subclass_refcount;
296
297void measurement_alert_subclass_register(void)
298{
299 spin_lock(&ma_subclass_lock);
300 if (!ma_subclass_refcount)
301 ctl_set_bit(0, 5);
302 ma_subclass_refcount++;
303 spin_unlock(&ma_subclass_lock);
304}
305EXPORT_SYMBOL(measurement_alert_subclass_register);
306
307void measurement_alert_subclass_unregister(void)
308{
309 spin_lock(&ma_subclass_lock);
310 ma_subclass_refcount--;
311 if (!ma_subclass_refcount)
312 ctl_clear_bit(0, 5);
313 spin_unlock(&ma_subclass_lock);
314}
315EXPORT_SYMBOL(measurement_alert_subclass_unregister);