summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* printk: add and use LOGLEVEL_<level> defines for KERN_<LEVEL> equivalentsJoe Perches2014-12-101-1/+1
* cma: make default CMA area size zero for x86Akinobu Mita2014-12-101-1/+7
* Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-12-1014-202/+390
|\
| * PCI/MSI: Allow an msi_controller to be associated to an irq domainMarc Zyngier2014-11-231-2/+14
| * PCI/MSI: Provide mechanism to alloc/free MSI/MSIX interrupt from irqdomainJiang Liu2014-11-231-3/+64
| * PCI/MSI: Enhance core to support hierarchy irqdomainJiang Liu2014-11-232-0/+173
| * PCI/MSI: Move cached entry functions to irq coreJiang Liu2014-11-232-18/+1
| * PCI/MSI: Rename mask/unmask_msi_irq treewideThomas Gleixner2014-11-236-22/+22
| * PCI/MSI: Rename mask/unmask_msi_irq et alThomas Gleixner2014-11-231-8/+16
| * PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg()Jiang Liu2014-11-237-11/+11
| * PCI/MSI: Rename __read_msi_msg() to __pci_read_msi_msg()Jiang Liu2014-11-231-8/+1
| * 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
| * 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
| * 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-1211-28/+30
| * Revert "PCI: Add x86_msi.msi_mask_irq() and msix_mask_irq()"Yijing Wang2014-11-111-16/+6
| * PCI/MSI: Add pci_msi_ignore_mask to prevent writes to MSI/MSI-X Mask BitsYijing Wang2014-11-061-1/+6
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-12-1013-159/+271
|\ \
| * | 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
| | |/
| * | 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-093-3/+8
| * | irqchip: bcm7120-l2: Extend driver to support 64+ bit controllersKevin Cernekee2014-11-091-49/+95
| * | 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: Change irq_reg_{readl,writel} argumentsKevin Cernekee2014-11-094-58/+55
| * | 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-105-48/+115
|\ \
| * \ Merge branch 'clockevents/3.19' of http://git.linaro.org/people/daniel.lezcan...Thomas Gleixner2014-11-273-15/+80
| |\ \
| | * | clocksource: armada-370-xp: Use the reference clock on A375 SoCEzequiel Garcia2014-11-261-0/+28