aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq/manage.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-01cpumask: convert kernel/irqRusty Russell1-2/+9
2008-12-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Rusty Russell1-6/+21
2008-12-30Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-6/+9
2008-12-13cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell1-12/+10
2008-12-04Merge commit 'v2.6.28-rc7' into core/lockingIngo Molnar1-15/+53
2008-12-02genirq: warn when IRQF_DISABLED may be ignoredDavid Brownell1-0/+12
2008-12-02genirq: record IRQ_LEVEL in irq_desc[]David Brownell1-6/+9
2008-11-13genirq: __irq_set_trigger: change pr_warning to pr_debugMark Nelson1-1/+1
2008-11-09irq: fix typoIngo Molnar1-1/+1
2008-11-09genirq: fix the affinity setting in setup_irqThomas Gleixner1-5/+5
2008-11-09genirq: keep affinities set from userspace across free/request_irq()Thomas Gleixner1-10/+48
2008-10-16genirq: cleanup the sparseirq modificationsThomas Gleixner1-15/+23
2008-10-16x86: HPET_MSI change IRQ affinity in process context when it is disabledvenkatesh.pallipadi@intel.com1-1/+2
2008-10-16x86: remove irqbalance in kernel for 32 bitYinghai Lu1-3/+0
2008-10-16x86_64: rename irq_desc/irq_desc_allocYinghai Lu1-8/+8
2008-10-16irq: remove >= nr_irqs checking with config_have_sparse_irqYinghai Lu1-16/+27
2008-10-16irq: replace loop with nr_irqs with for_each_irq_descYinghai Lu1-1/+1
2008-10-16generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_desc[]Yinghai Lu1-15/+20
2008-10-16irq: introduce nr_irqsYinghai Lu1-8/+8
2008-10-16Merge branch 'linus' into genirqIngo Molnar1-1/+8
2008-10-02genirq: record trigger typeDavid Brownell1-3/+18
2008-10-02Merge commit 'v2.6.27-rc8' into genirqIngo Molnar1-39/+72
2008-09-06genirq: irq_chip->startup() usage in setup_irq and set_irq_chained handlerPawel MOLL1-4/+1
2008-08-22genirq: fix irq_desc->depth handling with DEBUG_SHIRQAnton Vorontsov1-7/+10
2008-08-14Merge branch 'linus' into x86/coreIngo Molnar1-1/+2
2008-08-05genirq: better warning on irqchip->set_type() failureDavid Brownell1-1/+2
2008-07-30Merge commit 'v2.6.27-rc1' into x86/coreIngo Molnar1-2/+1
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-18Merge branch 'linus' into x86/x2apicIngo Molnar1-5/+28
2008-07-12x64, x2apic/intr-remap: generic irq migration support from process contextSuresh Siddha1-1/+8
2008-07-10genirq: remove extraneous checks in manage.cThomas Gleixner1-3/+2
2008-06-05genirq: Expose default irq affinity mask (take 3)Max Krasnyansky1-2/+26
2008-05-02genirq: reenable a nobody cared disabled irq when a new driver arrivesThomas Gleixner1-17/+32
2008-04-29kernel: explicitly include required header files under kernel/Robert P. J. Day1-0/+1
2008-01-30genirq: stackdump after the "Trying to free already-free IRQ" messageIngo Molnar1-0/+3
2007-10-23Fix synchronize_irq races with IRQ handlerHerbert Xu1-2/+18
2007-10-17Fix CONFIG_DEBUG_SHIRQ trigger on free_irq()David Woodhouse1-16/+15
2007-08-31request_irq: fix DEBUG_SHIRQ handlingJarek Poplawski1-7/+4
2007-08-22free_irq(): fix DEBUG_SHIRQ handlingAndrew Morton1-0/+2
2007-05-08IRQ: check for PERCPU flag only when adding first irqactionAhmed S. Darwish1-4/+6
2007-02-16[PATCH] Add a function to handle interrupt affinity settingThomas Gleixner1-0/+40
2007-02-16[PATCH] Add irq flag to disable balancing for an interruptThomas Gleixner1-0/+4
2007-02-14[PATCH] Scheduled removal of SA_xxx interrupt flags fixupsThomas Gleixner1-1/+1
2007-02-12[PATCH] kernel: shut up the IRQ mismatch messagesAlan Cox1-0/+2
2007-02-12[PATCH] Debug shared irqsDavid Woodhouse1-0/+33