summaryrefslogtreecommitdiffstats
path: root/arch/alpha/kernel/irq.c
Commit message (Expand)AuthorAgeFilesLines
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-161-1/+1
* alpha/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu2015-07-271-1/+1
* alpha: delete non-required instances of <linux/init.h>Paul Gortmaker2015-05-261-1/+0
* alpha: irq: run all handlers with interrupts disabledWill Deacon2013-04-071-7/+0
* Disintegrate asm/system.h for AlphaDavid Howells2012-03-281-1/+0
* alpha: Use generic show_interrupts()Thomas Gleixner2011-03-291-57/+10
* alpha: Convert to new irq function namesThomas Gleixner2011-03-291-1/+1
* alpha: irq: Convert affinity to use irq_dataThomas Gleixner2011-03-021-4/+9
* Fix typo in call to irq_to_desc()Morten Holst Larsen2011-03-021-1/+1
* alpha: fix WARN_ON in __local_bh_enable()Ivan Kokshaysky2011-01-171-3/+2
* alpha: kill off alpha_do_IRQKyle McMartin2011-01-171-5/+1
* alpha: irq clean upKyle McMartin2011-01-171-9/+18
* alpha: use set_irq_chip and push down __do_IRQ to the machine typesKyle McMartin2011-01-171-1/+6
* alpha: add performance monitor interrupt counterMichael Cree2010-08-091-2/+5
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
* genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner2009-12-141-2/+2
* alpha: Fixup last users of irq_chip->typenameThomas Gleixner2009-11-301-1/+1
* Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar2009-03-271-1/+1
|\
| * irq: update all arches for new irq_descMike Travis2009-01-121-1/+1
* | fix "sparseirq: use kstat_irqs_cpu on non-x86 architectures too"Andrew Morton2009-01-301-1/+1
* | sparseirq: use kstat_irqs_cpu on non-x86 architectures tooYinghai Lu2009-01-121-1/+1
|/
* cpumask: convert kernel/irqRusty Russell2009-01-011-1/+2
* cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell2008-12-131-1/+1
* genirq: Expose default irq affinity mask (take 3)Max Krasnyansky2008-06-051-3/+2
* [PATCH] alpha pt_regs cleanups: handle_irq()Al Viro2006-10-081-4/+1
* [PATCH] minimal alpha pt_regs fixesAl Viro2006-10-071-1/+4
* [PATCH] irq-flags: ALPHA: Use the new IRQF_ constantsThomas Gleixner2006-07-021-2/+2
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] genirq: cleanup: merge irq_affinity[] into irq_desc[]Ingo Molnar2006-06-291-1/+1
* [PATCH] genirq: rename desc->handler to desc->chipIngo Molnar2006-06-291-3/+3
* [PATCH] alpha: fix IRQ handling lockupIvan Kokshaysky2006-03-091-1/+6
* [PATCH] alpha show_interrups() trashes argumentEric Sesterhenn2006-02-011-20/+16
* [PATCH] Alpha: convert to generic irq framework (alpha part)Ivan Kokshaysky2006-01-061-621/+9
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+774