aboutsummaryrefslogtreecommitdiff
path: root/kernel/irq
AgeCommit message (Expand)Author
2011-02-02genirq: Prevent irq storm on migrationThomas Gleixner
2011-01-21genirq: Remove __do_IRQThomas Gleixner
2011-01-13irq: use per_cpu kstat_irqsEric Dumazet
2011-01-07sched: Constify function scope static struct sched_param usagePeter Zijlstra
2010-12-08Merge branch 'linus' into sched/coreIngo Molnar
2010-12-01genirq: Fix incorrect proc spurious outputKenji Kaneshige
2010-11-18Merge commit 'v2.6.37-rc2' into sched/coreIngo Molnar
2010-10-31Merge branches 'irq-core-for-linus' and 'core-locking-for-linus' of git://git...Linus Torvalds
2010-10-27/proc/stat: fix scalability of irq sum of all cpuKAMEZAWA Hiroyuki
2010-10-23sched: Make sched_param argument static in sched_setscheduler() callersKOSAKI Motohiro
2010-10-22genirq: Warn if enable_irq is called before irq is set upThomas Gleixner
2010-10-12genirq: Fix CONFIG_GENIRQ_NO_DEPRECATED=y buildThomas Gleixner
2010-10-12genirq: Switch sparse_irq allocator to GFP_KERNELThomas Gleixner
2010-10-12genirq: Make sparse_lock a mutexThomas Gleixner
2010-10-12genirq: Remove the now unused sparse irq leftoversThomas Gleixner
2010-10-12genirq: Sanitize dynamic irq handlingThomas Gleixner
2010-10-12genirq: Remove arch_init_chip_data()Thomas Gleixner
2010-10-12genirq: Query arch for number of early descriptorsThomas Gleixner
2010-10-12genirq: Use sane sparse allocatorThomas Gleixner
2010-10-12genirq: Implement irq reservationThomas Gleixner
2010-10-12genirq: Implement sane enumerationThomas Gleixner
2010-10-12genirq: Prepare proc for real sparse irq supportThomas Gleixner
2010-10-12genirq: Implement a sane sparse_irq allocatorThomas Gleixner
2010-10-12genirq: Provide default irq init flagsThomas Gleixner
2010-10-12genirq: Remove export of kstat_irqs_cpuThomas Gleixner
2010-10-12genirq: Remove early_init_irq_lock_class()Thomas Gleixner
2010-10-12genirq: Distangle kernel/irq/handle.cThomas Gleixner
2010-10-12genirq: Sanitize irq_data accessorsThomas Gleixner
2010-10-12genirq: Provide status modifierThomas Gleixner
2010-10-12genirq: Distangle irq.hThomas Gleixner
2010-10-04genirq: Provide config option to disable deprecated codeThomas Gleixner
2010-10-04genirq: Provide compat handling for chip->retrigger()Thomas Gleixner
2010-10-04genirq: Provide compat handling for chip->set_wake()Thomas Gleixner
2010-10-04genirq: Provide compat handling for chip->set_type()Thomas Gleixner
2010-10-04genirq: Provide compat handling for chip->set_affinity()Thomas Gleixner
2010-10-04genirq: Provide compat handling for chip->startup()Thomas Gleixner
2010-10-04genirq: Provide compat handling for chip->disable()/shutdown()Thomas Gleixner
2010-10-04genirq: Provide compat handling for chip->enable()Thomas Gleixner
2010-10-04genirq: Provide compat handling for chip->eoi()Thomas Gleixner
2010-10-04genirq: Provide compat handling for chip->mask_ack()Thomas Gleixner
2010-10-04genirq: Provide compat handling for chip->ack()Thomas Gleixner
2010-10-04genirq: Provide compat handling for chip->unmask()Thomas Gleixner
2010-10-04genirq: Provide compat handling for chip->mask()Thomas Gleixner
2010-10-04genirq: Provide compat handling for bus_lock/bus_sync_unlockThomas Gleixner
2010-10-04genirq: Add new functions to dummy chipsThomas Gleixner
2010-10-04genirq: Convert core code to irq_dataThomas Gleixner
2010-10-04genirq: Create irq_dataThomas Gleixner
2010-10-04genirq: Provide KconfigThomas Gleixner
2010-09-23genirq: Cleanup irq_chip->typename leftoversThomas Gleixner
2010-07-29irq: Add new IRQ flag IRQF_NO_SUSPENDIan Campbell