1. 7d65f4a irq: Consolidate do_softirq() arch overriden implementations by Frederic Weisbecker · 11 years ago
  2. d96b51e parisc: fix irq stack on UP and SMP by Helge Deller · 11 years ago
  3. d0c3be8 parisc: show number of FPE and unaligned access handler calls in /proc/interrupts by Helge Deller · 11 years ago
  4. 416821d parisc: implement irq stacks - part 2 (v2) by Helge Deller · 11 years ago
  5. 0fc537d parisc: tlb flush counting fix for SMP and UP by Helge Deller · 11 years ago
  6. cd85d55 parisc: more irq statistics in /proc/interrupts by Helge Deller · 11 years ago
  7. 200c880 parisc: implement irq stacks by Helge Deller · 11 years ago
  8. 9372450 parisc: add kernel stack overflow check by Helge Deller · 11 years ago
  9. b54cb23 parisc: remove IRQF_DISABLED by Peter Zijlstra · 15 years ago
  10. cac1f12 parisc: don't claim cpu irqs more than once by John David Anglin · 13 years ago
  11. 68f20f4 parisc: Use irq_to_desc() in show_interrupts() by Thomas Gleixner · 13 years ago
  12. e2f571d parisc: Convert irq namespace by Thomas Gleixner · 13 years ago
  13. 337ce68 parisc: Convert the final irq bits by Thomas Gleixner · 13 years ago
  14. 4c4231e [PARISC] Convert to new irq_chip functions by Thomas Gleixner · 13 years ago
  15. 9804c9e [PARISC] fix per-cpu flag problem in the cpu affinity checkers by Thomas Gleixner · 13 years ago
  16. 5189061 parisc: convert the rest of the irq handlers to simple/percpu by James Bottomley · 14 years ago
  17. d16cd29 parisc: fix dino/gsc interrupts by James Bottomley · 14 years ago
  18. 7da1272 parisc: kill __do_IRQ by Kyle McMartin · 14 years ago
  19. f3d4605 parisc: convert iosapic interrupts to proper flow handlers by Kyle McMartin · 14 years ago
  20. 4d4f681 parisc: convert cpu interrupts to proper flow handlers by Kyle McMartin · 14 years ago
  21. ba20085 parisc: lay groundwork for killing __do_IRQ by Kyle McMartin · 14 years ago
  22. d0608b5 parisc: Fixup last users of irq_chip->typename by Thomas Gleixner · 15 years ago
  23. 239007b genirq: Convert irq_desc.lock to raw_spinlock by Thomas Gleixner · 15 years ago
  24. 9609bfe parisc: convert to asm-generic/hardirq.h by Christoph Hellwig · 15 years ago
  25. dfe0756 parisc: remove obsolete hw_interrupt_type by Thomas Gleixner · 15 years ago
  26. 47b4150 parisc: fix irq compile bugs in arch/parisc/kernel/irq.c by Helge Deller · 15 years ago
  27. d5dedd4 irq: change ->set_affinity() to return status by Yinghai Lu · 15 years ago
  28. 7cec2ef Merge branch 'rusty-cpumask-parisc' into parisc by Kyle McMartin · 15 years ago
  29. 6e15cf0 Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2 by Ingo Molnar · 15 years ago
  30. edb35028 Merge branches 'irq/genirq' and 'linus' into irq/core by Ingo Molnar · 15 years ago
  31. bd071e1 cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits.: parisc by Rusty Russell · 15 years ago
  32. 8b6649c parisc: convert cpu_check_affinity to new cpumask api by Kyle McMartin · 15 years ago
  33. 7c4be70 parisc: fix use of new cpumask api in irq.c by Kyle McMartin · 15 years ago
  34. 5a8247c parisc: update parisc for new irq_desc by Mike Travis · 15 years ago
  35. e65e49d irq: update all arches for new irq_desc by Mike Travis · 15 years ago
  36. dee4102 sparseirq: use kstat_irqs_cpu instead by Yinghai Lu · 15 years ago
  37. ef017be parisc: Replace NR_CPUS in parisc code by Helge Deller · 15 years ago
  38. 7f2347a parisc: trivial fixes by Helge Deller · 15 years ago
  39. 0de2652 cpumask: make irq_set_affinity() take a const struct cpumask by Rusty Russell · 16 years ago
  40. 2421ba5 [PARISC] timer interrupt should not be IRQ_DISABLED by Kyle McMartin · 17 years ago
  41. 462b529 [PARISC] remove global_ack_eiem by Grant Grundler · 17 years ago
  42. 57501c7 Add IRQF_IRQPOLL flag on parisc by Bernhard Walle · 17 years ago
  43. 0c2de3c [PARISC] use fls_long in irq.c by Kyle McMartin · 17 years ago
  44. e11e30a [PARISC] Use set_irq_regs by Matthew Wilcox · 18 years ago
  45. be577a5 Build fixes for struct pt_regs removal by Matthew Wilcox · 18 years ago
  46. 7085689 [PARISC] Allow nested interrupts by James Bottomley · 18 years ago
  47. 5cfe87d [PARISC] Fix up parisc irq handling for genirq changes by Kyle McMartin · 18 years ago
  48. 733ea86 [PATCH] irq-flags: PARISC: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  49. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  50. c0ad90a [PATCH] genirq: add ->retrigger() irq op to consolidate hw_irq_resend() by Ingo Molnar · 18 years ago
  51. a53da52 [PATCH] genirq: cleanup: merge irq_affinity[] into irq_desc[] by Ingo Molnar · 18 years ago
  52. d1bef4e [PATCH] genirq: rename desc->handler to desc->chip by Ingo Molnar · 18 years ago
  53. 75be99a [PARISC] Make redirecting irq messages less noisy by Ryan Bradetich · 19 years ago
  54. 03afe22 [PARISC] irq_affinityp[] only available for SMP builds by Grant Grundler · 19 years ago
  55. c2ab64d [PARISC] Add IRQ affinities by James Bottomley · 19 years ago
  56. 1d4c452 [PARISC] Fix uniprocessor build by dummying smp_send_all_nop() by Kyle McMartin · 19 years ago
  57. d911aed [PARISC] Fix our interrupts not to use smp_call_function by James Bottomley · 19 years ago
  58. 3f90288 [PARISC] Disable nesting of interrupts by Grant Grundler · 19 years ago
  59. 9a8b458 [PARISC] Make sure timer and IPI execute with interrupts disabled by James Bottomley · 19 years ago
  60. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago