Merge ../linux-2.6-x86
[safe/jmp/linux-2.6] / kernel / irq / chip.c
2008-12-13 Rusty RussellMerge ../linux-2.6-x86
2008-12-13 Rusty Russellcpumask: make irq_set_affinity() take a const struct...
2008-12-08 Yinghai Lusparse irq_desc[] array: core kernel and x86 changes
2008-10-21 Dean Nelsongenirq: NULL struct irq_desc's member 'name' in dynamic...
2008-10-21 Chris Friesengenirq: fix set_irq_type() when recording trigger type
2008-10-16 Thomas Gleixnergenirq: cleanup the sparseirq modifications
2008-10-16 Thomas Gleixnergenirq: revert dynarray
2008-10-16 Thomas Gleixnergenirq: remove irq_to_desc_alloc
2008-10-16 Dean Nelsonirq: set_irq_chip() has redundant call to irq_to_desc()
2008-10-16 Yinghai Lusparseirq: move kstat_irqs from kstat to irq_desc ...
2008-10-16 Yinghai Lux86_64: rename irq_desc/irq_desc_alloc
2008-10-16 Yinghai Luirq: remove >= nr_irqs checking with config_have_sparse_irq
2008-10-16 Yinghai Lux86: move kstat_irqs from kstat to irq_desc
2008-10-16 Yinghai Lugeneric: sparse irqs: use irq_desc() together with...
2008-10-16 Yinghai Luirq: introduce nr_irqs
2008-10-02 David Brownellgenirq: record trigger type
2008-10-02 Ingo MolnarMerge commit 'v2.6.27-rc8' into genirq
2008-09-06 Pawel MOLLgenirq: irq_chip->startup() usage in setup_irq and...
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