summaryrefslogtreecommitdiffstats
path: root/drivers/net/mdio/Kconfig (unfollow)
Commit message (Expand)AuthorFilesLines
2020-12-15net/mlx4: Use effective interrupt affinityThomas Gleixner1-1/+1
2020-12-15net/mlx4: Replace irq_to_desc() abuseThomas Gleixner3-11/+6
2020-12-15PCI: mobiveil: Use irq_data_get_irq_chip_data()Thomas Gleixner1-6/+2
2020-12-15PCI: xilinx-nwl: Use irq_data_get_irq_chip_data()Thomas Gleixner1-6/+2
2020-12-15NTB/msi: Use irq_has_action()Thomas Gleixner1-3/+1
2020-12-15mfd: ab8500-debugfs: Remove the racy fiddling with irq_descThomas Gleixner1-13/+3
2020-12-15pinctrl: nomadik: Use irq_has_action()Thomas Gleixner1-5/+6
2020-12-15drm/i915/pmu: Replace open coded kstat_irqs() copyThomas Gleixner3-18/+43
2020-12-15drm/i915/lpe_audio: Remove pointless irq_to_desc() usageThomas Gleixner1-4/+0
2020-12-15s390/irq: Use irq_desc_kstat_cpu() in show_msi_interrupt()Thomas Gleixner1-1/+1
2020-12-15parisc/irq: Use irq_desc_kstat_cpu() in show_interrupts()Thomas Gleixner1-1/+1
2020-12-15arm64/smp: Use irq_desc_kstat_cpu() in arch_show_interrupts()Thomas Gleixner1-1/+1
2020-12-15ARM: smp: Use irq_desc_kstat_cpu() in show_ipi_list()Thomas Gleixner1-1/+1
2020-12-15genirq: Provide kstat_irqdesc_cpu()Thomas Gleixner2-2/+8
2020-12-15genirq: Make kstat_irqs() staticThomas Gleixner2-14/+6
2020-12-15parisc/irq: Simplify irq count output for /proc/interruptsThomas Gleixner1-4/+1
2020-12-15genirq: Annotate irq stats data racesThomas Gleixner2-4/+5
2020-12-15genirq: Provide irq_get_effective_affinity()Thomas Gleixner1-0/+7
2020-12-15genirq: Move irq_set_lockdep_class() to coreThomas Gleixner2-6/+18
2020-12-15genirq: Move status flag checks to coreThomas Gleixner2-12/+25
2020-12-15genirq: Move irq_has_action() into core codeThomas Gleixner5-7/+21
2020-12-12irqchip/qcom-pdc: Fix phantom irq when changing between rising/fallingDouglas Anderson1-1/+20
2020-12-11driver core: platform: Add devm_platform_get_irqs_affinity()John Garry2-0/+127
2020-12-11ACPI: Drop acpi_dev_irqresource_disabled()John Garry1-12/+5
2020-12-11resource: Add irqresource_disabled()John Garry1-0/+7
2020-12-11genirq/affinity: Add irq_update_affinity_desc()John Garry2-0/+78
2020-12-11irqchip/gic-v3-its: Flag device allocation as proxied if behind a PCI bridgeMarc Zyngier1-3/+8
2020-12-11irqchip/gic-v3-its: Tag ITS device as shared if allocating for a proxy deviceMarc Zyngier1-0/+3
2020-12-11platform-msi: Track shared domain allocationMarc Zyngier2-0/+11
2020-12-11irqchip/ti-sci-intr: Fix freeing of irqsLokesh Vutla1-7/+7
2020-12-11irqchip/ti-sci-inta: Fix printing of inta id on probe successLokesh Vutla1-1/+1
2020-12-11drivers/irqchip: Remove EZChip NPS interrupt controllerVineet Gupta3-173/+0
2020-12-11Revert "genirq: Add fasteoi IPI flow"Valentin Schneider2-28/+0
2020-12-11irqchip/hip04: Make IPIs use handle_percpu_devid_irq()Valentin Schneider1-5/+1
2020-12-11irqchip/bcm2836: Make IPIs use handle_percpu_devid_irq()Valentin Schneider1-1/+1
2020-12-11irqchip/armada-370-xp: Make IPIs use handle_percpu_devid_irq()Valentin Schneider1-1/+1
2020-12-11irqchip/gic, gic-v3: Make SGIs use handle_percpu_devid_irq()Valentin Schneider2-13/+1
2020-12-11irqchip/ocelot: Add support for Jaguar2 platformsGregory CLEMENT1-0/+19
2020-12-11irqchip/ocelot: Add support for Serval platformsGregory CLEMENT1-0/+19
2020-12-11irqchip/ocelot: Add support for Luton platformsGregory CLEMENT1-4/+34
2020-12-11irqchip/ocelot: prepare to support more SoCGregory CLEMENT1-22/+54
2020-12-11dt-bindings: interrupt-controller: Add binding for few Microsemi interrupt co...Gregory CLEMENT1-0/+4
2020-12-11dt-bindings: interrupt-controller: convert icpu intr bindings to json-schemaGregory CLEMENT2-21/+60
2020-12-11irqchip/gic-v4.1: Reduce the delay when polling GICR_VPENDBASER.DirtyShenming Lu1-1/+1
2020-12-11irqchip/alpine-msi: Fix freeing of interrupts on allocation error pathMarc Zyngier1-2/+1
2020-12-11dt-bindings: interrupt-controller: update bindings for supporting more SoCsBiwen Li1-2/+6
2020-12-11irqchip/ls-extirq: Add LS1043A, LS1088A external interrupt supportHou Zhiqiang1-10/+6
2020-12-11irqchip/loongson-htpic: Fix build warningsHuacai Chen1-4/+3
2020-12-11irqchip/gic: Spelling s/REturn/Return/Geert Uytterhoeven1-1/+1
2020-12-02irq: Call tick_irq_enter() inside HARDIRQ_OFFSETFrederic Weisbecker1-9/+5