1. 4717f13 genirq/PM: Restore system wake up from chained interrupts by Grygorii Strashko · 9 years ago
  2. e509bd7 genirq: Allow migration of chained interrupts by installing default action by Mika Westerberg · 9 years ago
  3. 71f6434 genirq: Remove the second parameter from handle_irq_event_percpu() by Huang Shijie · 9 years ago
  4. 449e9ca genirq: Move field 'node' from irq_data into irq_common_data by Jiang Liu · 10 years ago
  5. 4b979e4 Merge branch 'linus' into irq/core by Thomas Gleixner · 9 years ago
  6. 79ff1cd genirq: Remove irq argument from __enable/__disable_irq() by Jiang Liu · 10 years ago
  7. a1ff541 genirq: Remove irq arg from __irq_set_trigger() by Jiang Liu · 10 years ago
  8. 0798abe genirq: Remove the irq argument from check_irq_resend() by Jiang Liu · 10 years ago
  9. b51bf95 genirq: Remove the parameter 'irq' of kstat_incr_irqs_this_cpu() by Jiang Liu · 10 years ago
  10. a899418 hotplug: Prevent alloc/free of irq descriptors during cpu up/down by Thomas Gleixner · 10 years ago
  11. 6783011 genirq: Introduce helper function irq_data_get_node() by Jiang Liu · 10 years ago
  12. 0d0b4c8 genirq: Introduce struct irq_common_data to host shared irq data by Jiang Liu · 10 years ago
  13. 7bbf1dd genirq: Enhance irq_data_to_desc() to support hierarchy irqdomain by Jiang Liu · 10 years ago
  14. c291ee6 genirq: Prevent proc race against freeing of irq descriptors by Thomas Gleixner · 10 years ago
  15. 9ce7a25 genirq: Simplify wakeup mechanism by Thomas Gleixner · 10 years ago
  16. cab303b genirq: Add sanity checks for PM options on shared interrupt lines by Thomas Gleixner · 10 years ago
  17. 8df2e02 genirq: Move suspend/resume logic into irq/pm code by Thomas Gleixner · 10 years ago
  18. a257954 genirq: Improve documentation to match current implementation by Jiang Liu · 11 years ago
  19. f63b6a0 genirq: Replace reserve_irqs in core code by Thomas Gleixner · 11 years ago
  20. 328a497 genirq: Add a new IRQCHIP_EOI_THREADED flag by Thomas Gleixner · 11 years ago
  21. 8f945a3 genirq: Move kstat_incr_irqs_this_cpu() to core by Thomas Gleixner · 11 years ago
  22. a92444c genirq: Provide irq_wake_thread() by Thomas Gleixner · 11 years ago
  23. 818b0f3 genirq: Introduce irq_do_set_affinity() to reduce duplicated code by Jiang Liu · 13 years ago
  24. df8d291 Merge branch 'linus' into irq/core by Thomas Gleixner · 13 years ago
  25. 5234ffb genirq: Get rid of unnecessary IRQTF_DIED flag by Alexander Gordeev · 13 years ago
  26. b4bc724 genirq: Handle pending irqs in irq_startup() by Thomas Gleixner · 13 years ago
  27. 2329abf module_param: make bool parameters really bool (core code) by Rusty Russell · 13 years ago
  28. 31d9d9b genirq: Add support for per-cpu dev_id interrupts by Marc Zyngier · 13 years ago
  29. 0c6f8a8 genirq: Remove compat code by Thomas Gleixner · 14 years ago
  30. 32f4125 genirq: Move INPROGRESS, MASKED and DISABLED state flags to irq_data by Thomas Gleixner · 14 years ago
  31. 8d32a30 genirq: Provide forced interrupt threading by Thomas Gleixner · 14 years ago
  32. d5eb4ad2 genirq: Implement irq_get/put_desc_[bus]locked/unlock() by Thomas Gleixner · 14 years ago
  33. 091738a genirq: Remove real old transition functions by Thomas Gleixner · 14 years ago
  34. a6967ca genirq: Remove desc->status when GENERIC_HARDIRQS_NO_COMPAT=y by Thomas Gleixner · 14 years ago
  35. 7f94226 genirq: Move wakeup state to irq_data by Thomas Gleixner · 14 years ago
  36. d4d5e08 genirq: Add IRQCHIP_SET_TYPE_MASKED flag by Thomas Gleixner · 14 years ago
  37. 2bdd105 genirq: Move IRQ_AFFINITY_SET to core by Thomas Gleixner · 14 years ago
  38. a005677 genirq: Mirror IRQ_PER_CPU and IRQ_NO_BALANCING in irq_data.state by Thomas Gleixner · 14 years ago
  39. 1ce6068 genirq: Move debug code to separate header by Thomas Gleixner · 14 years ago
  40. 6a58fb3 genirq: Remove CONFIG_IRQ_PER_CPU by Thomas Gleixner · 14 years ago
  41. f230b6d genirq: Add IRQ_MOVE_PENDING to irq_data.state by Thomas Gleixner · 14 years ago
  42. 6d2cd17 genirq: Move IRQ_WAKEUP to core by Thomas Gleixner · 14 years ago
  43. c531e83 genirq: Move IRQ_SUSPENDED to core by Thomas Gleixner · 14 years ago
  44. 6e40262 genirq: Move IRQ_MASKED to core by Thomas Gleixner · 14 years ago
  45. 2a0d6fb genirq: Move IRQ_PENDING flag to core by Thomas Gleixner · 14 years ago
  46. c1594b7 genirq: Move IRQ_DISABLED to core by Thomas Gleixner · 14 years ago
  47. 163ef30 genirq: Move IRQ_REPLAY and IRQ_WAITING to core by Thomas Gleixner · 14 years ago
  48. 3d67bae genirq: Move IRQ_ONESHOT to core by Thomas Gleixner · 14 years ago
  49. 009b4c3 genirq: Add IRQ_INPROGRESS to core by Thomas Gleixner · 14 years ago
  50. 6954b75 genirq: Move IRQ_POLL_INPROGRESS to core by Thomas Gleixner · 14 years ago
  51. 7acdd53 genirq: Move IRQ_SPURIOUS_DISABLED to core state by Thomas Gleixner · 14 years ago
  52. bd062e7 genirq: Move IRQ_AUTODETECT to internal state by Thomas Gleixner · 14 years ago
  53. e6bea9c genirq: Protect tglx from tripping over his own feet by Thomas Gleixner · 14 years ago
  54. dbec07b genirq: Add internal state field to irq_desc by Thomas Gleixner · 14 years ago
  55. 4912609 genirq: Implement handle_irq_event() by Thomas Gleixner · 14 years ago
  56. 8792347 genirq: Consolidate disable/enable by Thomas Gleixner · 14 years ago
  57. 4699923 genirq: Consolidate startup/shutdown of interrupts by Thomas Gleixner · 14 years ago
  58. 1535dfa genirq: Move irq thread flags to core by Thomas Gleixner · 14 years ago
  59. fe200ae genirq: Mark polled irqs and defer the real handler by Thomas Gleixner · 14 years ago
  60. 3b8249e genirq: Do not copy affinity before set by Thomas Gleixner · 14 years ago
  61. c1ee626 genirq: Prevent access beyond allocated_irqs bitmap by Thomas Gleixner · 14 years ago
  62. 78f90d9 genirq: Remove the now unused sparse irq leftovers by Thomas Gleixner · 14 years ago
  63. b7b2933 genirq: Sanitize dynamic irq handling by Thomas Gleixner · 14 years ago
  64. 13bfe99 genirq: Prepare proc for real sparse irq support by Thomas Gleixner · 14 years ago
  65. e144710 genirq: Distangle irq.h by Thomas Gleixner · 14 years ago
  66. bd15141 genirq: Provide config option to disable deprecated code by Thomas Gleixner · 14 years ago
  67. 3876ec9 genirq: Provide compat handling for bus_lock/bus_sync_unlock by Thomas Gleixner · 14 years ago
  68. a77c463 genirq: Add new functions to dummy chips by Thomas Gleixner · 14 years ago
  69. 6b8ff31 genirq: Convert core code to irq_data by Thomas Gleixner · 14 years ago
  70. 99558f0 sparseirq: Change irq_desc_ptrs to static by Yinghai Lu · 15 years ago
  71. 239007b genirq: Convert irq_desc.lock to raw_spinlock by Thomas Gleixner · 15 years ago
  72. 70aedd2 genirq: Add buslock support by Thomas Gleixner · 15 years ago
  73. 591d2fb genirq: Delegate irq affinity setting to the irq thread by Thomas Gleixner · 15 years ago
  74. 85ac16d x86/irq: change irq_desc_alloc() to take node instead of cpu by Yinghai Lu · 16 years ago
  75. 57b150c irq: only update affinity if ->set_affinity() is sucessfull by Yinghai Lu · 16 years ago
  76. 0a0c516 PM: Introduce functions for suspending and resuming device interrupts by Rafael J. Wysocki · 16 years ago
  77. 6e15cf0 Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2 by Ingo Molnar · 16 years ago
  78. 0f3c2a8 irq: clear kstat_irqs by Yinghai Lu · 16 years ago
  79. 0fa0ebb irq: allocate irq_desc_ptrs array based on nr_irqs by Mike Travis · 16 years ago
  80. 48a1b10 x86, sparseirq: move irq_desc according to smp_affinity, v7 by Yinghai Lu · 16 years ago
  81. f6d87f4 genirq: keep affinities set from userspace across free/request_irq() by Thomas Gleixner · 16 years ago
  82. 2c6927a irq: replace loop with nr_irqs with for_each_irq_desc by Yinghai Lu · 16 years ago
  83. 0c5d1eb genirq: record trigger type by David Brownell · 16 years ago
  84. 43f7775 [PATCH] genirq: more verbose debugging on unexpected IRQ vectors by Ingo Molnar · 19 years ago
  85. 6a6de9e [PATCH] genirq: core by Thomas Gleixner · 19 years ago
  86. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago