aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq/migration.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-22genirq: Provide irq_fixup_move_pending()Thomas Gleixner1-0/+30
2015-06-20genirq: Remove bogus restriction in irq_move_mask_irq()Thomas Gleixner1-3/+3
2015-06-12genirq: Prevent crash in irq_move_irq()Jiang Liu1-1/+8
2012-05-24genirq: Introduce irq_do_set_affinity() to reduce duplicated codeJiang Liu1-11/+2
2012-03-30genirq: Adjust irq thread affinity on IRQ_SET_MASK_OK_NOCOPY return valueJiang Liu1-3/+7
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-29genirq: Remove move_*irq leftoversThomas Gleixner1-10/+0
2011-03-28genirq: Fix typo and remove unused variableThomas Gleixner1-1/+0
2011-03-28genirq: Move INPROGRESS, MASKED and DISABLED state flags to irq_dataThomas Gleixner1-2/+2
2011-02-19genirq: Implement irq_data based move_*_irq() versionsThomas Gleixner1-9/+19
2011-02-19genirq: Mirror IRQ_PER_CPU and IRQ_NO_BALANCING in irq_data.stateThomas Gleixner1-1/+1
2011-02-19genirq: Remove CHECK_IRQ_PER_CPU from core codeThomas Gleixner1-1/+1
2011-02-19genirq: Add IRQ_MOVE_PENDING to irq_data.stateThomas Gleixner1-3/+3
2011-02-19genirq: Move IRQ_MASKED to coreThomas Gleixner1-1/+1
2011-02-19genirq: Move IRQ_DISABLED to coreThomas Gleixner1-1/+1
2011-02-02genirq: Prevent irq storm on migrationThomas Gleixner1-3/+11
2010-10-04genirq: Provide compat handling for chip->set_affinity()Thomas Gleixner1-2/+4
2010-10-04genirq: Provide compat handling for chip->unmask()Thomas Gleixner1-1/+1
2010-10-04genirq: Provide compat handling for chip->mask()Thomas Gleixner1-1/+1
2010-10-04genirq: Convert core code to irq_dataThomas Gleixner1-5/+5
2009-12-14genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner1-1/+1
2009-07-21genirq: Delegate irq affinity setting to the irq threadThomas Gleixner1-1/+1
2009-04-28irq: only update affinity if ->set_affinity() is sucessfullYinghai Lu1-5/+9
2009-01-11cpumask: update irq_desc to use cpumask_var_tMike Travis1-6/+6
2008-12-13cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell1-7/+7
2008-11-09genirq: keep affinities set from userspace across free/request_irq()Thomas Gleixner1-11/+0
2008-10-16generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_desc[]Yinghai Lu1-7/+7
2007-02-26[PATCH] genirq: Mask irqs when migrating them.Eric W. Biederman1-5/+4
2006-10-04[PATCH] genirq: irq: add moved_masked_irqEric W. Biederman1-7/+21
2006-10-04[PATCH] genirq: irq: convert the move_irq flag from a 32bit word to a single bitEric W. Biederman1-3/+3
2006-06-29[PATCH] genirq: cleanup: merge pending_irq_cpumask[] into irq_desc[]Ingo Molnar1-4/+4
2006-06-29[PATCH] genirq: cleanup: reduce irq_desc_t use, mark it obsoleteIngo Molnar1-2/+2
2006-06-29[PATCH] genirq: cleanup: remove irq_descp()Ingo Molnar1-1/+1
2006-06-29[PATCH] genirq: rename desc->handler to desc->chipIngo Molnar1-4/+4
2006-06-23[PATCH] invert irq/migration.c brach predictionDaniel Walker1-2/+2
2006-04-11[PATCH] build kernel/irq/migration.c only if CONFIG_GENERIC_PENDING_IRQ is setChristoph Hellwig1-4/+1
2006-03-25[PATCH] IRQ: prevent enabling of previously disabled interruptBryan Holty1-4/+17
2006-03-25[PATCH] irq: uninline migration functionsAndrew Morton1-0/+52