summaryrefslogtreecommitdiff
path: root/kernel/irq/manage.c
AgeCommit message (Expand)Author
2009-12-07Merge commit 'arm/2.6.28-arm' into android-tegra-2.6.29Gary King
2009-03-10ARM Ltd's reworked oprofile supportJon Callan
2009-01-27cpumask fallout: Initialize irq_default_affinity earlierDavid Daney
2009-01-27Make irq_*_affinity depend on CONFIG_GENERIC_HARDIRQS too.David Daney
2009-01-01cpumask: convert kernel/irqRusty Russell
2008-12-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell
2008-12-30Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2008-12-13cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell
2008-12-04Merge commit 'v2.6.28-rc7' into core/lockingIngo Molnar
2008-12-02genirq: warn when IRQF_DISABLED may be ignoredDavid Brownell
2008-12-02genirq: record IRQ_LEVEL in irq_desc[]David Brownell
2008-11-13genirq: __irq_set_trigger: change pr_warning to pr_debugMark Nelson
2008-11-09irq: fix typoIngo Molnar
2008-11-09genirq: fix the affinity setting in setup_irqThomas Gleixner
2008-11-09genirq: keep affinities set from userspace across free/request_irq()Thomas Gleixner
2008-10-16genirq: cleanup the sparseirq modificationsThomas Gleixner
2008-10-16x86: HPET_MSI change IRQ affinity in process context when it is disabledvenkatesh.pallipadi@intel.com
2008-10-16x86: remove irqbalance in kernel for 32 bitYinghai Lu
2008-10-16x86_64: rename irq_desc/irq_desc_allocYinghai 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-16generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_...Yinghai 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-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/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-18Merge branch 'linus' into x86/x2apicIngo Molnar
2008-07-12x64, x2apic/intr-remap: generic irq migration support from process contextSuresh Siddha
2008-07-10genirq: remove extraneous checks in manage.cThomas Gleixner
2008-06-05genirq: Expose default irq affinity mask (take 3)Max Krasnyansky
2008-05-02genirq: reenable a nobody cared disabled irq when a new driver arrivesThomas Gleixner
2008-04-29kernel: explicitly include required header files under kernel/Robert P. J. Day
2008-01-30genirq: stackdump after the "Trying to free already-free IRQ" messageIngo Molnar
2007-10-23Fix synchronize_irq races with IRQ handlerHerbert Xu
2007-10-17Fix CONFIG_DEBUG_SHIRQ trigger on free_irq()David Woodhouse
2007-08-31request_irq: fix DEBUG_SHIRQ handlingJarek Poplawski
2007-08-22free_irq(): fix DEBUG_SHIRQ handlingAndrew Morton
2007-05-08IRQ: check for PERCPU flag only when adding first irqactionAhmed S. Darwish
2007-02-16[PATCH] Add a function to handle interrupt affinity settingThomas Gleixner