summaryrefslogtreecommitdiffstats
path: root/kernel/irq
Commit message (Expand)AuthorAgeFilesLines
...
* [PATCH] genirq: add SA_TRIGGER supportThomas Gleixner2006-06-291-4/+27
* [PATCH] genirq: add irq-wake (power-management) supportThomas Gleixner2006-06-291-0/+21
* [PATCH] genirq: add handle_bad_irq()Ingo Molnar2006-06-292-0/+9
* [PATCH] genirq: add irq-chip supportThomas Gleixner2006-06-293-2/+527
* [PATCH] genirq: coreThomas Gleixner2006-06-296-3/+41
* [PATCH] genirq: update copyrightsIngo Molnar2006-06-292-2/+7
* [PATCH] genirq: add IRQ_NOAUTOEN supportThomas Gleixner2006-06-292-7/+12
* [PATCH] genirq: add IRQ_NOREQUEST supportThomas Gleixner2006-06-291-1/+3
* [PATCH] genirq: add IRQ_NOPROBE supportThomas Gleixner2006-06-292-2/+6
* [PATCH] genirq: add genirq sw IRQ-retriggerThomas Gleixner2006-06-293-10/+80
* [PATCH] genirq: cleanup: no_irq_type cleanupsIngo Molnar2006-06-291-20/+25
* [PATCH] genirq: doc: handle_IRQ_event() and __do_IRQ() commentsIngo Molnar2006-06-291-4/+16
* [PATCH] genirq: add ->retrigger() irq op to consolidate hw_irq_resend()Ingo Molnar2006-06-291-1/+2
* [PATCH] genirq: debug: better debug printout in enable_irq()Thomas Gleixner2006-06-291-0/+1
* [PATCH] genirq: cleanup: turn ARCH_HAS_IRQ_PER_CPU into CONFIG_IRQ_PER_CPUIngo Molnar2006-06-291-2/+2
* [PATCH] genirq: cleanup: merge pending_irq_cpumask[] into irq_desc[]Ingo Molnar2006-06-292-8/+4Star
* [PATCH] genirq: cleanup: merge irq_dir[], smp_affinity_entry[] into irq_desc[]Ingo Molnar2006-06-291-13/+7Star
* [PATCH] genirq: cleanup: reduce irq_desc_t use, mark it obsoleteIngo Molnar2006-06-295-14/+15
* [PATCH] genirq: cleanup: misc code cleanupsIngo Molnar2006-06-294-38/+34Star
* [PATCH] genirq: cleanup: remove fastcallIngo Molnar2006-06-291-2/+2
* [PATCH] genirq: cleanup: remove irq_descp()Ingo Molnar2006-06-291-1/+1
* [PATCH] genirq: cleanup: merge irq_affinity[] into irq_desc[]Ingo Molnar2006-06-293-5/+6
* [PATCH] genirq: sem2mutex probe_sem -> probing_activeIngo Molnar2006-06-291-4/+5
* [PATCH] genirq: rename desc->handler to desc->chipIngo Molnar2006-06-296-33/+33
* [PATCH] adjust handle_IRR_event() return typeJan Beulich2006-06-231-2/+3
* [PATCH] make noirqdebug/irqfixup __read_mostly, add (un)likely()Andreas Mohr2006-06-231-6/+6
* [PATCH] invert irq/migration.c brach predictionDaniel Walker2006-06-231-2/+2
* [PATCH] x86: kernel irq balance doesn't workZhang Yanmin2006-06-231-0/+3
* [PATCH] request_irq(): remove warnings from irq probingAndrew Morton2006-04-281-2/+4
* [PATCH] build kernel/irq/migration.c only if CONFIG_GENERIC_PENDING_IRQ is setChristoph Hellwig2006-04-112-5/+3Star
* [PATCH] warn if free_irq() is called from IRQ contextIngo Molnar2006-03-261-0/+1
* [PATCH] Add SA_PERCPU_IRQ flag supportDimitri Sivanich2006-03-251-5/+18
* [PATCH] IRQ: prevent enabling of previously disabled interruptBryan Holty2006-03-251-4/+17
* [PATCH] irq: uninline migration functionsAndrew Morton2006-03-252-2/+53
* [PATCH] kernel/: small cleanupsAdrian Bunk2006-01-091-0/+2
* [PATCH] Alpha: convert to generic irq framework (generic part)Ivan Kokshaysky2006-01-062-1/+5
* [PATCH] Check the irq number is within boundsMatthew Wilcox2005-11-231-0/+15
* [PATCH] more kernel-doc cleanups, additionsRandy Dunlap2005-11-071-0/+1
* Don't call a NULL ack function in the generic IRQ code.Paul Mackerras2005-09-281-2/+4
* [PATCH] CHECK_IRQ_PER_CPU() to avoid dead code in __do_IRQ()Karsten Wiese2005-09-081-1/+1
* [PATCH] x86/x86_64: deferred handling of writes to /proc/irqxx/smp_affinityAshok Raj2005-09-082-2/+16
* [PATCH] irqpollAlan Cox2005-06-292-3/+112
* [PATCH] Using msleep() instead of HZLuca Falavigna2005-06-291-5/+4Star
* [PATCH] make various thing staticAdrian Bunk2005-06-241-1/+1
* [PATCH] uml: make hw_controller_type->release exist only for archs needing itPaolo 'Blaisorblade' Giarrusso2005-06-221-0/+4
* [PATCH] uml: add and use generic hw_controller_type->releasePaolo 'Blaisorblade' Giarrusso2005-06-221-0/+4
* [PATCH] drop note_interrupt() for per-CPU for proper scalingJohn Hawkes2005-05-281-2/+0Star
* [PATCH] spurious interrupt fixZhang, Yanmin2005-05-171-0/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-177-0/+1009