1. 04aa530 genirq: Always force thread affinity by Thomas Gleixner · 12 years ago
  2. f3de44e irq: Set CPU affinity right on thread creation by Sankara Muthukrishnan · 12 years ago
  3. 293a7a0 genirq: Provide means to retrigger parent by Thomas Gleixner · 12 years ago
  4. 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
  5. 3e9a970 Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 12 years ago
  6. dc9b229 genirq: Allow irq chips to mark themself oneshot safe by Thomas Gleixner · 12 years ago
  7. 67d1214 merge task_work and rcu_head, get rid of separate allocation for keyring case by Al Viro · 13 years ago
  8. 41f9d29 trimming task_work: kill ->data by Al Viro · 13 years ago
  9. c5857cc random: remove rand_initialize_irq() by Theodore Ts'o · 12 years ago
  10. 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 · 13 years ago
  11. fb21aff Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 13 years ago
  12. 97fd75b kernel/irq/manage.c: use the pr_foo() infrastructure to prefix printks by Andrew Morton · 13 years ago
  13. 818b0f3 genirq: Introduce irq_do_set_affinity() to reduce duplicated code by Jiang Liu · 13 years ago
  14. 4d1d61a genirq: reimplement exit_irq_thread() hook via task_work_add() by Oleg Nesterov · 13 years ago
  15. 3a8580f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 13 years ago
  16. 8756826 irq: Remove irq_chip->release() by Richard Weinberger · 13 years ago
  17. f5d8947 genirq: Be more informative on irq type mismatch by Thomas Gleixner · 13 years ago
  18. 1c6c695 genirq: Reject bogus threaded irq requests by Thomas Gleixner · 13 years ago
  19. 241fc64 genirq: Respect NUMA node affinity in setup_irq_irq affinity() by Prarit Bhargava · 13 years ago
  20. f3f79e3 genirq: Get rid of unneeded force parameter in irq_finalize_oneshot() by Alexander Gordeev · 13 years ago
  21. e04268b genirq: Remove paranoid warnons and bogus fixups by Thomas Gleixner · 13 years ago
  22. 7140ea1 genirq: Flush the irq thread on synchronization by Ido Yariv · 13 years ago
  23. df8d291 Merge branch 'linus' into irq/core by Thomas Gleixner · 13 years ago
  24. 5234ffb genirq: Get rid of unnecessary IRQTF_DIED flag by Alexander Gordeev · 13 years ago
  25. 05d74ef genirq: No need to check IRQTF_DIED before stopping a thread handler by Alexander Gordeev · 13 years ago
  26. 4bcdf1d genirq: Get rid of unnecessary irqaction field in task_struct by Alexander Gordeev · 13 years ago
  27. 540b60e genirq: Fix incorrect check for forced IRQ thread handler by Alexander Gordeev · 13 years ago
  28. 52abb70 genirq: Clear action->thread_mask if IRQ_ONESHOT is not set by Thomas Gleixner · 13 years ago
  29. b4bc724 genirq: Handle pending irqs in irq_startup() by Thomas Gleixner · 13 years ago
  30. 9879326 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  31. 550acb1 genirq: Fix race condition when stopping the irq thread by Ido Yariv · 13 years ago
  32. 2ed0e64 genirq: Don't allow per cpu interrupts to be suspended by Marc Zyngier · 13 years ago
  33. 2290c0d Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  34. 6d21af4 irq: Fix comment typo ist->is by Javi Merino · 13 years ago
  35. 32cffdd genirq: Fix fatfinered fixup really by Thomas Gleixner · 13 years ago
  36. 1e7c5fd genirq: percpu: allow interrupt type to be set at enable time by Marc Zyngier · 13 years ago
  37. 31d9d9b genirq: Add support for per-cpu dev_id interrupts by Marc Zyngier · 13 years ago
  38. 60f96b4 genirq: Add IRQCHIP_SKIP_SET_WAKE flag by Santosh Shilimkar · 13 years ago
  39. 69dd3d8 Revert "irq: Always set IRQF_ONESHOT if no primary handler is specified" by Linus Torvalds · 13 years ago
  40. b687380 irq: Track the owner of irq descriptor by Sebastian Andrzej Siewior · 13 years ago
  41. f3637a5 irq: Always set IRQF_ONESHOT if no primary handler is specified by Sebastian Andrzej Siewior · 13 years ago
  42. 13863a6 genirq: Prevent potential NULL dereference in irq_set_irq_wake() by Jesper Juhl · 14 years ago
  43. 3a43e05 irq: Handle spurios irq detection for threaded irqs by Sebastian Andrzej Siewior · 14 years ago
  44. 7f1b124 genirq: Support per-IRQ thread disabling. by Paul Mundt · 14 years ago
  45. 4f5058c genirq: Fix cpumask leak in __setup_irq() by Xiaotian Feng · 14 years ago
  46. 0c6f8a8 genirq: Remove compat code by Thomas Gleixner · 14 years ago
  47. cd22c0e genirq: Fix harmless typo by Thomas Gleixner · 14 years ago
  48. 0ef5ca1 genirq; Fix cleanup fallout by Thomas Gleixner · 14 years ago
  49. 30398bf genirq: Fix new kernel-doc warnings by Randy Dunlap · 14 years ago
  50. 32f4125 genirq: Move INPROGRESS, MASKED and DISABLED state flags to irq_data by Thomas Gleixner · 14 years ago
  51. c2d0c55 genirq: Split irq_set_affinity() so it can be called with lock held. by David Daney · 14 years ago
  52. 1c38979 genirq: Fix incorrect unlock in __setup_irq() by Dan Carpenter · 14 years ago
  53. 8d32a30 genirq: Provide forced interrupt threading by Thomas Gleixner · 14 years ago
  54. 9d591ed genirq: Allow shared oneshot interrupts by Thomas Gleixner · 14 years ago
  55. b5faba2 genirq: Prepare the handling of shared oneshot interrupts by Thomas Gleixner · 14 years ago
  56. 8fff39e genirq: Add missing break in __irq_set_trigger() by Thomas Gleixner · 14 years ago
  57. 02725e7 genirq: Use irq_get/put functions by Thomas Gleixner · 14 years ago
  58. 091738a genirq: Remove real old transition functions by Thomas Gleixner · 14 years ago
  59. 7f94226 genirq: Move wakeup state to irq_data by Thomas Gleixner · 14 years ago
  60. d4d5e08 genirq: Add IRQCHIP_SET_TYPE_MASKED flag by Thomas Gleixner · 14 years ago
  61. 1ccb4e6 genirq: Wrap the remaning IRQ_* flags by Thomas Gleixner · 14 years ago
  62. 876dbd4 genirq: Mirror irq trigger type bits in irq_data.state by Thomas Gleixner · 14 years ago
  63. 2bdd105 genirq: Move IRQ_AFFINITY_SET to core by Thomas Gleixner · 14 years ago
  64. bce4303 genirq: Reuse existing can set affinty check by Thomas Gleixner · 14 years ago
  65. a005677 genirq: Mirror IRQ_PER_CPU and IRQ_NO_BALANCING in irq_data.state by Thomas Gleixner · 14 years ago
  66. fae581e genirq: Remove CHECK_IRQ_PER_CPU from core code by Thomas Gleixner · 14 years ago
  67. 6a58fb3 genirq: Remove CONFIG_IRQ_PER_CPU by Thomas Gleixner · 14 years ago
  68. f230b6d genirq: Add IRQ_MOVE_PENDING to irq_data.state by Thomas Gleixner · 14 years ago
  69. 6d2cd17 genirq: Move IRQ_WAKEUP to core by Thomas Gleixner · 14 years ago
  70. c531e83 genirq: Move IRQ_SUSPENDED to core by Thomas Gleixner · 14 years ago
  71. 6e40262 genirq: Move IRQ_MASKED to core by Thomas Gleixner · 14 years ago
  72. 2a0d6fb genirq: Move IRQ_PENDING flag to core by Thomas Gleixner · 14 years ago
  73. c1594b7 genirq: Move IRQ_DISABLED to core by Thomas Gleixner · 14 years ago
  74. 163ef30 genirq: Move IRQ_REPLAY and IRQ_WAITING to core by Thomas Gleixner · 14 years ago
  75. 3d67bae genirq: Move IRQ_ONESHOT to core by Thomas Gleixner · 14 years ago
  76. 009b4c3 genirq: Add IRQ_INPROGRESS to core by Thomas Gleixner · 14 years ago
  77. 7acdd53 genirq: Move IRQ_SPURIOUS_DISABLED to core state by Thomas Gleixner · 14 years ago
  78. bd062e7 genirq: Move IRQ_AUTODETECT to internal state by Thomas Gleixner · 14 years ago
  79. 35e857c genirq: Fixup core code namespace fallout by Thomas Gleixner · 14 years ago
  80. 3aae994 genirq: Consolidate IRQ_DISABLED by Thomas Gleixner · 14 years ago
  81. 50f7c03 genirq: Remove default magic by Thomas Gleixner · 14 years ago
  82. 8792347 genirq: Consolidate disable/enable by Thomas Gleixner · 14 years ago
  83. 4699923 genirq: Consolidate startup/shutdown of interrupts by Thomas Gleixner · 14 years ago
  84. 3b56f05 genirq: Remove bogus conditional by Thomas Gleixner · 14 years ago
  85. 2b879ea genirq: Remove redundant thread affinity setting by Thomas Gleixner · 14 years ago
  86. 3b8249e genirq: Do not copy affinity before set by Thomas Gleixner · 14 years ago
  87. 569bda8 genirq: Always apply cpu online mask by Thomas Gleixner · 14 years ago
  88. b008207 genirq: Rremove redundant check by Thomas Gleixner · 14 years ago
  89. 1fa46f1 genirq: Simplify affinity related code by Thomas Gleixner · 14 years ago
  90. a0cd9ca genirq: Namespace cleanup by Thomas Gleixner · 14 years ago
  91. 43abe43 genirq: Add missing buslock to set_irq_type(), set_irq_wake() by Thomas Gleixner · 14 years ago
  92. 218502b Merge branch 'irq/urgent' into irq/core by Thomas Gleixner · 14 years ago
  93. 6d83f94 genirq: Disable the SHIRQ_DEBUG call in request_threaded_irq for now by Thomas Gleixner · 14 years ago
  94. 51327ad Merge branch 'irq/for-mips' into irq/core by Thomas Gleixner · 14 years ago
  95. 986c011 genirq: Call bus_lock/unlock functions in setup_irq() by David Daney · 14 years ago
  96. c9a443c Merge branch 'irq/for-xen' into irq/core by Thomas Gleixner · 14 years ago
  97. dc5f219 genirq: Add IRQF_FORCE_RESUME by Thomas Gleixner · 14 years ago
  98. 1fb0ef3 genirq: Fix affinity notifier fallout by Thomas Gleixner · 14 years ago
  99. cd7eab4 genirq: Add IRQ affinity notifiers by Ben Hutchings · 14 years ago
  100. c9b5f50 sched: Constify function scope static struct sched_param usage by Peter Zijlstra · 14 years ago