aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'linus/master' into 3.12-wipH. Nikolaus Schaller2013-09-141-12/+0
|\
| * Remove GENERIC_HARDIRQ config optionMartin Schwidefsky2013-09-131-12/+0
* | Merge branch 'master' into mainlineNeilBrown2013-07-265-472/+473
|\ \ | |/
| * 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
| | |/
* | | Merge branch 'master' into mainlineNeilBrown2013-07-051-2/+7
|\ \ \ | |/ /
| * | 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
| |/
* | HACK - resume irqs in reverse order.NeilBrown2013-05-171-1/+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/+1
* 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-261-1/+1
|\
| * new helper: file_inode(file)Al Viro2013-02-221-1/+1
* | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-02-191-8/+22
|\ \