1. 0ff4dee irqchip/vic: Improve function-level documentation by Julia Lawall · 8 years ago
  2. df042a5 irqchip/vic: Make vic_syscore_ops and vic_of_init static by Ben Dooks · 8 years ago
  3. d17cab4 irqchip: Kill off set_irq_flags usage by Rob Herring · 9 years ago
  4. bd0b9ac genirq: Remove irq argument from irq flow handlers by Thomas Gleixner · 9 years ago
  5. 9f21354 irqchip/vic: Consolidate chained IRQ handler install/remove by Thomas Gleixner · 9 years ago
  6. 41a83e0 irqchip: Prepare for local stub header removal by Joel Porquet · 9 years ago
  7. 9600973 irqchip: Constify irq_domain_ops by Krzysztof Kozlowski · 9 years ago
  8. 0af83b3 irqchip: vic: Convert to handle_domain_irq by Marc Zyngier · 10 years ago
  9. f6da9fe irqchip: vic: Properly chain the cascaded IRQs by Linus Walleij · 10 years ago
  10. cbda94e Merge tag 'drivers-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  11. 8783dd3 irqchip: Remove asmlinkage from static functions by Stephen Boyd · 10 years ago
  12. a3f4fdf irqchip: VIC: export vic_init_cascaded by Arnd Bergmann · 10 years ago
  13. e641b98 irqchip: support cascaded VICs by Linus Walleij · 11 years ago
  14. 3b4df9d irqchip: vic: update the base IRQ member correctly by Linus Walleij · 11 years ago
  15. 81e9c17 irqchip: vic: Parse interrupt and resume masks from device tree by Tomasz Figa · 11 years ago
  16. d94ea3f irqchip: Return -EPERM for reserved IRQs by Grant Likely · 11 years ago
  17. bc895b5 irqchip: vic: add include of linux/irq.h by Olof Johansson · 11 years ago
  18. f36a3bb1 arm: Move the set_handle_irq and handle_arch_irq declarations to asm/irq.h by Catalin Marinas · 11 years ago
  19. 9e47b8b irqchip: Move ARM vic.h to include/linux/irqchip/arm-vic.h by Rob Herring · 11 years ago
  20. 44430ec irqchip: Move ARM VIC to drivers/irqchip by Rob Herring · 12 years ago[Renamed (97%) from arch/arm/common/vic.c]
  21. a036802 ARM: remove mach .handle_irq for VIC users by Rob Herring · 12 years ago
  22. 7fb7d8a ARM: VIC: set handle_arch_irq in VIC initialization by Rob Herring · 12 years ago
  23. cf21af5 ARM: VIC: shrink down vic.h by Rob Herring · 12 years ago
  24. 5ced33b ARM: 7611/1: VIC: fix bug in VIC irqdomain code by Linus Walleij · 11 years ago
  25. 946c59a ARM: vic: fix build warning caused by previous commit by Russell King · 12 years ago
  26. 07c9249 ARM: 7554/1: VIC: use irq_domain_add_simple() by Linus Walleij · 12 years ago
  27. ce94df9 ARM: 7395/1: VIC: use the domain mapping function to assign handlers by Linus Walleij · 12 years ago
  28. fa943be ARM: 7394/1: VIC: respect list of valid sources by Linus Walleij · 12 years ago
  29. 34af6579 ARM: 7377/1: vic: re-read status register before dispatching each IRQ handler by Will Deacon · 12 years ago
  30. 7529495 irq_domain: Remove 'new' irq_domain in favour of the ppc one by Grant Likely · 12 years ago
  31. 9f9df00 ARM: 7236/1: vic: always use simple ops by Jamie Iles · 13 years ago
  32. ad62267 ARM: 7183/1: vic: register the VIC for ST-modified VIC's by Jamie Iles · 13 years ago
  33. 11f1c5d ARM: VIC: remove non MULTI_IRQ_HANDLER support by Jamie Iles · 13 years ago
  34. 1558368 ARM: vic: MULTI_IRQ_HANDLER handler by Jamie Iles · 13 years ago
  35. f9b28cc ARM: vic: device tree binding by Jamie Iles · 13 years ago
  36. 06afb1a Merge branches 'arnd-randcfg-fixes', 'debug', 'io' (early part), 'l2x0', 'p2v', 'pgt' (early part) and 'smp' into for-linus by Russell King · 13 years ago
  37. f8be12d ARM: 7128/1: vic: Don't write to the read-only register VIC_IRQ_STATUS by Zoltan Devai · 13 years ago
  38. d4f3add ARM: common/vic: use proper __iomem annotations by Arnd Bergmann · 13 years ago
  39. 328f5cc ARM: Use struct syscore_ops instead of sysdevs for PM in common code by Rafael J. Wysocki · 13 years ago
  40. f38c02f arm: Fold irq_set_chip/irq_set_handler by Thomas Gleixner · 13 years ago
  41. 9323f261 arm: Reorder irq_set_ function calls by Thomas Gleixner · 13 years ago
  42. 6845664a arm: Cleanup the irq namespace by Thomas Gleixner · 13 years ago
  43. 16c1020 Merge branch 'devel-stable' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 13 years ago
  44. f013c98 ARM: vic: irq_data conversion. by Lennert Buytenhek · 14 years ago
  45. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  46. b0c4c89 ARM: 6025/1: vic: factor out common init code by Hartley Sweeten · 14 years ago
  47. bb06b73 ARM: 5881/1: vic.c: reorganize code by Hartley Sweeten · 14 years ago
  48. 59fcf48 ARM: 5696/1: Include device.h in VIC driver by Linus Walleij · 15 years ago
  49. f17a1f0 ARM: 5636/1: Move vendor enum to AMBA include by Linus Walleij · 15 years ago
  50. 8c81b52 [ARM] 5583/1: VIC: acknowledge software interrupts by Alessandro Rubini · 15 years ago
  51. 87e8824 [ARM] 5582/1: VIC: support ST-modified version with a split init by Alessandro Rubini · 15 years ago
  52. 3f1a567 [ARM] VIC: Fix resume sources usage by Ben Dooks · 15 years ago
  53. c07f87f [ARM] VIC: Add power management device by Ben Dooks · 15 years ago
  54. 77f4025 [ARM] 5455/1: Fix IRQ noise from VIC code by Linus Walleij · 15 years ago
  55. a801cd6 [ARM] VIC: Update asm/hardware/vic.h with PL192 information by Ben Dooks · 16 years ago
  56. fced80c [ARM] Convert asm/io.h to linux/io.h by Russell King · 16 years ago
  57. 10dd5ce [ARM] Remove compatibility layer for ARM irqs by Russell King · 18 years ago
  58. 38c677c [ARM] 3739/1: genirq updates: irq_chip, add and use irq_chip.name by David Brownell · 18 years ago
  59. 824b5b5 [ARM] Adapt vic.c to allow for multiple VICs in a system. by Russell King · 18 years ago
  60. fa0fe48 [ARM] Separate VIC (vectored interrupt controller) support from Versatile by Russell King · 18 years ago