summaryrefslogtreecommitdiffstats
path: root/kernel/irq
Commit message (Expand)AuthorAge
* genirq/matrix: Handle CPU offlining properThomas Gleixner2018-02-22
* irqdomain: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko2018-02-16
* genirq: remove unneeded kallsyms includeSergey Senozhatsky2018-02-06
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-02-04
|\
| * genirq: Make legacy autoprobing work againThomas Gleixner2018-02-01
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds2018-02-01
|\ \
| * | irq debug: do not use print_symbol()Sergey Senozhatsky2018-01-05
* | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-01-29
|\ \ \
| * | | irqdomain: Kill CONFIG_IRQ_DOMAIN_DEBUGMarc Zyngier2018-01-24
* | | | Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds2018-01-29
|\ \ \ \ | |_|_|/ |/| | |
| * | | genirq/affinity: assign vectors to all possible CPUsChristoph Hellwig2018-01-12
* | | | irq/matrix: Spread interrupts on allocationThomas Gleixner2018-01-18
| |/ / |/| |
* | | genirq/msi, x86/vector: Prevent reservation mode for non maskable MSIThomas Gleixner2017-12-29
* | | genirq/irqdomain: Rename early argument of irq_domain_activate_irq()Thomas Gleixner2017-12-29
* | | genirq: Introduce IRQD_CAN_RESERVE flagThomas Gleixner2017-12-29
* | | genirq/msi: Handle reactivation only on successThomas Gleixner2017-12-29
* | | genirq: Guard handle_bad_irq log messagesGuenter Roeck2017-12-28
* | | kernel/irq: Extend lockdep class for request mutexAndrew Lunn2017-12-28
|/ /
* | genirq/matrix: Fix the precedence fix for realThomas Gleixner2017-12-04
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-26
|\ \
| * | genirq/matrix: Make - vs ?: Precedence explicitKees Cook2017-11-23
| * | Merge tag 'irqchip-4.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Thomas Gleixner2017-11-14
| |\ \
| | * | genirq: Track whether the trigger type has been setMarc Zyngier2017-11-10
* | | | treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-21
| |_|/ |/| |
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-11-15
|\ \ \ | |/ / |/| |
| * | genirq: export irq_get_percpu_devid_partition to modulesWill Deacon2017-10-18
* | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-11-13
|\ \ \
| * \ \ Merge branch 'linus' into x86/apic, to resolve conflictsIngo Molnar2017-11-07
| |\ \ \
| * | | | genirq: Add config option for reservation modeThomas Gleixner2017-10-18
| * | | | Merge branch 'irq/urgent' into x86/apicThomas Gleixner2017-10-12
| |\ \ \ \
* | \ \ \ \ Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-13
|\ \ \ \ \ \
| * | | | | | timer: Remove expires and data arguments from DEFINE_TIMERKees Cook2017-10-05
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-11-13
|\ \ \ \ \ \
| * | | | | | genirq: Fix type of shifting literal 1 in __setup_irq()Rasmus Villemoes2017-11-12
| * | | | | | irqdomain: Drop pointless NULL check in virq_debug_show_oneRasmus Villemoes2017-11-12
| * | | | | | genirq/proc: Return proper error code when irq_set_affinity() failsWen Yaxng2017-11-12
| * | | | | | Merge tag 'irqchip-4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Thomas Gleixner2017-11-02
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | Merge tag 'v4.14-rc3' into irq/irqchip-4.15Marc Zyngier2017-11-02
| | |\| | | |
| * | | | | | irq/core: Fix boot crash when the irqaffinity= boot parameter is passed on CP...Rakib Mullick2017-11-01
| * | | | | | genirq: Document vcpu_info usage for percpu_devid interruptsChristoffer Dall2017-10-29
| |/ / / / /
| * | | | | irqdomain: Add __rcu annotations to radix tree slotMasahiro Yamada2017-10-19
| * | | | | irqdomain: Move revmap_trees_mutex to struct irq_domainMasahiro Yamada2017-10-19
| | |/ / / | |/| | |
| * | | | genirq/matrix: Add tracepointsThomas Gleixner2017-09-25
| * | | | genirq: Implement bitmap matrix allocatorThomas Gleixner2017-09-25
| * | | | genirq/irqdomain: Add force reactivation flag to irq domainsThomas Gleixner2017-09-25
| * | | | genirq/irqdomain: Propagate early activationThomas Gleixner2017-09-25
| * | | | genirq/irqdomain: Allow irq_domain_activate_irq() to failThomas Gleixner2017-09-25
| * | | | genirq/irqdomain: Update irq_domain_ops.activate() signatureThomas Gleixner2017-09-25
| * | | | genirq: Separate activation and startupThomas Gleixner2017-09-25
| * | | | genirq: Set managed shut down flag at initThomas Gleixner2017-09-25