summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
*-------------. Merge branches 'arm/exynos', 'arm/omap', 'arm/rockchip', 'arm/mediatek', 'arm...Joerg Roedel2017-05-041088-7778/+14792
|\ \ \ \ \ \ \ \
| | | | | | | | * soc/qbman: Move dma-mapping.h include to qman_priv.hPaul Gortmaker2017-05-042-2/+1
| | | | | | | | * soc/qbman: Fix implicit header dependency now causing build failsPaul Gortmaker2017-05-031-0/+2
| | | | | | | | * iommu: Remove trace-events include from iommu.hJoerg Roedel2017-04-292-2/+1
| | | | | | | | * iommu: Remove pci.h include from trace/events/iommu.hJoerg Roedel2017-04-297-1/+6
| | | | | | | | * iommu: Move report_iommu_fault() to iommu.cJoerg Roedel2017-04-272-39/+44
| | | | | | | | * iommu: Include device.h in iommu.hJoerg Roedel2017-04-271-2/+4
| | | | | | | | * iommu: Make iommu_bus_notifier return NOTIFY_DONE rather than error codezhichang.yuan2017-04-201-2/+6
| | | | | | | | * iommu/iova: Fix compile error with CONFIG_IOMMU_IOVA=mJoerg Roedel2017-03-231-1/+1
| | | | | | | | * iommu: Add dummy implementations for !IOMMU_IOVAThierry Reding2017-03-221-0/+91
| | | | | | | | * MAINTAINERS: Add related headers to IOMMU sectionThierry Reding2017-03-221-0/+2
| | | | | | | | * iommu/iova: Consolidate code for adding new node to iovad domain rbtreeMarek Szyprowski2017-03-211-54/+33
| | | | | | | * | iommu/amd: Fix incorrect error handling in amd_iommu_bind_pasid()Pan Bian2017-04-241-1/+1
| | | | | | | * | Linux 4.11-rc8v4.11-rc8Linus Torvalds2017-04-231-1/+1
| | | | | | | * | Merge tag 'upstream-4.11-rc7' of git://git.infradead.org/linux-ubifsLinus Torvalds2017-04-233-13/+23
| | | | | | | |\ \
| | | | | | | | * | ubifs: Fix O_TMPFILE corner case in ubifs_link()Richard Weinberger2017-04-181-0/+7
| | | | | | | | * | ubifs: Fix RENAME_WHITEOUT supportFelix Fietkau2017-03-301-3/+0
| | | | | | | | * | ubifs: Fix debug messages for an invalid filename in ubifs_dump_inodeHyunchul Lee2017-03-301-2/+4
| | | | | | | | * | ubifs: Fix debug messages for an invalid filename in ubifs_dump_nodeHyunchul Lee2017-03-301-1/+3
| | | | | | | | * | ubifs: Remove filename from debug messages in ubifs_readdirHyunchul Lee2017-03-301-2/+2
| | | | | | | | * | ubifs: Fix memory leak in error path in ubifs_mknodRichard Weinberger2017-03-301-1/+3
| | | | | | | | * | ubi/upd: Always flush after prepared for an updateSebastian Siewior2017-03-301-4/+4
| | | | | | | * | | Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-04-233-16/+5
| | | | | | | |\ \ \
| | | | | | | | * | | x86/mce: Make the MCE notifier a blocking oneVishal Verma2017-04-183-16/+5
| | | | | | | * | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-04-231-1/+1
| | | | | | | |\ \ \ \
| | | | | | | | * | | | genirq/affinity: Fix calculating vectors to assignKeith Busch2017-04-201-1/+1
| | | | | | | * | | | | Merge tag 'nfsd-4.11-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-04-211-1/+1
| | | | | | | |\ \ \ \ \
| | | | | | | | * | | | | nfsd: fix oops on unsupported operationOlga Kornievskaia2017-04-131-1/+1
| | | | | | | * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-04-2125-210/+345
| | | | | | | |\ \ \ \ \ \
| | | | | | | | * | | | | | netpoll: Check for skb->queue_mappingTushar Dave2017-04-211-2/+8
| | | | | | | | * | | | | | ip6mr: fix notification device destructionNikolay Aleksandrov2017-04-211-7/+6
| | | | | | | | * | | | | | bpf, doc: update bpf maintainers entryDaniel Borkmann2017-04-211-1/+15
| | | | | | | | * | | | | | net: qrtr: potential use after free in qrtr_sendmsg()Dan Carpenter2017-04-211-1/+3
| | | | | | | | * | | | | | bpf: Fix values type used in test_mapsDavid Miller2017-04-211-2/+2
| | | | | | | | * | | | | | net: ipv6: RTF_PCPU should not be settable from userspaceDavid Ahern2017-04-212-1/+5
| | | | | | | | * | | | | | gso: Validate assumption of frag_list segementationIlan Tayari2017-04-211-4/+14
| | | | | | | | * | | | | | Merge branch 'skb_cow_head'David S. Miller2017-04-216-44/+16
| | | | | | | | |\ \ \ \ \ \
| | | | | | | | | * | | | | | kaweth: use skb_cow_head() to deal with cloned skbsEric Dumazet2017-04-211-12/+6
| | | | | | | | | * | | | | | ch9200: use skb_cow_head() to deal with cloned skbsEric Dumazet2017-04-211-7/+2
| | | | | | | | | * | | | | | lan78xx: use skb_cow_head() to deal with cloned skbsEric Dumazet2017-04-211-7/+2
| | | | | | | | | * | | | | | sr9700: use skb_cow_head() to deal with cloned skbsEric Dumazet2017-04-211-7/+2
| | | | | | | | | * | | | | | cx82310_eth: use skb_cow_head() to deal with cloned skbsEric Dumazet2017-04-211-5/+2
| | | | | | | | | * | | | | | smsc75xx: use skb_cow_head() to deal with cloned skbsEric Dumazet2017-04-211-6/+2
| | | | | | | | |/ / / / / /
| | | | | | | | * | | | | | ipv6: sr: fix double free of skb after handling invalid SRHDavid Lebrun2017-04-211-1/+0
| | | | | | | | * | | | | | MAINTAINERS: Add "B:" field for networking.David S. Miller2017-04-211-0/+1
| | | | | | | | * | | | | | net sched actions: allocate act cookie earlyWolfgang Bumiller2017-04-201-23/+32
| | | | | | | | * | | | | | Merge branch 'qed-dcbx-fixes'David S. Miller2017-04-201-1/+12
| | | | | | | | |\ \ \ \ \ \
| | | | | | | | | * | | | | | qed: Fix issue in populating the PFC config paramters.sudarsana.kalluru@cavium.com2017-04-201-0/+2
| | | | | | | | | * | | | | | qed: Fix possible system hang in the dcbnl-getdcbx() path.sudarsana.kalluru@cavium.com2017-04-201-1/+1
| | | | | | | | | * | | | | | qed: Fix sending an invalid PFC error mask to MFW.sudarsana.kalluru@cavium.com2017-04-201-0/+2