- patches.apparmor/remove_suid_new_case_in_2.6.22.diff: Merge fix.
[linux-flexiantxendom0-3.2.10.git] / kernel / irq / manage.c
2007-05-25 Jeff Mahoney- patches.apparmor/remove_suid_new_case_in_2.6.22.diff...
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-08-01 Greg Kroah-Hartman- 2.6.17 port work build breaks, but the patch set...
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-06-05 Greg Kroah-Hartman- patches.fixes/request_irq-remove-warnings-from-irq...
2006-04-28 Andrew Morton[PATCH] request_irq(): remove warnings from irq probing
2006-04-07 Jan Beulich- Update Xen patches to 3.0.2 c/s 9595.
2006-04-05 Andreas Gruenbacher- patches.fixes/per-cpu-irqs-in-generic-irq-setup: Add
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-02-14 Jan Beulich- Update Xen patches to xen-unstable changeset 8819...
2006-01-17 Jan Beulich- Update Xen patches and configs.
2006-01-06 Ivan Kokshaysky[PATCH] Alpha: convert to generic irq framework (generi...
2005-12-05 Gerd Hoffmann- Update xen and uml patches.
2005-11-23 Matthew Wilcox[PATCH] Check the irq number is within bounds
2005-11-15 Gerd Hoffmann- Update config files.
2005-11-11 Gerd Hoffmann- patches.xen/xen3-fixup-common-tpm-infineon: adapt...
2005-11-09 Gerd Hoffmann- temporarely tagged xen patches touching common code...
2005-11-09 Gerd Hoffmann- big xen update from xenbits.xensource.com/linux-2...
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
2005-02-02 Randy Dunlap[PATCH] irq_affinity: fix build when CONFIG_PROC_FS=n
2004-10-18 Ingo Molnar[PATCH] generic irq subsystem: core