summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xen/events: Implement irq distributionThomas Gleixner2020-12-151-8/+68
* xen/events: Reduce irq_info:: Spurious_cnt storage sizeThomas Gleixner2020-12-151-3/+5
* xen/events: Only force affinity mask for percpu interruptsThomas Gleixner2020-12-151-14/+34
* xen/events: Use immediate affinity settingThomas Gleixner2020-12-151-26/+9
* xen/events: Remove disfunct affinity spreadingThomas Gleixner2020-12-152-42/+1
* xen/events: Remove unused bind_evtchn_to_irq_lateeoi()Thomas Gleixner2020-12-151-6/+0
* net/mlx5: Use effective interrupt affinityThomas Gleixner2020-12-151-1/+1
* net/mlx5: Replace irq_to_desc() abuseThomas Gleixner2020-12-153-7/+3
* net/mlx4: Use effective interrupt affinityThomas Gleixner2020-12-151-1/+1
* net/mlx4: Replace irq_to_desc() abuseThomas Gleixner2020-12-153-11/+6
* PCI: mobiveil: Use irq_data_get_irq_chip_data()Thomas Gleixner2020-12-151-6/+2
* PCI: xilinx-nwl: Use irq_data_get_irq_chip_data()Thomas Gleixner2020-12-151-6/+2
* NTB/msi: Use irq_has_action()Thomas Gleixner2020-12-151-3/+1
* mfd: ab8500-debugfs: Remove the racy fiddling with irq_descThomas Gleixner2020-12-151-13/+3
* pinctrl: nomadik: Use irq_has_action()Thomas Gleixner2020-12-151-5/+6
* drm/i915/pmu: Replace open coded kstat_irqs() copyThomas Gleixner2020-12-153-18/+43
* drm/i915/lpe_audio: Remove pointless irq_to_desc() usageThomas Gleixner2020-12-151-4/+0
* s390/irq: Use irq_desc_kstat_cpu() in show_msi_interrupt()Thomas Gleixner2020-12-151-1/+1
* parisc/irq: Use irq_desc_kstat_cpu() in show_interrupts()Thomas Gleixner2020-12-151-1/+1
* arm64/smp: Use irq_desc_kstat_cpu() in arch_show_interrupts()Thomas Gleixner2020-12-151-1/+1
* ARM: smp: Use irq_desc_kstat_cpu() in show_ipi_list()Thomas Gleixner2020-12-151-1/+1
* genirq: Provide kstat_irqdesc_cpu()Thomas Gleixner2020-12-152-2/+8
* genirq: Make kstat_irqs() staticThomas Gleixner2020-12-152-14/+6
* parisc/irq: Simplify irq count output for /proc/interruptsThomas Gleixner2020-12-151-4/+1
* genirq: Annotate irq stats data racesThomas Gleixner2020-12-152-4/+5
* genirq: Provide irq_get_effective_affinity()Thomas Gleixner2020-12-151-0/+7
* genirq: Move irq_set_lockdep_class() to coreThomas Gleixner2020-12-152-6/+18
* genirq: Move status flag checks to coreThomas Gleixner2020-12-152-12/+25
* genirq: Move irq_has_action() into core codeThomas Gleixner2020-12-155-7/+21
* Merge tag 'irqchip-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner2020-12-151468-9236/+19693
|\
| * irqchip/qcom-pdc: Fix phantom irq when changing between rising/fallingDouglas Anderson2020-12-121-1/+20
| * driver core: platform: Add devm_platform_get_irqs_affinity()John Garry2020-12-112-0/+127
| * ACPI: Drop acpi_dev_irqresource_disabled()John Garry2020-12-111-12/+5
| * resource: Add irqresource_disabled()John Garry2020-12-111-0/+7
| * genirq/affinity: Add irq_update_affinity_desc()John Garry2020-12-112-0/+78
| * irqchip/gic-v3-its: Flag device allocation as proxied if behind a PCI bridgeMarc Zyngier2020-12-111-3/+8
| * irqchip/gic-v3-its: Tag ITS device as shared if allocating for a proxy deviceMarc Zyngier2020-12-111-0/+3
| * platform-msi: Track shared domain allocationMarc Zyngier2020-12-112-0/+11
| * irqchip/ti-sci-intr: Fix freeing of irqsLokesh Vutla2020-12-111-7/+7
| * irqchip/ti-sci-inta: Fix printing of inta id on probe successLokesh Vutla2020-12-111-1/+1
| * drivers/irqchip: Remove EZChip NPS interrupt controllerVineet Gupta2020-12-113-173/+0
| * Revert "genirq: Add fasteoi IPI flow"Valentin Schneider2020-12-112-28/+0
| * irqchip/hip04: Make IPIs use handle_percpu_devid_irq()Valentin Schneider2020-12-111-5/+1
| * irqchip/bcm2836: Make IPIs use handle_percpu_devid_irq()Valentin Schneider2020-12-111-1/+1
| * irqchip/armada-370-xp: Make IPIs use handle_percpu_devid_irq()Valentin Schneider2020-12-111-1/+1
| * irqchip/gic, gic-v3: Make SGIs use handle_percpu_devid_irq()Valentin Schneider2020-12-112-13/+1
| * irqchip/ocelot: Add support for Jaguar2 platformsGregory CLEMENT2020-12-111-0/+19
| * irqchip/ocelot: Add support for Serval platformsGregory CLEMENT2020-12-111-0/+19
| * irqchip/ocelot: Add support for Luton platformsGregory CLEMENT2020-12-111-4/+34
| * irqchip/ocelot: prepare to support more SoCGregory CLEMENT2020-12-111-22/+54