Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | unicore32: Use generic show_interrupts() | Thomas Gleixner | 2011-03-29 | 2 | -42/+1 | |
| * | | | | unicore32: Convert to new irq function names | Thomas Gleixner | 2011-03-29 | 1 | -8/+8 | |
| * | | | | sparc: Use generic show_interrupts() | Thomas Gleixner | 2011-03-29 | 2 | -39/+7 | |
| * | | | | sparc: Convert to new irq function names | Thomas Gleixner | 2011-03-29 | 3 | -20/+16 | |
| * | | | | sparc: Cleanup direct irq_desc access | Thomas Gleixner | 2011-03-29 | 2 | -17/+10 | |
| * | | | | sparc: Use the new genirq functionality | Thomas Gleixner | 2011-03-29 | 2 | -24/+9 | |
| * | | | | sh: Convert to new function names | Thomas Gleixner | 2011-03-29 | 16 | -65/+65 | |
| * | | | | sh: Use the proper accessor functions | Thomas Gleixner | 2011-03-29 | 2 | -9/+3 | |
| * | | | | powerpc: Use generic show_interrupts() | Thomas Gleixner | 2011-03-29 | 2 | -60/+3 | |
| * | | | | powerpc: Convert to new irq_* function names | Thomas Gleixner | 2011-03-29 | 53 | -187/+188 | |
| * | | | | powerpc: irq: Use irqdata based information | Thomas Gleixner | 2011-03-29 | 1 | -6/+8 | |
| * | | | | powerpc-fsl-msi-use-irqd.patch | Thomas Gleixner | 2011-03-29 | 1 | -10/+11 | |
| * | | | | powerpc: xilinx: Cleanup flow type handling | Thomas Gleixner | 2011-03-29 | 1 | -6/+0 | |
| * | | | | powerpc: uic: Cleanup flow type handling | Thomas Gleixner | 2011-03-29 | 1 | -17/+10 | |
| * | | | | powerpc: mpic: Cleanup flow type handling | Thomas Gleixner | 2011-03-29 | 1 | -17/+12 | |
| * | | | | powerpc: mpc8xx_pic: Cleanup flow type handling | Thomas Gleixner | 2011-03-29 | 1 | -8/+1 | |
| * | | | | powerpc: ipic: Cleanup flow type handling | Thomas Gleixner | 2011-03-29 | 1 | -9/+7 | |
| * | | | | powerpc: cpm2_pic: Use IRQCHIP_EOI_IF_HANDLED | Thomas Gleixner | 2011-03-29 | 1 | -15/+10 | |
| * | | | | powerpc: cpm2_pic: Cleanup flow type handling | Thomas Gleixner | 2011-03-29 | 1 | -10/+8 | |
| * | | | | powerpc: cell: Fix the irq_desc access | Thomas Gleixner | 2011-03-29 | 1 | -8/+1 | |
| * | | | | powerpc: mac: pic: Use irqd_is_level_type() | Thomas Gleixner | 2011-03-29 | 1 | -1/+1 | |
| * | | | | powerpc: media5200: Remove pointless set_irq_type() | Thomas Gleixner | 2011-03-29 | 1 | -6/+1 | |
| * | | | | powerpc: Use proper accessors for IRQ_* flags | Thomas Gleixner | 2011-03-29 | 20 | -26/+24 | |
| * | | | | parisc: Use irq_to_desc() in show_interrupts() | Thomas Gleixner | 2011-03-29 | 1 | -5/+6 | |
| * | | | | parisc: Convert irq namespace | Thomas Gleixner | 2011-03-29 | 4 | -10/+11 | |
| * | | | | parisc: Convert the final irq bits | Thomas Gleixner | 2011-03-29 | 1 | -7/+2 | |
| * | | | | mips: vr41xx: Use irdq_irq_disabled() | Thomas Gleixner | 2011-03-29 | 1 | -1/+1 | |
| * | | | | MIPS: Convert the irq functions to the new names | Thomas Gleixner | 2011-03-29 | 59 | -167/+185 | |
| * | | | | MIPS: alchemy: Use proper irq accessors | Thomas Gleixner | 2011-03-29 | 1 | -7/+6 | |
| * | | | | MIPS: Octeon: Simplify irq_cpu_on/offline irq chip functions | Thomas Gleixner | 2011-03-29 | 1 | -54/+17 | |
| * | | | | MIPS: Octeon: Rewrite interrupt handling code. | David Daney | 2011-03-29 | 6 | -817/+921 | |
| * | | | | MIPS: Fix syncfs syscall copy and paste failure | Thomas Gleixner | 2011-03-29 | 1 | -1/+1 | |
| * | | | | microblaze: Use generic show_interrupts() | Thomas Gleixner | 2011-03-29 | 2 | -42/+1 | |
| * | | | | microblaze: Convert to new irq function names | Thomas Gleixner | 2011-03-29 | 2 | -4/+4 | |
| * | | | | ia64: Remove redundant declaration of irq_desc[] | Thomas Gleixner | 2011-03-29 | 1 | -3/+0 | |
| * | | | | ia64: Convert to the new irq_* function names | Thomas Gleixner | 2011-03-29 | 4 | -10/+10 | |
| * | | | | ia64: Use generic show_interrupts() | Thomas Gleixner | 2011-03-29 | 2 | -40/+3 | |
| * | | | | ia64: Use irqd_irq_disabled() instead of desc->status access | Thomas Gleixner | 2011-03-29 | 2 | -2/+2 | |
| * | | | | ia64: sn: Use irqd_mark_affinity_set() helper | Thomas Gleixner | 2011-03-29 | 1 | -3/+1 | |
| * | | | | ia64: msi: Use irq_move_irq() | Thomas Gleixner | 2011-03-29 | 1 | -1/+1 | |
| * | | | | ia64: sn: Use irq_move_irq() | Thomas Gleixner | 2011-03-29 | 2 | -2/+2 | |
| * | | | | ia64: iosapic: Use new irq_move_* functions | Thomas Gleixner | 2011-03-29 | 1 | -6/+4 | |
| * | | | | ia64: iosapic: Remove redundant mask from ack() | Thomas Gleixner | 2011-03-29 | 1 | -9/+0 | |
| * | | | | ia64: Use accessor functions all over the place | Thomas Gleixner | 2011-03-29 | 4 | -12/+6 | |
| * | | | | ia64: xen: Use irq accessor functions | Thomas Gleixner | 2011-03-29 | 1 | -3/+1 | |
| * | | | | ia64: iosapic: Cleanup irq_desc access | Thomas Gleixner | 2011-03-29 | 1 | -17/+15 | |
| * | | | | ia64: sn: Drop unused function | Thomas Gleixner | 2011-03-29 | 1 | -16/+0 | |
| * | | | | ia64: Convert iosapic to new irq_chip functions | Thomas Gleixner | 2011-03-29 | 1 | -32/+38 | |
| * | | | | ia64: Convert lsapic to new irq_chip functions | Thomas Gleixner | 2011-03-29 | 1 | -11/+11 | |
| * | | | | ia64: Convert msi to new irq_chip functions | Thomas Gleixner | 2011-03-29 | 1 | -19/+22 |