aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq
Commit message (Expand)AuthorAge
* irq: make variable staticroel kluin2008-10-22
* genirq: NULL struct irq_desc's member 'name' in dynamic_irq_cleanup()Dean Nelson2008-10-21
* genirq: fix set_irq_type() when recording trigger typeChris Friesen2008-10-21
* genirq: fix name space collision of nr_irqs in autoprobe.cThomas Gleixner2008-10-16
* genirq: use iterators for irq_desc loopsThomas Gleixner2008-10-16
* genirq: cleanup the sparseirq modificationsThomas Gleixner2008-10-16
* genirq: revert dynarrayThomas Gleixner2008-10-16
* genirq: remove irq_to_desc_allocThomas Gleixner2008-10-16
* genirq: remove sparse irq codeThomas Gleixner2008-10-16
* genirq: use inline function for irq_to_descThomas Gleixner2008-10-16
* x86: fix typo in irq_desc arrayYinghai Lu2008-10-16
* fix warning: "x86: sparse_irq needs spin_lock in allocations"Andrew Morton2008-10-16
* sparseirq: remove some debug print outYinghai Lu2008-10-16
* irq: fix irqpoll && sparseirqYinghai Lu2008-10-16
* x86: HPET_MSI change IRQ affinity in process context when it is disabledvenkatesh.pallipadi@intel.com2008-10-16
* irq: set_irq_chip() has redundant call to irq_to_desc()Dean Nelson2008-10-16
* sparseirq: move kstat_irqs from kstat to irq_desc - fixYinghai Lu2008-10-16
* x86: sparse_irq needs spin_lock in allocationsYinghai Lu2008-10-16
* sparseirq: fix lockdepIngo Molnar2008-10-16
* x86: remove irqbalance in kernel for 32 bitYinghai Lu2008-10-16
* irq: separate sparse_irqs from sparse_irqs_freeYinghai Lu2008-10-16
* x86_64: rename irq_desc/irq_desc_allocYinghai Lu2008-10-16
* generic: add irq_desc in function in parameterYinghai Lu2008-10-16
* irq: remove >= nr_irqs checking with config_have_sparse_irqYinghai Lu2008-10-16
* irq: replace loop with nr_irqs with for_each_irq_descYinghai Lu2008-10-16
* irq: add irq_desc_without_newYinghai Lu2008-10-16
* x86: move kstat_irqs from kstat to irq_descYinghai Lu2008-10-16
* irq: sparse irqs, fix IRQ auto-probe crashIngo Molnar2008-10-16
* generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_...Yinghai Lu2008-10-16
* irq: sparse irqs, export nr_irqsIngo Molnar2008-10-16
* irq: make irq_desc to use dyn_arrayYinghai Lu2008-10-16
* irq: introduce nr_irqsYinghai Lu2008-10-16
* Merge branch 'linus' into genirqIngo Molnar2008-10-16
|\
| * Merge branch 'linus' into x86/coreIngo Molnar2008-08-14
| |\
| * \ Merge commit 'v2.6.27-rc1' into x86/coreIngo Molnar2008-07-30
| |\ \
| * \ \ Merge branch 'x86/x2apic' into x86/coreIngo Molnar2008-07-26
| |\ \ \
| | * \ \ Merge branch 'linus' into x86/x2apicIngo Molnar2008-07-25
| | |\ \ \
| | * \ \ \ Merge branch 'linus' into x86/x2apicIngo Molnar2008-07-18
| | |\ \ \ \
| | * | | | | x64, x2apic/intr-remap: generic irq migration support from process contextSuresh Siddha2008-07-12
* | | | | | | genirq: record trigger typeDavid Brownell2008-10-02
* | | | | | | Merge commit 'v2.6.27-rc8' into genirqIngo Molnar2008-10-02
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | genirq: switch /proc/irq/*/smp_affinity et al to seqfilesAlexey Dobriyan2008-08-12
| * | | | | | genirq: better warning on irqchip->set_type() failureDavid Brownell2008-08-05
| | |_|_|_|/ | |/| | | |
| * | | | | use WARN() in kernel/irq/chip.cArjan van de Ven2008-07-26
| * | | | | Use WARN() in kernel/irq/manage.cArjan van de Ven2008-07-26
| |/ / / /
| * | | / kernel/irq/manage.c: replace a printk + WARN_ON() to a WARN()Arjan van de Ven2008-07-25
| | |_|/ | |/| |
| * | | generic irqs: handle failure of irqchip->set_type in setup_irqUwe Kleine-König2008-07-24
| * | | set_irq_wake: fix return code and wake status trackingUwe Kleine-König2008-07-23
| | |/ | |/|
* | | genirq: irq_chip->startup() usage in setup_irq and set_irq_chained handlerPawel MOLL2008-09-06
* | | genirq: fix irq_desc->depth handling with DEBUG_SHIRQAnton Vorontsov2008-08-22