summaryrefslogtreecommitdiffstats
path: root/kernel/irq/manage.c
Commit message (Expand)AuthorAgeFilesLines
* genirq: Fix null pointer reference in irq_set_affinity_hint()Jesse Brandeburg2015-02-091-1/+2
* genirq: Set initial affinity in irq_set_affinity_hint()Jesse Brandeburg2015-01-231-0/+2
* genirq: Add IRQ_SET_MASK_OK_DONE to support stacked irqchipJiang Liu2014-11-231-0/+2
* genirq: Add sanity checks for PM options on shared interrupt linesThomas Gleixner2014-09-011-0/+4
* genirq: Move suspend/resume logic into irq/pm codeThomas Gleixner2014-09-011-23/+5
* genirq: Sanitize spurious interrupt detection of threaded irqsThomas Gleixner2014-05-031-2/+2
* genirq: Allow forcing cpu affinity of interruptsThomas Gleixner2014-04-171-11/+6
* genirq: Add a new IRQCHIP_EOI_THREADED flagThomas Gleixner2014-03-141-1/+1
* Merge branch 'irq/for-gpio' into irq/coreThomas Gleixner2014-03-121-3/+28
|\
| * genirq: Provide irq_request/release_resources chip callbacksThomas Gleixner2014-03-121-1/+27
| * genirq: Remove racy waitqueue_active checkChuansheng Liu2014-02-271-2/+1
* | genirq: Update the a comment typoChuansheng Liu2014-02-191-1/+1
* | genirq: Provide irq_wake_thread()Thomas Gleixner2014-02-191-0/+27
* | genirq: Provide synchronize_hardirq()Thomas Gleixner2014-02-191-20/+50
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-11-151-1/+1
|\
| * irq: Fix some trivial typos in commentsXie XiuQi2013-10-181-1/+1
* | genirq: Set the irq thread policy without checking CAP_SYS_NICEThomas Pfaff2013-10-281-1/+1
|/
* genirq: Fix can_request_irq() for IRQs without an actionBen Hutchings2013-06-281-3/+3
* genirq: Set irq thread to RT priority on creationIvo Sieben2013-06-111-5/+6
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-02-191-0/+1
|\
| * sched/rt: Move rt specific bits into new header fileClark Williams2013-02-071-0/+1
* | genirq: Export enable/disable_percpu_irq()Chris Metcalf2013-02-181-0/+2
|/
* irq: tsk->comm is an arrayAlan Cox2012-12-181-1/+1
* genirq: Always force thread affinityThomas Gleixner2012-11-121-2/+21
* irq: Set CPU affinity right on thread creationSankara Muthukrishnan2012-11-011-0/+2
* genirq: Provide means to retrigger parentThomas Gleixner2012-11-011-0/+16
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-08-031-1/+14
|\
| * genirq: Allow irq chips to mark themself oneshot safeThomas Gleixner2012-07-251-1/+14
* | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-07-311-17/+0
|\ \
| * | random: remove rand_initialize_irq()Theodore Ts'o2012-07-191-17/+0
| |/
* | merge task_work and rcu_head, get rid of separate allocation for keyring caseAl Viro2012-07-221-2/+2
* | trimming task_work: kill ->dataAl Viro2012-07-221-1/+1
|/
*-. 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
OpenPOWER on IntegriCloud