Lucas De Marchi
|
25985edced
Fix common misspellings
|
14 years ago |
Thomas Gleixner
|
851d7cf647
genirq: Remove move_*irq leftovers
|
14 years ago |
Thomas Gleixner
|
a6aeddd1c4
genirq: Fix typo and remove unused variable
|
14 years ago |
Thomas Gleixner
|
32f4125ebf
genirq: Move INPROGRESS, MASKED and DISABLED state flags to irq_data
|
14 years ago |
Thomas Gleixner
|
a439520f8b
genirq: Implement irq_data based move_*_irq() versions
|
14 years ago |
Thomas Gleixner
|
a005677b3d
genirq: Mirror IRQ_PER_CPU and IRQ_NO_BALANCING in irq_data.state
|
14 years ago |
Thomas Gleixner
|
fae581e588
genirq: Remove CHECK_IRQ_PER_CPU from core code
|
14 years ago |
Thomas Gleixner
|
f230b6d5c4
genirq: Add IRQ_MOVE_PENDING to irq_data.state
|
14 years ago |
Thomas Gleixner
|
6e40262ea4
genirq: Move IRQ_MASKED to core
|
14 years ago |
Thomas Gleixner
|
c1594b77e4
genirq: Move IRQ_DISABLED to core
|
14 years ago |
Thomas Gleixner
|
f1a06390d0
genirq: Prevent irq storm on migration
|
14 years ago |
Thomas Gleixner
|
c96b3b3c44
genirq: Provide compat handling for chip->set_affinity()
|
14 years ago |
Thomas Gleixner
|
0eda58b7f3
genirq: Provide compat handling for chip->unmask()
|
14 years ago |
Thomas Gleixner
|
e2c0f8ff0f
genirq: Provide compat handling for chip->mask()
|
14 years ago |
Thomas Gleixner
|
6b8ff3120c
genirq: Convert core code to irq_data
|
14 years ago |
Thomas Gleixner
|
239007b844
genirq: Convert irq_desc.lock to raw_spinlock
|
15 years ago |
Thomas Gleixner
|
591d2fb02e
genirq: Delegate irq affinity setting to the irq thread
|
16 years ago |
Yinghai Lu
|
57b150cce8
irq: only update affinity if ->set_affinity() is sucessfull
|
16 years ago |
Mike Travis
|
7f7ace0cda
cpumask: update irq_desc to use cpumask_var_t
|
16 years ago |
Rusty Russell
|
0de26520c7
cpumask: make irq_set_affinity() take a const struct cpumask
|
16 years ago |
Thomas Gleixner
|
f6d87f4bd2
genirq: keep affinities set from userspace across free/request_irq()
|
16 years ago |
Yinghai Lu
|
08678b0841
generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_desc[]
|
17 years ago |
Eric W. Biederman
|
2a786b452e
[PATCH] genirq: Mask irqs when migrating them.
|
18 years ago |
Eric W. Biederman
|
e7b946e98a
[PATCH] genirq: irq: add moved_masked_irq
|
18 years ago |
Eric W. Biederman
|
a24ceab4f4
[PATCH] genirq: irq: convert the move_irq flag from a 32bit word to a single bit
|
18 years ago |
Ingo Molnar
|
cd916d31cc
[PATCH] genirq: cleanup: merge pending_irq_cpumask[] into irq_desc[]
|
19 years ago |
Ingo Molnar
|
34ffdb7233
[PATCH] genirq: cleanup: reduce irq_desc_t use, mark it obsolete
|
19 years ago |
Ingo Molnar
|
a8553acd6c
[PATCH] genirq: cleanup: remove irq_descp()
|
19 years ago |
Ingo Molnar
|
d1bef4ed5f
[PATCH] genirq: rename desc->handler to desc->chip
|
19 years ago |
Daniel Walker
|
89d0cf01c0
[PATCH] invert irq/migration.c brach prediction
|
19 years ago |