Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[safe/jmp/linux-2.6] / kernel / irq / manage.c
2008-12-31 Linus TorvaldsMerge branch 'irq-core-for-linus' of git://git./linux...
2008-12-04 Ingo MolnarMerge commit 'v2.6.28-rc7' into core/locking
2008-12-02 David Brownellgenirq: warn when IRQF_DISABLED may be ignored
2008-12-02 David Brownellgenirq: record IRQ_LEVEL in irq_desc[]
2008-11-13 Mark Nelsongenirq: __irq_set_trigger: change pr_warning to pr_debug
2008-11-09 Ingo Molnarirq: fix typo
2008-11-09 Thomas Gleixnergenirq: fix the affinity setting in setup_irq
2008-11-09 Thomas Gleixnergenirq: keep affinities set from userspace across free...
2008-10-16 Thomas Gleixnergenirq: cleanup the sparseirq modifications
2008-10-16 venkatesh.pallipad... x86: HPET_MSI change IRQ affinity in process context...
2008-10-16 Yinghai Lux86: remove irqbalance in kernel for 32 bit
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 Luirq: replace loop with nr_irqs with for_each_irq_desc
2008-10-16 Yinghai Lugeneric: sparse irqs: use irq_desc() together with...
2008-10-16 Yinghai Luirq: introduce nr_irqs
2008-10-16 Ingo MolnarMerge branch 'linus' into genirq
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-08-22 Anton Vorontsovgenirq: fix irq_desc->depth handling with DEBUG_SHIRQ
2008-08-14 Ingo MolnarMerge branch 'linus' into x86/core
2008-08-14 Ingo MolnarMerge commit 'v2.6.27-rc3' into x86/xsave
2008-08-11 Ingo MolnarMerge branch 'linus' into x86/x2apic
2008-08-05 David Brownellgenirq: better warning on irqchip->set_type() failure
2008-07-30 Ingo MolnarMerge commit 'v2.6.27-rc1' into x86/core
2008-07-26 Arjan van de VenUse WARN() in kernel/irq/manage.c
2008-07-26 Ingo MolnarMerge branch 'x86/x2apic' into x86/core
2008-07-25 Arjan van de Venkernel/irq/manage.c: replace a printk + WARN_ON() to...
2008-07-25 Ingo MolnarMerge branch 'linus' into x86/x2apic
2008-07-24 Uwe Kleine-Königgeneric irqs: handle failure of irqchip->set_type in...
2008-07-23 Uwe Kleine-Königset_irq_wake: fix return code and wake status tracking
2008-07-18 Ingo MolnarMerge branch 'linus' into x86/x2apic
2008-07-12 Suresh Siddhax64, x2apic/intr-remap: generic irq migration support...
2008-07-10 Thomas Gleixnergenirq: remove extraneous checks in manage.c
2008-06-05 Max Krasnyanskygenirq: Expose default irq affinity mask (take 3)
2008-05-02 Thomas Gleixnergenirq: reenable a nobody cared disabled irq when a...
2008-04-29 Robert P. J. Daykernel: explicitly include required header files under...
2008-01-30 Ingo Molnargenirq: stackdump after the "Trying to free already...
2007-10-23 Herbert XuFix synchronize_irq races with IRQ handler
2007-10-17 David WoodhouseFix CONFIG_DEBUG_SHIRQ trigger on free_irq()
2007-08-31 Jarek Poplawskirequest_irq: fix DEBUG_SHIRQ handling
2007-08-23 Andrew Mortonfree_irq(): fix DEBUG_SHIRQ handling
2007-05-08 Ahmed S. DarwishIRQ: check for PERCPU flag only when adding first irqaction
2007-02-16 Thomas Gleixner[PATCH] Add a function to handle interrupt affinity...
2007-02-16 Thomas Gleixner[PATCH] Add irq flag to disable balancing for an interrupt
2007-02-14 Thomas Gleixner[PATCH] Scheduled removal of SA_xxx interrupt flags...
2007-02-12 Alan Cox[PATCH] kernel: shut up the IRQ mismatch messages
2007-02-12 David Woodhouse[PATCH] Debug shared irqs
2007-02-11 Al Viro[PATCH] sort the devres mess out
2007-02-09 Tejun Heodevres: device resource management
2007-01-23 Linus TorvaldsClear spurious irq stat information when adding irq...
2006-11-14 Andrew Morton[PATCH] setup_irq(): better mismatch debugging
2006-10-05 David HowellsIRQ: Typedef the IRQ handler function type
2006-07-31 David Brownell[PATCH] genirq: {en,dis}able_irq_wake() need refcountin...
2006-07-03 Ingo Molnar[PATCH] lockdep: core
2006-07-03 Thomas Gleixner[PATCH] genirq:fixup missing SA_PERCPU replacement
2006-07-02 Thomas Gleixner[PATCH] irq-flags: generic irq: Use the new IRQF_ constants
2006-07-01 Bjorn Helgaas[PATCH] IRQ: warning message cleanup
2006-07-01 Bjorn Helgaas[PATCH] IRQ: Use SA_PERCPU_IRQ, not IRQ_PER_CPU, for...
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-29 Ingo Molnar[PATCH] genirq: cleanup: no_irq_type -> no_irq_chip...
2006-06-29 Thomas Gleixner[PATCH] genirq: add SA_TRIGGER support
2006-06-29 Thomas Gleixner[PATCH] genirq: add irq-wake (power-management) support
2006-06-29 Thomas Gleixner[PATCH] genirq: core
2006-06-29 Ingo Molnar[PATCH] genirq: update copyrights
2006-06-29 Thomas Gleixner[PATCH] genirq: add IRQ_NOAUTOEN support
2006-06-29 Thomas Gleixner[PATCH] genirq: add IRQ_NOREQUEST support
2006-06-29 Thomas Gleixner[PATCH] genirq: add IRQ_NOPROBE support
2006-06-29 Thomas Gleixner[PATCH] genirq: add genirq sw IRQ-retrigger
2006-06-29 Ingo Molnar[PATCH] genirq: add ->retrigger() irq op to consolidate...
2006-06-29 Thomas Gleixner[PATCH] genirq: debug: better debug printout in enable_...
2006-06-29 Ingo Molnar[PATCH] genirq: cleanup: turn ARCH_HAS_IRQ_PER_CPU...
2006-06-29 Ingo Molnar[PATCH] genirq: cleanup: merge pending_irq_cpumask...
2006-06-29 Ingo Molnar[PATCH] genirq: cleanup: reduce irq_desc_t use, mark...
2006-06-29 Ingo Molnar[PATCH] genirq: cleanup: misc code cleanups
2006-06-29 Ingo Molnar[PATCH] genirq: cleanup: merge irq_affinity[] into...
2006-06-29 Ingo Molnar[PATCH] genirq: rename desc->handler to desc->chip
2006-04-28 Andrew Morton[PATCH] request_irq(): remove warnings from irq probing
2006-03-26 Ingo Molnar[PATCH] warn if free_irq() is called from IRQ context
2006-03-25 Dimitri Sivanich[PATCH] Add SA_PERCPU_IRQ flag support
2006-01-06 Ivan Kokshaysky[PATCH] Alpha: convert to generic irq framework (generi...
2005-11-23 Matthew Wilcox[PATCH] Check the irq number is within bounds
2005-11-07 Randy Dunlap[PATCH] more kernel-doc cleanups, additions
2005-09-07 Ashok Raj[PATCH] x86/x86_64: deferred handling of writes to...
2005-06-22 Paolo 'Blaisorblad... [PATCH] uml: make hw_controller_type->release exist...
2005-06-22 Paolo 'Blaisorblad... [PATCH] uml: add and use generic hw_controller_type...
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2 v2.6.12-rc2