summaryrefslogtreecommitdiffstats
path: root/kernel/irq
AgeCommit message (Expand)AuthorLines
2010-12-01genirq: Fix incorrect proc spurious outputKenji Kaneshige-1/+1
2010-10-31Merge branches 'irq-core-for-linus' and 'core-locking-for-linus' of git://git...Linus Torvalds-0/+4
2010-10-27/proc/stat: fix scalability of irq sum of all cpuKAMEZAWA Hiroyuki-0/+15
2010-10-22genirq: Warn if enable_irq is called before irq is set upThomas Gleixner-0/+4
2010-10-12genirq: Fix CONFIG_GENIRQ_NO_DEPRECATED=y buildThomas Gleixner-2/+2
2010-10-12genirq: Switch sparse_irq allocator to GFP_KERNELThomas Gleixner-3/+2
2010-10-12genirq: Make sparse_lock a mutexThomas Gleixner-19/+14
2010-10-12genirq: Remove the now unused sparse irq leftoversThomas Gleixner-256/+2
2010-10-12genirq: Sanitize dynamic irq handlingThomas Gleixner-121/+23
2010-10-12genirq: Remove arch_init_chip_data()Thomas Gleixner-2/+0
2010-10-12genirq: Query arch for number of early descriptorsThomas Gleixner-5/+5
2010-10-12genirq: Use sane sparse allocatorThomas Gleixner-109/+20
2010-10-12genirq: Implement irq reservationThomas Gleixner-0/+26
2010-10-12genirq: Implement sane enumerationThomas Gleixner-0/+11
2010-10-12genirq: Prepare proc for real sparse irq supportThomas Gleixner-0/+22
2010-10-12genirq: Implement a sane sparse_irq allocatorThomas Gleixner-8/+223
2010-10-12genirq: Provide default irq init flagsThomas Gleixner-4/+4
2010-10-12genirq: Remove export of kstat_irqs_cpuThomas Gleixner-1/+0
2010-10-12genirq: Remove early_init_irq_lock_class()Thomas Gleixner-10/+1
2010-10-12genirq: Distangle kernel/irq/handle.cThomas Gleixner-332/+340
2010-10-12genirq: Sanitize irq_data accessorsThomas Gleixner-0/+8
2010-10-12genirq: Provide status modifierThomas Gleixner-19/+7
2010-10-12genirq: Distangle irq.hThomas Gleixner-0/+100
2010-10-04genirq: Provide config option to disable deprecated codeThomas Gleixner-5/+32
2010-10-04genirq: Provide compat handling for chip->retrigger()Thomas Gleixner-2/+9
2010-10-04genirq: Provide compat handling for chip->set_wake()Thomas Gleixner-2/+9
2010-10-04genirq: Provide compat handling for chip->set_type()Thomas Gleixner-7/+15
2010-10-04genirq: Provide compat handling for chip->set_affinity()Thomas Gleixner-8/+19
2010-10-04genirq: Provide compat handling for chip->startup()Thomas Gleixner-16/+16
2010-10-04genirq: Provide compat handling for chip->disable()/shutdown()Thomas Gleixner-22/+35
2010-10-04genirq: Provide compat handling for chip->enable()Thomas Gleixner-8/+21
2010-10-04genirq: Provide compat handling for chip->eoi()Thomas Gleixner-3/+10
2010-10-04genirq: Provide compat handling for chip->mask_ack()Thomas Gleixner-6/+13
2010-10-04genirq: Provide compat handling for chip->ack()Thomas Gleixner-18/+12
2010-10-04genirq: Provide compat handling for chip->unmask()Thomas Gleixner-9/+16
2010-10-04genirq: Provide compat handling for chip->mask()Thomas Gleixner-9/+16
2010-10-04genirq: Provide compat handling for bus_lock/bus_sync_unlockThomas Gleixner-19/+35
2010-10-04genirq: Add new functions to dummy chipsThomas Gleixner-17/+44
2010-10-04genirq: Convert core code to irq_dataThomas Gleixner-105/+106
2010-10-04genirq: Create irq_dataThomas Gleixner-20/+19
2010-10-04genirq: Provide KconfigThomas Gleixner-0/+54
2010-09-23genirq: Cleanup irq_chip->typename leftoversThomas Gleixner-2/+0
2010-07-29irq: Add new IRQ flag IRQF_NO_SUSPENDIan Campbell-1/+1
2010-06-09genirq: Deal with desc->set_type() changing desc->chipThomas Gleixner-0/+3
2010-05-12genirq: Clear CPU mask in affinity_hint when none is providedPeter P Waskiewicz Jr-3/+1
2010-05-03genirq: Add CPU mask affinity hintPeter P Waskiewicz Jr-0/+61
2010-04-13genirq: Remove IRQF_DISABLED from core codeThomas Gleixner-30/+0
2010-04-13genirq: Run irq handlers with interrupts disabledIngo Molnar-3/+0
2010-04-13genirq: Introduce request_any_context_irq()Marc Zyngier-0/+37
2010-04-13Merge branch 'linus' into irq/coreThomas Gleixner-11/+58