index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
irqchip
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-08
irqchip: gic-v3: Initial support for GICv3
Marc Zyngier
3
-0
/
+698
2014-07-08
irqchip: gic: Move some bits of GICv2 to a library-type file
Marc Zyngier
4
-56
/
+149
2014-07-01
Merge branch 'irqchip/crossbar' into irqchip/core
Jason Cooper
1
-25
/
+143
2014-07-01
irqchip: or1k-pic: Migrate from arch/openrisc/
Stefan Kristiansson
3
-0
/
+187
2014-06-30
irqchip: crossbar: Allow for quirky hardware with direct hardwiring of GIC
Nishanth Menon
1
-2
/
+18
2014-06-30
irqchip: crossbar: Introduce centralized check for crossbar write
Nishanth Menon
1
-2
/
+12
2014-06-30
irqchip: crossbar: Introduce ti, max-crossbar-sources to identify valid crossbar mapping
Nishanth Menon
1
-2
/
+19
2014-06-30
irqchip: crossbar: Add kerneldoc for crossbar_domain_unmap callback
Sricharan R
1
-0
/
+11
2014-06-30
irqchip: crossbar: Set cb pointer to null in case of error
Sricharan R
1
-0
/
+2
2014-06-30
irqchip: crossbar: Change the goto naming
Nishanth Menon
1
-12
/
+11
2014-06-30
irqchip: crossbar: Return proper error value
Nishanth Menon
1
-3
/
+11
2014-06-30
irqchip: crossbar: Fix kerneldoc warning
Nishanth Menon
1
-1
/
+3
2014-06-30
irqchip: crossbar: Fix sparse and checkpatch warnings
Nishanth Menon
1
-3
/
+4
2014-06-30
irqchip: crossbar: Remove IS_ERR_VALUE check
Nishanth Menon
1
-3
/
+3
2014-06-30
irqchip: crossbar: Change allocation logic by reversing search for free irqs
Nishanth Menon
1
-2
/
+2
2014-06-30
irqchip: crossbar: Initialise the crossbar with a safe value
Nishanth Menon
1
-2
/
+17
2014-06-30
irqchip: crossbar: Introduce ti, irqs-skip to skip irqs that bypass crossbar
Nishanth Menon
1
-0
/
+20
2014-06-30
irqchip: crossbar: Check for premapped crossbar before allocating
Nishanth Menon
1
-0
/
+16
2014-06-30
irqchip: crossbar: Dont use '0' to mark reserved interrupts
Nishanth Menon
1
-2
/
+3
2014-06-24
irqchip: versatile-fpga: add support for arm,versatile-sic
Rob Herring
1
-0
/
+11
2014-06-24
irqchip: versatile-fpga: Add IRQCHIP_DECLARE support
Rob Herring
1
-1
/
+6
2014-06-24
irqchip: spear_shirq: Simplify register access code
Thomas Gleixner
1
-45
/
+16
2014-06-24
irqchip: spear_shirq: Use proper irq chips for the different SoCs
Thomas Gleixner
1
-52
/
+45
2014-06-24
irqchip: spear_shirq: Remove the parent irq "ack"/unmask
Thomas Gleixner
1
-6
/
+0
2014-06-24
irqchip: spear_shirq: Simplify chained handler
Thomas Gleixner
1
-11
/
+8
2014-06-24
irqchip: spear_shirq: Kill the clear_reg nonsense
Thomas Gleixner
1
-34
/
+1
2014-06-24
irqchip: spear_shirq: Precalculate status mask
Thomas Gleixner
1
-1
/
+12
2014-06-24
irqchip: spear_shirq: Use the proper interfaces
Thomas Gleixner
1
-5
/
+5
2014-06-24
irqchip: spear_shirq: Reorder the spear320 ras blocks
Thomas Gleixner
1
-13
/
+13
2014-06-24
irqchip: spear_shirq: Namespace cleanup
Thomas Gleixner
1
-53
/
+53
2014-06-24
irqchip: spear_shirq: No point in storing the parent irq
Thomas Gleixner
1
-9
/
+8
2014-06-24
irqchip: spear_shirq: Move private structs to source
Thomas Gleixner
1
-7
/
+45
2014-06-24
irqchip: spear_shirq: Kill pointless static
Thomas Gleixner
1
-1
/
+1
2014-06-24
Merge branch 'irqchip/urgent' into irqchip/core
Jason Cooper
3
-4
/
+17
2014-06-21
irqchip: spear_shirq: Fix interrupt offset
Thomas Gleixner
1
-1
/
+1
2014-06-21
irqchip: nvic: Use the generic noop function
Daniel Thompson
1
-9
/
+4
2014-06-21
irqchip: brcmstb-l2: Level-2 interrupts are edge sensitive
Florian Fainelli
1
-1
/
+1
2014-06-21
irqchip: armada-370-xp: Mask all interrupts during initialization.
Thomas Petazzoni
1
-2
/
+15
2014-06-19
irq-gic: remove file name from heading comment
Sergei Shtylyov
1
-2
/
+0
2014-06-04
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next
Linus Torvalds
4
-1
/
+210
2014-06-04
Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux into next
Linus Torvalds
4
-13
/
+10
2014-06-02
Merge tag 'soc-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc into next
Linus Torvalds
2
-4
/
+24
2014-05-27
Merge tag 'irqchip-3.16' of git://git.infradead.org/users/jcooper/linux into irq/core
Thomas Gleixner
4
-1
/
+210
2014-05-27
irqchip: brcmstb-l2: Add Broadcom Set Top Box Level-2 interrupt controller
Florian Fainelli
3
-0
/
+209
2014-05-21
Merge tag 'vexpress/updates-for-3.16' of git://git.linaro.org/people/pawel.moll/linux into next/cleanup
Olof Johansson
2
-35
/
+21
2014-05-20
of: consolidate linker section OF match table declarations
Rob Herring
1
-4
/
+3
2014-05-20
irqchip: mxs: Fix function type for IRQCHIP_OF_DECLARE
Rob Herring
1
-2
/
+2
2014-05-20
irqchip: s3c24xx: Fix function type for IRQCHIP_OF_DECLARE
Rob Herring
1
-4
/
+2
2014-05-20
irqchip: align irqchip OF match table section naming
Rob Herring
1
-3
/
+3
2014-05-19
Merge tag 'mvebu-soc-3.16' of git://git.infradead.org/linux-mvebu into next/soc
Olof Johansson
2
-4
/
+24
[prev]
[next]