Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-02-19genirq: Implement irq_data based move_*_irq() versionsThomas Gleixner
2011-02-19genirq: Mirror IRQ_PER_CPU and IRQ_NO_BALANCING in irq_data.stateThomas Gleixner
2011-02-19genirq: Remove CHECK_IRQ_PER_CPU from core codeThomas Gleixner
2011-02-19genirq: Add IRQ_MOVE_PENDING to irq_data.stateThomas Gleixner
2011-02-19genirq: Move IRQ_MASKED to coreThomas Gleixner
2011-02-19genirq: Move IRQ_DISABLED to coreThomas Gleixner
2011-02-03genirq: Prevent irq storm on migrationThomas Gleixner
2010-10-04genirq: Provide compat handling for chip->set_affinity()Thomas Gleixner
2010-10-04genirq: Provide compat handling for chip->unmask()Thomas Gleixner
2010-10-04genirq: Provide compat handling for chip->mask()Thomas Gleixner
2010-10-04genirq: Convert core code to irq_dataThomas Gleixner
2009-12-15genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner
2009-07-21genirq: Delegate irq affinity setting to the irq threadThomas Gleixner
2009-04-28irq: only update affinity if ->set_affinity() is sucessfullYinghai Lu
2009-01-11cpumask: update irq_desc to use cpumask_var_tMike Travis
2008-12-13cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell
2008-11-10genirq: keep affinities set from userspace across free/request_irq()Thomas Gleixner
2008-10-16generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_...Yinghai Lu
2007-02-26[PATCH] genirq: Mask irqs when migrating them.Eric W. Biederman
2006-10-04[PATCH] genirq: irq: add moved_masked_irqEric W. Biederman
2006-10-04[PATCH] genirq: irq: convert the move_irq flag from a 32bit word to a single bitEric W. Biederman
2006-06-29[PATCH] genirq: cleanup: merge pending_irq_cpumask[] into irq_desc[]Ingo Molnar
2006-06-29[PATCH] genirq: cleanup: reduce irq_desc_t use, mark it obsoleteIngo Molnar
2006-06-29[PATCH] genirq: cleanup: remove irq_descp()Ingo Molnar
2006-06-29[PATCH] genirq: rename desc->handler to desc->chipIngo Molnar
2006-06-23[PATCH] invert irq/migration.c brach predictionDaniel Walker
2006-04-11[PATCH] build kernel/irq/migration.c only if CONFIG_GENERIC_PENDING_IRQ is setChristoph Hellwig
2006-03-25[PATCH] IRQ: prevent enabling of previously disabled interruptBryan Holty
2006-03-25[PATCH] irq: uninline migration functionsAndrew Morton