summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iommu-fixes-v5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-01-303-7/+18
|\
| * iommu/amd: Fix IOMMU page flush when detach device from a domainSuravee Suthikulpanit2019-01-241-4/+11
| * iommu/mediatek: Use correct fwspec in mtk_iommu_add_device()Joerg Roedel2019-01-231-0/+4
| * iommu/vt-d: Fix memory leak in intel_iommu_put_resv_regions()Gerald Schaefer2019-01-221-1/+1
| * iommu/amd: Unmap all mapped pages in error path of map_sgJerry Snitselaar2019-01-221-1/+1
| * iommu/amd: Call free_iova_fast with pfn in map_sgJerry Snitselaar2019-01-221-1/+1
* | Merge tag 'gpio-v5.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-01-305-17/+41
|\ \
| * | gpio: vf610: Mask all GPIO interruptsAndrew Lunn2019-01-281-0/+5
| * | gpio: altera-a10sr: Set proper output level for direction_outputAxel Lin2019-01-231-1/+3
| * | gpio: sprd: Fix incorrect irq type setting for the async EICNeo Hou2019-01-231-0/+1
| * | gpio: sprd: Fix the incorrect data registerNeo Hou2019-01-231-1/+12
| * | gpiolib: fix line event timestamps for nested irqsBartosz Golaszewski2019-01-231-1/+8
| * | gpio: pcf857x: Fix interrupts on multiple instancesRoger Quadros2019-01-231-14/+12
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-01-3033-72/+170
|\ \ \
| * | | net: b44: replace dev_kfree_skb_xxx by dev_consume_skb_xxx for drop profilesYang Wei2019-01-291-2/+2
| * | | net: caif: call dev_consume_skb_any when skb xmit doneYang Wei2019-01-291-4/+1
| * | | net: 8139cp: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2019-01-291-1/+1
| * | | net: macb: Apply RXUBR workaround only to versions with errataHarini Katakam2019-01-292-11/+20
| * | | net: ti: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2019-01-291-1/+1
| * | | net: apple: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2019-01-291-1/+1
| * | | net: amd8111e: replace dev_kfree_skb_irq by dev_consume_skb_irqYang Wei2019-01-291-1/+1
| * | | net: alteon: replace dev_kfree_skb_irq by dev_consume_skb_irqYang Wei2019-01-291-1/+1
| * | | vhost: fix OOB in get_rx_bufs()Jason Wang2019-01-295-7/+11
| * | | qed: Fix stack out of bounds bugManish Chopra2019-01-281-4/+4
| * | | qed: Fix system crash in ll2 xmitManish Chopra2019-01-281-5/+15
| * | | qed: Fix VF probe failure while FLRManish Chopra2019-01-281-0/+10
| * | | qed: Fix LACP pdu drops for VFsManish Chopra2019-01-283-2/+16
| * | | qed: Fix bug in tx promiscuous mode settingsManish Chopra2019-01-281-1/+6
| * | | net: i825xx: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2019-01-281-1/+1
| * | | net: dsa: mv88e6xxx: Fix serdes irq setup going recursiveAndrew Lunn2019-01-281-1/+1
| * | | net: stmmac: dwmac-rk: fix error handling in rk_gmac_powerup()Alexey Khoroshilov2019-01-281-1/+3
| * | | net: hns: Fix wrong read accesses via Clause 45 MDIO protocolYonglong Liu2019-01-281-1/+1
| * | | net: hns: Restart autoneg need return failed when autoneg offYonglong Liu2019-01-281-7/+9
| * | | net: hns: Fix for missing of_node_put() after of_parse_phandle()Yonglong Liu2019-01-281-0/+5
| * | | Merge tag 'mlx5-fixes-2019-01-25' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2019-01-276-19/+58
| |\ \ \
| | * | | net/mlx5e: Unblock setting vid 0 for VFs through the uplink repOr Gerlitz2019-01-251-0/+13
| | * | | net/mlx5e: Move to use common phys port names for vport representorsOr Gerlitz2019-01-253-2/+33
| | * | | net/mlx5e: Allow MAC invalidation while spoofchk is ONAya Levin2019-01-251-12/+6
| | * | | net/mlx5: Take lock with IRQs disabled to avoid deadlockMoni Shoua2019-01-251-2/+3
| | * | | net/mlx5e: Fix wrong private flag usage causing checksum disableShay Agroskin2019-01-251-1/+1
| | * | | Revert "net/mlx5e: E-Switch, Initialize eswitch only if eswitch manager"Bodong Wang2019-01-251-2/+2
| | |/ /
| * | | net: altera_tse: fix msgdma_tx_completion on non-zero fill_level caseTomonori Sakita2019-01-271-1/+2
* | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-01-274-15/+15
|\ \ \ \
| * \ \ \ Merge tag 'irqchip-5.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Thomas Gleixner2019-01-184-15/+15
| |\ \ \ \
| | * | | | irqchip/gic-v3-its: Align PCI Multi-MSI allocation on their sizeMarc Zyngier2019-01-181-12/+13
| | * | | | irqchip/madera: Drop GPIO includesLinus Walleij2019-01-171-2/+0
| | * | | | irqchip/gic-v3-mbi: Fix uninitialized mbi_lockYang Yingliang2019-01-171-1/+1
| | * | | | irqchip/stm32-exti: Add domain translate functionLoic Pallardy2019-01-171-0/+1
* | | | | | Merge tag 'edac_fix_for_5.0' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-01-271-2/+2
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | EDAC, altera: Fix S10 persistent register offsetThor Thayer2019-01-241-2/+2
| | |_|/ / | |/| | |