summaryrefslogtreecommitdiffstats
path: root/kernel/irq
AgeCommit message (Expand)AuthorLines
2008-11-13genirq: __irq_set_trigger: change pr_warning to pr_debugMark Nelson-1/+1
2008-11-09irq: fix typoIngo Molnar-1/+1
2008-11-09genirq: fix the affinity setting in setup_irqThomas Gleixner-5/+5
2008-11-09genirq: keep affinities set from userspace across free/request_irq()Thomas Gleixner-22/+51
2008-10-22irq: make variable staticroel kluin-1/+1
2008-10-21genirq: NULL struct irq_desc's member 'name' in dynamic_irq_cleanup()Dean Nelson-0/+1
2008-10-21genirq: fix set_irq_type() when recording trigger typeChris Friesen-1/+1
2008-10-16genirq: fix name space collision of nr_irqs in autoprobe.cThomas Gleixner-4/+4
2008-10-16genirq: use iterators for irq_desc loopsThomas Gleixner-35/+15
2008-10-16genirq: cleanup the sparseirq modificationsThomas Gleixner-55/+48
2008-10-16genirq: revert dynarrayThomas Gleixner-130/+14
2008-10-16genirq: remove irq_to_desc_allocThomas Gleixner-1/+1
2008-10-16genirq: remove sparse irq codeThomas Gleixner-114/+0
2008-10-16genirq: use inline function for irq_to_descThomas Gleixner-14/+0
2008-10-16x86: fix typo in irq_desc arrayYinghai Lu-1/+1
2008-10-16fix warning: "x86: sparse_irq needs spin_lock in allocations"Andrew Morton-2/+1
2008-10-16sparseirq: remove some debug print outYinghai Lu-18/+0
2008-10-16irq: fix irqpoll && sparseirqYinghai Lu-6/+11
2008-10-16x86: HPET_MSI change IRQ affinity in process context when it is disabledvenkatesh.pallipadi@intel.com-1/+2
2008-10-16irq: set_irq_chip() has redundant call to irq_to_desc()Dean Nelson-1/+0
2008-10-16sparseirq: move kstat_irqs from kstat to irq_desc - fixYinghai Lu-1/+30
2008-10-16x86: sparse_irq needs spin_lock in allocationsYinghai Lu-1/+12
2008-10-16sparseirq: fix lockdepIngo Molnar-5/+0
2008-10-16x86: remove irqbalance in kernel for 32 bitYinghai Lu-3/+0
2008-10-16irq: separate sparse_irqs from sparse_irqs_freeYinghai Lu-54/+61
2008-10-16x86_64: rename irq_desc/irq_desc_allocYinghai Lu-36/+24
2008-10-16generic: add irq_desc in function in parameterYinghai Lu-0/+30
2008-10-16irq: remove >= nr_irqs checking with config_have_sparse_irqYinghai Lu-38/+54
2008-10-16irq: replace loop with nr_irqs with for_each_irq_descYinghai Lu-8/+8
2008-10-16irq: add irq_desc_without_newYinghai Lu-4/+24
2008-10-16x86: move kstat_irqs from kstat to irq_descYinghai Lu-37/+75
2008-10-16irq: sparse irqs, fix IRQ auto-probe crashIngo Molnar-0/+10
2008-10-16generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_...Yinghai Lu-73/+199
2008-10-16irq: sparse irqs, export nr_irqsIngo Molnar-0/+1
2008-10-16irq: make irq_desc to use dyn_arrayYinghai Lu-0/+31
2008-10-16irq: introduce nr_irqsYinghai Lu-29/+30
2008-10-16Merge branch 'linus' into genirqIngo Molnar-1/+8
2008-10-02genirq: record trigger typeDavid Brownell-10/+29
2008-10-02Merge commit 'v2.6.27-rc8' into genirqIngo Molnar-92/+127
2008-09-06genirq: irq_chip->startup() usage in setup_irq and set_irq_chained handlerPawel MOLL-5/+2
2008-08-22genirq: fix irq_desc->depth handling with DEBUG_SHIRQAnton Vorontsov-7/+10
2008-08-14Merge branch 'linus' into x86/coreIngo Molnar-46/+53
2008-08-12genirq: switch /proc/irq/*/smp_affinity et al to seqfilesAlexey Dobriyan-45/+51
2008-08-05genirq: better warning on irqchip->set_type() failureDavid Brownell-1/+2
2008-07-30Merge commit 'v2.6.27-rc1' into x86/coreIngo Molnar-10/+5
2008-07-26use WARN() in kernel/irq/chip.cArjan van de Ven-8/+4
2008-07-26Use WARN() in kernel/irq/manage.cArjan van de Ven-2/+1
2008-07-26Merge branch 'x86/x2apic' into x86/coreIngo Molnar-1/+8
2008-07-25kernel/irq/manage.c: replace a printk + WARN_ON() to a WARN()Arjan van de Ven-3/+1
2008-07-25Merge branch 'linus' into x86/x2apicIngo Molnar-34/+69