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