index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2014-12-10
14
-202
/
+390
|
\
|
*
PCI/MSI: Allow an msi_controller to be associated to an irq domain
Marc Zyngier
2014-11-23
1
-2
/
+14
|
*
PCI/MSI: Provide mechanism to alloc/free MSI/MSIX interrupt from irqdomain
Jiang Liu
2014-11-23
1
-3
/
+64
|
*
PCI/MSI: Enhance core to support hierarchy irqdomain
Jiang Liu
2014-11-23
2
-0
/
+173
|
*
PCI/MSI: Move cached entry functions to irq core
Jiang Liu
2014-11-23
2
-18
/
+1
|
*
PCI/MSI: Rename mask/unmask_msi_irq treewide
Thomas Gleixner
2014-11-23
6
-22
/
+22
|
*
PCI/MSI: Rename mask/unmask_msi_irq et al
Thomas Gleixner
2014-11-23
1
-8
/
+16
|
*
PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg()
Jiang Liu
2014-11-23
7
-11
/
+11
|
*
PCI/MSI: Rename __read_msi_msg() to __pci_read_msi_msg()
Jiang Liu
2014-11-23
1
-8
/
+1
|
*
PCI/MSI: Kill redundant call of irq_set_msi_desc() for MSI-X interrupts
Jiang Liu
2014-11-23
1
-1
/
+0
|
*
PCI/MSI: Simplify PCI MSI code by initializing msi_desc.nvec_used earlier
Jiang Liu
2014-11-23
2
-33
/
+15
|
*
PCI/MSI: Remove unnecessary braces around single statements
Jiang Liu
2014-11-23
1
-6
/
+3
|
*
PCI: xilinx: Save MSI controller in pci_sys_data
Yijing Wang
2014-11-21
1
-15
/
+5
|
*
PCI: mvebu: Save MSI controller in pci_sys_data
Yijing Wang
2014-11-21
1
-7
/
+4
|
*
PCI: rcar: Save MSI controller in pci_sys_data
Yijing Wang
2014-11-21
1
-10
/
+3
|
*
PCI: designware: Save MSI controller in pci_sys_data
Yijing Wang
2014-11-21
1
-11
/
+5
|
*
PCI: tegra: Save MSI controller in pci_sys_data
Yijing Wang
2014-11-21
1
-10
/
+4
|
*
PCI/MSI: Add weak pcibios_msi_controller()
Yijing Wang
2014-11-12
1
-1
/
+16
|
*
PCI/MSI: Rename "struct msi_chip" to "struct msi_controller"
Yijing Wang
2014-11-12
11
-28
/
+30
|
*
Revert "PCI: Add x86_msi.msi_mask_irq() and msix_mask_irq()"
Yijing Wang
2014-11-11
1
-16
/
+6
|
*
PCI/MSI: Add pci_msi_ignore_mask to prevent writes to MSI/MSI-X Mask Bits
Yijing Wang
2014-11-06
1
-1
/
+6
*
|
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2014-12-10
13
-159
/
+271
|
\
\
|
*
|
irqchip: dw-apb-ictl: Add PM support
Jisheng Zhang
2014-11-26
1
-0
/
+19
|
*
|
irqchip: dw-apb-ictl: Enable IRQ_GC_MASK_CACHE_PER_TYPE
Jisheng Zhang
2014-11-26
1
-0
/
+1
|
*
|
irqchip: dw-apb-ictl: Always use use {readl|writel}_relaxed
Jisheng Zhang
2014-11-26
1
-6
/
+6
|
*
|
Merge branch 'irqchip/atmel' into irqchip/core
Jason Cooper
2014-11-26
3
-5
/
+49
|
|
\
\
|
|
*
|
irqchip: atmel-aic: Add missing entry for rm9200 irq fixups
Boris BREZILLON
2014-11-09
1
-0
/
+1
|
|
*
|
irqchip: atmel-aic: Rename at91sam9_aic_irq_fixup for naming consistency
Boris BREZILLON
2014-11-09
1
-3
/
+3
|
|
*
|
irqchip: atmel-aic: Add specific irq fixup function for sam9g45 and sam9rl
Boris BREZILLON
2014-11-09
1
-2
/
+8
|
|
*
|
irqchip: atmel-aic: Add irq fixups for at91sam926x SoCs
Boris BREZILLON
2014-11-09
1
-0
/
+9
|
|
*
|
irqchip: atmel-aic: Add irq fixup for RTT block
Boris BREZILLON
2014-11-09
2
-0
/
+28
|
|
|
/
|
*
|
irqchip: brcmstb-l2: Convert driver to use irq_reg_{readl,writel}
Kevin Cernekee
2014-11-09
1
-12
/
+22
|
*
|
irqchip: bcm7120-l2: Convert driver to use irq_reg_{readl,writel}
Kevin Cernekee
2014-11-09
1
-10
/
+14
|
*
|
irqchip: bcm7120-l2: Decouple driver from brcmstb-l2
Kevin Cernekee
2014-11-09
3
-3
/
+8
|
*
|
irqchip: bcm7120-l2: Extend driver to support 64+ bit controllers
Kevin Cernekee
2014-11-09
1
-49
/
+95
|
*
|
irqchip: bcm7120-l2: Use gc->mask_cache to simplify suspend/resume functions
Kevin Cernekee
2014-11-09
1
-8
/
+3
|
*
|
irqchip: bcm7120-l2: Fix missing nibble in gc->unused mask
Kevin Cernekee
2014-11-09
1
-1
/
+1
|
*
|
irqchip: bcm7120-l2: Make sure all register accesses use base+offset
Kevin Cernekee
2014-11-09
1
-3
/
+3
|
*
|
irqchip: bcm7120-l2, brcmstb-l2: Remove ARM Kconfig dependency
Kevin Cernekee
2014-11-09
1
-1
/
+0
|
*
|
irqchip: bcm7120-l2: Eliminate bad IRQ check
Kevin Cernekee
2014-11-09
1
-11
/
+2
|
*
|
irqchip: brcmstb-l2: Eliminate dependency on ARM code
Kevin Cernekee
2014-11-09
1
-3
/
+4
|
*
|
genirq: Generic chip: Change irq_reg_{readl,writel} arguments
Kevin Cernekee
2014-11-09
4
-58
/
+55
|
*
|
irqchip: irq-armada-370-xp: Use proper return value for ->set_affinity()
Thomas Petazzoni
2014-11-09
1
-1
/
+1
|
*
|
irqchip: dw-apb-ictl: Select GENERIC_IRQ_CHIP
Jisheng Zhang
2014-11-02
1
-0
/
+1
|
*
|
irqchip: hip04: Convert to handle_domain_irq
Marc Zyngier
2014-11-02
1
-2
/
+1
|
|
/
*
|
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2014-12-10
5
-48
/
+115
|
\
\
|
*
\
Merge branch 'clockevents/3.19' of http://git.linaro.org/people/daniel.lezcan...
Thomas Gleixner
2014-11-27
3
-15
/
+80
|
|
\
\
|
|
*
|
clocksource: armada-370-xp: Use the reference clock on A375 SoC
Ezequiel Garcia
2014-11-26
1
-0
/
+28
|
|
*
|
watchdog: orion: Use the reference clock on Armada 375 SoC
Ezequiel Garcia
2014-11-26
1
-1
/
+41
|
|
*
|
clocksource: armada-370-xp: Add missing clock enable
Ezequiel Garcia
2014-11-26
1
-0
/
+2
[next]