aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-22irq: make variable staticroel kluin1-1/+1
2008-10-21genirq: NULL struct irq_desc's member 'name' in dynamic_irq_cleanup()Dean Nelson1-0/+1
2008-10-21genirq: fix set_irq_type() when recording trigger typeChris Friesen1-1/+1
2008-10-16genirq: fix name space collision of nr_irqs in autoprobe.cThomas Gleixner1-4/+4
2008-10-16genirq: use iterators for irq_desc loopsThomas Gleixner2-35/+15
2008-10-16genirq: cleanup the sparseirq modificationsThomas Gleixner5-55/+48
2008-10-16genirq: revert dynarrayThomas Gleixner2-130/+14
2008-10-16genirq: remove irq_to_desc_allocThomas Gleixner1-1/+1
2008-10-16genirq: remove sparse irq codeThomas Gleixner1-114/+0
2008-10-16genirq: use inline function for irq_to_descThomas Gleixner1-14/+0
2008-10-16x86: fix typo in irq_desc arrayYinghai Lu1-1/+1
2008-10-16fix warning: "x86: sparse_irq needs spin_lock in allocations"Andrew Morton1-2/+1
2008-10-16sparseirq: remove some debug print outYinghai Lu1-18/+0
2008-10-16irq: fix irqpoll && sparseirqYinghai Lu1-6/+11
2008-10-16x86: HPET_MSI change IRQ affinity in process context when it is disabledvenkatesh.pallipadi@intel.com1-1/+2
2008-10-16irq: set_irq_chip() has redundant call to irq_to_desc()Dean Nelson1-1/+0
2008-10-16sparseirq: move kstat_irqs from kstat to irq_desc - fixYinghai Lu2-1/+30
2008-10-16x86: sparse_irq needs spin_lock in allocationsYinghai Lu1-1/+12
2008-10-16sparseirq: fix lockdepIngo Molnar1-5/+0
2008-10-16x86: remove irqbalance in kernel for 32 bitYinghai Lu1-3/+0
2008-10-16irq: separate sparse_irqs from sparse_irqs_freeYinghai Lu1-54/+61
2008-10-16x86_64: rename irq_desc/irq_desc_allocYinghai Lu3-36/+24
2008-10-16generic: add irq_desc in function in parameterYinghai Lu1-0/+30
2008-10-16irq: remove >= nr_irqs checking with config_have_sparse_irqYinghai Lu2-38/+54
2008-10-16irq: replace loop with nr_irqs with for_each_irq_descYinghai Lu3-8/+8
2008-10-16irq: add irq_desc_without_newYinghai Lu1-4/+24
2008-10-16x86: move kstat_irqs from kstat to irq_descYinghai Lu2-37/+75
2008-10-16irq: sparse irqs, fix IRQ auto-probe crashIngo Molnar1-0/+10
2008-10-16generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_desc[]Yinghai Lu8-73/+199
2008-10-16irq: sparse irqs, export nr_irqsIngo Molnar1-0/+1
2008-10-16irq: make irq_desc to use dyn_arrayYinghai Lu1-0/+31
2008-10-16irq: introduce nr_irqsYinghai Lu7-29/+30
2008-10-16Merge branch 'linus' into genirqIngo Molnar1-1/+8
2008-10-02genirq: record trigger typeDavid Brownell3-10/+29
2008-10-02Merge commit 'v2.6.27-rc8' into genirqIngo Molnar3-92/+127
2008-09-06genirq: irq_chip->startup() usage in setup_irq and set_irq_chained handlerPawel MOLL2-5/+2
2008-08-22genirq: fix irq_desc->depth handling with DEBUG_SHIRQAnton Vorontsov1-7/+10
2008-08-14Merge branch 'linus' into x86/coreIngo Molnar2-46/+53
2008-08-12genirq: switch /proc/irq/*/smp_affinity et al to seqfilesAlexey Dobriyan1-45/+51
2008-08-05genirq: better warning on irqchip->set_type() failureDavid Brownell1-1/+2
2008-07-30Merge commit 'v2.6.27-rc1' into x86/coreIngo Molnar2-10/+5
2008-07-26use WARN() in kernel/irq/chip.cArjan van de Ven1-8/+4
2008-07-26Use WARN() in kernel/irq/manage.cArjan van de Ven1-2/+1
2008-07-26Merge branch 'x86/x2apic' into x86/coreIngo Molnar1-1/+8
2008-07-25kernel/irq/manage.c: replace a printk + WARN_ON() to a WARN()Arjan van de Ven1-3/+1
2008-07-25Merge branch 'linus' into x86/x2apicIngo Molnar1-34/+69
2008-07-24generic irqs: handle failure of irqchip->set_type in setup_irqUwe Kleine-König1-22/+42
2008-07-23set_irq_wake: fix return code and wake status trackingUwe Kleine-König1-12/+27
2008-07-22genirq: remove last NO_IDLE_HZ leftoversThomas Gleixner1-2/+0
2008-07-18Merge branch 'linus' into x86/x2apicIngo Molnar2-9/+83