aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-06-28blk-mq: Create hctx for each present CPUChristoph Hellwig3-115/+11
2017-06-28blk-mq: Include all present CPUs in the default queue mappingChristoph Hellwig1-3/+2
2017-06-26genirq: Avoid unnecessary low level irq function callsJeffy Chen1-20/+33
2017-06-26genirq: Set irq masked state when initializing irq_descJeffy Chen1-0/+1
2017-06-24genirq/timings: Add infrastructure for estimating the next interrupt arrival timeDaniel Lezcano3-0/+359
2017-06-24genirq/timings: Add infrastructure to track the interrupt timingsDaniel Lezcano7-0/+134
2017-06-24genirq/debugfs: Remove pointless NULL pointer checkThomas Gleixner2-8/+6
2017-06-23Merge tag 'irqchip-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/coreThomas Gleixner25-90/+1134
2017-06-23irqchip/gic-v3-its: Don't assume GICv3 hardware supports 16bit INTIDShanker Donthineni1-14/+10
2017-06-23irqchip/gic-v3-its: Add ACPI NUMA node mappingGanapatrao Kulkarni1-1/+75
2017-06-23irqchip/gic-v3-its-platform-msi: Make of_device_ids constArvind Yadav1-1/+1
2017-06-23irqchip/gic-v3-its: Make of_device_ids constArvind Yadav1-1/+1
2017-06-23irqchip/irq-mvebu-icu: Add new driver for Marvell ICUThomas Petazzoni4-0/+308
2017-06-23irqchip/irq-mvebu-gicp: Add new driver for Marvell GICPThomas Petazzoni4-0/+294
2017-06-23dt-bindings/interrupt-controller: Add DT binding for the Marvell ICUThomas Petazzoni1-0/+51
2017-06-22genirq/irqdomain: Remove auto-recursive hierarchy supportMarc Zyngier3-49/+17
2017-06-22irqchip/MSI: Use irq_domain_update_bus_token instead of an open coded accessMarc Zyngier8-8/+8
2017-06-22genirq/irqdomain: Add irq_domain_update_bus_token helperMarc Zyngier2-0/+34
2017-06-22genirq/affinity: Assign vectors to all present CPUsChristoph Hellwig1-13/+63
2017-06-22x86/apic: Mark single target interruptsThomas Gleixner1-0/+7
2017-06-22genirq/cpuhotplug: Avoid irq affinity setting for single targetsThomas Gleixner1-2/+10
2017-06-22genirq: Introduce IRQD_SINGLE_TARGET flagThomas Gleixner2-0/+17
2017-06-22genirq/cpuhotplug: Handle managed IRQs on CPU hotplugThomas Gleixner4-0/+56
2017-06-22genirq: Handle managed irqs gracefully in irq_startup()Thomas Gleixner2-4/+62
2017-06-22genirq: Add force argument to irq_startup()Thomas Gleixner4-7/+14
2017-06-22genirq: Split out irq_startup() codeThomas Gleixner1-11/+18
2017-06-22genirq: Introduce IRQD_MANAGED_SHUTDOWNThomas Gleixner2-0/+18
2017-06-22x86/apic: Implement effective irq mask updateThomas Gleixner3-0/+8
2017-06-22xen/events: Add support for effective affinity maskThomas Gleixner1-1/+5
2017-06-22x86/apic: Add irq_data argument to apic->cpu_mask_to_apicid()Thomas Gleixner5-15/+32
2017-06-22x86/apic: Move cpumask and to core codeThomas Gleixner12-42/+29
2017-06-22x86/apic: Move online masking to core codeThomas Gleixner3-35/+22
2017-06-22x86/uv: Use default_cpu_mask_to_apicid_and()Thomas Gleixner1-15/+4
2017-06-22x86/apic: Move flat_cpu_mask_to_apicid_and() into C sourceThomas Gleixner2-22/+22
2017-06-22genirq/cpuhotplug: Use effective affinity maskThomas Gleixner1-3/+11
2017-06-22genirq: Introduce effective affinity maskThomas Gleixner5-7/+134
2017-06-22genirq/proc: Replace ever repeating type castThomas Gleixner1-5/+5
2017-06-22genirq: Remove pointless gfp argumentThomas Gleixner1-8/+7
2017-06-22genirq: Remove pointless arg from show_irq_affinityThomas Gleixner1-3/+3
2017-06-22genirq: Move irq_fixup_move_pending() to coreThomas Gleixner2-5/+5
2017-06-22x86/irq: Use irq_migrate_all_off_this_cpu()Thomas Gleixner2-87/+3
2017-06-22x86/irq: Restructure fixup_irqs()Thomas Gleixner1-26/+20
2017-06-22genirq/cpuhotplug: Set force affinity flag on hotplug migrationThomas Gleixner1-1/+1
2017-06-22genirq/cpuhotplug: Add support for conditional maskingThomas Gleixner1-1/+10
2017-06-22genirq/cpuhotplug: Add support for cleaning up move in progressThomas Gleixner4-4/+37
2017-06-22genirq/cpuhotplug: Do not migrated shutdown irqsThomas Gleixner1-3/+8
2017-06-22genirq/cpuhotplug: Reorder check logicThomas Gleixner1-16/+20
2017-06-22genirq/cpuhotplug: Dont claim success on errorThomas Gleixner1-1/+4
2017-06-22genirq/cpuhotplug: Remove irq disabling logicThomas Gleixner1-8/+4
2017-06-22genirq: Move pending helpers to internal.hChristoph Hellwig2-28/+38