1. a614a61 genirq: Remove bogus restriction in irq_move_mask_irq() by Thomas Gleixner · 9 years ago
  2. 77ed42f genirq: Prevent crash in irq_move_irq() by Jiang Liu · 9 years ago
  3. 818b0f3 genirq: Introduce irq_do_set_affinity() to reduce duplicated code by Jiang Liu · 12 years ago
  4. f5cb92a genirq: Adjust irq thread affinity on IRQ_SET_MASK_OK_NOCOPY return value by Jiang Liu · 12 years ago
  5. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  6. 851d7cf genirq: Remove move_*irq leftovers by Thomas Gleixner · 13 years ago
  7. a6aeddd genirq: Fix typo and remove unused variable by Thomas Gleixner · 13 years ago
  8. 32f4125 genirq: Move INPROGRESS, MASKED and DISABLED state flags to irq_data by Thomas Gleixner · 13 years ago
  9. a439520 genirq: Implement irq_data based move_*_irq() versions by Thomas Gleixner · 13 years ago
  10. a005677 genirq: Mirror IRQ_PER_CPU and IRQ_NO_BALANCING in irq_data.state by Thomas Gleixner · 13 years ago
  11. fae581e genirq: Remove CHECK_IRQ_PER_CPU from core code by Thomas Gleixner · 13 years ago
  12. f230b6d genirq: Add IRQ_MOVE_PENDING to irq_data.state by Thomas Gleixner · 13 years ago
  13. 6e40262 genirq: Move IRQ_MASKED to core by Thomas Gleixner · 13 years ago
  14. c1594b7 genirq: Move IRQ_DISABLED to core by Thomas Gleixner · 13 years ago
  15. f1a0639 genirq: Prevent irq storm on migration by Thomas Gleixner · 13 years ago
  16. c96b3b3 genirq: Provide compat handling for chip->set_affinity() by Thomas Gleixner · 14 years ago
  17. 0eda58b genirq: Provide compat handling for chip->unmask() by Thomas Gleixner · 14 years ago
  18. e2c0f8f genirq: Provide compat handling for chip->mask() by Thomas Gleixner · 14 years ago
  19. 6b8ff31 genirq: Convert core code to irq_data by Thomas Gleixner · 14 years ago
  20. 239007b genirq: Convert irq_desc.lock to raw_spinlock by Thomas Gleixner · 15 years ago
  21. 591d2fb genirq: Delegate irq affinity setting to the irq thread by Thomas Gleixner · 15 years ago
  22. 57b150c irq: only update affinity if ->set_affinity() is sucessfull by Yinghai Lu · 15 years ago
  23. 7f7ace0 cpumask: update irq_desc to use cpumask_var_t by Mike Travis · 15 years ago
  24. 0de2652 cpumask: make irq_set_affinity() take a const struct cpumask by Rusty Russell · 16 years ago
  25. f6d87f4 genirq: keep affinities set from userspace across free/request_irq() by Thomas Gleixner · 16 years ago
  26. 08678b0 generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_desc[] by Yinghai Lu · 16 years ago
  27. 2a786b4 [PATCH] genirq: Mask irqs when migrating them. by Eric W. Biederman · 17 years ago
  28. e7b946e [PATCH] genirq: irq: add moved_masked_irq by Eric W. Biederman · 18 years ago
  29. a24ceab [PATCH] genirq: irq: convert the move_irq flag from a 32bit word to a single bit by Eric W. Biederman · 18 years ago
  30. cd916d3 [PATCH] genirq: cleanup: merge pending_irq_cpumask[] into irq_desc[] by Ingo Molnar · 18 years ago
  31. 34ffdb7 [PATCH] genirq: cleanup: reduce irq_desc_t use, mark it obsolete by Ingo Molnar · 18 years ago
  32. a8553ac [PATCH] genirq: cleanup: remove irq_descp() by Ingo Molnar · 18 years ago
  33. d1bef4e [PATCH] genirq: rename desc->handler to desc->chip by Ingo Molnar · 18 years ago
  34. 89d0cf0 [PATCH] invert irq/migration.c brach prediction by Daniel Walker · 18 years ago
  35. d824e66 [PATCH] build kernel/irq/migration.c only if CONFIG_GENERIC_PENDING_IRQ is set by Christoph Hellwig · 18 years ago
  36. 501f249 [PATCH] IRQ: prevent enabling of previously disabled interrupt by Bryan Holty · 18 years ago
  37. c777ac5 [PATCH] irq: uninline migration functions by Andrew Morton · 18 years ago