1. bd0b9ac genirq: Remove irq argument from irq flow handlers by Thomas Gleixner · 9 years ago
  2. 0dcdbc9 genirq: Remove the irq argument from note_interrupt() by Jiang Liu · 9 years ago
  3. b51bf95 genirq: Remove the parameter 'irq' of kstat_incr_irqs_this_cpu() by Jiang Liu · 9 years ago
  4. d6ee6d2 genirq: Export symbol no_action() by Alexander Shiyan · 10 years ago
  5. a92444c genirq: Provide irq_wake_thread() by Thomas Gleixner · 10 years ago
  6. 775f4b2 random: make 'add_interrupt_randomness()' do something sane by Theodore Ts'o · 12 years ago
  7. 69592db genirq: Minor readablity improvement in irq_wake_thread() by Alexander Gordeev · 12 years ago
  8. 7140ea1 genirq: Flush the irq thread on synchronization by Ido Yariv · 13 years ago
  9. 5234ffb genirq: Get rid of unnecessary IRQTF_DIED flag by Alexander Gordeev · 12 years ago
  10. 3a43e05 irq: Handle spurios irq detection for threaded irqs by Sebastian Andrzej Siewior · 13 years ago
  11. 0c6f8a8 genirq: Remove compat code by Thomas Gleixner · 13 years ago
  12. 33b054b genirq: Remove handle_IRQ_event by Thomas Gleixner · 13 years ago
  13. 32f4125 genirq: Move INPROGRESS, MASKED and DISABLED state flags to irq_data by Thomas Gleixner · 13 years ago
  14. b5faba2 genirq: Prepare the handling of shared oneshot interrupts by Thomas Gleixner · 13 years ago
  15. 1204e95 genirq: Make warning in handle_percpu_event useful by Thomas Gleixner · 13 years ago
  16. 70433c0 genirq: Use the correct variable for note_interrupt by Thomas Gleixner · 13 years ago
  17. f9e4989 genirq: Force wrapped access to desc->status in core code by Thomas Gleixner · 13 years ago
  18. 2a0d6fb genirq: Move IRQ_PENDING flag to core by Thomas Gleixner · 13 years ago
  19. 009b4c3 genirq: Add IRQ_INPROGRESS to core by Thomas Gleixner · 13 years ago
  20. 1277a53 genirq: Simplify handle_irq_event() by Thomas Gleixner · 13 years ago
  21. 4912609 genirq: Implement handle_irq_event() by Thomas Gleixner · 13 years ago
  22. b738a50 genirq: Warn when handler enables interrupts by Thomas Gleixner · 13 years ago
  23. 1c77ff2 genirq: Remove __do_IRQ by Thomas Gleixner · 13 years ago
  24. 3795de2 genirq: Distangle kernel/irq/handle.c by Thomas Gleixner · 14 years ago
  25. bd15141 genirq: Provide config option to disable deprecated code by Thomas Gleixner · 14 years ago
  26. 37e12df genirq: Provide compat handling for chip->startup() by Thomas Gleixner · 14 years ago
  27. bc310dd genirq: Provide compat handling for chip->disable()/shutdown() by Thomas Gleixner · 14 years ago
  28. c5f7563 genirq: Provide compat handling for chip->enable() by Thomas Gleixner · 14 years ago
  29. 22a4916 genirq: Provide compat handling for chip->ack() by Thomas Gleixner · 14 years ago
  30. 0eda58b genirq: Provide compat handling for chip->unmask() by Thomas Gleixner · 14 years ago
  31. e2c0f8f genirq: Provide compat handling for chip->mask() by Thomas Gleixner · 14 years ago
  32. a77c463 genirq: Add new functions to dummy chips by Thomas Gleixner · 14 years ago
  33. 6b8ff31 genirq: Convert core code to irq_data by Thomas Gleixner · 14 years ago
  34. ff7dcd4 genirq: Create irq_data by Thomas Gleixner · 14 years ago
  35. e58aa3d genirq: Run irq handlers with interrupts disabled by Ingo Molnar · 14 years ago
  36. b5eb78f sparseirq: Use radix_tree instead of ptrs array by Yinghai Lu · 14 years ago
  37. 99558f0 sparseirq: Change irq_desc_ptrs to static by Yinghai Lu · 14 years ago
  38. febcb0c irq: Remove unnecessary bootmem code by Yinghai Lu · 14 years ago
  39. 239007b genirq: Convert irq_desc.lock to raw_spinlock by Thomas Gleixner · 15 years ago
  40. d43c36d headers: remove sched.h from interrupt.h by Alexey Dobriyan · 15 years ago
  41. 372e24b irq: Make sure irq_desc for legacy irq get correct node setting by Yinghai Lu · 15 years ago
  42. 28be225 irq: slab alloc for default irq_affinity by Yinghai Lu · 15 years ago
  43. 22fb4e7 irq: use kcalloc() instead of the bootmem allocator by Pekka Enberg · 15 years ago
  44. dad213ae irq/cpumask: make memoryless node zero happy by Yinghai Lu · 15 years ago
  45. 8623661 Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  46. 948cd52 sparseirq: Allow early irq_desc allocation by Paul Mundt · 15 years ago
  47. 6cda3eb Merge branch 'x86/apic' into irq/numa by Ingo Molnar · 15 years ago
  48. 44347d9 Merge branch 'linus' into tracing/core by Ingo Molnar · 15 years ago
  49. d7226fb Revert "genirq: assert that irq handlers are indeed running in hardirq context" by Thomas Gleixner · 15 years ago
  50. a0e39ed tracing: fix build failure on s390 by Heiko Carstens · 15 years ago
  51. 85ac16d x86/irq: change irq_desc_alloc() to take node instead of cpu by Yinghai Lu · 15 years ago
  52. fcef591 x86/irq: remove leftover code from NUMA_MIGRATE_IRQ_DESC by Yinghai Lu · 15 years ago
  53. 9ec4fa2 irq, cpumask: correct CPUMASKS_OFFSTACK typo and fix fallout by Yinghai Lu · 15 years ago
  54. ad8d75f tracing/events: move trace point headers into include/trace/events by Steven Rostedt · 15 years ago
  55. a8d154b tracing: create automated trace defines by Steven Rostedt · 15 years ago
  56. 9efe21c Merge branch 'linus' into irq/threaded by Ingo Molnar · 15 years ago
  57. 8302294 Merge branch 'tracing/core-v2' into tracing-for-linus by Ingo Molnar · 15 years ago
  58. 6e15cf0 Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2 by Ingo Molnar · 15 years ago
  59. f48fe81 genirq: threaded irq handlers review fixups by Thomas Gleixner · 15 years ago
  60. 3aa551c genirq: add threaded interrupt handler support by Thomas Gleixner · 15 years ago
  61. 80c5520 Merge branch 'cpus4096' into irq/threaded by Thomas Gleixner · 15 years ago
  62. edb35028 Merge branches 'irq/genirq' and 'linus' into irq/core by Ingo Molnar · 15 years ago
  63. 0e57aa1 genirq: deprecate __do_IRQ by Thomas Gleixner · 15 years ago
  64. f0ef039 Merge branch 'x86/core' into tracing/textedit by Ingo Molnar · 15 years ago
  65. 044d408 genirq: assert that irq handlers are indeed running in hardirq context by Peter Zijlstra · 15 years ago
  66. af39241 tracing, genirq: add irq enter and exit trace events by Jason Baron · 15 years ago
  67. 8f8573a Merge branches 'irq/genirq', 'irq/sparseirq' and 'irq/urgent' into irq/core by Ingo Molnar · 15 years ago
  68. 005bf0e6 irq: optimize init_kstat_irqs/init_copy_kstat_irqs by Yinghai Lu · 15 years ago
  69. 0f3c2a8 irq: clear kstat_irqs by Yinghai Lu · 15 years ago
  70. c43e0e4 Merge branch 'linus' into core/percpu by Ingo Molnar · 15 years ago
  71. 6a385db Merge branch 'core/percpu' into x86/core by Ingo Molnar · 15 years ago
  72. 97179fd cpumask fallout: Initialize irq_default_affinity earlier by David Daney · 15 years ago
  73. 4a046d1 x86: arch_probe_nr_irqs by Yinghai Lu · 15 years ago
  74. 92296c6 cpumask, irq: non-x86 build failures by Mike Travis · 15 years ago
  75. 542d865 kstat: modify kstat_irqs_legacy to be variable sized by Mike Travis · 15 years ago
  76. 9332fcc irq: initialize nr_irqs based on nr_cpu_ids by Mike Travis · 15 years ago
  77. 0fa0ebb irq: allocate irq_desc_ptrs array based on nr_irqs by Mike Travis · 15 years ago
  78. e2f4d06 irq: use WARN() instead of WARN_ON(). by Mike Travis · 15 years ago
  79. 9594949 irq: change references from NR_IRQS to nr_irqs by Mike Travis · 15 years ago
  80. 802bf93 cpumask: fix bug in use cpumask_var_t in irq_desc by Mike Travis · 15 years ago
  81. 7f7ace0 cpumask: update irq_desc to use cpumask_var_t by Mike Travis · 15 years ago
  82. d7e51e6 sparseirq: make some func to be used with genirq by Yinghai Lu · 15 years ago
  83. b2e2fe9 sparseirq: work around __weak alias bug by Ingo Molnar · 15 years ago
  84. 12026ea sparseirq: fix hang with !SPARSE_IRQ by Yinghai Lu · 15 years ago
  85. fa6beb3 sparseirq: set lock_class for legacy irq when sparse_irq is selected by Yinghai Lu · 16 years ago
  86. 13a0c3c sparseirq: work around compiler optimizing away __weak functions by Yinghai Lu · 15 years ago
  87. 793f7b1 sparseirq: fix desc->lock init by Ingo Molnar · 15 years ago
  88. 00c2363 sparseirq: remove duplicated arch_early_irq_init() by Yinghai Lu · 16 years ago
  89. 18eefed irq: simplify for_each_irq_desc() usage by KOSAKI Motohiro · 15 years ago
  90. 26ddd8d proc: remove ifdef CONFIG_SPARSE_IRQ from stat.c by KOSAKI Motohiro · 15 years ago
  91. f9af0e7 irq: for_each_irq_desc() move to irqnr.h by KOSAKI Motohiro · 15 years ago
  92. 74c8a61 locking, irq: enclose irq_desc_lock_class in CONFIG_LOCKDEP by KOSAKI Motohiro · 16 years ago
  93. 48a1b10 x86, sparseirq: move irq_desc according to smp_affinity, v7 by Yinghai Lu · 16 years ago
  94. 99d093d x86: use NR_IRQS_LEGACY by Yinghai Lu · 16 years ago
  95. 0b8f1ef sparse irq_desc[] array: core kernel and x86 changes by Yinghai Lu · 16 years ago
  96. 10e5808 genirq: use iterators for irq_desc loops by Thomas Gleixner · 16 years ago
  97. d3c6004 genirq: cleanup the sparseirq modifications by Thomas Gleixner · 16 years ago
  98. d6c88a5 genirq: revert dynarray by Thomas Gleixner · 16 years ago
  99. 2cc21ef genirq: remove sparse irq code by Thomas Gleixner · 16 years ago
  100. c6b7674 genirq: use inline function for irq_to_desc by Thomas Gleixner · 16 years ago