| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2017-05-02 | 2 | -3/+8 |
|\ |
|
| * | Merge branch 'linus' into irq/core | Thomas Gleixner | 2017-04-20 | 1 | -9/+11 |
| |\ |
|
| * | | genirq: Use irqd_get_trigger_type to compare the trigger type for shared IRQs | Hans de Goede | 2017-04-15 | 1 | -1/+3 |
| * | | genirq: Use cpumask_available() for check of cpumask variable | Matthias Kaehlcke | 2017-04-14 | 1 | -1/+1 |
| * | | genirq: Add support for nested shared IRQs | Charles Keepax | 2017-03-11 | 1 | -1/+4 |
* | | | genirq/affinity: Fix calculating vectors to assign | Keith Busch | 2017-04-20 | 1 | -1/+1 |
| |/
|/| |
|
* | | irq/affinity: Fix extra vecs calculation | Keith Busch | 2017-04-13 | 1 | -1/+1 |
* | | irq/affinity: Fix CPU spread for unbalanced nodes | Keith Busch | 2017-04-04 | 1 | -9/+11 |
|/ |
|
* | sched/headers: Prepare to move the get_task_struct()/put_task_struct() and re... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | sched/headers: Prepare for new header dependencies before moving code to <uap... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | scripts/spelling.txt: add "an user" pattern and fix typo instances | Masahiro Yamada | 2017-02-28 | 1 | -1/+1 |
* | Merge tag 'iommu-updates-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2017-02-21 | 2 | -2/+41 |
|\ |
|
| *---. | Merge branches 'iommu/fixes', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'arm/m... | Joerg Roedel | 2017-02-10 | 2 | -16/+71 |
| |\ \ \ |
|
| | | | * | irqdomain: irq_domain_check_msi_remap | Eric Auger | 2017-01-23 | 1 | -0/+25 |
| | | | * | genirq/msi: Set IRQ_DOMAIN_FLAG_MSI on MSI domain creation | Eric Auger | 2017-01-23 | 1 | -2/+2 |
| | | | * | irqdomain: Add irq domain MSI and MSI_REMAP flags | Eric Auger | 2017-01-23 | 1 | -0/+14 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2017-02-20 | 3 | -3/+68 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | genirq: Clarify logic calculating bogus irqreturn_t values | Jeremy Kerr | 2017-02-16 | 1 | -1/+3 |
| * | | | genirq/devres: Use dev_name(dev) as default for devname | Heiner Kallweit | 2017-02-12 | 1 | -2/+8 |
| * | | | genirq: Fix /proc/interrupts output alignment | H Hartley Sweeten | 2017-02-10 | 1 | -0/+2 |
| * | | | irqdesc: Add a resource managed version of irq_alloc_descs() | Bartosz Golaszewski | 2017-02-10 | 1 | -0/+55 |
| |/ / |
|
* / / | irqdomain: Avoid activating interrupts more than once | Marc Zyngier | 2017-01-30 | 1 | -14/+30 |
|/ / |
|
* | | genirq/affinity: Fix node generation from cpumask | Guilherme G. Piccoli | 2016-12-15 | 1 | -3/+3 |
* | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-12-13 | 2 | -38/+38 |
|\ \ |
|
| * | | genirq/msi: Drop artificial PCI dependency | Marc Zyngier | 2016-11-22 | 1 | -3/+1 |
| * | | genirq/affinity: Use default affinity mask for reserved vectors | Thomas Gleixner | 2016-11-16 | 1 | -2/+2 |
| * | | genirq/affinity: Take reserved vectors into account when spreading irqs | Christoph Hellwig | 2016-11-16 | 1 | -3/+5 |
| * | | genirq/affinity: Handle pre/post vectors in irq_create_affinity_masks() | Christoph Hellwig | 2016-11-09 | 1 | -21/+25 |
| * | | genirq/affinity: Handle pre/post vectors in irq_calc_affinity_vectors() | Christoph Hellwig | 2016-11-09 | 1 | -14/+10 |
| |/ |
|
* / | genirq: Use irq type from irqdata instead of irqdesc | Thomas Gleixner | 2016-11-08 | 1 | -2/+2 |
|/ |
|
* | kernel/irq: Export irq_set_parent() | Sudip Mukherjee | 2016-10-21 | 1 | -0/+1 |
* | genirq: Make function __irq_do_set_handler() static | Wei Yongjun | 2016-09-25 | 1 | -1/+1 |
* | Merge branch 'irq/urgent' into irq/core | Thomas Gleixner | 2016-09-20 | 1 | -2/+6 |
|\ |
|
| * | genirq: Skip chained interrupt trigger setup if type is IRQ_TYPE_NONE | Marc Zyngier | 2016-09-19 | 1 | -2/+6 |
* | | Merge branch 'irq/for-block' into irq/core | Thomas Gleixner | 2016-09-15 | 3 | -56/+168 |
|\ \ |
|
| * | | genirq/affinity: Remove old irq spread infrastructure | Thomas Gleixner | 2016-09-14 | 1 | -58/+0 |
| * | | genirq/msi: Switch to new irq spreading infrastructure | Thomas Gleixner | 2016-09-14 | 1 | -16/+15 |
| * | | genirq/affinity: Provide smarter irq spreading infrastructure | Thomas Gleixner | 2016-09-14 | 1 | -0/+149 |
| * | | genirq/msi: Add cpumask allocation to alloc_msi_entry | Thomas Gleixner | 2016-09-14 | 1 | -2/+24 |
| |/ |
|
* | | Merge tag 'irqchip-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ma... | Thomas Gleixner | 2016-09-14 | 4 | -2/+30 |
|\| |
|
| * | genirq/affinity: Use get/put_online_cpus around cpumask operations | Christoph Hellwig | 2016-08-22 | 1 | -0/+2 |
| * | genirq: Fix potential memleak when failing to get irq pm | Shawn Lin | 2016-08-22 | 1 | -2/+6 |
| * | genirq: Correctly configure the trigger on chained interrupts | Marc Zyngier | 2016-08-17 | 1 | -0/+11 |
| * | genirq/msi: Make sure PCI MSIs are activated early | Marc Zyngier | 2016-08-09 | 1 | -0/+11 |
* | | genirq: Expose interrupt information through sysfs | Craig Gallek | 2016-09-14 | 1 | -2/+191 |
* | | genirq: No need to mask non trigger mode flags before __irq_set_trigger() | Alexander Kuleshov | 2016-09-06 | 2 | -4/+2 |
* | | genirq: Update stale comment for __irq_domain_add | Punit Agrawal | 2016-09-05 | 1 | -4/+2 |
* | | genirq/generic_chip: Verify irqs_per_chip <= 32 | Sebastian Frias | 2016-09-02 | 1 | -8/+8 |
* | | irqdomain: Mask irq type in irq_domain_xlate_onetwocell() | Sebastian Frias | 2016-09-02 | 1 | -1/+4 |
* | | genirq/generic_chip: Add irq_unmap callback | Sebastian Frias | 2016-09-02 | 1 | -0/+21 |