summaryrefslogtreecommitdiffstats
path: root/kernel/irq/manage.c
Commit message (Expand)AuthorAgeFilesLines
*-. Merge branches 'irq-urgent-for-linus' and 'smp-hotplug-for-linus' of git://gi...Linus Torvalds2012-06-041-17/+22
|\ \
| * | genirq: Introduce irq_do_set_affinity() to reduce duplicated codeJiang Liu2012-05-241-17/+22
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-05-311-35/+33
|\ \
| * | genirq: reimplement exit_irq_thread() hook via task_work_add()Oleg Nesterov2012-05-231-35/+33
| |/
* / kernel/irq/manage.c: use the pr_foo() infrastructure to prefix printksAndrew Morton2012-05-311-6/+8
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds2012-05-231-6/+0
|\
| * irq: Remove irq_chip->release()Richard Weinberger2012-05-211-6/+0
* | genirq: Be more informative on irq type mismatchThomas Gleixner2012-04-191-15/+10
* | genirq: Reject bogus threaded irq requestsThomas Gleixner2012-04-191-0/+21
|/
* genirq: Respect NUMA node affinity in setup_irq_irq affinity()Prarit Bhargava2012-03-291-1/+8
* genirq: Get rid of unneeded force parameter in irq_finalize_oneshot()Alexander Gordeev2012-03-291-5/+5
* genirq: Remove paranoid warnons and bogus fixupsThomas Gleixner2012-03-161-10/+4
* genirq: Flush the irq thread on synchronizationIdo Yariv2012-03-141-28/+32
* Merge branch 'linus' into irq/coreThomas Gleixner2012-03-131-7/+39
|\
| * genirq: Clear action->thread_mask if IRQ_ONESHOT is not setThomas Gleixner2012-03-061-6/+38
| * genirq: Handle pending irqs in irq_startup()Thomas Gleixner2012-02-151-1/+1
* | genirq: Get rid of unnecessary IRQTF_DIED flagAlexander Gordeev2012-03-091-10/+1
* | genirq: No need to check IRQTF_DIED before stopping a thread handlerAlexander Gordeev2012-03-091-4/+2
* | genirq: Get rid of unnecessary irqaction field in task_structAlexander Gordeev2012-03-091-8/+11
* | genirq: Fix incorrect check for forced IRQ thread handlerAlexander Gordeev2012-03-091-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-01-081-1/+1
|\
| * Merge branch 'master' into for-nextJiri Kosina2011-11-131-9/+209
| |\
| * | irq: Fix comment typo ist->isJavi Merino2011-10-291-1/+1
* | | genirq: Fix race condition when stopping the irq threadIdo Yariv2011-12-021-1/+4
* | | genirq: Don't allow per cpu interrupts to be suspendedMarc Zyngier2011-11-171-1/+1
| |/ |/|
* | genirq: Fix fatfinered fixup reallyThomas Gleixner2011-10-041-1/+1
* | genirq: percpu: allow interrupt type to be set at enable timeMarc Zyngier2011-10-031-1/+14
* | genirq: Add support for per-cpu dev_id interruptsMarc Zyngier2011-10-031-9/+193
* | genirq: Add IRQCHIP_SKIP_SET_WAKE flagSantosh Shilimkar2011-09-121-0/+3
|/
* Revert "irq: Always set IRQF_ONESHOT if no primary handler is specified"Linus Torvalds2011-08-231-1/+0
* irq: Track the owner of irq descriptorSebastian Andrzej Siewior2011-07-281-4/+13
* irq: Always set IRQF_ONESHOT if no primary handler is specifiedSebastian Andrzej Siewior2011-07-281-0/+1
* genirq: Prevent potential NULL dereference in irq_set_irq_wake()Jesper Juhl2011-06-101-0/+3
* irq: Handle spurios irq detection for threaded irqsSebastian Andrzej Siewior2011-06-031-6/+18
* genirq: Support per-IRQ thread disabling.Paul Mundt2011-04-231-1/+2
* genirq: Fix cpumask leak in __setup_irq()Xiaotian Feng2011-04-021-0/+1
* genirq: Remove compat codeThomas Gleixner2011-03-291-9/+1
* genirq: Fix harmless typoThomas Gleixner2011-03-291-1/+1
* genirq; Fix cleanup falloutThomas Gleixner2011-03-291-8/+8
* genirq: Fix new kernel-doc warningsRandy Dunlap2011-03-281-1/+1
* genirq: Move INPROGRESS, MASKED and DISABLED state flags to irq_dataThomas Gleixner2011-03-281-16/+14
* genirq: Split irq_set_affinity() so it can be called with lock held.David Daney2011-03-271-18/+30
* genirq: Fix incorrect unlock in __setup_irq()Dan Carpenter2011-03-171-1/+1
* genirq: Provide forced interrupt threadingThomas Gleixner2011-02-261-4/+63
* genirq: Allow shared oneshot interruptsThomas Gleixner2011-02-251-6/+4
* genirq: Prepare the handling of shared oneshot interruptsThomas Gleixner2011-02-251-6/+48
* genirq: Add missing break in __irq_set_trigger()Thomas Gleixner2011-02-211-0/+1
* genirq: Use irq_get/put functionsThomas Gleixner2011-02-191-50/+31
* genirq: Remove real old transition functionsThomas Gleixner2011-02-191-13/+1
* genirq: Move wakeup state to irq_dataThomas Gleixner2011-02-191-2/+2