Age | Commit message (Expand) | Author | Files | Lines |
2017-11-27 | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 8 | -12/+28 |
2017-11-23 | irqchip/imgpdc: Use resource_size function on resource object | Vasyl Gomonovych | 1 | -1/+1 |
2017-11-23 | irqchip/qcom: Fix u32 comparison with value less than zero | Colin Ian King | 1 | -1/+1 |
2017-11-17 | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a... | Linus Torvalds | 1 | -77/+2 |
2017-11-17 | Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2 | -4/+10 |
2017-11-16 | Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+1 |
2017-11-14 | irqchip/exiu: Fix return value check in exiu_init() | Wei Yongjun | 1 | -2/+2 |
2017-11-14 | Merge tag 'irqchip-4.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Thomas Gleixner | 5 | -8/+24 |
2017-11-14 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 15 | -322/+1489 |
2017-11-13 | Merge tag 'for-linus' of git://github.com/openrisc/linux | Linus Torvalds | 3 | -0/+206 |
2017-11-13 | irqchip/gic-v3-its: Remove artificial dependency on PCI | Marc Zyngier | 2 | -1/+9 |
2017-11-13 | irqchip/gic-v3: pr_err() strings should end with newlines | Arvind Yadav | 1 | -1/+1 |
2017-11-13 | irqchip/s3c24xx: pr_err() strings should end with newlines | Arvind Yadav | 1 | -2/+2 |
2017-11-12 | irqchip/gic-v3: Fix ppi-partitions lookup | Johan Hovold | 1 | -3/+6 |
2017-11-10 | irqchip/gic-v4: Clear IRQ_DISABLE_UNLAZY again if mapping fails | Marc Zyngier | 1 | -1/+6 |
2017-11-09 | Merge tag 'irqchip-4.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Thomas Gleixner | 6 | -54/+396 |
2017-11-09 | irqchip: mips-gic: Print warning if inherited GIC base is used | Matt Redfearn | 1 | -0/+2 |
2017-11-09 | irqchip/mips-gic: Add pr_fmt and reword pr_* messages | Matt Redfearn | 1 | -4/+7 |
2017-11-07 | irqchip/stm32: Move the wakeup on interrupt mask | Ludovic Barre | 1 | -5/+5 |
2017-11-07 | irqchip/stm32: Fix initial values | Ludovic Barre | 1 | -0/+9 |
2017-11-07 | irqchip/stm32: Add stm32h7 support | Ludovic Barre | 1 | -0/+42 |
2017-11-07 | irqchip/stm32: Add multi-bank management | Ludovic Barre | 1 | -46/+103 |
2017-11-07 | irqchip/stm32: Select GENERIC_IRQ_CHIP | Ludovic Barre | 1 | -0/+1 |
2017-11-07 | irqchip/exiu: Add support for Socionext Synquacer EXIU controller | Ard Biesheuvel | 2 | -0/+228 |
2017-11-07 | irqchip/gic-v3-its: Fix VPE activate callback return value | Marc Zyngier | 1 | -1/+1 |
2017-11-06 | KVM: arm/arm64: Check that system supports split eoi/deactivate | Christoffer Dall | 2 | -4/+10 |
2017-11-05 | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+1 |
2017-11-03 | irqchip: add initial support for ompic | Stafford Horne | 3 | -0/+206 |
2017-11-02 | Merge tag 'irqchip-4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Thomas Gleixner | 4 | -114/+204 |
2017-11-02 | irqchip: mips-gic: Make IPI bitmaps static | Paul Burton | 1 | -2/+2 |
2017-11-02 | irqchip: mips-gic: Share register writes in gic_set_type() | Paul Burton | 1 | -23/+23 |
2017-11-02 | irqchip: mips-gic: Remove gic_vpes variable | Paul Burton | 1 | -5/+0 |
2017-11-02 | irqchip: mips-gic: Use num_possible_cpus() to reserve IPIs | Paul Burton | 1 | -5/+7 |
2017-11-02 | irqchip: mips-gic: Configure EIC when CPUs come online | Paul Burton | 1 | -7/+5 |
2017-11-02 | irqchip: mips-gic: Mask local interrupts when CPUs come online | Paul Burton | 1 | -10/+4 |
2017-11-02 | irqchip: mips-gic: Use irq_cpu_online to (un)mask all-VP(E) IRQs | Paul Burton | 1 | -16/+56 |
2017-11-02 | irqchip: mips-gic: Inline gic_local_irq_domain_map() | Paul Burton | 1 | -36/+22 |
2017-11-02 | irqchip/meson-gpio: add support for Meson8 SoCs | Martin Blumenstingl | 1 | -0/+5 |
2017-11-02 | irqchip/gic: Deal with broken firmware exposing only 4kB of GICv2 CPU interface | Marc Zyngier | 1 | -9/+62 |
2017-11-02 | irqchip/gic-v3-its: Setup VLPI properties at map time | Marc Zyngier | 1 | -2/+16 |
2017-11-02 | Merge tag 'v4.14-rc3' into irq/irqchip-4.15 | Marc Zyngier | 1 | -5/+8 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 10 | -0/+10 |
2017-11-01 | irqchip/irq-mvebu-gicp: Add missing spin_lock init | Antoine Tenart | 1 | -0/+1 |
2017-10-20 | irqchip/meson: Disable COMPILE_TEST | Thomas Gleixner | 1 | -1/+1 |
2017-10-19 | Merge tag 'arm-soc/for-4.15/soc' of http://github.com/Broadcom/stblinux into ... | Arnd Bergmann | 1 | -77/+2 |
2017-10-19 | irqchip/aspeed-i2c-ic: Fix return value check in aspeed_i2c_ic_of_init() | Wei Yongjun | 1 | -2/+2 |
2017-10-19 | irqchip/meson: Add support for gpio interrupt controller | Jerome Brunet | 3 | -0/+423 |
2017-10-19 | irqchip/gic-v3-its: Update effective affinity on VPE mapping | Marc Zyngier | 1 | -0/+6 |
2017-10-19 | irqchip/gic-v3-its: Only send VINVALL to a single ITS | Marc Zyngier | 1 | -0/+5 |
2017-10-19 | irqchip/gic-v3-its: Limit scope of VPE mapping to be per ITS | Marc Zyngier | 1 | -0/+75 |