summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-1938-229/+2511
|\
| * Merge tag 'irqchip-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner2019-05-061057-10350/+13787
| |\
| | * iommu/dma-iommu: Remove iommu_dma_map_msi_msg()Julien Grall2019-05-032-25/+0
| | * irqchip/gic-v3-mbi: Don't map the MSI page in mbi_compose_m{b, s}i_msg()Julien Grall2019-05-031-2/+8
| | * irqchip/ls-scfg-msi: Don't map the MSI page in ls_scfg_msi_compose_msg()Julien Grall2019-05-031-1/+6
| | * irqchip/gic-v3-its: Don't map the MSI page in its_irq_compose_msi_msg()Julien Grall2019-05-031-1/+6
| | * irqchip/gicv2m: Don't map the MSI page in gicv2m_compose_msi_msg()Julien Grall2019-05-031-1/+7
| | * iommu/dma-iommu: Split iommu_dma_map_msi_msg() in two partsJulien Grall2019-05-033-9/+63
| | * genirq/msi: Add a new field in msi_desc to store an IOMMU cookieJulien Grall2019-05-032-0/+29
| | * arm64: arch_k3: Enable interrupt controller driversLokesh Vutla2019-05-011-0/+5
| | * irqchip/ti-sci-inta: Add msi domain supportLokesh Vutla2019-05-012-1/+40
| | * soc: ti: Add MSI domain bus support for Interrupt AggregatorLokesh Vutla2019-05-017-0/+189
| | * irqchip/ti-sci-inta: Add support for Interrupt Aggregator driverLokesh Vutla2019-05-014-0/+589
| | * dt-bindings: irqchip: Introduce TISCI Interrupt Aggregator bindingsLokesh Vutla2019-05-012-0/+67
| | * irqchip/ti-sci-intr: Add support for Interrupt Router driverLokesh Vutla2019-05-014-0/+287
| | * dt-bindings: irqchip: Introduce TISCI Interrupt router bindingsLokesh Vutla2019-05-012-0/+83
| | * gpio: thunderx: Use the default parent apis for {request,release}_resourcesLokesh Vutla2019-05-011-12/+4
| | * genirq: Introduce irq_chip_{request,release}_resource_parent() apisLokesh Vutla2019-05-012-0/+29
| | * firmware: ti_sci: Add helper apis to manage resourcesLokesh Vutla2019-05-012-0/+184
| | * firmware: ti_sci: Add RM mapping table for am654Peter Ujfalusi2019-05-012-1/+25
| | * firmware: ti_sci: Add support for IRQ managementLokesh Vutla2019-05-013-0/+331
| | * firmware: ti_sci: Add support for RM core opsLokesh Vutla2019-05-013-0/+239
| | * firmware: ti_sci: Add support to get TISCI handle using of_phandleGrygorii Strashko2019-05-012-0/+100
| | * irqchip/renesas-intc-irqpin: Remove devm_kzalloc() error printingGeert Uytterhoeven2019-04-291-3/+1
| | * irqchip: Remove unneeded select IRQ_DOMAINGeert Uytterhoeven2019-04-291-6/+0
| | * irqchip/gic-v3-its: Make free_lpi_range a little cheaperRasmus Villemoes2019-04-291-30/+31
| | * irqchip/gic-v3-its: Drop redundant initialization in mk_lpi_rangeRasmus Villemoes2019-04-291-2/+1
| | * irqchip/gic-v3-its: Move allocation outside mutexRasmus Villemoes2019-04-291-9/+6
| | * irqchip/stm32: Use a platform driver for stm32mp1-exti deviceFabien Dessenne2019-04-291-93/+140
| | * irqchip/gic-pm: Fix suspend handlingSameer Pujar2019-04-291-0/+2
| | * irqchip/gic-pm: Update driver to use clk_bulk APIsSameer Pujar2019-04-291-37/+37
| | * irq/irqdomain: Fix typo in the comment on top of __irq_domain_alloc_irqs()Julien Grall2019-04-291-1/+1
| | * irqchip/imx-irqsteer: Use devm_platform_ioremap_resource() to simplify codeAnson Huang2019-04-291-3/+1
| | * irqchip/gic-v3-its: Fix typo in a comment in its_msi_prepare()Julien Grall2019-04-291-1/+1
| | * irqchip/gic-v3-its: fix some definitions of inner cacheability attributesHongbo Yao2019-04-291-6/+6
| | * irqchip/bcm: Restore registration print with %pOFFlorian Fainelli2019-04-293-0/+8
* | | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-191-2/+6
|\ \ \
| * | | fbdev/efifb: Ignore framebuffer memmap entries that lack any memory typesArd Biesheuvel2019-05-171-2/+6
* | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-05-199-26/+27
|\ \ \ \
| * | | | objtool: Allow AR to be overridden with HOSTARNathan Chancellor2019-05-171-1/+2
| * | | | x86/mpx, mm/core: Fix recursive munmap() corruptionDave Hansen2019-05-098-25/+25
* | | | | Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2019-05-1925-124/+277
|\ \ \ \ \
| * | | | | arm64: dts: sprd: Add clock properties for serial devicesBaolin Wang2019-05-161-4/+12
| * | | | | Merge tag 'at91-5.2-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/at9...Olof Johansson2019-05-166-94/+232
| |\ \ \ \ \
| | * | | | | ARM: at91: pm: do not disable/enable PLLA for ULP modesClaudiu Beznea2019-03-281-31/+0
| | * | | | | ARM: at91: pm: disable RC oscillator in ULP0Claudiu Beznea2019-03-281-2/+37
| | * | | | | ARM: at91: pm: add ULP1 support for SAM9X60Claudiu Beznea2019-03-283-1/+65
| | * | | | | ARM: at91: pm: add support for per SoC wakeup source configurationClaudiu Beznea2019-03-281-8/+34
| | * | | | | ARM: at91: pm: keep at91_pm_backup_init() only for SAMA5D2 SoCsClaudiu Beznea2019-03-281-0/+3
| | * | | | | ARM: at91: pm: initial PM support for SAM9X60Claudiu Beznea2019-03-283-0/+34