Age | Commit message (Expand) | Author |
2021-12-16 | genirq/msi: Make interrupt allocation less convoluted | Thomas Gleixner |
2021-12-16 | platform-msi: Simplify platform device MSI code | Thomas Gleixner |
2021-12-16 | genirq/msi: Provide domain flags to allocate/free MSI descriptors automatically | Thomas Gleixner |
2021-12-16 | genirq/msi: Provide msi_alloc_msi_desc() and a simple allocator | Thomas Gleixner |
2021-12-16 | genirq/msi: Provide a set of advanced MSI accessors and iterators | Thomas Gleixner |
2021-12-16 | genirq/msi: Provide msi_domain_alloc/free_irqs_descs_locked() | Thomas Gleixner |
2021-12-16 | genirq/msi: Add mutex for MSI list protection | Thomas Gleixner |
2021-12-16 | genirq/msi: Move descriptor list to struct msi_device_data | Thomas Gleixner |
2021-12-16 | genirq/msi: Provide interface to retrieve Linux interrupt number | Thomas Gleixner |
2021-12-16 | genirq/msi: Remove the original sysfs interfaces | Thomas Gleixner |
2021-12-16 | genirq/msi: Provide msi_device_populate/destroy_sysfs() | Thomas Gleixner |
2021-12-16 | device: Add device:: Msi_data pointer and struct msi_device_data | Thomas Gleixner |
2021-12-16 | genirq/msi: Use PCI device property | Thomas Gleixner |
2021-12-10 | genirq: Provide new interfaces for affinity hints | Thomas Gleixner |
2021-12-09 | genirq/msi: Handle PCI/MSI allocation fail in core code | Thomas Gleixner |
2021-12-09 | genirq/msi, treewide: Use a named struct for PCI/MSI attributes | Thomas Gleixner |
2021-12-09 | genirq/msi: Fixup includes | Thomas Gleixner |
2021-12-09 | genirq/msi: Remove unused domain callbacks | Thomas Gleixner |
2021-12-09 | genirq/msi: Guard sysfs code | Thomas Gleixner |
2021-12-01 | genirq/generic_chip: Constify irq_generic_chip_ops | Rikard Falkeborn |
2021-11-11 | PCI/MSI: Move non-mask check back into low level accessors | Thomas Gleixner |
2021-11-06 | Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2021-11-04 | PCI: apple: Add INTx and per-port interrupt support | Marc Zyngier |
2021-11-04 | irqdomain: Make of_phandle_args_to_fwspec() generally available | Marc Zyngier |
2021-10-29 | Merge tag 'irqchip-5.16' into irq/core | Borislav Petkov |
2021-10-28 | Merge branch irq/irq_cpu_offline into irq/irqchip-next | Marc Zyngier |
2021-10-28 | Merge branch irq/remove-handle-domain-irq-20211026 into irq/irqchip-next | Marc Zyngier |
2021-10-26 | genirq: Hide irq_cpu_{on,off}line() behind a deprecated option | Marc Zyngier |
2021-10-26 | irq: remove handle_domain_{irq,nmi}() | Mark Rutland |
2021-10-26 | irq: remove CONFIG_HANDLE_DOMAIN_IRQ_IRQENTRY | Mark Rutland |
2021-10-25 | irq: add a (temporary) CONFIG_HANDLE_DOMAIN_IRQ_IRQENTRY | Mark Rutland |
2021-10-25 | irq: add generic_handle_arch_irq() | Mark Rutland |
2021-10-25 | irq: unexport handle_irq_desc() | Mark Rutland |
2021-10-25 | irq: simplify handle_domain_{irq,nmi}() | Mark Rutland |
2021-10-20 | genirq: Export irq_gc_noop() | Florian Fainelli |
2021-10-20 | genirq: Export irq_gc_{unmask_enable,mask_disable}_reg | Florian Fainelli |
2021-09-24 | Merge tag 'irqchip-fixes-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel... | Thomas Gleixner |
2021-09-22 | irqdomain: Change the type of 'size' in __irq_domain_add() to be consistent | Bixuan Cui |
2021-09-19 | genirq: Disable irqfixup/poll on PREEMPT_RT. | Ingo Molnar |
2021-09-17 | genirq: Move prio assignment into the newly created thread | Thomas Gleixner |
2021-09-17 | genirq: Update irq_set_irqchip_state documentation | Josh Cartwright |
2021-09-03 | Merge tag 'powerpc-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds |
2021-08-30 | Merge tag 'irq-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2021-08-29 | Merge tag 'irqchip-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/maz... | Thomas Gleixner |
2021-08-24 | genirq/msi: Move MSI sysfs handling from PCI to MSI core | Barry Song |
2021-08-24 | genirq/cpuhotplug: Demote debug printk to KERN_DEBUG | Lee Jones |
2021-08-23 | irqdomain: Export irq_domain_disconnect_hierarchy() | Maulik Shah |
2021-08-13 | genirq: Fix kernel doc indentation | Thomas Gleixner |
2021-08-11 | genirq: Fix kernel-doc warnings in pm.c, msi.c and ipi.c | Randy Dunlap |
2021-08-11 | genirq/timings: Fix error return code in irq_timings_test_irqs() | Zhen Lei |