summaryrefslogtreecommitdiffstats
path: root/kernel/irq
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-07-034-62/+290
|\
| * genirq: Add the generic chip to the genirq docbookThomas Gleixner2013-06-281-5/+6
| * genirq: generic-chip: Export some irq_gc_ functionsFabio Estevam2013-06-281-0/+3
| * genirq: Fix can_request_irq() for IRQs without an actionBen Hutchings2013-06-281-3/+3
| * irqdomain: Use irq_get_trigger_type() to get IRQ flagsJavier Martinez Canillas2013-06-251-1/+1
| * genirq: Irqchip: document gcflags arg of irq_alloc_domain_generic_chipsJames Hogan2013-06-241-0/+1
| * genirq: Set irq thread to RT priority on creationIvo Sieben2013-06-111-5/+6
| * genirq: Add kerneldoc for irq_disable.Andreas Fenkart2013-05-291-0/+13
| * genirq: irqchip: Add mask to block out invalid irqsGrant Likely2013-05-291-0/+3
| * genirq: Generic chip: Add linear irq domain supportThomas Gleixner2013-05-292-12/+181
| * genirq: Generic chip: Split out code into separate functionsThomas Gleixner2013-05-291-16/+34
| * genirq: irqchip: Add a mask calculation functionThomas Gleixner2013-05-291-2/+6
| * genirq: Generic chip: Cache per irq bit maskThomas Gleixner2013-05-291-9/+14
| * genirq: Generic chip: Handle separate mask registersGerlando Falauto2013-05-291-7/+10
| * genirq: Generic chip: Add support for per chip type mask cacheGerlando Falauto2013-05-291-6/+10
| * genirq: Generic chip: Remove the local cur_regs() functionGerlando Falauto2013-05-291-14/+17
* | irqdomain: document the simple domain first_irqLinus Walleij2013-06-081-1/+4
* | kernel/irq/irqdomain.c: before use 'irq_data', need check it whether valid.Chen Gang2013-06-081-1/+2
* | irqdomain: export irq_domain_add_simpleArnd Bergmann2013-06-081-0/+1
|/
* irqdomain: Allow quiet failure modeBenjamin Herrenschmidt2013-05-061-3/+17
* proc: Supply a function to remove a proc entry by PDEDavid Howells2013-05-011-5/+1Star
* procfs: new helper - PDE_DATA(inode)Al Viro2013-04-091-7/+7
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-271-1/+1
|\
| * new helper: file_inode(file)Al Viro2013-02-231-1/+1
* | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-02-201-8/+22
|\ \
| * | x86/MSI: Support multiple MSIs in presense of IRQ remappingAlexander Gordeev2013-01-241-8/+22
| |/
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-02-201-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
* | Merge tag 'v3.8-rc4' into irq/coreIngo Molnar2013-01-242-3/+3
|\|
| * irq: tsk->comm is an arrayAlan Cox2012-12-191-1/+1
| * Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-12-123-2/+48
| |\
| * | irqdomain: stop screaming about preallocated irqdescsLinus Walleij2012-11-301-2/+2
* | | genirq: Avoid deadlock in spurious handlingThomas Gleixner2012-12-111-4/+3Star
| |/ |/|
* | 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-013-0/+25
|/
* irqdomain: augment add_simple() to allocate descsLinus Walleij2012-10-101-5/+28
* genirq: Export dummy_irq_chipKuninori Morimoto2012-08-211-0/+2
* genirq: Export irq_set_chip_and_handler_name()Kuninori Morimoto2012-08-211-0/+1
* 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 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-08-011-155/+207
|\ \
| * | irqdomain: Improve diagnostics when a domain mapping failsMark Brown2012-07-251-6/+11
| * | irqdomain: eliminate slow-path revmap lookupsGrant Likely2012-07-251-40/+25Star
| * | Merge remote-tracking branch 'origin' into irqdomain/nextGrant Likely2012-07-251-3/+3
| |\ \
| * | | irqdomain: Fix irq_create_direct_mapping() to test irq_domain type.Grant Likely2012-07-111-2/+2
| * | | irqdomain: Eliminate dedicated radix lookup functionsGrant Likely2012-07-111-59/+1Star
| * | | irqdomain: Support for static IRQ mapping and association.Grant Likely2012-07-111-25/+88
| * | | irqdomain: Always update revmap when setting up a virqGrant Likely2012-07-111-0/+12