aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
...
| * | | genirq: Introduce helper irq_domain_set_info() to reduce duplicated codeJiang Liu2014-11-23
| * | | genirq: Split out flow handler typedefs into seperate header fileThomas Gleixner2014-11-23
| * | | genirq: Add IRQ_SET_MASK_OK_DONE to support stacked irqchipJiang Liu2014-11-23
| * | | genirq: Introduce irq_chip.irq_compose_msi_msg() to support stacked irqchipJiang Liu2014-11-23
| * | | genirq: Add more helper functions to support stacked irq_chipYingjoe Chen2014-11-23
| * | | genirq: Introduce helper functions to support stacked irq_chipJiang Liu2014-11-23
| * | | irqdomain: Do irq_find_mapping and set_type for hierarchy irqdomain in case OFYingjoe Chen2014-11-23
| * | | irqdomain: Introduce new interfaces to support hierarchy irqdomainsJiang Liu2014-11-23
| * | | PCI/MSI: Introduce helpers to hide struct msi_desc implementation detailsJiang Liu2014-11-23
| * | | PCI/MSI: Rename mask/unmask_msi_irq treewideThomas Gleixner2014-11-23
| * | | PCI/MSI: Rename mask/unmask_msi_irq et alThomas Gleixner2014-11-23
| * | | PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg()Jiang Liu2014-11-23
| * | | PCI/MSI: Rename __read_msi_msg() to __pci_read_msi_msg()Jiang Liu2014-11-23
| * | | PCI/MSI: Kill redundant call of irq_set_msi_desc() for MSI-X interruptsJiang Liu2014-11-23
| * | | PCI/MSI: Simplify PCI MSI code by initializing msi_desc.nvec_used earlierJiang Liu2014-11-23
| * | | PCI/MSI: Remove unnecessary braces around single statementsJiang Liu2014-11-23
| * | | ARM/PCI: Remove unused pcibios_add_bus() and pcibios_remove_bus()Yijing Wang2014-11-21
| * | | PCI: xilinx: Save MSI controller in pci_sys_dataYijing Wang2014-11-21
| * | | PCI: mvebu: Save MSI controller in pci_sys_dataYijing Wang2014-11-21
| * | | PCI: rcar: Save MSI controller in pci_sys_dataYijing Wang2014-11-21
| * | | PCI: designware: Save MSI controller in pci_sys_dataYijing Wang2014-11-21
| * | | PCI: tegra: Save MSI controller in pci_sys_dataYijing Wang2014-11-21
| * | | ARM/PCI: Save MSI controller in pci_sys_dataYijing Wang2014-11-21
| * | | PCI/MSI: Add weak pcibios_msi_controller()Yijing Wang2014-11-12
| * | | PCI/MSI: Rename "struct msi_chip" to "struct msi_controller"Yijing Wang2014-11-12
| * | | s390/MSI: Use __msi_mask_irq() instead of default_msi_mask_irq()Yijing Wang2014-11-11
| * | | Revert "PCI: Add x86_msi.msi_mask_irq() and msix_mask_irq()"Yijing Wang2014-11-11
| * | | PCI/MSI: Add pci_msi_ignore_mask to prevent writes to MSI/MSI-X Mask BitsYijing Wang2014-11-06
* | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-12-10
|\ \ \ \
| * | | | irqchip: dw-apb-ictl: Add PM supportJisheng Zhang2014-11-26
| * | | | irqchip: dw-apb-ictl: Enable IRQ_GC_MASK_CACHE_PER_TYPEJisheng Zhang2014-11-26
| * | | | irqchip: dw-apb-ictl: Always use use {readl|writel}_relaxedJisheng Zhang2014-11-26
| * | | | Merge branch 'irqchip/atmel' into irqchip/coreJason Cooper2014-11-26
| |\ \ \ \
| | * | | | irqchip: atmel-aic: Add missing entry for rm9200 irq fixupsBoris BREZILLON2014-11-08
| | * | | | irqchip: atmel-aic: Rename at91sam9_aic_irq_fixup for naming consistencyBoris BREZILLON2014-11-08
| | * | | | irqchip: atmel-aic: Add specific irq fixup function for sam9g45 and sam9rlBoris BREZILLON2014-11-08
| | * | | | irqchip: atmel-aic: Add irq fixups for at91sam926x SoCsBoris BREZILLON2014-11-08
| | * | | | irqchip: atmel-aic: Add irq fixup for RTT blockBoris BREZILLON2014-11-08
| | |/ / /
| * | | | ARM: orion: convert the irq_reg_{readl,writel} calls to the new APIGregory CLEMENT2014-11-25
| * | | | Merge tag 'tags/mvebu-fixes-3.18' into irqchip/coreJason Cooper2014-11-25
| |\ \ \ \
| * | | | | irqchip: brcmstb-l2: Convert driver to use irq_reg_{readl,writel}Kevin Cernekee2014-11-08
| * | | | | irqchip: bcm7120-l2: Convert driver to use irq_reg_{readl,writel}Kevin Cernekee2014-11-08
| * | | | | irqchip: bcm7120-l2: Decouple driver from brcmstb-l2Kevin Cernekee2014-11-08
| * | | | | irqchip: bcm7120-l2: Extend driver to support 64+ bit controllersKevin Cernekee2014-11-08
| * | | | | irqchip: bcm7120-l2: Use gc->mask_cache to simplify suspend/resume functionsKevin Cernekee2014-11-08
| * | | | | irqchip: bcm7120-l2: Fix missing nibble in gc->unused maskKevin Cernekee2014-11-08
| * | | | | irqchip: bcm7120-l2: Make sure all register accesses use base+offsetKevin Cernekee2014-11-08
| * | | | | irqchip: bcm7120-l2, brcmstb-l2: Remove ARM Kconfig dependencyKevin Cernekee2014-11-08
| * | | | | irqchip: bcm7120-l2: Eliminate bad IRQ checkKevin Cernekee2014-11-08
| * | | | | irqchip: brcmstb-l2: Eliminate dependency on ARM codeKevin Cernekee2014-11-08