Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
0308af4465897c889e32754ef37bb465a1b2b872
/
drivers
/
irqchip
fea322d
irqchip: gic-v3: Declare rdist as __percpu pointer to __iomem pointer
by Will Deacon
· 10 years ago
f3d147b
irqchip: gic: Make gic_default_routable_irq_domain_ops static
by Will Deacon
· 10 years ago
bc64690
irqchip: exynos-combiner: Fix compilation error on ARM64
by Naveen Krishna Chatradhi
· 10 years ago
702f7e3
irqchip: crossbar: Off by one bugs in init
by Dan Carpenter
· 10 years ago
c44e9d7
irqchip: gic-v3: Tag all low level accessors __maybe_unused
by Mark Brown
· 10 years ago
ddc8682
irqchip: gic-v3: Only define gic_peek_irq() when building SMP
by Mark Brown
· 10 years ago
b3345d7
Merge tag 'soc-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 10 years ago
44c916d
Merge tag 'cleanup-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 10 years ago
158c129
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 10 years ago
08d69a2
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
5167d09
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 10 years ago
f169f40
Merge branches 'samsung/cleanup' and 'samsung/s5p-cleanup-v2', tag 'v3.16-rc6' into next/soc
by Arnd Bergmann
· 10 years ago
72c5839
arm64: gicv3: Allow GICv3 compilation with older binutils
by Catalin Marinas
· 10 years ago
ecb3c2b
Merge tag 'deps-irqchip-gic-3.17' of git://git.infradead.org/users/jcooper/linux
by Catalin Marinas
· 10 years ago
f37ac9e
Merge tag 'exynos-cpuidle' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/soc
by Olof Johansson
· 10 years ago
f0cf9d2
Merge branch 'irqchip/atmel-aic' into irqchip/core
by Jason Cooper
· 10 years ago
20c0c60
Merge tag 'tags/deps-irqchip-gic-3.17' into irqchip/core
by Jason Cooper
· 10 years ago
29e697b
irqchip: gic: Fix core ID calculation when topology is read from DT
by Tomasz Figa
· 10 years ago
6704d12
irqchip: atmel-aic: Define irq fixups for atmel SoCs
by Boris BREZILLON
· 10 years ago
3d61467
irqchip: atmel-aic: Implement RTC irq fixup
by Boris BREZILLON
· 10 years ago
b2f579b
irqchip: atmel-aic: Add irq fixup infrastructure
by Boris BREZILLON
· 10 years ago
b1479eb
irqchip: atmel-aic: Add atmel AIC/AIC5 drivers
by Boris BREZILLON
· 10 years ago
144cb08
irqchip: gic: Add binding probe for ARM GIC400
by Suravee Suthikulpanit
· 10 years ago
e1adcba
Merge tag 'ux500-core-for-v3.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson into next/cleanup
by Olof Johansson
· 10 years ago
b8529ec
ARM: S5PC100: no more support S5PC100 SoC
by Kukjin Kim
· 10 years ago
a97e8027
irqchip: gic: Add support for cortex a7 compatible string
by Matthias Brugger
· 10 years ago
021f653
irqchip: gic-v3: Initial support for GICv3
by Marc Zyngier
· 10 years ago
d51d0af
irqchip: gic: Move some bits of GICv2 to a library-type file
by Marc Zyngier
· 10 years ago
885d078
Merge branch 'irqchip/crossbar' into irqchip/core
by Jason Cooper
· 10 years ago
4db8e6d
irqchip: or1k-pic: Migrate from arch/openrisc/
by Stefan Kristiansson
· 11 years ago
d360892
irqchip: crossbar: Allow for quirky hardware with direct hardwiring of GIC
by Nishanth Menon
· 10 years ago
29918b6
irqchip: crossbar: Introduce centralized check for crossbar write
by Nishanth Menon
· 10 years ago
2f7d2fb
irqchip: crossbar: Introduce ti, max-crossbar-sources to identify valid crossbar mapping
by Nishanth Menon
· 10 years ago
8b09a45
irqchip: crossbar: Add kerneldoc for crossbar_domain_unmap callback
by Sricharan R
· 10 years ago
99e37d0e
irqchip: crossbar: Set cb pointer to null in case of error
by Sricharan R
· 10 years ago
3c44d51
irqchip: crossbar: Change the goto naming
by Nishanth Menon
· 10 years ago
edb442d
irqchip: crossbar: Return proper error value
by Nishanth Menon
· 10 years ago
e30ef8a
irqchip: crossbar: Fix kerneldoc warning
by Nishanth Menon
· 10 years ago
4dbf45e
irqchip: crossbar: Fix sparse and checkpatch warnings
by Nishanth Menon
· 10 years ago
d4922a9
irqchip: crossbar: Remove IS_ERR_VALUE check
by Nishanth Menon
· 10 years ago
ddee0fb
irqchip: crossbar: Change allocation logic by reversing search for free irqs
by Nishanth Menon
· 10 years ago
a35057d
irqchip: crossbar: Initialise the crossbar with a safe value
by Nishanth Menon
· 10 years ago
64e0f8b
irqchip: crossbar: Introduce ti, irqs-skip to skip irqs that bypass crossbar
by Nishanth Menon
· 10 years ago
6f16fc8
irqchip: crossbar: Check for premapped crossbar before allocating
by Nishanth Menon
· 10 years ago
1d50d2c
irqchip: crossbar: Dont use '0' to mark reserved interrupts
by Nishanth Menon
· 10 years ago
5931846
irqchip: versatile-fpga: add support for arm,versatile-sic
by Rob Herring
· 11 years ago
2920bc9
irqchip: versatile-fpga: Add IRQCHIP_DECLARE support
by Rob Herring
· 10 years ago
1b0a76c
irqchip: spear_shirq: Simplify register access code
by Thomas Gleixner
· 10 years ago
f07e42f
irqchip: spear_shirq: Use proper irq chips for the different SoCs
by Thomas Gleixner
· 10 years ago
fe64ac8
irqchip: spear_shirq: Remove the parent irq "ack"/unmask
by Thomas Gleixner
· 10 years ago
25dc49e
irqchip: spear_shirq: Simplify chained handler
by Thomas Gleixner
· 10 years ago
97dcc21
irqchip: spear_shirq: Kill the clear_reg nonsense
by Thomas Gleixner
· 10 years ago
4ecc832
irqchip: spear_shirq: Precalculate status mask
by Thomas Gleixner
· 10 years ago
e3c871a
irqchip: spear_shirq: Use the proper interfaces
by Thomas Gleixner
· 10 years ago
03319a1
irqchip: spear_shirq: Reorder the spear320 ras blocks
by Thomas Gleixner
· 10 years ago
c5d1d85
irqchip: spear_shirq: Namespace cleanup
by Thomas Gleixner
· 10 years ago
f37ecbc
irqchip: spear_shirq: No point in storing the parent irq
by Thomas Gleixner
· 10 years ago
078bc00
irqchip: spear_shirq: Move private structs to source
by Thomas Gleixner
· 10 years ago
a26c06f
irqchip: spear_shirq: Kill pointless static
by Thomas Gleixner
· 10 years ago
c874a59
Merge branch 'irqchip/urgent' into irqchip/core
by Jason Cooper
· 10 years ago
4f43660
irqchip: spear_shirq: Fix interrupt offset
by Thomas Gleixner
· 10 years ago
8b53ec2
irqchip: nvic: Use the generic noop function
by Daniel Thompson
· 10 years ago
00ac202
irqchip: brcmstb-l2: Level-2 interrupts are edge sensitive
by Florian Fainelli
· 10 years ago
b73842b
irqchip: armada-370-xp: Mask all interrupts during initialization.
by Thomas Petazzoni
· 10 years ago
d31e373
irq-gic: remove file name from heading comment
by Sergei Shtylyov
· 11 years ago
d09cc36
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next
by Linus Torvalds
· 10 years ago
d2705064
Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux into next
by Linus Torvalds
· 10 years ago
825f4e0
Merge tag 'soc-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc into next
by Linus Torvalds
· 10 years ago
c0ffa79
Merge tag 'irqchip-3.16' of git://git.infradead.org/users/jcooper/linux into irq/core
by Thomas Gleixner
· 11 years ago
7f646e9
irqchip: brcmstb-l2: Add Broadcom Set Top Box Level-2 interrupt controller
by Florian Fainelli
· 11 years ago
486ad2e
Merge tag 'vexpress/updates-for-3.16' of git://git.linaro.org/people/pawel.moll/linux into next/cleanup
by Olof Johansson
· 11 years ago
54196cc
of: consolidate linker section OF match table declarations
by Rob Herring
· 11 years ago
10776b5
irqchip: mxs: Fix function type for IRQCHIP_OF_DECLARE
by Rob Herring
· 11 years ago
4f41083
irqchip: s3c24xx: Fix function type for IRQCHIP_OF_DECLARE
by Rob Herring
· 11 years ago
735e0da
irqchip: align irqchip OF match table section naming
by Rob Herring
· 11 years ago
5df22a6
Merge tag 'mvebu-soc-3.16' of git://git.infradead.org/linux-mvebu into next/soc
by Olof Johansson
· 11 years ago
b8802f7
irqchip: gic: Use mask field in GICC_IAR
by Haojian Zhuang
· 11 years ago
7caf685
irqchip: sirf: fix one minor checkpatch issue
by Bin Shi
· 11 years ago
9faa832
Merge tag 'irqchip-mvebu-3.16' of git://git.infradead.org/linux-mvebu into irq/core
by Thomas Gleixner
· 11 years ago
bffbc6e
irqchip: orion: Reverse irq handling priority
by Sebastian Hesselbarth
· 11 years ago
d7df84b
irqchip: irq-armada-370-xp: Use cpu notifier to initialize secondary CPUs
by Thomas Petazzoni
· 11 years ago
ef37d33
irqchip: irq-armada-370-xp: Do the set_smp_cross_call() in the driver
by Thomas Petazzoni
· 11 years ago
0a1f83a
Merge tag 'mvebu-irqchip-fixes-3.15' of git://git.infradead.org/linux-mvebu into irq/urgent
by Thomas Gleixner
· 11 years ago
3894e9e
irqchip: irq-crossbar: Not allocating enough memory
by Dan Carpenter
· 11 years ago
8cc3cfc
irqchip: armanda: Sanitize set_irq_affinity()
by Thomas Gleixner
· 11 years ago
d9e9e8e
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
ff3c664
irqchip: armada-370-xp: Fix releasing of MSIs
by Neil Greatorex
· 11 years ago
830cbe4
irqchip: armada-370-xp: implement the ->check_device() msi_chip operation
by Thomas Petazzoni
· 11 years ago
da343fc
irqchip: armada-370-xp: fix invalid cast of signed value into unsigned variable
by Thomas Petazzoni
· 11 years ago
9cc2368
Shiraz has moved
by Viresh Kumar
· 11 years ago
ffde1de
irqchip: Gic: Support forced affinity setting
by Thomas Gleixner
· 11 years ago
f6da9fe
irqchip: vic: Properly chain the cascaded IRQs
by Linus Walleij
· 11 years ago
cbda94e
Merge tag 'drivers-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 11 years ago
ff050ad
Merge tag 'soc-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 11 years ago
dfc25e4
Merge tag 'cleanup-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 11 years ago
9f80036
Merge tag 'fixes-non-critical-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 11 years ago
1b422ec
irqchip: sun7i/sun6i: Disable NMI before registering the handler
by Hans de Goede
· 11 years ago
6058bb3
ARM: sun7i/sun6i: irqchip: Add irqchip driver for NMI controller
by Carlo Caione
· 11 years ago
cc3b68f
irqchip: sun4i: Simplify sun4i_irq_ack
by Hans de Goede
· 11 years ago
915b78c
irqchip: sun4i: Use handle_fasteoi_irq for all interrupts
by Hans de Goede
· 11 years ago
Next »