aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic/io_apic.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-12x86: Convert msi affinity setting to new chip functionsThomas Gleixner1-14/+12
2010-10-12x86: Prepare the affinity common functions for taking struct irq_data *Thomas Gleixner3-52/+33
2010-10-12x86: ioapic: Clean up the direct access to irq_descThomas Gleixner1-51/+28
2010-10-12ht: Convert to new irq_chip functionsThomas Gleixner3-18/+13
2010-10-12dmar: Convert to new irq chip functionsThomas Gleixner4-10/+11
2010-10-12x86: ioapic/hpet: Convert to new chip functionsThomas Gleixner3-30/+26
2010-10-12x86: ioapic: Convert mask to new irq_chip functionThomas Gleixner1-52/+43
2010-10-12x86: io_apic: Convert startup to new irq_chip functionThomas Gleixner1-7/+5
2010-10-12x86: Cleanup io_apicThomas Gleixner1-67/+42
2010-10-12x86: Cleanup access to irq_dataThomas Gleixner2-32/+33
2010-10-12x86: i8259: Convert to new irq_chip functionsThomas Gleixner5-44/+47
2010-10-12x86: Cleanup visws interrupt handlingThomas Gleixner1-96/+44
2010-10-12x86: lguest: Convert to new irq chip functionsThomas Gleixner1-7/+7
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-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