- 66ebbdf Merge tag 'irq-msi-2024-07-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 months ago
- ac7473a Merge tag 'irq-core-2024-07-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 months ago
- 2fdda02 genirq/msi: Move msi_device_data to core by Thomas Gleixner · 6 months ago
- e989424 genirq/msi: Remove platform MSI leftovers by Thomas Gleixner · 6 months ago
- 576a997 Merge tag 'perf-core-2024-07-16' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 months ago
- 68cbd41 task_work: s/task_work_cancel()/task_work_cancel_func()/ by Frederic Weisbecker · 6 months ago
- 011f583 genirq/irq_sim: add an extended irq_sim initializer by Bartosz Golaszewski · 6 months ago
- 6dca724 irqdomain: Fix formatting irq_find_matching_fwspec() kerneldoc comment by Anna-Maria Behnsen · 7 months ago
- 0b4b172 irqdomain: Remove __irq_domain_add() by Herve Codina · 7 months ago
- 2ada5ed irqdomain: Convert domain creation functions to irq_domain_instantiate() by Herve Codina · 7 months ago
- 0c5b29a irqdomain: Add a resource managed version of irq_domain_instantiate() by Herve Codina · 7 months ago
- e6f67ce irqdomain: Add support for generic irq chips creation before publishing a domain by Herve Codina · 7 months ago
- fea922e genirq/generic_chip: Introduce init() and exit() hooks by Herve Codina · 7 months ago
- e25f553 genirq/generic_chip: Introduce irq_domain_{alloc,remove}_generic_chips() by Herve Codina · 7 months ago
- 44b68de irqdomain: Introduce init() and exit() hooks by Herve Codina · 7 months ago
- 0b21add irqdomain: Handle domain bus token in irq_domain_create() by Herve Codina · 7 months ago
- 80f6abe irqdomain: Make __irq_domain_create() return an error code by Herve Codina · 7 months ago
- b986055 irqdomain: Use irq_domain_instantiate() for hierarchy domain creation by Herve Codina · 7 months ago
- 419e377 irqdomain: Handle domain hierarchy parent in irq_domain_instantiate() by Herve Codina · 7 months ago
- 7573985 irqdomain: Handle additional domain flags in irq_domain_instantiate() by Herve Codina · 7 months ago
- 24a4f4e irqdomain: Convert __irq_domain_create() to use struct irq_domain_info by Herve Codina · 7 months ago
- dbd56ab irqdomain: Use a dedicated function to set the domain name by Herve Codina · 7 months ago
- 299d623 irqdomain: Introduce irq_domain_instantiate() by Herve Codina · 7 months ago
- 89b3754 irqdomain: Introduce irq_domain_free() by Herve Codina · 7 months ago
- 6ce3e98 irqdomain: Fixed unbalanced fwnode get and put by Herve Codina · 7 months ago
- b4dc049 irqdomain: Add missing parameter descriptions in kernel-doc comments by Herve Codina · 7 months ago
- cb06c98 genirq/debugfs: Print irqdomain flags as human-readable strings by Jinjie Ruan · 7 months ago
- 5405887 genirq/proc: Simplify irqdesc::kstat_irqs handling further by Adrian Huang · 8 months ago
- b84a8ab genirq/irqdesc: Prevent use-after-free in irq_find_at_or_after() by dicken.ding · 7 months ago
- a6c11c0 genirq/cpuhotplug, x86/vector: Prevent vector leak during CPU offline by Dongli Zhang · 7 months ago
- 30aec6e Merge tag 'vfio-v6.10-rc1' of https://github.com/awilliam/linux-vfio by Linus Torvalds · 8 months ago
- 6bfd2d4 Merge tag 'irq-core-2024-05-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 months ago
- 6678ae1 genirq: Reuse irq_is_nmi() by Jinjie Ruan · 8 months ago
- 88d724e genirq/cpuhotplug: Retry with cpu_online_mask when migration fails by Dongli Zhang · 8 months ago
- a60dd06 genirq/cpuhotplug: Skip suspended interrupts when restoring affinity by David Stevens · 8 months ago
- 06fe8fd genirq/msi: Add MSI allocation helper and export MSI functions by Nipun Gupta · 8 months ago
- bb58c1ba genirq: Simplify the checks for irq_set_percpu_devid_partition() by Jinjie Ruan · 9 months ago
- 25a4a01 genirq: Avoid summation loops for /proc/interrupts by Bitao Hu · 9 months ago
- 99cf63c genirq: Provide a snapshot mechanism for interrupt statistics by Bitao Hu · 9 months ago
- 86d2a2f genirq: Convert kstat_irqs to a struct by Bitao Hu · 9 months ago
- a2ea3cd irqdomain: Check virq for 0 before use in irq_dispose_mapping() by Andy Shevchenko · 9 months ago
- c2ddeb2 genirq: Introduce IRQF_COND_ONESHOT and use it in pinctrl-amd by Rafael J. Wysocki · 9 months ago
- 4527e83 Merge tag 'irq-msi-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 months ago
- 5b98d21 genirq/matrix: Dynamic bitmap allocation by Björn Töpel · 10 months ago
- 5aa3c0c genirq/irqdomain: Don't call ops->select for DOMAIN_BUS_ANY tokens by Marc Zyngier · 11 months ago
- c99303a genirq: Wake interrupt threads immediately when changing affinity by Crystal Wood · 12 months ago
- 9bbe13a genirq/msi: Provide MSI_FLAG_PARENT_PM_DEV by Thomas Gleixner · 11 months ago
- e49312f genirq/irqdomain: Reroute device MSI create_mapping by Thomas Gleixner · 11 months ago
- 0ee1578 genirq/msi: Provide allocation/free functions for "wired" MSI interrupts by Thomas Gleixner · 11 months ago
- 9d1c58c genirq/msi: Optionally use dev->fwnode for device domain by Thomas Gleixner · 11 months ago
- 3095cc0 genirq/msi: Split msi_domain_alloc_irq_at() by Thomas Gleixner · 11 months ago
- 9c78c1a genirq/msi: Provide optional translation op by Thomas Gleixner · 11 months ago
- de1ff30 genirq/irqdomain: Remove the param count restriction from select() by Thomas Gleixner · 11 months ago
- aafd753 genirq/irq_sim: Shrink code by using <linux/cleanup.h> helpers by Bartosz Golaszewski · 12 months ago
- 8dab7fd genirq/irq_sim: Order headers alphabetically by Bartosz Golaszewski · 12 months ago
- 3832f39 genirq/irq_sim: Remove unused field from struct irq_sim_irq_ctx by Bartosz Golaszewski · 12 months ago
- 2265324 genirq: Deduplicate interrupt descriptor initialization by Dawei Li · 12 months ago
- b184c8c genirq: Initialize resend_node hlist for all interrupt descriptors by Dawei Li · 12 months ago
- 8f6f76a Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 1 year, 2 months ago
- 943af0e Merge tag 'x86-apic-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 1 year, 2 months ago
- 5e7afb2 genirq/generic_chip: Make irq_remove_generic_chip() irqdomain aware by Herve Codina · 1 year, 2 months ago
- b56ebe7 x86/apic/msi: Fix misconfigured non-maskable MSI quirk by Koichiro Den · 1 year, 2 months ago
- a0b0bad genirq/matrix: Exclude managed interrupts in irq_matrix_allocated() by Chen Yu · 1 year, 2 months ago
- 021a8ca genirq/generic-chip: Fix the irq_chip name for /proc/interrupts by Keguang Zhang · 1 year, 3 months ago
- 6309727 kthread: add kthread_stop_put by Andreas Gruenbacher · 1 year, 4 months ago
- dd3f0fe Merge tag 'irq-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 1 year, 4 months ago
- 9f5deb5 genirq: Fix software resend lockup and nested resend by Johan Hovold · 1 year, 4 months ago
- 51a5acc genirq: Remove unused extern declaration by YueHaibing · 1 year, 6 months ago
- e2c1273 genirq: Prevent nested thread vs synchronize_hardirq() deadlock by Vincent Whitchurch · 1 year, 6 months ago
- 67a4e1a irqdomain: Use return value of strreplace() by Andy Shevchenko · 1 year, 6 months ago
- f121ab7 Merge tag 'irqchip-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/core by Thomas Gleixner · 1 year, 6 months ago
- a82f311 Merge branch irq/misc-6.5 into irq/irqchip-next by Marc Zyngier · 1 year, 7 months ago
- 8091f56 irqdomain: Include internals.h for function prototypes by Arnd Bergmann · 1 year, 8 months ago
- 9c15eeb5 genirq: Allow fasteoi handler to resend interrupts on concurrent handling by James Gowans · 1 year, 7 months ago
- 7cc148a genirq: Expand doc for PENDING and REPLAY flags by James Gowans · 1 year, 7 months ago
- 4e893b5 Merge tag 'for-linus-6.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 1 year, 7 months ago
- 335b422 x86/pci/xen: populate MSI sysfs entries by Maximilian Heyne · 1 year, 8 months ago
- 721255b9 genirq: Use a maple tree for interrupt descriptor management by Shanker Donthineni · 1 year, 8 months ago
- 5e630aa genirq: Encapsulate sparse bitmap handling by Shanker Donthineni · 1 year, 8 months ago
- bc06a9e genirq: Use hlist for managing resend handlers by Shanker Donthineni · 1 year, 8 months ago
- 80323598 genirq: Update affinity of secondary threads by John Keeping · 1 year, 9 months ago
- 4e9c542 Merge tag 'irq-urgent-2023-03-05' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 1 year, 10 months ago
- 0fb7fb7 genirq/msi, platform-msi: Ensure that MSI descriptors are unreferenced by Thomas Gleixner · 1 year, 10 months ago
- 143c7bc Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/git/jgg/iommufd by Linus Torvalds · 1 year, 10 months ago
- ea9a78c genirq/msi: Drop dead domain name assignment by Johan Hovold · 1 year, 10 months ago
- ad32ab9 irqdomain: Add missing NULL pointer check in irq_domain_create_hierarchy() by Juergen Gross · 1 year, 10 months ago
- 5931e4e Merge branch 'irq/core' into irq/urgent by Thomas Gleixner · 1 year, 10 months ago
- 9e58df9 Merge tag 'irq-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 1 year, 11 months ago
- 939204e Merge tag 'v6.2' into iommufd.git for-next by Jason Gunthorpe · 1 year, 11 months ago
- ce7980ae genirq/irqdesc: Make kobj_type structures constant by Thomas Weißschuh · 1 year, 11 months ago
- 0af2795 genirq/msi: Take the per-device MSI lock before validating the control structure by Marc Zyngier · 1 year, 11 months ago
- feabeca genirq/ipi: Fix NULL pointer deref in irq_data_get_affinity_mask() by Sergey Shtylyov · 2 years, 5 months ago
- 6f3ee0e Merge tag 'irqchip-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/core by Thomas Gleixner · 1 year, 11 months ago
- 7135b35 Merge branch irq/irqdomain-locking into irq/irqchip-next by Marc Zyngier · 1 year, 11 months ago
- 9dbb8e3 irqdomain: Switch to per-domain locking by Johan Hovold · 1 year, 11 months ago
- 930a1bb irqdomain: Clean up irq_domain_push/pop_irq() by Johan Hovold · 1 year, 11 months ago
- 4e0d86d irqdomain: Drop leftover brackets by Johan Hovold · 1 year, 11 months ago
- 28a9ff2 irqdomain: Drop dead domain-name assignment by Johan Hovold · 1 year, 11 months ago
- 47d1932 irqdomain: Drop revmap mutex by Johan Hovold · 1 year, 11 months ago
- 8932c32 irqdomain: Fix domain registration race by Marc Zyngier · 1 year, 11 months ago