summaryrefslogtreecommitdiffstats
path: root/kernel/irq
AgeCommit message (Expand)AuthorLines
2011-02-19genirq: Implement generic irq_show_interrupts()Thomas Gleixner-0/+66
2011-02-19genirq: Simplify handle_irq_event()Thomas Gleixner-13/+6
2011-02-19genirq: Use handle_irq_event() in the spurious poll codeThomas Gleixner-12/+9
2011-02-19genirq: Use handle_perpcu_event() in handle_percpu_irq()Thomas Gleixner-8/+6
2011-02-19genirq: Use handle_irq_event() in handle_edge_irq()Thomas Gleixner-14/+2
2011-02-19genirq: Use handle_irq_event() in handle_fasteoi_irq()Thomas Gleixner-17/+2
2011-02-19genirq: Use handle_irq_event() in handle_level_irq()Thomas Gleixner-14/+2
2011-02-19genirq: Use handle_irq_event() in handle_simple_irq()Thomas Gleixner-13/+2
2011-02-19genirq: Implement handle_irq_event()Thomas Gleixner-8/+42
2011-02-19genirq: Do not fiddle with IRQ_MASKED in handle_edge_irq()Thomas Gleixner-1/+1
2011-02-19genirq: Consolidate IRQ_DISABLEDThomas Gleixner-16/+14
2011-02-19genirq: Remove default magicThomas Gleixner-60/+17
2011-02-19genirq: Consolidate disable/enableThomas Gleixner-8/+20
2011-02-19genirq: Consolidate startup/shutdown of interruptsThomas Gleixner-31/+33
2011-02-19genirq: Remove bogus conditionalThomas Gleixner-4/+1
2011-02-19genirq: Move irq thread flags to coreThomas Gleixner-0/+14
2011-02-19genirq: Mark polled irqs and defer the real handlerThomas Gleixner-28/+60
2011-02-19genirq: spurious: Run only one poller at a timeThomas Gleixner-1/+15
2011-02-19genirq: Do not poll disabled, percpu and timer interruptsThomas Gleixner-14/+26
2011-02-19genirq: Fixup poll handlingThomas Gleixner-31/+19
2011-02-19genirq: Warn when handler enables interruptsThomas Gleixner-1/+3
2011-02-19genirq: Plug race in report_bad_irq()Thomas Gleixner-3/+9
2011-02-19genirq: Remove redundant thread affinity settingThomas Gleixner-2/+0
2011-02-19genirq: Do not copy affinity before setThomas Gleixner-15/+36
2011-02-19genirq: Always apply cpu online maskThomas Gleixner-6/+6
2011-02-19genirq: Rremove redundant checkThomas Gleixner-1/+2
2011-02-19genirq: Simplify affinity related codeThomas Gleixner-23/+41
2011-02-19genirq: Namespace cleanupThomas Gleixner-17/+17
2011-02-19genirq: Add missing buslock to set_irq_type(), set_irq_wake()Thomas Gleixner-0/+4
2011-02-19genirq: Make nr_irqs runtime expandableThomas Gleixner-3/+19
2011-02-19Merge branch 'irq/urgent' into irq/coreThomas Gleixner-3/+18
2011-02-19genirq: Disable the SHIRQ_DEBUG call in request_threaded_irq for nowThomas Gleixner-1/+1
2011-02-19genirq: Prevent access beyond allocated_irqs bitmapThomas Gleixner-2/+17
2011-02-11Merge branch 'irq/for-mips' into irq/coreThomas Gleixner-1/+6
2011-02-11genirq: Call bus_lock/unlock functions in setup_irq()David Daney-1/+6
2011-02-08genirq: Remove dead codeThomas Gleixner-17/+0
2011-02-08Merge branch 'irq/for-xen' into irq/coreThomas Gleixner-4/+10
2011-02-08genirq: Add IRQF_FORCE_RESUMEThomas Gleixner-4/+10
2011-02-05Merge branch 'irq/urgent' into irq/coreThomas Gleixner-3/+11
2011-02-02genirq: Prevent irq storm on migrationThomas Gleixner-3/+11
2011-01-31genirq: Fix affinity notifier falloutThomas Gleixner-1/+1
2011-01-22genirq: Add IRQ affinity notifiersBen Hutchings-0/+82
2011-01-21genirq: Remove __do_IRQThomas Gleixner-114/+0
2011-01-13irq: use per_cpu kstat_irqsEric Dumazet-10/+30
2011-01-07sched: Constify function scope static struct sched_param usagePeter Zijlstra-1/+1
2010-12-08Merge branch 'linus' into sched/coreIngo Molnar-1/+1
2010-12-01genirq: Fix incorrect proc spurious outputKenji Kaneshige-1/+1
2010-11-18Merge commit 'v2.6.37-rc2' into sched/coreIngo Molnar-0/+19
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