summaryrefslogtreecommitdiff
path: root/kernel/irq/migration.c
Commit message (Expand)AuthorAge
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* genirq: Provide irq_fixup_move_pending()Thomas Gleixner2017-06-22
* genirq: Remove bogus restriction in irq_move_mask_irq()Thomas Gleixner2015-06-20
* genirq: Prevent crash in irq_move_irq()Jiang Liu2015-06-12
* genirq: Introduce irq_do_set_affinity() to reduce duplicated codeJiang Liu2012-05-24
* genirq: Adjust irq thread affinity on IRQ_SET_MASK_OK_NOCOPY return valueJiang Liu2012-03-30
* Fix common misspellingsLucas De Marchi2011-03-31
* genirq: Remove move_*irq leftoversThomas Gleixner2011-03-29
* genirq: Fix typo and remove unused variableThomas Gleixner2011-03-28
* genirq: Move INPROGRESS, MASKED and DISABLED state flags to irq_dataThomas Gleixner2011-03-28
* genirq: Implement irq_data based move_*_irq() versionsThomas Gleixner2011-02-19
* genirq: Mirror IRQ_PER_CPU and IRQ_NO_BALANCING in irq_data.stateThomas Gleixner2011-02-19
* genirq: Remove CHECK_IRQ_PER_CPU from core codeThomas Gleixner2011-02-19
* genirq: Add IRQ_MOVE_PENDING to irq_data.stateThomas Gleixner2011-02-19
* genirq: Move IRQ_MASKED to coreThomas Gleixner2011-02-19
* genirq: Move IRQ_DISABLED to coreThomas Gleixner2011-02-19
* genirq: Prevent irq storm on migrationThomas Gleixner2011-02-02
* genirq: Provide compat handling for chip->set_affinity()Thomas Gleixner2010-10-04
* genirq: Provide compat handling for chip->unmask()Thomas Gleixner2010-10-04
* genirq: Provide compat handling for chip->mask()Thomas Gleixner2010-10-04
* genirq: Convert core code to irq_dataThomas Gleixner2010-10-04
* genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner2009-12-14
* genirq: Delegate irq affinity setting to the irq threadThomas Gleixner2009-07-21
* irq: only update affinity if ->set_affinity() is sucessfullYinghai Lu2009-04-28
* cpumask: update irq_desc to use cpumask_var_tMike Travis2009-01-11
* cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell2008-12-13
* genirq: keep affinities set from userspace across free/request_irq()Thomas Gleixner2008-11-09
* generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_...Yinghai Lu2008-10-16
* [PATCH] genirq: Mask irqs when migrating them.Eric W. Biederman2007-02-26
* [PATCH] genirq: irq: add moved_masked_irqEric W. Biederman2006-10-04
* [PATCH] genirq: irq: convert the move_irq flag from a 32bit word to a single bitEric W. Biederman2006-10-04
* [PATCH] genirq: cleanup: merge pending_irq_cpumask[] into irq_desc[]Ingo Molnar2006-06-29
* [PATCH] genirq: cleanup: reduce irq_desc_t use, mark it obsoleteIngo Molnar2006-06-29
* [PATCH] genirq: cleanup: remove irq_descp()Ingo Molnar2006-06-29
* [PATCH] genirq: rename desc->handler to desc->chipIngo Molnar2006-06-29
* [PATCH] invert irq/migration.c brach predictionDaniel Walker2006-06-23
* [PATCH] build kernel/irq/migration.c only if CONFIG_GENERIC_PENDING_IRQ is setChristoph Hellwig2006-04-11
* [PATCH] IRQ: prevent enabling of previously disabled interruptBryan Holty2006-03-25
* [PATCH] irq: uninline migration functionsAndrew Morton2006-03-25