1. 815db14 sh64: irq_data conversion. by Paul Mundt · 14 years ago
  2. 949bf16 sh: imask IRQs irq_data conversion. by Paul Mundt · 14 years ago
  3. 8df3a61 sh: IPR IRQs irq_data conversion. by Paul Mundt · 14 years ago
  4. c4318ba sh: Sanitize sparse irq by Thomas Gleixner · 14 years ago
  5. 9d56dd3 sh: Mass ctrl_in/outX to __raw_read/writeX conversion. by Paul Mundt · 15 years ago
  6. f701b39 sh: Replace an explicit computation by the use of the container_of macro by Nicolas Palix · 15 years ago
  7. 648f153 sh: Fixup last users of irq_chip->typename by Thomas Gleixner · 15 years ago
  8. 6000fc4 sh: Fixes some write posting issues in the interrupt handling for SH by Stuart Menefy · 15 years ago
  9. 54ff328 sh: Tie sparseirq in to Kconfig. by Paul Mundt · 16 years ago
  10. 3709ab8 sh: irq: Fix up imask build warnings. by Paul Mundt · 16 years ago
  11. 2f3ed17 sh: Wrap irq_to_desc_alloc_cpu() around CONFIG_SPARSE_IRQ temporarily. by Paul Mundt · 16 years ago
  12. 05ff300 sh: irq: Teach ipr and intc about dynamically allocating irq_descs. by Paul Mundt · 16 years ago
  13. fa1d43a sh: irq: Convert from irq_desc[] to irq_to_desc(). by Paul Mundt · 16 years ago
  14. 55620c8 sh: irq: Rework the SR.IMASK bitmap handling. by Paul Mundt · 16 years ago
  15. c51279e sh: Kill off unused SH-5 irq_describe cruft. by Paul Mundt · 16 years ago
  16. 0fb849b sh: Integrate the SH-5 onchip_remap() more coherently. by Paul Mundt · 16 years ago
  17. d804983 sh: remove obsolete hw_interrupt_type by Thomas Gleixner · 16 years ago
  18. bbfbd8b sh: Move the shared INTC code out to drivers/sh/ by Paul Mundt · 16 years ago
  19. 62429e0 sh: Use __raw_xxx() I/O accessors for INTC and IPR. by Paul Mundt · 16 years ago
  20. b21a910 sh: intc_prio_data() test before subtraction on unsigned by roel kluin · 16 years ago
  21. f15cbe6 sh: migrate to arch/sh/include/ by Paul Mundt · 16 years ago
  22. 6bdfb22 sh: add interrupt ack code to sh4a by Yoshihiro Shimoda · 16 years ago
  23. 2beb0e2 sh/kernel/cpu/irq/intc-sh5.c build fix by Adrian Bunk · 17 years ago
  24. 4370fe1 sh: intc register modify fix by Magnus Damm · 17 years ago
  25. 720be99 sh: no high level trigger on some sh3 cpus by Magnus Damm · 17 years ago
  26. d58876e sh: add interrupt ack code to sh3 by Magnus Damm · 17 years ago
  27. a1dc4b5 sh: intc_sh5 depends on cayman board for IRQ priority table. by Paul Mundt · 17 years ago
  28. 43081e1 sh: Shut up some trivial build warnings. by Paul Mundt · 17 years ago
  29. d847afe sh: remove maskreg irq code by Magnus Damm · 17 years ago
  30. 7f3edee sh: intc - remove default interrupt priority tables by Magnus Damm · 17 years ago
  31. a23ba43 sh: comment tidying for sh64->sh migration. by Paul Mundt · 17 years ago
  32. 18bc813 sh: Get the mach-cayman IRQ support building. by Paul Mundt · 17 years ago
  33. cc8eae7 sh: imask IRQ depends on sh32. by Paul Mundt · 17 years ago
  34. b2078fa sh: Kill off dead ipr_irq_demux(). by Paul Mundt · 17 years ago
  35. f18d533 sh: intc - initial SMP support. by Magnus Damm · 17 years ago
  36. 1254d1d sh: remove CONFIG_CPU_HAS_INTC_IRQ by Magnus Damm · 17 years ago
  37. 3d37d94 sh: intc - primary priority masking fixes by Magnus Damm · 17 years ago
  38. 73505b4 sh: intc - rework core code by Magnus Damm · 17 years ago
  39. 6ef5fb2 sh: intc - add a clear register to struct intc_prio_reg by Magnus Damm · 17 years ago
  40. 6d64d42 sh: intc: Fix sense regs oops for IRL IRQs. by Paul Mundt · 17 years ago
  41. 96290d8 sh: remove intc2 code by Magnus Damm · 17 years ago
  42. 51da642 sh: intc - add single bitmap register support by Magnus Damm · 17 years ago
  43. d89ddd1 sh: remove support for sh7300 and solution engine 7300 by Magnus Damm · 17 years ago
  44. 347b9bd sh: remove old broken pint code by Magnus Damm · 17 years ago
  45. 680c459 sh: intc - improve group support by Magnus Damm · 17 years ago
  46. 02ab3f7 sh: intc - shared IPR and INTC2 controller by Magnus Damm · 17 years ago
  47. 027e56e sh: Hook up hard_smp_processor_id() for INTC2 block. by Paul Mundt · 18 years ago
  48. 68abdbb sh: rework ipr code by Magnus Damm · 18 years ago
  49. d619500 sh: rework intc2 code by Magnus Damm · 18 years ago
  50. e868d61 spelling fixes: arch/sh/ by Simon Arlott · 18 years ago
  51. 2a8ff45 sh: Solution Engine SH7705 board and CPU updates. by Nobuhiro Iwamatsu · 18 years ago
  52. 32351a2 sh: Add SH7785 Highlander board support (R7785RP). by Paul Mundt · 18 years ago
  53. f725b5e sh: shmin updates. by Takashi YOSHII · 18 years ago
  54. ea0f8fe sh: sh775x/titan fixes for irq header changes. by Jamie Lenehan · 18 years ago
  55. 9a7ef6d sh: Drop CPU subtype IRQ headers. by Paul Mundt · 18 years ago
  56. 9d4436a sh: Add support for SH7206 and SH7619 CPU subtypes. by Yoshinori Sato · 18 years ago
  57. bd71ab8 sh: Fix IPR-IRQ's for IRQ-chip change breakage. by Jamie Lenehan · 18 years ago
  58. 66a7405 sh: Convert INTC2 to IRQ table registration. by Paul Mundt · 18 years ago
  59. 709bc44 sh: Updates for irq-flow-type naming changes. by Paul Mundt · 18 years ago
  60. 0f13804 sh: Convert IPR-IRQ to IRQ chip. by Paul Mundt · 18 years ago
  61. 525ccc4 sh: Convert INTC2 IRQ handler to irq_chip. by Paul Mundt · 18 years ago
  62. a6a31139 sh: Add support for 4K stacks. by Paul Mundt · 18 years ago
  63. 8599cf0 sh: Cleanup IRQ disabling for hardirq handlers. by Paul Mundt · 18 years ago
  64. ba46393 sh: maskreg IRQ support. by Paul Mundt · 18 years ago
  65. 91550f7 sh: Kill off the rest of the legacy rtc mess. by Paul Mundt · 18 years ago
  66. e5723e0 sh: Add support for SH7706/SH7710/SH7343 CPUs. by Paul Mundt · 18 years ago
  67. 5283ecb sh: Add support for R7780RP and R7780MP boards. by Paul Mundt · 18 years ago
  68. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  69. d1bef4e [PATCH] genirq: rename desc->handler to desc->chip by Ingo Molnar · 19 years ago
  70. 8d27e08 [PATCH] sh: drop maskpos from make_ipr_irq(), remove duplicate irq definitions by Paul Mundt · 19 years ago
  71. bf3a00f [PATCH] sh: IRQ handler updates by Paul Mundt · 19 years ago