summaryrefslogtreecommitdiffstats
path: root/kernel/irq
Commit message (Expand)AuthorAgeFilesLines
*-. Merge branches 'irq-urgent-for-linus' and 'irq-core-for-linus' of git://git.k...Linus Torvalds2014-02-152-0/+46
|\ \
| | * genirq: Add devm_request_any_context_irq()Stephen Boyd2014-02-091-0/+45
| |/ |/|
| * genirq: Add missing irq_to_desc export for CONFIG_SPARSE_IRQ=nPaul Gortmaker2014-02-111-0/+1
|/
* genirq: Generic irq chip requires IRQ_DOMAINNitin A Kamble2014-02-051-0/+1
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-12-021-1/+1
|\
| * irq: Enable all irqs unconditionally in irq_resumeLaxman Dewangan2013-11-251-1/+1
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-11-192-3/+16
|\|
| * genirq: Prevent spurious detection for unconditionally polled interruptsThomas Gleixner2013-11-132-3/+16
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-11-152-2/+2
|\ \
| * | irq: Fix some trivial typos in commentsXie XiuQi2013-10-182-2/+2
* | | Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-121-7/+6
|\ \ \ | |_|/ |/| |
| * | of/irq: simplify args to irq_create_of_mappingGrant Likely2013-10-241-7/+6
* | | genirq: Set the irq thread policy without checking CAP_SYS_NICEThomas Pfaff2013-10-281-1/+1
|/ /
* / Remove GENERIC_HARDIRQ config optionMartin Schwidefsky2013-09-131-12/+0
|/
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-07-131-1/+1
|\
| * genirq: generic chip: Use DIV_ROUND_UP to calculate numchipsAxel Lin2013-07-051-1/+1
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-07-131-12/+0
|\ \
| * | irqdomain: Remove temporary MIPS workaround codeGrant Likely2013-06-181-12/+0
* | | Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-07-063-401/+186
|\ \ \
| * | | irq: fix checkpatch errorKefeng Wang2013-06-241-5/+3
| * | | irqdomain: Include hwirq number in /proc/interruptsGrant Likely2013-06-241-0/+2
| * | | irqdomain: make irq_linear_revmap() a fast path againGrant Likely2013-06-241-26/+8
| * | | irqdomain: remove irq_domain_generate_simple()Grant Likely2013-06-241-15/+0
| * | | irqdomain: Refactor irq_domain_associate_many()Grant Likely2013-06-241-94/+91
| * | | irqdomain: Beef up debugfs outputGrant Likely2013-06-101-5/+30
| * | | irqdomain: Clean up aftermath of irq_domain refactoringGrant Likely2013-06-101-91/+36
| * | | irqdomain: Eliminate revmap typeGrant Likely2013-06-102-37/+23
| * | | irqdomain: merge linear and tree reverse mappings.Grant Likely2013-06-101-78/+29
| * | | irqdomain: Add a name fieldGrant Likely2013-06-102-13/+7
| * | | irqdomain: Replace LEGACY mapping with LINEARGrant Likely2013-06-101-78/+6
| * | | irqdomain: Relax failure path on setting up mappingsGrant Likely2013-06-101-12/+4
| * | | Merge remote-tracking branch 'tip/irq/for-arm' into irqdomain/nextGrant Likely2013-06-102-49/+258
| |\ \ \ | | |/ / | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-07-041-1/+1
|\ \ \ \
| * | | | irq/generic-chip: fix a few kernel-doc entriesUwe Kleine-König2013-06-181-3/+3
* | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-07-024-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
| |/