1. 359745d proc: remove PDE_DATA() completely by Muchun Song · 3 years ago
  2. feb7a43 Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years ago
  3. 147cc58 Merge tag 'irq-core-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years ago
  4. 74a5257 genirq/msi: Populate sysfs entry only once by Thomas Gleixner · 3 years ago
  5. 5320eb4 irq: remove unused flags argument from __handle_irq_event_percpu() by Sebastian Andrzej Siewior · 3 years, 1 month ago
  6. 703f706 random: remove unused irq_flags argument from add_interrupt_randomness() by Sebastian Andrzej Siewior · 3 years, 1 month ago
  7. cd6cf06 genirq/msi: Convert storage to xarray by Thomas Gleixner · 3 years, 1 month ago
  8. bf5e758 genirq/msi: Simplify sysfs handling by Thomas Gleixner · 3 years, 1 month ago
  9. cc9a246 genirq/msi: Mop up old interfaces by Thomas Gleixner · 3 years, 1 month ago
  10. 495c66a genirq/msi: Convert to new functions by Thomas Gleixner · 3 years, 1 month ago
  11. ef8dd01 genirq/msi: Make interrupt allocation less convoluted by Thomas Gleixner · 3 years, 1 month ago
  12. a80713f platform-msi: Simplify platform device MSI code by Thomas Gleixner · 3 years, 1 month ago
  13. 645474e2 genirq/msi: Provide domain flags to allocate/free MSI descriptors automatically by Thomas Gleixner · 3 years, 1 month ago
  14. 60290525 genirq/msi: Provide msi_alloc_msi_desc() and a simple allocator by Thomas Gleixner · 3 years, 1 month ago
  15. 1046f71 genirq/msi: Provide a set of advanced MSI accessors and iterators by Thomas Gleixner · 3 years, 1 month ago
  16. 0f62d94 genirq/msi: Provide msi_domain_alloc/free_irqs_descs_locked() by Thomas Gleixner · 3 years, 1 month ago
  17. b5f687f genirq/msi: Add mutex for MSI list protection by Thomas Gleixner · 3 years, 1 month ago
  18. 125282c genirq/msi: Move descriptor list to struct msi_device_data by Thomas Gleixner · 3 years, 1 month ago
  19. cf15f43 genirq/msi: Provide interface to retrieve Linux interrupt number by Thomas Gleixner · 3 years, 1 month ago
  20. 24cff37 genirq/msi: Remove the original sysfs interfaces by Thomas Gleixner · 3 years, 1 month ago
  21. bf6e054 genirq/msi: Provide msi_device_populate/destroy_sysfs() by Thomas Gleixner · 3 years, 1 month ago
  22. 013bd8e device: Add device:: Msi_data pointer and struct msi_device_data by Thomas Gleixner · 3 years, 1 month ago
  23. 6ef7f77 genirq/msi: Use PCI device property by Thomas Gleixner · 3 years, 1 month ago
  24. 65c7cde genirq: Provide new interfaces for affinity hints by Thomas Gleixner · 3 years, 4 months ago
  25. 89033762 genirq/msi: Handle PCI/MSI allocation fail in core code by Thomas Gleixner · 3 years, 1 month ago
  26. e58f225 genirq/msi, treewide: Use a named struct for PCI/MSI attributes by Thomas Gleixner · 3 years, 1 month ago
  27. 3ba1f05 genirq/msi: Fixup includes by Thomas Gleixner · 3 years, 1 month ago
  28. 1dd2c6a genirq/msi: Remove unused domain callbacks by Thomas Gleixner · 3 years, 1 month ago
  29. 1197528 genirq/msi: Guard sysfs code by Thomas Gleixner · 3 years, 1 month ago
  30. 4946f15 genirq/generic_chip: Constify irq_generic_chip_ops by Rikard Falkeborn · 3 years, 1 month ago
  31. 9c8e9c9 PCI/MSI: Move non-mask check back into low level accessors by Thomas Gleixner · 3 years, 2 months ago
  32. 0c5c62d Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 3 years, 2 months ago
  33. d8fcbe5 PCI: apple: Add INTx and per-port interrupt support by Marc Zyngier · 3 years, 3 months ago
  34. 0ab8d0f irqdomain: Make of_phandle_args_to_fwspec() generally available by Marc Zyngier · 3 years, 3 months ago
  35. 2258a6f Merge tag 'irqchip-5.16' into irq/core by Borislav Petkov · 3 years, 2 months ago
  36. 5f5739d Merge branch irq/irq_cpu_offline into irq/irqchip-next by Marc Zyngier · 3 years, 2 months ago
  37. c6dca71 Merge branch irq/remove-handle-domain-irq-20211026 into irq/irqchip-next by Marc Zyngier · 3 years, 2 months ago
  38. 8d15a72 genirq: Hide irq_cpu_{on,off}line() behind a deprecated option by Marc Zyngier · 3 years, 2 months ago
  39. 0953fb2 irq: remove handle_domain_{irq,nmi}() by Mark Rutland · 3 years, 2 months ago
  40. 5aecc24 irq: remove CONFIG_HANDLE_DOMAIN_IRQ_IRQENTRY by Mark Rutland · 3 years, 2 months ago
  41. 2fe35f8 irq: add a (temporary) CONFIG_HANDLE_DOMAIN_IRQ_IRQENTRY by Mark Rutland · 3 years, 2 months ago
  42. a1b0950 irq: add generic_handle_arch_irq() by Mark Rutland · 3 years, 2 months ago
  43. 76adc5b irq: unexport handle_irq_desc() by Mark Rutland · 3 years, 2 months ago
  44. d21e640 irq: simplify handle_domain_{irq,nmi}() by Mark Rutland · 3 years, 2 months ago
  45. 945486b genirq: Export irq_gc_noop() by Florian Fainelli · 3 years, 2 months ago
  46. fcd0f63 genirq: Export irq_gc_{unmask_enable,mask_disable}_reg by Florian Fainelli · 3 years, 2 months ago
  47. f9bfed3 Merge tag 'irqchip-fixes-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/urgent by Thomas Gleixner · 3 years, 3 months ago
  48. 20c36ce irqdomain: Change the type of 'size' in __irq_domain_add() to be consistent by Bixuan Cui · 3 years, 3 months ago
  49. b70e138 genirq: Disable irqfixup/poll on PREEMPT_RT. by Ingo Molnar · 15 years ago
  50. e739f98 genirq: Move prio assignment into the newly created thread by Thomas Gleixner · 4 years, 2 months ago
  51. e1a6af4 genirq: Update irq_set_irqchip_state documentation by Josh Cartwright · 3 years, 3 months ago
  52. 7cca308 Merge tag 'powerpc-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 3 years, 4 months ago
  53. 7d6e3fa Merge tag 'irq-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 4 months ago
  54. 47fb0cf Merge tag 'irqchip-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/core by Thomas Gleixner · 3 years, 4 months ago
  55. 2f17081 genirq/msi: Move MSI sysfs handling from PCI to MSI core by Barry Song · 3 years, 5 months ago
  56. 88ffe2d genirq/cpuhotplug: Demote debug printk to KERN_DEBUG by Lee Jones · 3 years, 4 months ago
  57. 131d326 irqdomain: Export irq_domain_disconnect_hierarchy() by Maulik Shah · 3 years, 4 months ago
  58. 04c2721 genirq: Fix kernel doc indentation by Thomas Gleixner · 3 years, 5 months ago
  59. 3b35e7e genirq: Fix kernel-doc warnings in pm.c, msi.c and ipi.c by Randy Dunlap · 3 years, 5 months ago
  60. 290fdc4 genirq/timings: Fix error return code in irq_timings_test_irqs() by Zhen Lei · 3 years, 5 months ago
  61. 9284873 genirq/matrix: Fix kernel doc warnings for irq_matrix_alloc_managed() by Baokun Li · 3 years, 7 months ago
  62. 91cc470 genirq: Change force_irqthreads to a static key by Tanner Love · 3 years, 7 months ago
  63. dbbc935 genirq/msi: Ensure deactivation on teardown by Bixuan Cui · 3 years, 7 months ago
  64. b9cc7d8 genirq/timings: Prevent potential array overflow in __irq_timings_store() by Ben Dai · 3 years, 8 months ago
  65. 5a6c76b genirq/generic_chip: Use struct_size() in kzalloc() by Gustavo A. R. Silva · 3 years, 8 months ago
  66. 51be9e5 KVM: PPC: Book3S HV: XIVE: Fix mapping of passthrough interrupts by Cédric Le Goater · 3 years, 6 months ago
  67. 61377ec genirq: Clarify documentation for request_threaded_irq() by Joel Savitz · 3 years, 5 months ago
  68. 428e211 genirq/affinity: Replace deprecated CPU-hotplug functions. by Sebastian Andrzej Siewior · 3 years, 5 months ago
  69. 4b41ea6 Merge branch 'irq/urgent' into irq/core by Thomas Gleixner · 3 years, 5 months ago
  70. 826da77 genirq: Provide IRQCHIP_AFFINITY_PRE_STARTUP by Thomas Gleixner · 3 years, 5 months ago
  71. d92df42 genirq: Improve "hwirq" output in /proc and /sys/ by Cédric Le Goater · 3 years, 6 months ago
  72. 4840048 Merge tag 'irqchip-fixes-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/urgent by Thomas Gleixner · 3 years, 6 months ago
  73. 0e3c1f3 genirq/irqdesc: Drop excess kernel-doc entry @lookup by Randy Dunlap · 3 years, 6 months ago
  74. 3d2ce67 Merge tag 'irqchip-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/core by Thomas Gleixner · 3 years, 6 months ago
  75. e1c0549 genirq: Move non-irqdomain handle_domain_irq() handling into ARM's handle_IRQ() by Marc Zyngier · 3 years, 8 months ago
  76. 8240ef5 genirq: Add generic_handle_domain_irq() helper by Marc Zyngier · 3 years, 8 months ago
  77. a3016b2 genirq: Use irq_resolve_mapping() to implement __handle_domain_irq() and co by Marc Zyngier · 3 years, 8 months ago
  78. d22558d irqdomain: Introduce irq_resolve_mapping() by Marc Zyngier · 3 years, 8 months ago
  79. d4a45c6 irqdomain: Protect the linear revmap with RCU by Marc Zyngier · 3 years, 9 months ago
  80. 48b15a7 irqdomain: Cache irq_data instead of a virq number in the revmap by Marc Zyngier · 3 years, 9 months ago
  81. 426fa31 irqdomain: Use struct_size() helper when allocating irqdomain by Marc Zyngier · 3 years, 9 months ago
  82. 4f86a06 irqdomain: Make normal and nomap irqdomains exclusive by Marc Zyngier · 6 years ago
  83. e37af80 powerpc: Move the use of irq_domain_add_nomap() behind a config option by Marc Zyngier · 3 years, 9 months ago
  84. 1da0273 irqdomain: Reimplement irq_linear_revmap() with irq_find_mapping() by Marc Zyngier · 3 years, 9 months ago
  85. 006ae19 Merge branch 'irq/affinity' into irq/core by Thomas Gleixner · 3 years, 7 months ago
  86. 4d80d6c genirq: Export affinity setter for modules by Thomas Gleixner · 3 years, 7 months ago
  87. c2b1063 genirq: Add a IRQF_NO_DEBUG flag by Thomas Gleixner · 3 years, 9 months ago
  88. 5d6a1b8 Merge tag 'gpio-updates-for-v5.13-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux by Linus Torvalds · 3 years, 8 months ago
  89. 65ec0a7 Merge tag 'pinctrl-v5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 3 years, 8 months ago
  90. 91552ab Merge tag 'irq-core-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 8 months ago
  91. 765822e Merge tag 'irqchip-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/core by Thomas Gleixner · 3 years, 8 months ago
  92. 817aad5 irqdomain: Drop references to recusive irqdomain setup by Marc Zyngier · 3 years, 9 months ago
  93. 1a0b05e irqdomain: Get rid of irq_create_strict_mappings() by Marc Zyngier · 3 years, 9 months ago
  94. 7c07012 genirq: Reduce irqdebug cacheline bouncing by Nicholas Piggin · 3 years, 9 months ago
  95. c5e3a41 kernel: Initialize cpumask before parsing by Tetsuo Handa · 3 years, 9 months ago
  96. 4a35d6a irqdomain: Get rid of irq_create_identity_mapping() by Marc Zyngier · 3 years, 9 months ago
  97. 883ccef genirq/irq_sim: Shrink devm_irq_domain_create_sim() by Bartosz Golaszewski · 3 years, 10 months ago
  98. 67196fe irqdomain: Introduce irq_domain_create_simple() API by Andy Shevchenko · 3 years, 10 months ago
  99. a359f75 irq: Fix typos in comments by Ingo Molnar · 3 years, 9 months ago
  100. 81e2073 genirq: Disable interrupts for force threaded handlers by Thomas Gleixner · 3 years, 10 months ago