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