genirq: Adjust irq thread affinity on IRQ_SET_MASK_OK_NOCOPY return value
[linux-flexiantxendom0-3.2.10.git] / kernel / irq / migration.c
2012-03-30 Jiang Liugenirq: Adjust irq thread affinity on IRQ_SET_MASK_OK_N...
2011-03-31 Lucas De MarchiFix common misspellings
2011-03-29 Thomas Gleixnergenirq: Remove move_*irq leftovers
2011-03-28 Thomas Gleixnergenirq: Fix typo and remove unused variable
2011-03-28 Thomas Gleixnergenirq: Move INPROGRESS, MASKED and DISABLED state...
2011-02-19 Thomas Gleixnergenirq: Implement irq_data based move_*_irq() versions
2011-02-19 Thomas Gleixnergenirq: Mirror IRQ_PER_CPU and IRQ_NO_BALANCING in...
2011-02-19 Thomas Gleixnergenirq: Remove CHECK_IRQ_PER_CPU from core code
2011-02-19 Thomas Gleixnergenirq: Add IRQ_MOVE_PENDING to irq_data.state
2011-02-19 Thomas Gleixnergenirq: Move IRQ_MASKED to core
2011-02-19 Thomas Gleixnergenirq: Move IRQ_DISABLED to core
2011-02-02 Thomas Gleixnergenirq: Prevent irq storm on migration
2010-10-04 Thomas Gleixnergenirq: Provide compat handling for chip->set_affinity()
2010-10-04 Thomas Gleixnergenirq: Provide compat handling for chip->unmask()
2010-10-04 Thomas Gleixnergenirq: Provide compat handling for chip->mask()
2010-10-04 Thomas Gleixnergenirq: Convert core code to irq_data
2009-12-14 Thomas Gleixnergenirq: Convert irq_desc.lock to raw_spinlock
2009-07-21 Thomas Gleixnergenirq: Delegate irq affinity setting to the irq thread
2009-04-28 Yinghai Luirq: only update affinity if ->set_affinity() is sucessfull
2009-01-11 Mike Traviscpumask: update irq_desc to use cpumask_var_t
2008-12-13 Rusty Russellcpumask: make irq_set_affinity() take a const struct...
2008-11-09 Thomas Gleixnergenirq: keep affinities set from userspace across free...
2008-10-16 Yinghai Lugeneric: sparse irqs: use irq_desc() together with...
2007-02-26 Eric W. Biederman[PATCH] genirq: Mask irqs when migrating them.
2006-10-04 Eric W. Biederman[PATCH] genirq: irq: add moved_masked_irq
2006-10-04 Eric W. Biederman[PATCH] genirq: irq: convert the move_irq flag from...
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: remove irq_descp()
2006-06-29 Ingo Molnar[PATCH] genirq: rename desc->handler to desc->chip
2006-06-23 Daniel Walker[PATCH] invert irq/migration.c brach prediction
2006-04-11 Christoph Hellwig[PATCH] build kernel/irq/migration.c only if CONFIG_GEN...
2006-03-25 Bryan Holty[PATCH] IRQ: prevent enabling of previously disabled...
2006-03-25 Andrew Morton[PATCH] irq: uninline migration functions