| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2015-07-18 | 1 | -36/+75 |
|\ |
|
| * | irqchip/gicv3-its: Fix mapping of LPIs to collections | Marc Zyngier | 2015-07-17 | 1 | -36/+75 |
* | | Update Viresh Kumar's email address | Viresh Kumar | 2015-07-17 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 2015-07-12 | 1 | -10/+0 |
|\ |
|
| * | MIPS: Malta: Make GIC FDC IRQ workaround Malta specific | James Hogan | 2015-07-10 | 1 | -10/+0 |
* | | ACPI / ARM64 : use the new BAD_MADT_GICC_ENTRY macro | Al Stone | 2015-07-07 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2015-07-04 | 1 | -18/+1 |
|\ |
|
| * | irqchip: Move IRQCHIP_DECLARE macro to include/linux/irqchip.h | Joel Porquet | 2015-07-02 | 1 | -18/+1 |
* | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 2015-06-27 | 4 | -1/+362 |
|\ \ |
|
| * | | MIPS/IRQCHIP: Move Ingenic SoC intc driver to drivers/irqchip | Paul Burton | 2015-06-21 | 3 | -0/+183 |
| * | | IRQCHIP: irq_cpu: declare irqchip table entry | Paul Burton | 2015-06-21 | 1 | -0/+3 |
| * | | MIPS/IRQCHIP: Move irq_chip from arch/mips to drivers/irqchip. | Ralf Baechle | 2015-06-21 | 3 | -0/+175 |
* | | | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm | Linus Torvalds | 2015-06-26 | 2 | -0/+176 |
|\ \ \ |
|
| * \ \ | Merge branch 'sa1100' into for-next | Russell King | 2015-06-12 | 2 | -0/+176 |
| |\ \ \ |
|
| | * | | | ARM: 8368/1: sa1100: move irq driver to drivers/irqchip/ | Dmitry Eremin-Solenikov | 2015-05-28 | 2 | -0/+176 |
| |/ / / |
|
* | | | | Merge tag 'for-4.2' of git://git.sourceforge.jp/gitroot/uclinux-h8/linux | Linus Torvalds | 2015-06-25 | 4 | -0/+206 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | h8300: IRQ chip driver | Yoshinori Sato | 2015-06-23 | 4 | -0/+206 |
| | |/
| |/| |
|
* | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-06-22 | 23 | -68/+137 |
|\ \ \
| |/ /
|/| | |
|
| * | | irqchip: atmel-aic5: Add sama5d2 support | Nicolas Ferre | 2015-06-18 | 1 | -0/+9 |
| * | | irq: spear-shirq: Fix race in installing chained IRQ handler | Russell King | 2015-06-18 | 1 | -2/+1 |
| * | | irq: irq-keystone: Fix race in installing chained IRQ handler | Russell King | 2015-06-18 | 1 | -2/+1 |
| * | | irqchip: exynos-combiner: Save IRQ enable set on suspend | Javier Martinez Canillas | 2015-06-16 | 1 | -5/+59 |
| * | | irqchip: gic: Simplify gic_configure_irq by using IRQCHIP_SET_TYPE_MASKED | Sudeep Holla | 2015-06-05 | 4 | -17/+3 |
| * | | Merge branch 'linus' into irq/core | Thomas Gleixner | 2015-06-05 | 2 | -71/+2 |
| |\ \ |
|
| * | | | irqchip: mtk-sysirq: Make mtk_sysirq_of_init return error if ioremap fails | Axel Lin | 2015-05-22 | 1 | -1/+1 |
| * | | | Merge branch 'irq/for-arm' into irq/core | Thomas Gleixner | 2015-05-18 | 3 | -7/+45 |
| |\ \ \ |
|
| | * | | | irqchip: vf610-mscm: Support NVIC parent chip | Stefan Agner | 2015-05-18 | 1 | -6/+17 |
| | * | | | irqchip: nvic: Support hierarchy irq domain | Stefan Agner | 2015-05-18 | 2 | -1/+28 |
| | | |/
| | |/| |
|
| * | | | irqchip: vf610: Fix of_io_request_and_map error check | Maxime Ripard | 2015-05-05 | 1 | -3/+2 |
| * | | | irqchip: irqc: Remove platform data support | Geert Uytterhoeven | 2015-05-05 | 1 | -16/+1 |
| * | | | irqchip: Constify irq_domain_ops | Krzysztof Kozlowski | 2015-05-05 | 14 | -15/+15 |
| |/ / |
|
* | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 2015-06-14 | 1 | -7/+14 |
|\ \ \ |
|
| * | | | IRQCHIP: mips-gic: Don't nest calls to do_IRQ() | Rabin Vincent | 2015-06-13 | 1 | -7/+14 |
* | | | | irqchip: sunxi-nmi: Fix off-by-one error in irq iterator | Axel Lin | 2015-06-08 | 1 | -1/+1 |
|/ / / |
|
* | | | irqchip/gicv3-its: ITS table size should not be smaller than PSZ | Minghuan Lian | 2015-05-20 | 1 | -1/+8 |
| |/
|/| |
|
* | | irqchip: tegra: Set the proper base address in irq chip data | Lucas Stach | 2015-05-13 | 1 | -1/+1 |
* | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2015-05-09 | 1 | -70/+1 |
|\ \
| |/
|/| |
|
| * | irqchip: gic: Drop support for gic_arch_extn | Marc Zyngier | 2015-04-24 | 1 | -70/+1 |
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2015-04-24 | 2 | -0/+107 |
|\ \
| |/
|/| |
|
| * | ACPI: move arm64 GSI IRQ model to generic GSI IRQ layer | Lorenzo Pieralisi | 2015-03-26 | 1 | -0/+2 |
| * | irqchip: Add GICv2 specific ACPI boot support | Tomasz Nowicki | 2015-03-26 | 2 | -0/+105 |
* | | Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2015-04-20 | 2 | -4/+4 |
|\ \ |
|
| * | | drivers: fix up obsolete cpu function usage. | Rusty Russell | 2015-03-05 | 2 | -4/+4 |
* | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 2015-04-17 | 6 | -68/+515 |
|\ \ \ |
|
| * | | | IRQCHIP: Add new driver for BCM7038-style level 1 interrupt controllers | Kevin Cernekee | 2015-04-01 | 3 | -0/+341 |
| * | | | IRQCHIP: bcm7120-l2: Add support for BCM3380-style controllers | Kevin Cernekee | 2015-04-01 | 1 | -4/+51 |
| * | | | IRQCHIP: bcm7120-l2: Split STB-specific logic into its own function | Kevin Cernekee | 2015-04-01 | 1 | -55/+68 |
| * | | | IRQCHIP: bcm7120-l2: Refactor driver for arbitrary IRQEN/IRQSTAT offsets | Kevin Cernekee | 2015-04-01 | 1 | -13/+28 |
| * | | | IRQCHIP: brcmstb-l2: don't clear wakeable interrupts at init time | Brian Norris | 2015-04-01 | 1 | -3/+6 |
| * | | | IRQCHIP: irq-mips-gic: Add new functions to start/stop the GIC counter | Markos Chandras | 2015-03-31 | 1 | -0/+21 |