summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | PCI/MSI: Rename __read_msi_msg() to __pci_read_msi_msg()Jiang Liu2014-11-234-12/+6
| * | | PCI/MSI: Kill redundant call of irq_set_msi_desc() for MSI-X interruptsJiang Liu2014-11-231-1/+0
| * | | PCI/MSI: Simplify PCI MSI code by initializing msi_desc.nvec_used earlierJiang Liu2014-11-232-33/+15
| * | | PCI/MSI: Remove unnecessary braces around single statementsJiang Liu2014-11-231-6/+3
| * | | ARM/PCI: Remove unused pcibios_add_bus() and pcibios_remove_bus()Yijing Wang2014-11-212-20/+0
| * | | PCI: xilinx: Save MSI controller in pci_sys_dataYijing Wang2014-11-211-15/+5
| * | | PCI: mvebu: Save MSI controller in pci_sys_dataYijing Wang2014-11-211-7/+4
| * | | PCI: rcar: Save MSI controller in pci_sys_dataYijing Wang2014-11-211-10/+3
| * | | PCI: designware: Save MSI controller in pci_sys_dataYijing Wang2014-11-211-11/+5
| * | | PCI: tegra: Save MSI controller in pci_sys_dataYijing Wang2014-11-211-10/+4
| * | | ARM/PCI: Save MSI controller in pci_sys_dataYijing Wang2014-11-212-0/+18
| * | | PCI/MSI: Add weak pcibios_msi_controller()Yijing Wang2014-11-121-1/+16
| * | | PCI/MSI: Rename "struct msi_chip" to "struct msi_controller"Yijing Wang2014-11-1214-38/+40
| * | | s390/MSI: Use __msi_mask_irq() instead of default_msi_mask_irq()Yijing Wang2014-11-112-4/+2
| * | | Revert "PCI: Add x86_msi.msi_mask_irq() and msix_mask_irq()"Yijing Wang2014-11-115-43/+11
| * | | PCI/MSI: Add pci_msi_ignore_mask to prevent writes to MSI/MSI-X Mask BitsYijing Wang2014-11-063-1/+9
* | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-12-1018-188/+345
|\ \ \ \
| * | | | irqchip: dw-apb-ictl: Add PM supportJisheng Zhang2014-11-261-0/+19
| * | | | irqchip: dw-apb-ictl: Enable IRQ_GC_MASK_CACHE_PER_TYPEJisheng Zhang2014-11-261-0/+1
| * | | | irqchip: dw-apb-ictl: Always use use {readl|writel}_relaxedJisheng Zhang2014-11-261-6/+6
| * | | | Merge branch 'irqchip/atmel' into irqchip/coreJason Cooper2014-11-263-5/+49
| |\ \ \ \
| | * | | | irqchip: atmel-aic: Add missing entry for rm9200 irq fixupsBoris BREZILLON2014-11-091-0/+1
| | * | | | irqchip: atmel-aic: Rename at91sam9_aic_irq_fixup for naming consistencyBoris BREZILLON2014-11-091-3/+3
| | * | | | irqchip: atmel-aic: Add specific irq fixup function for sam9g45 and sam9rlBoris BREZILLON2014-11-091-2/+8
| | * | | | irqchip: atmel-aic: Add irq fixups for at91sam926x SoCsBoris BREZILLON2014-11-091-0/+9
| | * | | | irqchip: atmel-aic: Add irq fixup for RTT blockBoris BREZILLON2014-11-092-0/+28
| | |/ / /
| * | | | ARM: orion: convert the irq_reg_{readl,writel} calls to the new APIGregory CLEMENT2014-11-261-4/+4
| * | | | Merge tag 'tags/mvebu-fixes-3.18' into irqchip/coreJason Cooper2014-11-262-5/+33
| |\ \ \ \
| * | | | | irqchip: brcmstb-l2: Convert driver to use irq_reg_{readl,writel}Kevin Cernekee2014-11-091-12/+22
| * | | | | irqchip: bcm7120-l2: Convert driver to use irq_reg_{readl,writel}Kevin Cernekee2014-11-091-10/+14
| * | | | | irqchip: bcm7120-l2: Decouple driver from brcmstb-l2Kevin Cernekee2014-11-094-3/+9
| * | | | | irqchip: bcm7120-l2: Extend driver to support 64+ bit controllersKevin Cernekee2014-11-092-57/+113
| * | | | | irqchip: bcm7120-l2: Use gc->mask_cache to simplify suspend/resume functionsKevin Cernekee2014-11-091-8/+3
| * | | | | irqchip: bcm7120-l2: Fix missing nibble in gc->unused maskKevin Cernekee2014-11-091-1/+1
| * | | | | irqchip: bcm7120-l2: Make sure all register accesses use base+offsetKevin Cernekee2014-11-091-3/+3
| * | | | | irqchip: bcm7120-l2, brcmstb-l2: Remove ARM Kconfig dependencyKevin Cernekee2014-11-091-1/+0
| * | | | | irqchip: bcm7120-l2: Eliminate bad IRQ checkKevin Cernekee2014-11-091-11/+2
| * | | | | irqchip: brcmstb-l2: Eliminate dependency on ARM codeKevin Cernekee2014-11-091-3/+4
| * | | | | genirq: Generic chip: Add big endian I/O accessorsKevin Cernekee2014-11-092-0/+18
| * | | | | genirq: Generic chip: Allow irqchip drivers to override irq_reg_{readl,writel}Kevin Cernekee2014-11-091-2/+12
| * | | | | genirq: Generic chip: Change irq_reg_{readl,writel} argumentsKevin Cernekee2014-11-096-75/+78
| * | | | | irqchip: irq-armada-370-xp: Use proper return value for ->set_affinity()Thomas Petazzoni2014-11-091-1/+1
| * | | | | irqchip: dw-apb-ictl: Select GENERIC_IRQ_CHIPJisheng Zhang2014-11-021-0/+1
| * | | | | irqchip: hip04: Convert to handle_domain_irqMarc Zyngier2014-11-021-2/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-12-1014-100/+253
|\ \ \ \ \
| * \ \ \ \ Merge branch 'clockevents/3.19' of http://git.linaro.org/people/daniel.lezcan...Thomas Gleixner2014-11-275-18/+99
| |\ \ \ \ \
| | * | | | | clocksource: armada-370-xp: Use the reference clock on A375 SoCEzequiel Garcia2014-11-262-3/+34
| | * | | | | watchdog: orion: Use the reference clock on Armada 375 SoCEzequiel Garcia2014-11-262-1/+54
| | * | | | | clocksource: armada-370-xp: Add missing clock enableEzequiel Garcia2014-11-261-0/+2
| | * | | | | clocksource: sirf: Remove hard-coded clock rateYanchang Li2014-11-191-14/+9
OpenPOWER on IntegriCloud