summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | powerpc: uic: Cleanup flow type handlingThomas Gleixner2011-03-291-17/+10Star
| * | | | | powerpc: mpic: Cleanup flow type handlingThomas Gleixner2011-03-291-17/+12Star
| * | | | | powerpc: mpc8xx_pic: Cleanup flow type handlingThomas Gleixner2011-03-291-8/+1Star
| * | | | | powerpc: ipic: Cleanup flow type handlingThomas Gleixner2011-03-291-9/+7Star
| * | | | | powerpc: cpm2_pic: Use IRQCHIP_EOI_IF_HANDLEDThomas Gleixner2011-03-291-15/+10Star
| * | | | | powerpc: cpm2_pic: Cleanup flow type handlingThomas Gleixner2011-03-291-10/+8Star
| * | | | | powerpc: cell: Fix the irq_desc accessThomas Gleixner2011-03-291-8/+1Star
| * | | | | powerpc: mac: pic: Use irqd_is_level_type()Thomas Gleixner2011-03-291-1/+1
| * | | | | powerpc: media5200: Remove pointless set_irq_type()Thomas Gleixner2011-03-291-6/+1Star
| * | | | | powerpc: Use proper accessors for IRQ_* flagsThomas Gleixner2011-03-2920-26/+24Star
| * | | | | parisc: Use irq_to_desc() in show_interrupts()Thomas Gleixner2011-03-291-5/+6
| * | | | | parisc: Convert irq namespaceThomas Gleixner2011-03-294-10/+11
| * | | | | parisc: Convert the final irq bitsThomas Gleixner2011-03-291-7/+2Star
| * | | | | mips: vr41xx: Use irdq_irq_disabled()Thomas Gleixner2011-03-291-1/+1
| * | | | | MIPS: Convert the irq functions to the new namesThomas Gleixner2011-03-2959-167/+185
| * | | | | MIPS: alchemy: Use proper irq accessorsThomas Gleixner2011-03-291-7/+6Star
| * | | | | MIPS: Octeon: Simplify irq_cpu_on/offline irq chip functionsThomas Gleixner2011-03-291-54/+17Star
| * | | | | MIPS: Octeon: Rewrite interrupt handling code.David Daney2011-03-296-817/+921
| * | | | | MIPS: Fix syncfs syscall copy and paste failureThomas Gleixner2011-03-291-1/+1
| * | | | | microblaze: Use generic show_interrupts()Thomas Gleixner2011-03-292-42/+1Star
| * | | | | microblaze: Convert to new irq function namesThomas Gleixner2011-03-292-4/+4
| * | | | | ia64: Remove redundant declaration of irq_desc[]Thomas Gleixner2011-03-291-3/+0Star
| * | | | | ia64: Convert to the new irq_* function namesThomas Gleixner2011-03-294-10/+10
| * | | | | ia64: Use generic show_interrupts()Thomas Gleixner2011-03-292-40/+3Star
| * | | | | ia64: Use irqd_irq_disabled() instead of desc->status accessThomas Gleixner2011-03-292-2/+2
| * | | | | ia64: sn: Use irqd_mark_affinity_set() helperThomas Gleixner2011-03-291-3/+1Star
| * | | | | ia64: msi: Use irq_move_irq()Thomas Gleixner2011-03-291-1/+1
| * | | | | ia64: sn: Use irq_move_irq()Thomas Gleixner2011-03-292-2/+2
| * | | | | ia64: iosapic: Use new irq_move_* functionsThomas Gleixner2011-03-291-6/+4Star
| * | | | | ia64: iosapic: Remove redundant mask from ack()Thomas Gleixner2011-03-291-9/+0Star
| * | | | | ia64: Use accessor functions all over the placeThomas Gleixner2011-03-294-12/+6Star
| * | | | | ia64: xen: Use irq accessor functionsThomas Gleixner2011-03-291-3/+1Star
| * | | | | ia64: iosapic: Cleanup irq_desc accessThomas Gleixner2011-03-291-17/+15Star
| * | | | | ia64: sn: Drop unused functionThomas Gleixner2011-03-291-16/+0Star
| * | | | | ia64: Convert iosapic to new irq_chip functionsThomas Gleixner2011-03-291-32/+38
| * | | | | ia64: Convert lsapic to new irq_chip functionsThomas Gleixner2011-03-291-11/+11
| * | | | | ia64: Convert msi to new irq_chip functionsThomas Gleixner2011-03-291-19/+22
| * | | | | ia64: Convert sn to new irq_chip functionsThomas Gleixner2011-03-291-21/+23
| * | | | | ia64: Convert msi_sn to new irq_chip functionsThomas Gleixner2011-03-291-14/+14
| * | | | | ia64: hp-sim: Cleanup direct access to irq_descThomas Gleixner2011-03-291-5/+5
| * | | | | ia64: Convert hp-sim to new irq_chip functionsThomas Gleixner2011-03-291-10/+10
| * | | | | ia64: Remove stale irq_chip.endThomas Gleixner2011-03-294-27/+0Star
| * | | | | ia64: Cleanup migrate_irqs()Thomas Gleixner2011-03-291-13/+14
| * | | | | ia64: Convert migrate_platform_irqs() to new irq chip functionsThomas Gleixner2011-03-291-7/+7
| * | | | | bfin: Use proper accessors in traceThomas Gleixner2011-03-291-3/+4
| * | | | | bfin: Convert irq namespaceThomas Gleixner2011-03-292-18/+18
| * | | | | bfin: Final irq cleanupThomas Gleixner2011-03-292-9/+6Star
| * | | | | alpha: Use generic show_interrupts()Thomas Gleixner2011-03-293-59/+17Star
| * | | | | alpha: Convert to new irq function namesThomas Gleixner2011-03-2920-34/+38
| * | | | | arm: Fold irq_set_chip/irq_set_handlerThomas Gleixner2011-03-2984-235/+209Star