index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
irqchip
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-14
Merge tag 'irqchip-4.13-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Thomas Gleixner
9
-33
/
+74
2017-08-10
irqchip/gic-v3-its-platform-msi: Fix msi-parent parsing loop
Lorenzo Pieralisi
1
-0
/
+1
2017-08-10
irqchip/gic-v3-its: Allow GIC ITS number more than MAX_NUMNODES
Hanjun Guo
1
-7
/
+31
2017-08-07
irqchip: brcmstb-l2: Define an irq_pm_shutdown function
Florian Fainelli
1
-0
/
+1
2017-08-02
irqchip/gic: Ensure we have an ISB between ack and ->handle_irq
Will Deacon
2
-2
/
+7
2017-08-02
irqchip/gic-v3-its: Remove ACPICA version check for ACPI NUMA
Robert Richter
1
-1
/
+1
2017-07-18
irqchip/digicolor: Drop unnecessary static
Julia Lawall
1
-1
/
+1
2017-07-18
irqchip/mips-cpu: Drop unnecessary static
Julia Lawall
1
-1
/
+1
2017-07-18
irqchip/gic/realview: Drop unnecessary static
Julia Lawall
1
-1
/
+1
2017-07-18
irqchip/mips-gic: Remove population of irq domain names
Matt Redfearn
1
-2
/
+0
2017-07-05
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-1
/
+0
2017-07-04
irqchip/gic-v3: Honor forced affinity setting
Suzuki K Poulose
1
-1
/
+6
2017-07-04
irqchip/gic-v3: Report failures in gic_irq_domain_alloc
Suzuki K Poulose
1
-2
/
+5
2017-07-04
irqchip/gic-v2: Report failures in gic_irq_domain_alloc
Suzuki K Poulose
1
-2
/
+5
2017-07-04
irqchip/atmel-aic: Remove root argument from ->fixup() prototype
Boris Brezillon
4
-15
/
+15
2017-07-04
irqchip/atmel-aic: Fix unbalanced refcount in aic_common_rtc_irq_fixup()
Boris Brezillon
1
-2
/
+2
2017-07-04
irqchip/atmel-aic: Fix unbalanced of_node_put() in aic_common_irq_fixup()
Boris Brezillon
1
-1
/
+0
2017-07-03
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
23
-90
/
+1015
2017-06-30
Merge tag 'irqchip-4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Thomas Gleixner
3
-3
/
+6
2017-06-30
irqchip/or1k-pic: Fix interrupt acknowledgement
Pedro H. Penna
1
-1
/
+1
2017-06-30
irqchip/irq-mvebu-gicp: Allocate enough memory for spi_bitmap
Dan Carpenter
1
-2
/
+2
2017-06-30
irqchip/gic-v3: Fix out-of-bound access in gic_set_affinity
Suzuki K Poulose
1
-0
/
+3
2017-06-23
Merge tag 'irqchip-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...
Thomas Gleixner
19
-84
/
+1006
2017-06-23
irqchip/gic-v3-its: Don't assume GICv3 hardware supports 16bit INTID
Shanker Donthineni
1
-14
/
+10
2017-06-23
irqchip/gic-v3-its: Add ACPI NUMA node mapping
Ganapatrao Kulkarni
1
-1
/
+75
2017-06-23
irqchip/gic-v3-its-platform-msi: Make of_device_ids const
Arvind Yadav
1
-1
/
+1
2017-06-23
irqchip/gic-v3-its: Make of_device_ids const
Arvind Yadav
1
-1
/
+1
2017-06-23
irqchip/irq-mvebu-icu: Add new driver for Marvell ICU
Thomas Petazzoni
3
-0
/
+293
2017-06-23
irqchip/irq-mvebu-gicp: Add new driver for Marvell GICP
Thomas Petazzoni
4
-0
/
+294
2017-06-22
irqchip/MSI: Use irq_domain_update_bus_token instead of an open coded access
Marc Zyngier
5
-5
/
+5
2017-06-22
irqchip/qcom: Use builtin_platform_driver to simplify the code
Wei Yongjun
1
-6
/
+1
2017-06-22
irqchip/aspeed-i2c-ic: Add I2C IRQ controller for Aspeed
Brendan Higgins
2
-1
/
+116
2017-06-22
irqchip/aspeed-vic: Add AST2500 compatible string
Andrew Jeffery
1
-1
/
+2
2017-06-22
irqchip/aspeed-vic: Constify irq_domain_ops
Tobias Klauser
1
-1
/
+1
2017-06-22
Revert "irqchip/armada-370-xp: Fix regression by clearing IRQ_NOAUTOEN"
Thomas Petazzoni
1
-1
/
+0
2017-06-22
irqchip/armada-370-xp: Re-enable per-CPU interrupts at resume time
Thomas Petazzoni
1
-6
/
+40
2017-06-22
irqchip/armada-370-xp: Document the overall driver logic
Thomas Petazzoni
1
-0
/
+80
2017-06-22
irqchip/armada-370-xp: Re-order register definitions
Thomas Petazzoni
1
-11
/
+10
2017-06-22
irqchip/gicv3-its: Skip irq affinity setting when target cpu is the same as c...
MaJun
1
-3
/
+6
2017-06-22
irqchip/gic-v3-its: Fix MSI alias accounting
Robin Murphy
1
-18
/
+17
2017-06-22
irqchip/irq-renesas-h8s: Constify irq_domain_ops
Tobias Klauser
1
-1
/
+1
2017-06-22
irqchip/irq-renesas-h8300h: Constify irq_domain_ops
Tobias Klauser
1
-1
/
+1
2017-06-22
irqchip/irq-mips-gic: Constify irq_domain_ops
Tobias Klauser
1
-1
/
+1
2017-06-22
irqchip/irq-mbigen: Constify irq_domain_ops
Tobias Klauser
1
-1
/
+1
2017-06-22
irqchip/irq-imx-gpcv2: Constify irq_domain_ops
Tobias Klauser
1
-1
/
+1
2017-06-22
irqchip/i8259: Constify irq_domain_ops
Tobias Klauser
1
-1
/
+1
2017-06-22
irqchip/sunxi-nmi: Support sun6i-a31-r-intc compatible
Chen-Yu Tsai
1
-3
/
+26
2017-06-22
irqchip/sunxi-nmi: Const-ify sunxi_sc_nmi_reg_offs structures
Chen-Yu Tsai
1
-4
/
+4
2017-06-22
irqchip/sunxi-nmi: Reorder sunxi_sc_nmi_reg_offs' in ascending order
Chen-Yu Tsai
1
-6
/
+6
2017-06-22
irqchip/sunxi-nmi: Document interrupt disabling and clearing at probe time
Chen-Yu Tsai
1
-0
/
+3
[next]