1. 80ebc42 genirq: fix kerneldoc comment for irq_desc by Yunfeng Ye · 5 years ago
  2. a324ca9 Merge tag 'irqchip-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/core by Thomas Gleixner · 6 years ago
  3. 030fc44 genirq: Add missing documentation for tot_count by Waiman Long · 6 years ago
  4. 1136b07 genirq: Avoid summation loops for /proc/stat by Thomas Gleixner · 6 years ago
  5. 6e4933a irqdesc: Add domain handler for NMIs by Julien Thierry · 6 years ago
  6. bed9df9 irqdesc: Delete irq_desc_get_msi_desc() by John Garry · 7 years ago
  7. 39c3fd5 kernel/irq: Extend lockdep class for request mutex by Andrew Lunn · 7 years ago
  8. 4ce413d irqdesc: Use bool return type instead of int by Will Deacon · 7 years ago
  9. c9b012e Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  10. 670310d Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  11. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  12. 08395c7 irqdesc: Add function to identify percpu_devid irqs by Julien Thierry · 7 years ago
  13. 07557cc genirq/msi: Capture device name for debugfs by Thomas Gleixner · 7 years ago
  14. 9114014 genirq: Add mutex to irq desc to serialize request/free_irq() by Thomas Gleixner · 8 years ago
  15. 087cdfb genirq/debugfs: Add proper debugfs interface by Thomas Gleixner · 8 years ago
  16. ecb3f39 genirq: Expose interrupt information through sysfs by Craig Gallek · 8 years ago
  17. 222df54 genirq: Allow the affinity of a percpu interrupt to be set/retrieved by Marc Zyngier · 9 years ago
  18. 425a5072 genirq: Free irq_desc with rcu by Thomas Gleixner · 9 years ago
  19. bd0b9ac genirq: Remove irq argument from irq flow handlers by Thomas Gleixner · 9 years ago
  20. b237721 genirq: Move field 'msi_desc' from irq_data into irq_common_data by Jiang Liu · 10 years ago
  21. af7080e genirq: Move field 'handler_data' from irq_data into irq_common_data by Jiang Liu · 10 years ago
  22. 755d119 genirq: Simplify irq_data_to_desc() by Thomas Gleixner · 9 years ago
  23. 123236c genirq: Remove __irq_set_handler_locked() by Thomas Gleixner · 9 years ago
  24. e902e14 genirq: Remove __irq_set_chip_handler_name_locked() by Thomas Gleixner · 9 years ago
  25. 6584d84 genirq: Update the comment for generic_handle_irq_desc by Huang Shijie · 9 years ago
  26. f61ae4f genirq: Provide irq_desc_has_action by Thomas Gleixner · 9 years ago
  27. a899418 hotplug: Prevent alloc/free of irq descriptors during cpu up/down by Thomas Gleixner · 10 years ago
  28. bbc9d21 genirq: Implement irq_set_handler_locked()/irq_set_chip_handler_name_locked() by Thomas Gleixner · 10 years ago
  29. 304adf8 genirq: Introduce helper irq_desc_get_irq() by Jiang Liu · 10 years ago
  30. daf7ab7 genirq: Clean up outdated comments related to include/linux/irqdesc.h by Jiang Liu · 10 years ago
  31. 0d0b4c8 genirq: Introduce struct irq_common_data to host shared irq data by Jiang Liu · 10 years ago
  32. 7bbf1dd genirq: Enhance irq_data_to_desc() to support hierarchy irqdomain by Jiang Liu · 10 years ago
  33. 17f4803 genirq / PM: Add flag for shared NO_SUSPEND interrupt lines by Rafael J. Wysocki · 10 years ago
  34. b528392 Merge tag 'pm+acpi-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  35. 76ba59f genirq: Add irq_domain-aware core IRQ handler by Marc Zyngier · 10 years ago
  36. cab303b genirq: Add sanity checks for PM options on shared interrupt lines by Thomas Gleixner · 10 years ago
  37. 1e77d0a genirq: Sanitize spurious interrupt detection of threaded irqs by Thomas Gleixner · 12 years ago
  38. 7f4a8e7 genirq: Add an accessor for IRQ_PER_CPU flag by Vinayak Kale · 11 years ago
  39. 0244ad0 Remove GENERIC_HARDIRQ config option by Martin Schwidefsky · 11 years ago
  40. 293a7a0 genirq: Provide means to retrigger parent by Thomas Gleixner · 12 years ago
  41. 99dbb16 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  42. ef706fb irqdesc: delete now orphaned references to timer_rand_state by Paul Gortmaker · 12 years ago
  43. c5857cc random: remove rand_initialize_irq() by Theodore Ts'o · 12 years ago
  44. ec53cf2 irq: don't put module.h into irq.h for tracking irqgen modules. by Paul Gortmaker · 13 years ago
  45. 31d9d9b genirq: Add support for per-cpu dev_id interrupts by Marc Zyngier · 13 years ago
  46. b687380 irq: Track the owner of irq descriptor by Sebastian Andrzej Siewior · 14 years ago
  47. fe12bc2 genirq: Uninline and sanity check generic_handle_irq() by Thomas Gleixner · 14 years ago
  48. 7707677 genirq: irq_desc: Document preflow_handler and affinity_hint by Geert Uytterhoeven · 14 years ago
  49. 0911f12 genirq: Forgotten updates/deletions after removal of compat code by Geert Uytterhoeven · 14 years ago
  50. 0c6f8a8 genirq: Remove compat code by Thomas Gleixner · 14 years ago
  51. a2e8461 genirq: Provide locked setter for chip, handler, name by Thomas Gleixner · 14 years ago
  52. d3e17de genirq: Provide a lockdep helper by Thomas Gleixner · 14 years ago
  53. 3b90389 genirq; Remove the last leftovers of the old sparse irq code by Thomas Gleixner · 14 years ago
  54. d9936bb genirq: Add desc->irq_data accessor by Thomas Gleixner · 14 years ago
  55. b5faba2 genirq: Prepare the handling of shared oneshot interrupts by Thomas Gleixner · 14 years ago
  56. 7812957 genirq: Add preflow handler support by Thomas Gleixner · 14 years ago
  57. a6967ca genirq: Remove desc->status when GENERIC_HARDIRQS_NO_COMPAT=y by Thomas Gleixner · 14 years ago
  58. 91c4991 genirq: Add state field to irq_data by Thomas Gleixner · 14 years ago
  59. dbec07b genirq: Add internal state field to irq_desc by Thomas Gleixner · 14 years ago
  60. a0cd9ca genirq: Namespace cleanup by Thomas Gleixner · 14 years ago
  61. cd7eab4 genirq: Add IRQ affinity notifiers by Ben Hutchings · 14 years ago
  62. 1c77ff2 genirq: Remove __do_IRQ by Thomas Gleixner · 14 years ago
  63. 6c9ae00 irq: use per_cpu kstat_irqs by Eric Dumazet · 14 years ago
  64. 78f90d9 genirq: Remove the now unused sparse irq leftovers by Thomas Gleixner · 14 years ago
  65. 10ba1e0 genirq: Remove irq_2_iommu by Thomas Gleixner · 14 years ago
  66. e144710 genirq: Distangle irq.h by Thomas Gleixner · 14 years ago