aboutsummaryrefslogtreecommitdiff
path: root/kernel/irq
AgeCommit message (Expand)Author
2008-10-21genirq: NULL struct irq_desc's member 'name' in dynamic_irq_cleanup()Dean Nelson
2008-10-21genirq: fix set_irq_type() when recording trigger typeChris Friesen
2008-10-16genirq: fix name space collision of nr_irqs in autoprobe.cThomas Gleixner
2008-10-16genirq: use iterators for irq_desc loopsThomas Gleixner
2008-10-16genirq: cleanup the sparseirq modificationsThomas Gleixner
2008-10-16genirq: revert dynarrayThomas Gleixner
2008-10-16genirq: remove irq_to_desc_allocThomas Gleixner
2008-10-16genirq: remove sparse irq codeThomas Gleixner
2008-10-16genirq: use inline function for irq_to_descThomas Gleixner
2008-10-16x86: fix typo in irq_desc arrayYinghai Lu
2008-10-16fix warning: "x86: sparse_irq needs spin_lock in allocations"Andrew Morton
2008-10-16sparseirq: remove some debug print outYinghai Lu
2008-10-16irq: fix irqpoll && sparseirqYinghai Lu
2008-10-16x86: HPET_MSI change IRQ affinity in process context when it is disabledvenkatesh.pallipadi@intel.com
2008-10-16irq: set_irq_chip() has redundant call to irq_to_desc()Dean Nelson
2008-10-16sparseirq: move kstat_irqs from kstat to irq_desc - fixYinghai Lu
2008-10-16x86: sparse_irq needs spin_lock in allocationsYinghai Lu
2008-10-16sparseirq: fix lockdepIngo Molnar
2008-10-16x86: remove irqbalance in kernel for 32 bitYinghai Lu
2008-10-16irq: separate sparse_irqs from sparse_irqs_freeYinghai Lu
2008-10-16x86_64: rename irq_desc/irq_desc_allocYinghai Lu
2008-10-16generic: add irq_desc in function in parameterYinghai Lu
2008-10-16irq: remove >= nr_irqs checking with config_have_sparse_irqYinghai Lu
2008-10-16irq: replace loop with nr_irqs with for_each_irq_descYinghai Lu
2008-10-16irq: add irq_desc_without_newYinghai Lu
2008-10-16x86: move kstat_irqs from kstat to irq_descYinghai Lu
2008-10-16irq: sparse irqs, fix IRQ auto-probe crashIngo Molnar
2008-10-16generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_...Yinghai Lu
2008-10-16irq: sparse irqs, export nr_irqsIngo Molnar
2008-10-16irq: make irq_desc to use dyn_arrayYinghai Lu
2008-10-16irq: introduce nr_irqsYinghai Lu
2008-10-16Merge branch 'linus' into genirqIngo Molnar
2008-10-02genirq: record trigger typeDavid Brownell
2008-10-02Merge commit 'v2.6.27-rc8' into genirqIngo Molnar
2008-09-06genirq: irq_chip->startup() usage in setup_irq and set_irq_chained handlerPawel MOLL
2008-08-22genirq: fix irq_desc->depth handling with DEBUG_SHIRQAnton Vorontsov
2008-08-14Merge branch 'linus' into x86/coreIngo Molnar
2008-08-12genirq: switch /proc/irq/*/smp_affinity et al to seqfilesAlexey Dobriyan
2008-08-05genirq: better warning on irqchip->set_type() failureDavid Brownell
2008-07-30Merge commit 'v2.6.27-rc1' into x86/coreIngo Molnar
2008-07-26use WARN() in kernel/irq/chip.cArjan van de Ven
2008-07-26Use WARN() in kernel/irq/manage.cArjan van de Ven
2008-07-26Merge branch 'x86/x2apic' into x86/coreIngo Molnar
2008-07-25kernel/irq/manage.c: replace a printk + WARN_ON() to a WARN()Arjan van de Ven
2008-07-25Merge branch 'linus' into x86/x2apicIngo Molnar
2008-07-24generic irqs: handle failure of irqchip->set_type in setup_irqUwe Kleine-König
2008-07-23set_irq_wake: fix return code and wake status trackingUwe Kleine-König
2008-07-22genirq: remove last NO_IDLE_HZ leftoversThomas Gleixner
2008-07-18Merge branch 'linus' into x86/x2apicIngo Molnar
2008-07-18genirq: enable polling for disabled screaming irqsEric W. Biederman