aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-10-12x86: Sanitize apb timer interrupt handlingThomas Gleixner1-30/+24
2010-10-12x86: Convert irq_chip access to new functionsThomas Gleixner1-11/+13
2010-10-12x86: Remove useless reinitialization of irq descriptorsThomas Gleixner1-13/+4
2010-10-12pci: Cleanup the irq_desc mess in msiThomas Gleixner3-21/+15
2010-10-12pci: Convert msi to new irq_chip functionsThomas Gleixner12-51/+52
2010-10-12Merge branch 'x86/urgent' of into irq/sparseirqThomas Gleixner249-1095/+2048
2010-10-12Merge branch 'x86/cleanups' into irq/sparseirqThomas Gleixner16-27/+21
2010-10-12Merge branch 'x86/x2apic' into irq/sparseirqThomas Gleixner5-28/+34
2010-10-12genirq: Query arch for number of early descriptorsThomas Gleixner6-12/+16
2010-10-12genirq: Use sane sparse allocatorThomas Gleixner1-109/+20
2010-10-12genirq-update-kerneldoc.patchThomas Gleixner1-32/+52
2010-10-12genirq: Implement irq reservationThomas Gleixner2-0/+27
2010-10-12genirq: Implement sane enumerationThomas Gleixner2-0/+16
2010-10-12genirq: Prepare proc for real sparse irq supportThomas Gleixner3-0/+22
2010-10-12genirq: Implement a sane sparse_irq allocatorThomas Gleixner2-8/+246
2010-10-12genirq: Provide default irq init flagsThomas Gleixner3-4/+10
2010-10-12genirq: Remove export of kstat_irqs_cpuThomas Gleixner1-1/+0
2010-10-12isdn: hisax: Replace the bogus access to irq statsThomas Gleixner2-4/+15
2010-10-12genirq: Remove early_init_irq_lock_class()Thomas Gleixner3-19/+1
2010-10-12genirq: Distangle kernel/irq/handle.cThomas Gleixner4-332/+340
2010-10-12genirq: Sanitize irq_data accessorsThomas Gleixner2-4/+66
2010-10-12genirq: Provide status modifierThomas Gleixner2-21/+32
2010-10-12genirq: Remove unsused inlineThomas Gleixner1-7/+1
2010-10-12genirq: Distangle irq.hThomas Gleixner3-279/+284
2010-10-08mfd: twl4030: Fix dummy irq chip usageThomas Gleixner1-1/+1
2010-10-04genirq: Provide config option to disable deprecated codeThomas Gleixner6-6/+39
2010-10-04genirq: Provide compat handling for chip->retrigger()Thomas Gleixner2-2/+9
2010-10-04genirq: Provide compat handling for chip->set_wake()Thomas Gleixner2-2/+9
2010-10-04genirq: Provide compat handling for chip->set_type()Thomas Gleixner3-7/+15
2010-10-04genirq: Provide compat handling for chip->set_affinity()Thomas Gleixner4-8/+19
2010-10-04genirq: Provide compat handling for chip->startup()Thomas Gleixner4-16/+16
2010-10-04genirq: Provide compat handling for chip->disable()/shutdown()Thomas Gleixner5-22/+35
2010-10-04genirq: Provide compat handling for chip->enable()Thomas Gleixner3-8/+21
2010-10-04genirq: Provide compat handling for chip->eoi()Thomas Gleixner1-3/+10
2010-10-04genirq: Provide compat handling for chip->mask_ack()Thomas Gleixner1-6/+13
2010-10-04genirq: Provide compat handling for chip->ack()Thomas Gleixner2-18/+12
2010-10-04genirq: Provide compat handling for chip->unmask()Thomas Gleixner4-9/+16
2010-10-04genirq: Provide compat handling for chip->mask()Thomas Gleixner3-9/+16
2010-10-04genirq: Provide compat handling for bus_lock/bus_sync_unlockThomas Gleixner3-19/+35
2010-10-04genirq: Add new functions to dummy chipsThomas Gleixner2-17/+44
2010-10-04genirq: Provide advanced irq chip functionsThomas Gleixner1-16/+50
2010-10-04genirq: Convert core code to irq_dataThomas Gleixner11-110/+111
2010-10-04genirq: Create irq_dataThomas Gleixner2-47/+82
2010-10-04x86: Use genirq KconfigThomas Gleixner1-31/+5
2010-10-04genirq: Provide KconfigThomas Gleixner2-0/+56
2010-10-04isdn: Free irq_data namespaceThomas Gleixner1-3/+3
2010-10-04mfd: Rename struct irq_data to struct sih_irq_dataThomas Gleixner1-1/+1
2010-09-30x86, hpet: Fix bogus error check in hpet_assign_irq()Thomas Gleixner1-1/+1
2010-09-30x86, irq: Plug memory leak in sparse irqThomas Gleixner1-3/+8
2010-09-28x86, cpu: After uncapping CPUID, re-run CPU feature detectionH. Peter Anvin3-1/+3