aboutsummaryrefslogtreecommitdiff
path: root/kernel/irq
AgeCommit message (Expand)AuthorFilesLines
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Gravatar Linus Torvalds 1-8/+6
2018-02-01genirq: Make legacy autoprobing work againGravatar Thomas Gleixner 3-5/+5
2018-01-29Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-128/+0
2018-01-29Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-15/+15
2018-01-24irqdomain: Kill CONFIG_IRQ_DOMAIN_DEBUGGravatar Marc Zyngier 2-128/+0
2018-01-18irq/matrix: Spread interrupts on allocationGravatar Thomas Gleixner 1-6/+14
2018-01-12genirq/affinity: assign vectors to all possible CPUsGravatar Christoph Hellwig 1-15/+15
2018-01-05irq debug: do not use print_symbol()Gravatar Sergey Senozhatsky 1-8/+6
2017-12-29genirq/msi, x86/vector: Prevent reservation mode for non maskable MSIGravatar Thomas Gleixner 1-4/+33
2017-12-29genirq/irqdomain: Rename early argument of irq_domain_activate_irq()Gravatar Thomas Gleixner 2-7/+8
2017-12-29genirq: Introduce IRQD_CAN_RESERVE flagGravatar Thomas Gleixner 1-0/+1
2017-12-29genirq/msi: Handle reactivation only on successGravatar Thomas Gleixner 1-8/+27
2017-12-28genirq: Guard handle_bad_irq log messagesGravatar Guenter Roeck 1-0/+5
2017-12-28kernel/irq: Extend lockdep class for request mutexGravatar Andrew Lunn 1-4/+7
2017-12-04genirq/matrix: Fix the precedence fix for realGravatar Thomas Gleixner 1-1/+3
2017-11-26Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-2/+13
2017-11-23genirq/matrix: Make - vs ?: Precedence explicitGravatar Kees Cook 1-1/+1
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Gravatar Kees Cook 1-2/+2
2017-11-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-0/+1
2017-11-14Merge tag 'irqchip-4.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Thomas Gleixner 1-1/+12
2017-11-13Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+3
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2017-11-13Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 12-47/+597
2017-11-12genirq: Fix type of shifting literal 1 in __setup_irq()Gravatar Rasmus Villemoes 1-1/+1
2017-11-12irqdomain: Drop pointless NULL check in virq_debug_show_oneGravatar Rasmus Villemoes 1-2/+1
2017-11-12genirq/proc: Return proper error code when irq_set_affinity() failsGravatar Wen Yaxng 1-2/+3
2017-11-10genirq: Track whether the trigger type has been setGravatar Marc Zyngier 1-1/+12
2017-11-08irq/timings: Use lockdep to assert IRQs are disabled/enabledGravatar Frederic Weisbecker 1-1/+1
2017-11-07Merge branch 'linus' into x86/apic, to resolve conflictsGravatar Ingo Molnar 11-3/+22
2017-11-02Merge tag 'irqchip-4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Thomas Gleixner 1-1/+0
2017-11-02Merge tag 'v4.14-rc3' into irq/irqchip-4.15Gravatar Marc Zyngier 1-1/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 10-0/+10
2017-11-01irq/core: Fix boot crash when the irqaffinity= boot parameter is passed on CP...Gravatar Rakib Mullick 1-4/+2
2017-10-29genirq: Document vcpu_info usage for percpu_devid interruptsGravatar Christoffer Dall 1-1/+2
2017-10-19irqdomain: Add __rcu annotations to radix tree slotGravatar Masahiro Yamada 1-2/+2
2017-10-19irqdomain: Move revmap_trees_mutex to struct irq_domainGravatar Masahiro Yamada 1-7/+7
2017-10-18genirq: Add config option for reservation modeGravatar Thomas Gleixner 1-0/+3
2017-10-18genirq: export irq_get_percpu_devid_partition to modulesGravatar Will Deacon 1-0/+1
2017-10-16Merge tag 'irqchip-4.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Thomas Gleixner 1-3/+12
2017-10-13genirq: generic chip: remove irq_gc_mask_disable_reg_and_ack()Gravatar Doug Berger 1-16/+0
2017-10-13genirq: generic chip: Add irq_gc_mask_disable_and_ack_set()Gravatar Doug Berger 1-0/+25
2017-10-12Merge branch 'irq/urgent' into x86/apicGravatar Thomas Gleixner 5-5/+47
2017-10-09genirq/cpuhotplug: Enforce affinity setting on startup of managed irqsGravatar Thomas Gleixner 2-1/+4
2017-10-09genirq/cpuhotplug: Add sanity check for effective affinity maskGravatar Thomas Gleixner 1-1/+27
2017-10-09genirq: Warn when effective affinity is not updatedGravatar Thomas Gleixner 1-0/+14
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERGravatar Kees Cook 1-1/+1
2017-09-28irq/generic-chip: Don't replace domain's nameGravatar Jeffy Chen 1-1/+0
2017-09-25irqdomain: Add __rcu annotations to radix tree accessorsGravatar Masahiro Yamada 1-2/+2
2017-09-25genirq/matrix: Add tracepointsGravatar Thomas Gleixner 1-0/+15
2017-09-25genirq: Implement bitmap matrix allocatorGravatar Thomas Gleixner 3-0/+432