Age | Commit message (Expand) | Author | Files | Lines |
2022-01-13 | Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 6 | -12/+9 |
2022-01-10 | Merge tag 'irqchip-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/maz... | Thomas Gleixner | 8 | -18/+109 |
2021-12-20 | Merge branch irq/misc-5.17 into irq/irqchip-next | Marc Zyngier | 7 | -11/+33 |
2021-12-20 | irqchip/renesas-intc-irqpin: Use platform_get_irq_optional() to get the inter... | Lad Prabhakar | 1 | -4/+5 |
2021-12-20 | irqchip/renesas-irqc: Use platform_get_irq_optional() to get the interrupt | Lad Prabhakar | 1 | -4/+5 |
2021-12-16 | soc: ti: ti_sci_inta_msi: Use msi_desc::msi_index | Thomas Gleixner | 1 | -1/+1 |
2021-12-16 | platform-msi: Rename functions and clarify comments | Thomas Gleixner | 2 | -5/+5 |
2021-12-16 | device: Move MSI related data into a struct | Thomas Gleixner | 1 | -3/+3 |
2021-12-16 | irqchip/gic-v4: Disable redistributors' view of the VPE table at boot time | Marc Zyngier | 1 | -0/+16 |
2021-12-16 | irqchip/ingenic-tcu: Use correctly sized arguments for bit field | Kees Cook | 1 | -1/+3 |
2021-12-16 | irqchip/gic-v2m: Add const to of_device_id | Xiang wangx | 1 | -1/+1 |
2021-12-16 | irqchip/imx-gpcv2: Mark imx_gpcv2_instance with __ro_after_init | Peng Fan | 1 | -1/+1 |
2021-12-16 | irqchip/spear-shirq: Add support for IRQ 0..6 | Herve Codina | 1 | -0/+2 |
2021-12-16 | irqchip/gic-v3-its: Limit memreserve cpuhp state lifetime | Valentin Schneider | 1 | -0/+16 |
2021-12-16 | irqchip/gic-v3-its: Postpone LPI pending table freeing and memreserve | Valentin Schneider | 2 | -4/+55 |
2021-12-16 | irqchip/gic-v3-its: Give the percpu rdist struct its own flags field | Valentin Schneider | 1 | -3/+5 |
2021-12-14 | Merge branch 'irq/urgent' into irq/msi | Thomas Gleixner | 7 | -17/+14 |
2021-12-10 | irqchip/irq-bcm7120-l2: Add put_device() after of_find_device_by_node() | Ye Guojin | 1 | -0/+1 |
2021-12-09 | PCI/MSI: Make pci_msi_domain_write_msg() static | Thomas Gleixner | 3 | -3/+0 |
2021-12-08 | irqchip/irq-gic-v3-its.c: Force synchronisation when issuing INVALL | Wudi Wang | 1 | -1/+1 |
2021-12-07 | irqchip/apple-aic: Mark aic_init_smp() as __init | Donghyeok Kim | 1 | -1/+1 |
2021-12-02 | irqchip: nvic: Fix offset for Interrupt Priority Offsets | Vladimir Murzin | 1 | -1/+1 |
2021-11-25 | irqchip/mips-gic: Use bitfield helpers | Geert Uytterhoeven | 1 | -2/+2 |
2021-11-25 | irqchip/aspeed-scu: Replace update_bits with write_bits. | Billy Tsai | 1 | -2/+2 |
2021-11-25 | irqchip/armada-370-xp: Fix support for Multi-MSI interrupts | Pali Rohár | 1 | -9/+5 |
2021-11-25 | irqchip/armada-370-xp: Fix return value of armada_370_xp_msi_alloc() | Pali Rohár | 1 | -1/+1 |
2021-11-12 | irqchip/sifive-plic: Fixup EOI failed when masked | Guo Ren | 1 | -1/+7 |
2021-11-12 | irqchip/csky-mpintc: Fixup mask/unmask implementation | Guo Ren | 1 | -4/+4 |
2021-10-28 | Merge branch irq/irq_cpu_offline into irq/irqchip-next | Marc Zyngier | 1 | -11/+26 |
2021-10-28 | Merge branch irq/remove-handle-domain-irq-20211026 into irq/irqchip-next | Marc Zyngier | 37 | -68/+92 |
2021-10-26 | irqchip/mips-gic: Get rid of the reliance on irq_cpu_online() | Marc Zyngier | 1 | -11/+26 |
2021-10-26 | irq: remove handle_domain_{irq,nmi}() | Mark Rutland | 35 | -63/+58 |
2021-10-25 | irq: arm: perform irqentry in entry code | Mark Rutland | 1 | -1/+16 |
2021-10-25 | irq: nds32: avoid CONFIG_HANDLE_DOMAIN_IRQ | Mark Rutland | 1 | -2/+20 |
2021-10-25 | irq: mips: simplify bcm6345_l1_irq_handle() | Mark Rutland | 1 | -5/+1 |
2021-10-25 | irq: mips: avoid nested irq_enter() | Mark Rutland | 1 | -1/+1 |
2021-10-25 | Merge branch irq/mchp-eic into irq/irqchip-next | Marc Zyngier | 3 | -0/+289 |
2021-10-25 | Merge branch irq/modular-irqchips into irq/irqchip-next | Marc Zyngier | 5 | -60/+56 |
2021-10-25 | irqchip/mchp-eic: Fix return value check in mchp_eic_init() | Yang Yingliang | 1 | -1/+1 |
2021-10-20 | irqchip/irq-bcm7120-l2: Switch to IRQCHIP_PLATFORM_DRIVER | Florian Fainelli | 2 | -7/+18 |
2021-10-20 | irqchip/irq-brcmstb-l2: Switch to IRQCHIP_PLATFORM_DRIVER | Florian Fainelli | 2 | -8/+12 |
2021-10-20 | irqchip/irq-bcm7038-l1: Switch to IRQCHIP_PLATFORM_DRIVER | Florian Fainelli | 2 | -2/+8 |
2021-10-20 | irqchip/irq-bcm7038-l1: Restrict affinity setting to MIPS | Florian Fainelli | 1 | -0/+4 |
2021-10-20 | irqchip/irq-bcm7038-l1: Gate use of CPU logical map to MIPS | Florian Fainelli | 1 | -6/+3 |
2021-10-20 | irqchip/irq-bcm7038-l1: Use irq_get_irq_data() | Florian Fainelli | 1 | -1/+1 |
2021-10-20 | irqchip/irq-bcm7038-l1: Remove .irq_cpu_offline() | Florian Fainelli | 1 | -30/+0 |
2021-10-20 | irqchip/mchp-eic: Add support for the Microchip EIC | Claudiu Beznea | 3 | -0/+289 |
2021-10-20 | irqchip/meson-gpio: Make it possible to build as a module | Neil Armstrong | 2 | -8/+12 |
2021-10-19 | irqchip/ti-sci-inta: Make use of the helper function devm_platform_ioremap_re... | Cai Huoqing | 1 | -3/+1 |
2021-10-19 | irqchip/stm32: Make use of the helper function devm_platform_ioremap_resource() | Cai Huoqing | 1 | -3/+1 |