aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq
AgeCommit message (Expand)Author
2018-02-22genirq/matrix: Handle CPU offlining properThomas Gleixner
2018-02-16irqdomain: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko
2018-02-06genirq: remove unneeded kallsyms includeSergey Senozhatsky
2018-02-04Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds
2018-02-01genirq: Make legacy autoprobing work againThomas Gleixner
2018-01-29Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-01-29Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-01-24irqdomain: Kill CONFIG_IRQ_DOMAIN_DEBUGMarc Zyngier
2018-01-18irq/matrix: Spread interrupts on allocationThomas Gleixner
2018-01-12genirq/affinity: assign vectors to all possible CPUsChristoph Hellwig
2018-01-05irq debug: do not use print_symbol()Sergey Senozhatsky
2017-12-29genirq/msi, x86/vector: Prevent reservation mode for non maskable MSIThomas Gleixner
2017-12-29genirq/irqdomain: Rename early argument of irq_domain_activate_irq()Thomas Gleixner
2017-12-29genirq: Introduce IRQD_CAN_RESERVE flagThomas Gleixner
2017-12-29genirq/msi: Handle reactivation only on successThomas Gleixner
2017-12-28genirq: Guard handle_bad_irq log messagesGuenter Roeck
2017-12-28kernel/irq: Extend lockdep class for request mutexAndrew Lunn
2017-12-04genirq/matrix: Fix the precedence fix for realThomas Gleixner
2017-11-26Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-11-23genirq/matrix: Make - vs ?: Precedence explicitKees Cook
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook
2017-11-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2017-11-14Merge tag 'irqchip-4.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Thomas Gleixner
2017-11-13Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-11-13Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-11-12genirq: Fix type of shifting literal 1 in __setup_irq()Rasmus Villemoes
2017-11-12irqdomain: Drop pointless NULL check in virq_debug_show_oneRasmus Villemoes
2017-11-12genirq/proc: Return proper error code when irq_set_affinity() failsWen Yaxng
2017-11-10genirq: Track whether the trigger type has been setMarc Zyngier
2017-11-08irq/timings: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker
2017-11-07Merge branch 'linus' into x86/apic, to resolve conflictsIngo Molnar
2017-11-02Merge tag 'irqchip-4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Thomas Gleixner
2017-11-02Merge tag 'v4.14-rc3' into irq/irqchip-4.15Marc Zyngier
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-11-01irq/core: Fix boot crash when the irqaffinity= boot parameter is passed on CP...Rakib Mullick
2017-10-29genirq: Document vcpu_info usage for percpu_devid interruptsChristoffer Dall
2017-10-19irqdomain: Add __rcu annotations to radix tree slotMasahiro Yamada
2017-10-19irqdomain: Move revmap_trees_mutex to struct irq_domainMasahiro Yamada
2017-10-18genirq: Add config option for reservation modeThomas Gleixner
2017-10-18genirq: export irq_get_percpu_devid_partition to modulesWill Deacon
2017-10-16Merge tag 'irqchip-4.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Thomas Gleixner
2017-10-13genirq: generic chip: remove irq_gc_mask_disable_reg_and_ack()Doug Berger
2017-10-13genirq: generic chip: Add irq_gc_mask_disable_and_ack_set()Doug Berger
2017-10-12Merge branch 'irq/urgent' into x86/apicThomas Gleixner
2017-10-09genirq/cpuhotplug: Enforce affinity setting on startup of managed irqsThomas Gleixner
2017-10-09genirq/cpuhotplug: Add sanity check for effective affinity maskThomas Gleixner
2017-10-09genirq: Warn when effective affinity is not updatedThomas Gleixner
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERKees Cook