1. 3e15135 sh: Kill off set_irq_flags usage by Rob Herring · 9 years ago
  2. bd0b9ac genirq: Remove irq argument from irq flow handlers by Thomas Gleixner · 9 years ago
  3. c497615 sh/intc: Prepare irq flow handlers for irq argument removal by Thomas Gleixner · 9 years ago
  4. 8228a04 sh/intc: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc by Jiang Liu · 9 years ago
  5. 8b8149d sh/irq: Use access helper irq_data_get_affinity_mask() by Thomas Gleixner · 9 years ago
  6. d0abe2f sh/irq: Use irq accessor functions instead of open coded access by Jiang Liu · 9 years ago
  7. 51b971b sh/intc: Fix race in installing chained IRQ handler by Thomas Gleixner · 9 years ago
  8. beab99f sh/intc: Fix potential race in installing chained IRQ handler by Thomas Gleixner · 9 years ago
  9. 049d280 sh: intc: Confine SH_INTC to platforms that need it by Geert Uytterhoeven · 10 years ago
  10. 75bcc84 Merge tag 'renesas-sh-drivers-for-v3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next by Linus Torvalds · 10 years ago
  11. 39c5abb drivers: sh: Restrict INTC_USERIMASK to SH4A by Geert Uytterhoeven · 10 years ago
  12. 3670802 sh: intc: Remove pointless irq_reserve_irqs() invocation by Thomas Gleixner · 10 years ago
  13. 4f3068f sh: intc: Enable driver compilation with COMPILE_TEST by Laurent Pinchart · 11 years ago
  14. 0dd4d5c sh: Fix up more fallout from pointless ARM __iomem churn. by Paul Mundt · 12 years ago
  15. d4b7c5d sh: intc: Fix up multi-evt irq association. by Paul Mundt · 12 years ago
  16. 1026023 sh: intc: Handle domain association for sparseirq pre-allocated vectors. by Paul Mundt · 12 years ago
  17. 1d6a21b sh: intc: initial irqdomain support. by Paul Mundt · 12 years ago
  18. 123df01 sh: intc: Allocate subgroup virq backing desc directly. by Paul Mundt · 12 years ago
  19. be9c002 sh: intc: Kill off deprecated dynamic IRQ API. by Paul Mundt · 12 years ago
  20. f52b69f8 Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-sh by Linus Torvalds · 12 years ago
  21. b448d6a sh: intc: Fix up section mismatch for intc_ack_data by Paul Mundt · 12 years ago
  22. 0f55239 sh: intc: remove dependency on NR_IRQS by Rob Herring · 12 years ago
  23. b59f9f9 sh: intc: optimize intc IRQ lookup by Paul Mundt · 12 years ago
  24. 3037764 sh: intc: Use IRQ_SET_MASK_OK_NOCOPY for intc_set_affinity. by Paul Mundt · 12 years ago
  25. 29775df sh: intc: Kill off superfluous irq_shutdown hooking. by Paul Mundt · 12 years ago
  26. 5bbda4e sh: intc: Prefer IRQCHIP_SKIP_SET_WAKE over a dummy set_wake callback. by Paul Mundt · 12 years ago
  27. 5fbebcb sh: intc: Make global intc controller counter static. by Paul Mundt · 12 years ago
  28. eb59c50 Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  29. 0f966d7 PM / shmobile: Don't include SH7372's INTCS in syscore suspend/resume by Rafael J. Wysocki · 12 years ago
  30. f4e73bf sh: intc - convert sysdev_class to a regular subsystem by Kay Sievers · 12 years ago
  31. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  32. 7d377b1 sh: intc: Allow triggering on both edges for ARM SoCs by Magnus Damm · 13 years ago
  33. 07c9273 drivers/sh: Add export.h for EXPORT_SYMBOL to intc/virq.c by Paul Gortmaker · 13 years ago
  34. f7be345 sh: Add export.h to arch/sh specific files as required. by Paul Gortmaker · 13 years ago
  35. db4e839 sh: Add module.h to arch/sh specific files as required. by Paul Gortmaker · 13 years ago
  36. 0c43871 sh: fix implicit use of stat.h in arch/sh specific files by Paul Gortmaker · 13 years ago
  37. a102a08 sh: userimask.c needs linux/stat.h by Nobuhiro Iwamatsu · 13 years ago
  38. 52e3124 sh: intc: Add IRQ trigger bit field check by Magnus Damm · 13 years ago
  39. 9a14a92 sh: intc: enable both edges GPIO interrupts on sh7372 by Magnus Damm · 13 years ago
  40. 442f56d sh: intc: Set virtual IRQs as nothread. by Paul Mundt · 13 years ago
  41. 286b9bf sh: Fix irq cleanup fallout by Thomas Gleixner · 13 years ago
  42. fcb8918 sh: Convert to new function names by Thomas Gleixner · 13 years ago
  43. a821b27 sh: Use the proper accessor functions by Thomas Gleixner · 13 years ago
  44. a696b89 sh: Use struct syscore_ops instead of sysdevs by Rafael J. Wysocki · 13 years ago
  45. 8a5a778 sh: update INTC to clear IRQ sense valid flag by Magnus Damm · 13 years ago
  46. 30f2ba3 sh: intc: Initialize radix tree gfp mask explicitly. by Paul Mundt · 13 years ago
  47. 6318af9 sh: intc: Fix up build failure introduced by radix tree changes. by Paul Mundt · 14 years ago
  48. 20f95e0 sh: intc: Update for single IRQ reservation helper. by Paul Mundt · 14 years ago
  49. 63111a3 sh: intc: switch irq_desc iteration to new active IRQ iterator. by Paul Mundt · 14 years ago
  50. 26599a9 sh: intc: irq_data conversion. by Paul Mundt · 14 years ago
  51. 38ab134 sh: Switch dynamic IRQ creation to generic irq allocator. by Paul Mundt · 14 years ago
  52. c4318ba sh: Sanitize sparse irq by Thomas Gleixner · 14 years ago
  53. 6966fed sh: intc: Fix build with IRQ balancing disabled. by Paul Mundt · 14 years ago
  54. 33fc1a2 sh: intc: Add missing files. by Paul Mundt · 14 years ago
  55. 2be6bb0 sh: intc: Split up the INTC code. by Paul Mundt · 14 years ago