summaryrefslogtreecommitdiffstats
path: root/kernel/irq
Commit message (Expand)AuthorAgeFilesLines
* genirq: NULL struct irq_desc's member 'name' in dynamic_irq_cleanup()Dean Nelson2008-10-211-0/+1
* genirq: fix set_irq_type() when recording trigger typeChris Friesen2008-10-211-1/+1
* genirq: fix name space collision of nr_irqs in autoprobe.cThomas Gleixner2008-10-161-4/+4
* genirq: use iterators for irq_desc loopsThomas Gleixner2008-10-162-35/+15
* genirq: cleanup the sparseirq modificationsThomas Gleixner2008-10-165-55/+48
* genirq: revert dynarrayThomas Gleixner2008-10-162-130/+14
* genirq: remove irq_to_desc_allocThomas Gleixner2008-10-161-1/+1
* genirq: remove sparse irq codeThomas Gleixner2008-10-161-114/+0
* genirq: use inline function for irq_to_descThomas Gleixner2008-10-161-14/+0
* x86: fix typo in irq_desc arrayYinghai Lu2008-10-161-1/+1
* fix warning: "x86: sparse_irq needs spin_lock in allocations"Andrew Morton2008-10-161-2/+1
* sparseirq: remove some debug print outYinghai Lu2008-10-161-18/+0
* irq: fix irqpoll && sparseirqYinghai Lu2008-10-161-6/+11
* x86: HPET_MSI change IRQ affinity in process context when it is disabledvenkatesh.pallipadi@intel.com2008-10-161-1/+2
* irq: set_irq_chip() has redundant call to irq_to_desc()Dean Nelson2008-10-161-1/+0
* sparseirq: move kstat_irqs from kstat to irq_desc - fixYinghai Lu2008-10-162-1/+30
* x86: sparse_irq needs spin_lock in allocationsYinghai Lu2008-10-161-1/+12
* sparseirq: fix lockdepIngo Molnar2008-10-161-5/+0
* x86: remove irqbalance in kernel for 32 bitYinghai Lu2008-10-161-3/+0
* irq: separate sparse_irqs from sparse_irqs_freeYinghai Lu2008-10-161-54/+61
* x86_64: rename irq_desc/irq_desc_allocYinghai Lu2008-10-163-36/+24
* generic: add irq_desc in function in parameterYinghai Lu2008-10-161-0/+30
* irq: remove >= nr_irqs checking with config_have_sparse_irqYinghai Lu2008-10-162-38/+54
* irq: replace loop with nr_irqs with for_each_irq_descYinghai Lu2008-10-163-8/+8
* irq: add irq_desc_without_newYinghai Lu2008-10-161-4/+24
* x86: move kstat_irqs from kstat to irq_descYinghai Lu2008-10-162-37/+75
* irq: sparse irqs, fix IRQ auto-probe crashIngo Molnar2008-10-161-0/+10
* generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_...Yinghai Lu2008-10-168-73/+199
* irq: sparse irqs, export nr_irqsIngo Molnar2008-10-161-0/+1
* irq: make irq_desc to use dyn_arrayYinghai Lu2008-10-161-0/+31
* irq: introduce nr_irqsYinghai Lu2008-10-167-29/+30
* Merge branch 'linus' into genirqIngo Molnar2008-10-161-1/+8
|\
| * Merge branch 'linus' into x86/coreIngo Molnar2008-08-142-46/+53
| |\
| * \ Merge commit 'v2.6.27-rc1' into x86/coreIngo Molnar2008-07-302-10/+5
| |\ \
| * \ \ Merge branch 'x86/x2apic' into x86/coreIngo Molnar2008-07-261-1/+8
| |\ \ \
| | * \ \ Merge branch 'linus' into x86/x2apicIngo Molnar2008-07-251-34/+69
| | |\ \ \
| | * \ \ \ Merge branch 'linus' into x86/x2apicIngo Molnar2008-07-182-9/+83
| | |\ \ \ \
| | * | | | | x64, x2apic/intr-remap: generic irq migration support from process contextSuresh Siddha2008-07-121-1/+8
* | | | | | | genirq: record trigger typeDavid Brownell2008-10-023-10/+29
* | | | | | | Merge commit 'v2.6.27-rc8' into genirqIngo Molnar2008-10-023-92/+127
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | genirq: switch /proc/irq/*/smp_affinity et al to seqfilesAlexey Dobriyan2008-08-121-45/+51
| * | | | | | genirq: better warning on irqchip->set_type() failureDavid Brownell2008-08-051-1/+2
| | |_|_|_|/ | |/| | | |
| * | | | | use WARN() in kernel/irq/chip.cArjan van de Ven2008-07-261-8/+4
| * | | | | Use WARN() in kernel/irq/manage.cArjan van de Ven2008-07-261-2/+1
| |/ / / /
| * | | / kernel/irq/manage.c: replace a printk + WARN_ON() to a WARN()Arjan van de Ven2008-07-251-3/+1
| | |_|/ | |/| |
| * | | generic irqs: handle failure of irqchip->set_type in setup_irqUwe Kleine-König2008-07-241-22/+42
| * | | set_irq_wake: fix return code and wake status trackingUwe Kleine-König2008-07-231-12/+27
| | |/ | |/|
* | | genirq: irq_chip->startup() usage in setup_irq and set_irq_chained handlerPawel MOLL2008-09-062-5/+2
* | | genirq: fix irq_desc->depth handling with DEBUG_SHIRQAnton Vorontsov2008-08-221-7/+10
* | | genirq: remove last NO_IDLE_HZ leftoversThomas Gleixner2008-07-221-2/+0