aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq/manage.c
Commit message (Expand)AuthorAge
* genirq: Fix null pointer reference in irq_set_affinity_hint()Jesse Brandeburg2015-02-09
* genirq: Set initial affinity in irq_set_affinity_hint()Jesse Brandeburg2015-01-23
* genirq: Add IRQ_SET_MASK_OK_DONE to support stacked irqchipJiang Liu2014-11-23
* genirq: Add sanity checks for PM options on shared interrupt linesThomas Gleixner2014-09-01
* genirq: Move suspend/resume logic into irq/pm codeThomas Gleixner2014-09-01
* genirq: Sanitize spurious interrupt detection of threaded irqsThomas Gleixner2014-05-03
* genirq: Allow forcing cpu affinity of interruptsThomas Gleixner2014-04-17
* genirq: Add a new IRQCHIP_EOI_THREADED flagThomas Gleixner2014-03-14
* Merge branch 'irq/for-gpio' into irq/coreThomas Gleixner2014-03-12
|\
| * genirq: Provide irq_request/release_resources chip callbacksThomas Gleixner2014-03-12
| * genirq: Remove racy waitqueue_active checkChuansheng Liu2014-02-27
* | genirq: Update the a comment typoChuansheng Liu2014-02-19
* | genirq: Provide irq_wake_thread()Thomas Gleixner2014-02-19
* | genirq: Provide synchronize_hardirq()Thomas Gleixner2014-02-19
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-11-15
|\
| * irq: Fix some trivial typos in commentsXie XiuQi2013-10-18
* | genirq: Set the irq thread policy without checking CAP_SYS_NICEThomas Pfaff2013-10-28
|/
* genirq: Fix can_request_irq() for IRQs without an actionBen Hutchings2013-06-28
* genirq: Set irq thread to RT priority on creationIvo Sieben2013-06-11
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-02-19
|\
| * sched/rt: Move rt specific bits into new header fileClark Williams2013-02-07
* | genirq: Export enable/disable_percpu_irq()Chris Metcalf2013-02-18
|/
* irq: tsk->comm is an arrayAlan Cox2012-12-18
* genirq: Always force thread affinityThomas Gleixner2012-11-12
* irq: Set CPU affinity right on thread creationSankara Muthukrishnan2012-11-01
* genirq: Provide means to retrigger parentThomas Gleixner2012-11-01
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-08-03
|\
| * genirq: Allow irq chips to mark themself oneshot safeThomas Gleixner2012-07-25
* | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-07-31
|\ \
| * | random: remove rand_initialize_irq()Theodore Ts'o2012-07-19
| |/
* | merge task_work and rcu_head, get rid of separate allocation for keyring caseAl Viro2012-07-22
* | trimming task_work: kill ->dataAl Viro2012-07-22
|/
*-. Merge branches 'irq-urgent-for-linus' and 'smp-hotplug-for-linus' of git://gi...Linus Torvalds2012-06-04
|\ \
| * | genirq: Introduce irq_do_set_affinity() to reduce duplicated codeJiang Liu2012-05-24
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-05-31
|\ \
| * | genirq: reimplement exit_irq_thread() hook via task_work_add()Oleg Nesterov2012-05-23
| |/
* / kernel/irq/manage.c: use the pr_foo() infrastructure to prefix printksAndrew Morton2012-05-31
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds2012-05-23
|\
| * irq: Remove irq_chip->release()Richard Weinberger2012-05-21
* | genirq: Be more informative on irq type mismatchThomas Gleixner2012-04-19
* | genirq: Reject bogus threaded irq requestsThomas Gleixner2012-04-19
|/
* genirq: Respect NUMA node affinity in setup_irq_irq affinity()Prarit Bhargava2012-03-29
* genirq: Get rid of unneeded force parameter in irq_finalize_oneshot()Alexander Gordeev2012-03-29
* genirq: Remove paranoid warnons and bogus fixupsThomas Gleixner2012-03-16
* genirq: Flush the irq thread on synchronizationIdo Yariv2012-03-14
* Merge branch 'linus' into irq/coreThomas Gleixner2012-03-13
|\
| * genirq: Clear action->thread_mask if IRQ_ONESHOT is not setThomas Gleixner2012-03-06
| * genirq: Handle pending irqs in irq_startup()Thomas Gleixner2012-02-15
* | genirq: Get rid of unnecessary IRQTF_DIED flagAlexander Gordeev2012-03-09
* | genirq: No need to check IRQTF_DIED before stopping a thread handlerAlexander Gordeev2012-03-09