1. cc24d74 genirq: Fix reference leaks on irq affinity notifiers by Edward Cree · 4 years, 3 months ago
  2. 3df0c56 genirq: Prevent use-after-free and work list corruption by Prasad Sodagudi · 5 years ago
  3. 404a83a genirq: Fix race on spurious interrupt detection by Lukas Wunner · 6 years ago
  4. eecd08a genirq: Make force irq threading setup more robust by Thomas Gleixner · 6 years ago
  5. 02e3a7d genirq: Use cpumask_available() for check of cpumask variable by Matthias Kaehlcke · 7 years ago
  6. 6c9ca57 Revert "genirq: Use irqd_get_trigger_type to compare the trigger type for shared IRQs" by Greg Kroah-Hartman · 6 years ago
  7. f2596a9 genirq: Use irqd_get_trigger_type to compare the trigger type for shared IRQs by Hans de Goede · 7 years ago
  8. 7662832 genirq: Release resources in __setup_irq() error path by Heiner Kallweit · 7 years ago
  9. 7ee7e87 genirq: Use irq type from irqdata instead of irqdesc by Thomas Gleixner · 8 years ago
  10. 3118dac kernel/irq: Export irq_set_parent() by Sudip Mukherjee · 8 years ago
  11. 16217dc Merge tag 'irqchip-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/core by Thomas Gleixner · 8 years ago
  12. 00b992d genirq: No need to mask non trigger mode flags before __irq_set_trigger() by Alexander Kuleshov · 8 years ago
  13. 4396f46 genirq: Fix potential memleak when failing to get irq pm by Shawn Lin · 8 years ago
  14. 8658be1 Merge branch 'irq/for-block' into irq/core by Thomas Gleixner · 8 years ago
  15. 06ee6d5 genirq: Add affinity hint to irq allocation by Thomas Gleixner · 8 years ago
  16. 9c25558 genirq: Introduce IRQD_AFFINITY_MANAGED flag by Thomas Gleixner · 8 years ago
  17. be45beb genirq: Add runtime power management support for IRQ chips by Jon Hunter · 8 years ago
  18. f35ad08 genirq: Look-up percpu trigger type if not specified by caller by Marc Zyngier · 8 years ago
  19. 4b357da genirq: Look-up trigger type if not specified by caller by Jon Hunter · 8 years ago
  20. 9b5d585 genirq: Ensure IRQ descriptor is valid when setting-up the IRQ by Jon Hunter · 8 years ago
  21. a395d6a kernel/...: convert pr_warning to pr_warn by Joe Perches · 8 years ago
  22. 277edba Merge tag 'pm+acpi-4.6-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  23. e237a55 x86/ACPI/PCI: Recognize that Interrupt Line 255 means "not connected" by Chen Fan · 8 years ago
  24. f944b5a genirq: Use a common macro to go through the actions list by Daniel Lezcano · 8 years ago
  25. 3d116a6 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  26. abc7e40 genirq: Prevent chip buslock deadlock by Thomas Gleixner · 8 years ago
  27. f0cb322 genirq: Implement irq_percpu_is_enabled() by Thomas Petazzoni · 9 years ago
  28. b0f85fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  29. e984977 genirq: Add flag to force mask in disable_irq[_nosync]() by Thomas Gleixner · 9 years ago
  30. fcf1ae2 genirq: Make irq_set_vcpu_affinity available for CONFIG_SMP=n by Feng Wu · 9 years ago
  31. aec2e2a irq: Export per-cpu irq allocation and de-allocation functions by Maxime Ripard · 9 years ago
  32. a1b7feb genirq: Fix the documentation of request_percpu_irq by Maxime Ripard · 9 years ago
  33. 2a1d3ab genirq: Handle force threading of irqs with primary and thread handler by Thomas Gleixner · 9 years ago
  34. 9df872f genirq: Move field 'affinity' from irq_data into irq_common_data by Jiang Liu · 9 years ago
  35. 1ee4fb3 genirq: Export irq_[get|set]_irqchip_state() by Bjorn Andersson · 9 years ago
  36. a8a98ea genirq: Remove the irq argument from setup_affinity() by Jiang Liu · 9 years ago
  37. e019c24 genirq: Provide and use __irq_can_set_affinity() by Jiang Liu · 9 years ago
  38. 79ff1cd genirq: Remove irq argument from __enable/__disable_irq() by Jiang Liu · 9 years ago
  39. a1ff541 genirq: Remove irq arg from __irq_set_trigger() by Jiang Liu · 9 years ago
  40. 0798abe genirq: Remove the irq argument from check_irq_resend() by Jiang Liu · 9 years ago
  41. 6783011 genirq: Introduce helper function irq_data_get_node() by Jiang Liu · 9 years ago
  42. 0a4377d genirq: Introduce irq_set_vcpu_affinity() to target an interrupt to a VCPU by Jiang Liu · 9 years ago
  43. 1b7047e genirq: Allow the irqchip state of an IRQ to be save/restored by Marc Zyngier · 9 years ago
  44. 462b69b Merge branch 'linus' into irq/core to get the GIC updates which by Thomas Gleixner · 9 years ago
  45. 17f4803 genirq / PM: Add flag for shared NO_SUSPEND interrupt lines by Rafael J. Wysocki · 9 years ago
  46. 02cea39 genirq: Provide disable_hardirq() by Peter Zijlstra · 9 years ago
  47. 4fe7ffb genirq: Fix null pointer reference in irq_set_affinity_hint() by Jesse Brandeburg · 9 years ago
  48. e2e64a9 genirq: Set initial affinity in irq_set_affinity_hint() by Jesse Brandeburg · 9 years ago
  49. 2cb6254 genirq: Add IRQ_SET_MASK_OK_DONE to support stacked irqchip by Jiang Liu · 10 years ago
  50. cab303b genirq: Add sanity checks for PM options on shared interrupt lines by Thomas Gleixner · 10 years ago
  51. 8df2e02 genirq: Move suspend/resume logic into irq/pm code by Thomas Gleixner · 10 years ago
  52. 1e77d0a genirq: Sanitize spurious interrupt detection of threaded irqs by Thomas Gleixner · 11 years ago
  53. 01f8fa4 genirq: Allow forcing cpu affinity of interrupts by Thomas Gleixner · 10 years ago
  54. 328a497 genirq: Add a new IRQCHIP_EOI_THREADED flag by Thomas Gleixner · 10 years ago
  55. ffb12cf Merge branch 'irq/for-gpio' into irq/core by Thomas Gleixner · 10 years ago
  56. c1bacba genirq: Provide irq_request/release_resources chip callbacks by Thomas Gleixner · 10 years ago
  57. c685689 genirq: Remove racy waitqueue_active check by Chuansheng Liu · 10 years ago
  58. b04c644 genirq: Update the a comment typo by Chuansheng Liu · 10 years ago
  59. a92444c genirq: Provide irq_wake_thread() by Thomas Gleixner · 10 years ago
  60. 18258f7 genirq: Provide synchronize_hardirq() by Thomas Gleixner · 10 years ago
  61. 9073e1a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  62. bbfe65c genirq: Set the irq thread policy without checking CAP_SYS_NICE by Thomas Pfaff · 11 years ago
  63. f788e7b irq: Fix some trivial typos in comments by Xie XiuQi · 11 years ago
  64. 2779db8 genirq: Fix can_request_irq() for IRQs without an action by Ben Hutchings · 11 years ago
  65. ee23871 genirq: Set irq thread to RT priority on creation by Ivo Sieben · 11 years ago
  66. d652e1eb Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  67. 36a5df8 genirq: Export enable/disable_percpu_irq() by Chris Metcalf · 11 years ago
  68. 8bd75c7 sched/rt: Move rt specific bits into new header file by Clark Williams · 11 years ago
  69. 19af395 irq: tsk->comm is an array by Alan Cox · 11 years ago
  70. 04aa530 genirq: Always force thread affinity by Thomas Gleixner · 12 years ago
  71. f3de44e irq: Set CPU affinity right on thread creation by Sankara Muthukrishnan · 12 years ago
  72. 293a7a0 genirq: Provide means to retrigger parent by Thomas Gleixner · 12 years ago
  73. 148311d Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  74. 3e9a970 Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 12 years ago
  75. dc9b229 genirq: Allow irq chips to mark themself oneshot safe by Thomas Gleixner · 12 years ago
  76. 67d1214 merge task_work and rcu_head, get rid of separate allocation for keyring case by Al Viro · 12 years ago
  77. 41f9d29 trimming task_work: kill ->data by Al Viro · 12 years ago
  78. c5857cc random: remove rand_initialize_irq() by Theodore Ts'o · 12 years ago
  79. 9171c67 Merge branches 'irq-urgent-for-linus' and 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  80. fb21aff Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  81. 97fd75b kernel/irq/manage.c: use the pr_foo() infrastructure to prefix printks by Andrew Morton · 12 years ago
  82. 818b0f3 genirq: Introduce irq_do_set_affinity() to reduce duplicated code by Jiang Liu · 12 years ago
  83. 4d1d61a genirq: reimplement exit_irq_thread() hook via task_work_add() by Oleg Nesterov · 12 years ago
  84. 3a8580f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 12 years ago
  85. 8756826 irq: Remove irq_chip->release() by Richard Weinberger · 12 years ago
  86. f5d8947 genirq: Be more informative on irq type mismatch by Thomas Gleixner · 12 years ago
  87. 1c6c695 genirq: Reject bogus threaded irq requests by Thomas Gleixner · 12 years ago
  88. 241fc64 genirq: Respect NUMA node affinity in setup_irq_irq affinity() by Prarit Bhargava · 12 years ago
  89. f3f79e3 genirq: Get rid of unneeded force parameter in irq_finalize_oneshot() by Alexander Gordeev · 12 years ago
  90. e04268b genirq: Remove paranoid warnons and bogus fixups by Thomas Gleixner · 12 years ago
  91. 7140ea1 genirq: Flush the irq thread on synchronization by Ido Yariv · 13 years ago
  92. df8d291 Merge branch 'linus' into irq/core by Thomas Gleixner · 12 years ago
  93. 5234ffb genirq: Get rid of unnecessary IRQTF_DIED flag by Alexander Gordeev · 12 years ago
  94. 05d74ef genirq: No need to check IRQTF_DIED before stopping a thread handler by Alexander Gordeev · 12 years ago
  95. 4bcdf1d genirq: Get rid of unnecessary irqaction field in task_struct by Alexander Gordeev · 12 years ago
  96. 540b60e genirq: Fix incorrect check for forced IRQ thread handler by Alexander Gordeev · 12 years ago
  97. 52abb70 genirq: Clear action->thread_mask if IRQ_ONESHOT is not set by Thomas Gleixner · 12 years ago
  98. b4bc724 genirq: Handle pending irqs in irq_startup() by Thomas Gleixner · 12 years ago
  99. 9879326 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  100. 550acb1 genirq: Fix race condition when stopping the irq thread by Ido Yariv · 13 years ago