lockdep: fix spurious 'inconsistent lock state' warning
[safe/jmp/linux-2.6] / kernel / irq / chip.c
2008-07-26 Arjan van de Venuse WARN() in kernel/irq/chip.c
2008-04-19 Mike Traviscpumask: Cleanup more uses of CPU_MASK and NODE_MASK
2008-02-19 Thomas Gleixnergenirq: do not leave interupts enabled on free_irq
2008-02-08 Ralf BaechleIRQ_NOPROBE helper functions
2008-02-08 Harvey Harrisonkernel: remove fastcall in kernel/*
2007-12-18 Steven Rostedtgenirq: revert lazy irq disable for simple irqs
2007-10-17 Ralf BaechleCompile handle_percpu_irq even for uniprocessor kernels
2007-08-12 Thomas Gleixnergenirq: cleanup mismerge artifact
2007-05-03 Michael EllermanMSI: arch must connect the irq and the msi_desc
2007-02-16 Jan Beulich[PATCH] small irq management simplification
2007-02-16 Randy Dunlap[PATCH] IRQ kernel-doc fixes
2007-02-16 Ingo Molnar[PATCH] genirq: do not mask interrupts by default
2007-02-07 Eric W. Biedermanmsi: Kill the msi_desc array.
2006-12-22 Thomas Gleixner[PATCH] genirq: fix irq flow handler uninstall
2006-12-21 Geert Uytterhoeven[PATCH] __set_irq_handler bogus space
2006-11-16 Zhang, Yanmin[PATCH] some irq_chip variables point to NULL
2006-10-17 Ingo Molnar[PATCH] genirq: clean up irq-flow-type naming
2006-10-05 David HowellsIRQ: Maintain regs pointer globally rather than passing...
2006-10-05 David HowellsIRQ: Typedef the IRQ flow handler function type
2006-10-04 Eric W. Biederman[PATCH] msi: simplify msi sanity checks by adding with...
2006-10-04 Eric W. Biederman[PATCH] genirq: irq: add a dynamic irq creation API
2006-09-29 Yoichi Yuasa[PATCH] irq: remove a extra line
2006-09-29 Yoichi Yuasa[PATCH] irq: fixed coding style
2006-09-19 Ingo Molnar[PATCH] genirq core: fix handle_level_irq()
2006-07-03 Benjamin Herrenschmidt[PATCH] genirq: Allow fasteoi handler to retrigger...
2006-07-01 Thomas Gleixner[ARM] 3690/1: genirq: Introduce and make use of dummy...
2006-06-29 Ingo Molnar[PATCH] genirq: add chip->eoi(), fastack -> fasteoi
2006-06-29 Benjamin Herrenschmidt[PATCH] genirq: fasteoi handler: handle interrupt disabling
2006-06-29 Thomas Gleixner[PATCH] genirq: add irq-chip support