summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nvme: Allocate queues for all possible CPUsChristoph Hellwig2017-06-281-1/+1
* blk-mq: Create hctx for each present CPUChristoph Hellwig2017-06-283-115/+11
* blk-mq: Include all present CPUs in the default queue mappingChristoph Hellwig2017-06-281-3/+2
* genirq: Avoid unnecessary low level irq function callsJeffy Chen2017-06-261-20/+33
* genirq: Set irq masked state when initializing irq_descJeffy Chen2017-06-261-0/+1
* genirq/timings: Add infrastructure for estimating the next interrupt arrival ...Daniel Lezcano2017-06-243-0/+359
* genirq/timings: Add infrastructure to track the interrupt timingsDaniel Lezcano2017-06-247-0/+134
* genirq/debugfs: Remove pointless NULL pointer checkThomas Gleixner2017-06-242-8/+6
* Merge tag 'irqchip-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner2017-06-2325-90/+1134
|\
| * irqchip/gic-v3-its: Don't assume GICv3 hardware supports 16bit INTIDShanker Donthineni2017-06-231-14/+10
| * irqchip/gic-v3-its: Add ACPI NUMA node mappingGanapatrao Kulkarni2017-06-231-1/+75
| * irqchip/gic-v3-its-platform-msi: Make of_device_ids constArvind Yadav2017-06-231-1/+1
| * irqchip/gic-v3-its: Make of_device_ids constArvind Yadav2017-06-231-1/+1
| * irqchip/irq-mvebu-icu: Add new driver for Marvell ICUThomas Petazzoni2017-06-234-0/+308
| * irqchip/irq-mvebu-gicp: Add new driver for Marvell GICPThomas Petazzoni2017-06-234-0/+294
| * dt-bindings/interrupt-controller: Add DT binding for the Marvell ICUThomas Petazzoni2017-06-231-0/+51
| * dt-bindings/interrupt-controller: Add DT binding for the Marvell GICPThomas Petazzoni2017-06-221-0/+27
| * irqchip/qcom: Use builtin_platform_driver to simplify the codeWei Yongjun2017-06-221-6/+1
| * irqchip/aspeed-i2c-ic: Add I2C IRQ controller for AspeedBrendan Higgins2017-06-222-1/+116
| * irqchip/aspeed-i2c-ic: Add binding docs for Aspeed I2C Interrupt ControllerBrendan Higgins2017-06-221-0/+25
| * irqchip/aspeed-vic: Add AST2500 compatible stringAndrew Jeffery2017-06-222-5/+7
| * irqchip/aspeed-vic: Constify irq_domain_opsTobias Klauser2017-06-221-1/+1
| * Revert "irqchip/armada-370-xp: Fix regression by clearing IRQ_NOAUTOEN"Thomas Petazzoni2017-06-221-1/+0
| * irqchip/armada-370-xp: Re-enable per-CPU interrupts at resume timeThomas Petazzoni2017-06-221-6/+40
| * irqchip/armada-370-xp: Document the overall driver logicThomas Petazzoni2017-06-221-0/+80
| * irqchip/armada-370-xp: Re-order register definitionsThomas Petazzoni2017-06-221-11/+10
| * irqchip/gicv3-its: Skip irq affinity setting when target cpu is the same as c...MaJun2017-06-221-3/+6
| * irqchip/gic-v3-its: Fix MSI alias accountingRobin Murphy2017-06-221-18/+17
| * irqchip/irq-renesas-h8s: Constify irq_domain_opsTobias Klauser2017-06-221-1/+1
| * irqchip/irq-renesas-h8300h: Constify irq_domain_opsTobias Klauser2017-06-221-1/+1
| * irqchip/irq-mips-gic: Constify irq_domain_opsTobias Klauser2017-06-221-1/+1
| * irqchip/irq-mbigen: Constify irq_domain_opsTobias Klauser2017-06-221-1/+1
| * irqchip/irq-imx-gpcv2: Constify irq_domain_opsTobias Klauser2017-06-221-1/+1
| * irqchip/i8259: Constify irq_domain_opsTobias Klauser2017-06-221-1/+1
| * irqchip/sunxi-nmi: Support sun6i-a31-r-intc compatibleChen-Yu Tsai2017-06-221-3/+26
| * dt-bindings/interrupt-controller: sunxi-nmi: Add compatible for A31 R_INTCChen-Yu Tsai2017-06-221-2/+5
| * irqchip/sunxi-nmi: Const-ify sunxi_sc_nmi_reg_offs structuresChen-Yu Tsai2017-06-221-4/+4
| * irqchip/sunxi-nmi: Reorder sunxi_sc_nmi_reg_offs' in ascending orderChen-Yu Tsai2017-06-221-6/+6
| * irqchip/sunxi-nmi: Document interrupt disabling and clearing at probe timeChen-Yu Tsai2017-06-221-0/+3
| * irqchip/sunxi-nmi: Convert magic numbers to definesChen-Yu Tsai2017-06-221-10/+24
* | genirq/irqdomain: Remove auto-recursive hierarchy supportMarc Zyngier2017-06-223-49/+17
* | irqchip/MSI: Use irq_domain_update_bus_token instead of an open coded accessMarc Zyngier2017-06-228-8/+8
* | genirq/irqdomain: Add irq_domain_update_bus_token helperMarc Zyngier2017-06-222-0/+34
* | genirq/affinity: Assign vectors to all present CPUsChristoph Hellwig2017-06-221-13/+63
* | x86/apic: Mark single target interruptsThomas Gleixner2017-06-221-0/+7
* | genirq/cpuhotplug: Avoid irq affinity setting for single targetsThomas Gleixner2017-06-221-2/+10
* | genirq: Introduce IRQD_SINGLE_TARGET flagThomas Gleixner2017-06-222-0/+17
* | genirq/cpuhotplug: Handle managed IRQs on CPU hotplugThomas Gleixner2017-06-224-0/+56
* | genirq: Handle managed irqs gracefully in irq_startup()Thomas Gleixner2017-06-222-4/+62
* | genirq: Add force argument to irq_startup()Thomas Gleixner2017-06-224-7/+14