summaryrefslogtreecommitdiffstats
path: root/kernel/irq
Commit message (Expand)AuthorAgeFilesLines
* genirq: remove unneeded kallsyms includeSergey Senozhatsky2018-02-061-1/+0
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-02-043-5/+5
|\
| * genirq: Make legacy autoprobing work againThomas Gleixner2018-02-013-5/+5
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds2018-02-011-8/+6
|\ \
| * | irq debug: do not use print_symbol()Sergey Senozhatsky2018-01-051-8/+6
* | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-01-292-128/+0
|\ \ \
| * | | irqdomain: Kill CONFIG_IRQ_DOMAIN_DEBUGMarc Zyngier2018-01-242-128/+0
* | | | Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds2018-01-291-15/+15
|\ \ \ \ | |_|_|/ |/| | |
| * | | genirq/affinity: assign vectors to all possible CPUsChristoph Hellwig2018-01-121-15/+15
* | | | irq/matrix: Spread interrupts on allocationThomas Gleixner2018-01-181-6/+14
| |/ / |/| |
* | | genirq/msi, x86/vector: Prevent reservation mode for non maskable MSIThomas Gleixner2017-12-291-4/+33
* | | genirq/irqdomain: Rename early argument of irq_domain_activate_irq()Thomas Gleixner2017-12-292-7/+8
* | | genirq: Introduce IRQD_CAN_RESERVE flagThomas Gleixner2017-12-291-0/+1
* | | genirq/msi: Handle reactivation only on successThomas Gleixner2017-12-291-8/+27
* | | genirq: Guard handle_bad_irq log messagesGuenter Roeck2017-12-281-0/+5
* | | kernel/irq: Extend lockdep class for request mutexAndrew Lunn2017-12-281-4/+7
|/ /
* | genirq/matrix: Fix the precedence fix for realThomas Gleixner2017-12-041-1/+3
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-262-2/+13
|\ \
| * | genirq/matrix: Make - vs ?: Precedence explicitKees Cook2017-11-231-1/+1
| * | Merge tag 'irqchip-4.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Thomas Gleixner2017-11-141-1/+12
| |\ \
| | * | genirq: Track whether the trigger type has been setMarc Zyngier2017-11-101-1/+12
* | | | treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-211-2/+2
| |_|/ |/| |
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-11-151-0/+1
|\ \ \ | |/ / |/| |
| * | genirq: export irq_get_percpu_devid_partition to modulesWill Deacon2017-10-181-0/+1
* | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-11-131-0/+3
|\ \ \
| * \ \ Merge branch 'linus' into x86/apic, to resolve conflictsIngo Molnar2017-11-0711-3/+22
| |\ \ \
| * | | | genirq: Add config option for reservation modeThomas Gleixner2017-10-181-0/+3
| * | | | Merge branch 'irq/urgent' into x86/apicThomas Gleixner2017-10-125-5/+47
| |\ \ \ \
* | \ \ \ \ Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-131-1/+1
|\ \ \ \ \ \
| * | | | | | timer: Remove expires and data arguments from DEFINE_TIMERKees Cook2017-10-051-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-11-1312-47/+597
|\ \ \ \ \ \
| * | | | | | genirq: Fix type of shifting literal 1 in __setup_irq()Rasmus Villemoes2017-11-121-1/+1
| * | | | | | irqdomain: Drop pointless NULL check in virq_debug_show_oneRasmus Villemoes2017-11-121-2/+1
| * | | | | | genirq/proc: Return proper error code when irq_set_affinity() failsWen Yaxng2017-11-121-2/+3
| * | | | | | Merge tag 'irqchip-4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Thomas Gleixner2017-11-021-1/+0
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | Merge tag 'v4.14-rc3' into irq/irqchip-4.15Marc Zyngier2017-11-021-1/+0
| | |\ \ \ \ \ | | | |/ / / /
| * | | | | | irq/core: Fix boot crash when the irqaffinity= boot parameter is passed on CP...Rakib Mullick2017-11-011-4/+2
| * | | | | | genirq: Document vcpu_info usage for percpu_devid interruptsChristoffer Dall2017-10-291-1/+2
| |/ / / / /
| * | | | | irqdomain: Add __rcu annotations to radix tree slotMasahiro Yamada2017-10-191-2/+2
| * | | | | irqdomain: Move revmap_trees_mutex to struct irq_domainMasahiro Yamada2017-10-191-7/+7
| | |/ / / | |/| | |
| * | | | genirq/matrix: Add tracepointsThomas Gleixner2017-09-251-0/+15
| * | | | genirq: Implement bitmap matrix allocatorThomas Gleixner2017-09-253-0/+432
| * | | | genirq/irqdomain: Add force reactivation flag to irq domainsThomas Gleixner2017-09-251-0/+2
| * | | | genirq/irqdomain: Propagate early activationThomas Gleixner2017-09-254-9/+10
| * | | | genirq/irqdomain: Allow irq_domain_activate_irq() to failThomas Gleixner2017-09-254-20/+51
| * | | | genirq/irqdomain: Update irq_domain_ops.activate() signatureThomas Gleixner2017-09-252-3/+4
| * | | | genirq: Separate activation and startupThomas Gleixner2017-09-254-8/+43
| * | | | genirq: Set managed shut down flag at initThomas Gleixner2017-09-251-1/+1
| * | | | genirq: Make state consistent for !IRQ_DOMAIN_HIERARCHYThomas Gleixner2017-09-251-0/+11
| * | | | irqdomain/debugfs: Provide domain specific debug callbackThomas Gleixner2017-09-252-0/+4
OpenPOWER on IntegriCloud