aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq
AgeCommit message (Expand)AuthorFilesLines
2006-09-29[PATCH] irq: remove a extra lineYoichi Yuasa1-4/+0
2006-09-29[PATCH] irq: fixed coding styleYoichi Yuasa1-1/+1
2006-09-26[PATCH] FRV: permit __do_IRQ() to be dispensed withDavid Howells1-0/+2
2006-09-19[PATCH] genirq core: fix handle_level_irq()Ingo Molnar1-3/+3
2006-09-16[PATCH] genirq: fix typo in IRQ resendImre Deak1-2/+1
2006-09-01[PATCH] kerneldoc for handle_bad_irq()Henrik Kretzschmar1-0/+5
2006-07-31[PATCH] genirq: {en,dis}able_irq_wake() need refcounting tooDavid Brownell1-2/+26
2006-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-1/+4
2006-07-03[PATCH] lockdep: annotate enable_in_hardirq()Ingo Molnar1-1/+1
2006-07-03[PATCH] lockdep: annotate genirqIngo Molnar1-0/+16
2006-07-03[PATCH] lockdep: coreIngo Molnar1-0/+6
2006-07-03[PATCH] genirq: Allow fasteoi handler to retrigger disabled interruptsBenjamin Herrenschmidt1-1/+4
2006-07-02[PATCH] genirq:fixup missing SA_PERCPU replacementThomas Gleixner1-2/+2
2006-07-02[PATCH] genirq: ARM dyntick cleanupThomas Gleixner1-12/+1
2006-07-02Merge branch 'genirq' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2-3/+41
2006-07-02[PATCH] irq-flags: generic irq: Use the new IRQF_ constantsThomas Gleixner3-23/+23
2006-07-01[ARM] 3690/1: genirq: Introduce and make use of dummy irq chipThomas Gleixner2-3/+28
2006-07-01[ARM] 3679/1: ARM: Make ARM dyntick implementation work with genirqThomas Gleixner1-0/+13
2006-07-01[PATCH] IRQ: warning message cleanupBjorn Helgaas1-6/+7
2006-07-01[PATCH] IRQ: Use SA_PERCPU_IRQ, not IRQ_PER_CPU, for irqaction.flagsBjorn Helgaas1-1/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-29[PATCH] genirq: add chip->eoi(), fastack -> fasteoiIngo Molnar1-14/+11
2006-06-29[PATCH] genirq: fasteoi handler: handle interrupt disablingBenjamin Herrenschmidt1-1/+4
2006-06-29[PATCH] genirq: more verbose debugging on unexpected IRQ vectorsIngo Molnar2-0/+42
2006-06-29[PATCH] genirq: cleanup: no_irq_type -> no_irq_chip renameIngo Molnar3-5/+5
2006-06-29[PATCH] genirq: add SA_TRIGGER supportThomas Gleixner1-4/+27
2006-06-29[PATCH] genirq: add irq-wake (power-management) supportThomas Gleixner1-0/+21
2006-06-29[PATCH] genirq: add handle_bad_irq()Ingo Molnar2-0/+9
2006-06-29[PATCH] genirq: add irq-chip supportThomas Gleixner3-2/+527
2006-06-29[PATCH] genirq: coreThomas Gleixner6-3/+41
2006-06-29[PATCH] genirq: update copyrightsIngo Molnar2-2/+7
2006-06-29[PATCH] genirq: add IRQ_NOAUTOEN supportThomas Gleixner2-7/+12
2006-06-29[PATCH] genirq: add IRQ_NOREQUEST supportThomas Gleixner1-1/+3
2006-06-29[PATCH] genirq: add IRQ_NOPROBE supportThomas Gleixner2-2/+6
2006-06-29[PATCH] genirq: add genirq sw IRQ-retriggerThomas Gleixner3-10/+80
2006-06-29[PATCH] genirq: cleanup: no_irq_type cleanupsIngo Molnar1-20/+25
2006-06-29[PATCH] genirq: doc: handle_IRQ_event() and __do_IRQ() commentsIngo Molnar1-4/+16
2006-06-29[PATCH] genirq: add ->retrigger() irq op to consolidate hw_irq_resend()Ingo Molnar1-1/+2
2006-06-29[PATCH] genirq: debug: better debug printout in enable_irq()Thomas Gleixner1-0/+1
2006-06-29[PATCH] genirq: cleanup: turn ARCH_HAS_IRQ_PER_CPU into CONFIG_IRQ_PER_CPUIngo Molnar1-2/+2
2006-06-29[PATCH] genirq: cleanup: merge pending_irq_cpumask[] into irq_desc[]Ingo Molnar2-8/+4
2006-06-29[PATCH] genirq: cleanup: merge irq_dir[], smp_affinity_entry[] into irq_desc[]Ingo Molnar1-13/+7
2006-06-29[PATCH] genirq: cleanup: reduce irq_desc_t use, mark it obsoleteIngo Molnar5-14/+15
2006-06-29[PATCH] genirq: cleanup: misc code cleanupsIngo Molnar4-38/+34
2006-06-29[PATCH] genirq: cleanup: remove fastcallIngo Molnar1-2/+2
2006-06-29[PATCH] genirq: cleanup: remove irq_descp()Ingo Molnar1-1/+1
2006-06-29[PATCH] genirq: cleanup: merge irq_affinity[] into irq_desc[]Ingo Molnar3-5/+6
2006-06-29[PATCH] genirq: sem2mutex probe_sem -> probing_activeIngo Molnar1-4/+5
2006-06-29[PATCH] genirq: rename desc->handler to desc->chipIngo Molnar6-33/+33
2006-06-23[PATCH] adjust handle_IRR_event() return typeJan Beulich1-2/+3
2006-06-23[PATCH] make noirqdebug/irqfixup __read_mostly, add (un)likely()Andreas Mohr1-6/+6
2006-06-23[PATCH] invert irq/migration.c brach predictionDaniel Walker1-2/+2
2006-06-23[PATCH] x86: kernel irq balance doesn't workZhang Yanmin1-0/+3
2006-04-28[PATCH] request_irq(): remove warnings from irq probingAndrew Morton1-2/+4
2006-04-11[PATCH] build kernel/irq/migration.c only if CONFIG_GENERIC_PENDING_IRQ is setChristoph Hellwig2-5/+3
2006-03-26[PATCH] warn if free_irq() is called from IRQ contextIngo Molnar1-0/+1
2006-03-25[PATCH] Add SA_PERCPU_IRQ flag supportDimitri Sivanich1-5/+18
2006-03-25[PATCH] IRQ: prevent enabling of previously disabled interruptBryan Holty1-4/+17
2006-03-25[PATCH] irq: uninline migration functionsAndrew Morton2-2/+53
2006-01-08[PATCH] kernel/: small cleanupsAdrian Bunk1-0/+2
2006-01-06[PATCH] Alpha: convert to generic irq framework (generic part)Ivan Kokshaysky2-1/+5
2005-11-23[PATCH] Check the irq number is within boundsMatthew Wilcox1-0/+15
2005-11-07[PATCH] more kernel-doc cleanups, additionsRandy Dunlap1-0/+1
2005-09-28Don't call a NULL ack function in the generic IRQ code.Paul Mackerras1-2/+4
2005-09-07[PATCH] CHECK_IRQ_PER_CPU() to avoid dead code in __do_IRQ()Karsten Wiese1-1/+1
2005-09-07[PATCH] x86/x86_64: deferred handling of writes to /proc/irqxx/smp_affinityAshok Raj2-2/+16
2005-06-28[PATCH] irqpollAlan Cox2-3/+112
2005-06-28[PATCH] Using msleep() instead of HZLuca Falavigna1-5/+4
2005-06-24[PATCH] make various thing staticAdrian Bunk1-1/+1
2005-06-21[PATCH] uml: make hw_controller_type->release exist only for archs needing itPaolo 'Blaisorblade' Giarrusso1-0/+4
2005-06-21[PATCH] uml: add and use generic hw_controller_type->releasePaolo 'Blaisorblade' Giarrusso1-0/+4
2005-05-28[PATCH] drop note_interrupt() for per-CPU for proper scalingJohn Hawkes1-2/+0
2005-05-17[PATCH] spurious interrupt fixZhang, Yanmin1-0/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds7-0/+1009