summaryrefslogtreecommitdiffstats
path: root/kernel/irq
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | genirq/msi: Capture device name for debugfsThomas Gleixner2017-09-253-1/+20
| * | | | genirq/debugfs: Show debug information for all irq descriptorsThomas Gleixner2017-09-252-1/+1
* | | | | irq/timings: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker2017-11-081-1/+1
| |_|_|/ |/| | |
* | | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0210-0/+10
* | | | Merge tag 'irqchip-4.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Thomas Gleixner2017-10-161-3/+12
|\ \ \ \ | |_|_|/ |/| | |
| * | | genirq: generic chip: remove irq_gc_mask_disable_reg_and_ack()Doug Berger2017-10-131-16/+0
| * | | genirq: generic chip: Add irq_gc_mask_disable_and_ack_set()Doug Berger2017-10-131-0/+25
| | |/ | |/|
* | | genirq/cpuhotplug: Enforce affinity setting on startup of managed irqsThomas Gleixner2017-10-092-1/+4
* | | genirq/cpuhotplug: Add sanity check for effective affinity maskThomas Gleixner2017-10-091-1/+27
* | | genirq: Warn when effective affinity is not updatedThomas Gleixner2017-10-091-0/+14
|/ /
* | irq/generic-chip: Don't replace domain's nameJeffy Chen2017-09-281-1/+0
* | irqdomain: Add __rcu annotations to radix tree accessorsMasahiro Yamada2017-09-251-2/+2
|/
* genirq: Check __free_irq() return value for NULLAlexandru Moise2017-09-251-0/+4
* genirq: Fix cpumask check in __irq_startup_managed()Thomas Gleixner2017-09-161-1/+1
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-09-122-19/+10
|\
| * genirq: Make sparse_irq_lock protect what it should protectThomas Gleixner2017-09-071-17/+7
| * genirq/msi: Fix populating multiple interruptsJohn Keeping2017-09-061-2/+3
* | Merge tag 'devprop-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-09-051-5/+6
|\ \ | |/ |/|
| * device property: export irqchip_fwnode_opsArnd Bergmann2017-07-261-0/+1
| * device property: Get rid of struct fwnode_handle type fieldSakari Ailus2017-07-221-5/+5
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-09-049-38/+549
|\ \
| * \ Merge tag 'irqchip-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner2017-08-311-2/+12
| |\ \
OpenPOWER on IntegriCloud