summaryrefslogtreecommitdiffstats
path: root/drivers/pci/p2pdma.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-12-161-24/+1
|\
| * PCI/P2PDMA: Cleanup __pci_p2pdma_map_sg a bitChristoph Hellwig2020-11-171-4/+1
| * PCI/P2PDMA: Remove the DMA_VIRT_OPS hacksChristoph Hellwig2020-11-171-20/+0
* | PCI: Fix kernel-doc markupMauro Carvalho Chehab2020-11-301-5/+5
|/
* Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-221-5/+5
|\
| * PCI/P2PDMA: Drop double zeroing for sg_init_table()Julia Lawall2020-09-301-1/+1
| * PCI: Use scnprintf(), not snprintf(), in sysfs "show" functionsKrzysztof Wilczyński2020-09-011-4/+4
* | mm/memremap_pages: support multiple ranges per invocationDan Williams2020-10-131-0/+1
* | mm/memremap_pages: convert to 'struct range'Dan Williams2020-10-131-6/+5
* | PCI/P2PDMA: Fix build without DMA opsChristoph Hellwig2020-08-171-4/+6
|/
* Merge branch 'pci/peer-to-peer'Bjorn Helgaas2020-08-051-6/+15
|\
| * PCI/P2PDMA: Allow P2PDMA on AMD Zen and newer CPUsLogan Gunthorpe2020-07-301-6/+15
* | PCI: Cache ACS capability offset in deviceRajat Jain2020-07-101-1/+1
|/
* PCI/P2PDMA: Add AMD Zen Raven and Renoir Root Ports to whitelistAlex Deucher2020-04-231-0/+2
* PCI/P2PDMA: Add Intel Sky Lake-E Root Ports B, C, D to the whitelistAndrew Maier2020-03-181-0/+3
* PCI/P2PDMA: Add Intel SkyLake-E to the whitelistArmen Baloyan2019-12-101-0/+3
* PCI/P2PDMA: Update pci_p2pdma_distance_many() documentationLogan Gunthorpe2019-08-161-8/+7
* PCI/P2PDMA: Allow IOMMU for host bridge whitelistLogan Gunthorpe2019-08-161-4/+0
* PCI/P2PDMA: dma_map() requests that traverse the host bridgeLogan Gunthorpe2019-08-161-1/+39
* PCI/P2PDMA: Store mapping method in an xarrayLogan Gunthorpe2019-08-161-1/+16
* PCI/P2PDMA: Factor out __pci_p2pdma_map_sg()Logan Gunthorpe2019-08-161-17/+24
* PCI/P2PDMA: Introduce pci_p2pdma_unmap_sg()Logan Gunthorpe2019-08-161-1/+17
* PCI/P2PDMA: Add attrs argument to pci_p2pdma_map_sg()Logan Gunthorpe2019-08-161-3/+4
* PCI/P2PDMA: Whitelist some Intel host bridgesLogan Gunthorpe2019-08-161-4/+34
* PCI/P2PDMA: Factor out host_bridge_whitelist()Logan Gunthorpe2019-08-161-11/+20
* PCI/P2PDMA: Apply host bridge whitelist for ACSLogan Gunthorpe2019-08-161-12/+14
* PCI/P2PDMA: Factor out __upstream_bridge_distance()Logan Gunthorpe2019-08-161-40/+48
* PCI/P2PDMA: Add constants for map type results to upstream_bridge_distance()Logan Gunthorpe2019-08-161-37/+58
* PCI/P2PDMA: Add provider's pci_dev to pci_p2pdma_pagemap structLogan Gunthorpe2019-08-161-0/+2
* PCI/P2PDMA: Introduce private pagemap structureLogan Gunthorpe2019-08-161-6/+20
* Merge tag 'pci-v5.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-151-4/+12
|\
| * Merge branch 'pci/trivial'Bjorn Helgaas2019-07-121-3/+3
| |\
| | * PCI: Fix typos and whitespace errorsBjorn Helgaas2019-07-091-3/+3
| * | PCI/P2PDMA: Fix missing check for dma_virt_opsLogan Gunthorpe2019-07-021-1/+9
| |/
* | PCI/P2PDMA: use the dev_pagemap internal refcountChristoph Hellwig2019-07-021-53/+4
* | memremap: pass a struct dev_pagemap to ->kill and ->cleanupChristoph Hellwig2019-07-021-4/+5
* | memremap: move dev_pagemap callbacks into a separate structureChristoph Hellwig2019-07-021-2/+6
* | Merge tag 'pci-v5.2-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-06-221-0/+4
|\ \
| * | PCI/P2PDMA: Ignore root complex whitelist when an IOMMU is presentLogan Gunthorpe2019-06-191-0/+4
| |/
* | mm/devm_memremap_pages: fix final page put raceDan Williams2019-06-131-14/+3
* | PCI/P2PDMA: track pgmap references per resource, not globallyDan Williams2019-06-131-43/+81
* | PCI/P2PDMA: fix the gen_pool_add_virt() failure pathDan Williams2019-06-131-1/+3
|/
* PCI/P2PDMA: Allow P2P DMA between any devices under AMD ZEN Root ComplexChristian König2019-05-011-3/+35
* Merge tag 'pci-v4.21-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-01-051-7/+7
|\
| * PCI/P2PDMA: Clean up documentation and kernel-docRandy Dunlap2018-12-111-7/+7
* | mm, hmm: mark hmm_devmem_{add, add_resource} EXPORT_SYMBOL_GPLDan Williams2018-12-281-8/+2
|/
* PCI/P2PDMA: Introduce configfs/sysfs enable attribute helpersLogan Gunthorpe2018-10-171-0/+82
* PCI/P2PDMA: Add PCI p2pmem DMA mappings to adjust the bus offsetLogan Gunthorpe2018-10-171-0/+43
* PCI/P2PDMA: Add sysfs group to display p2pmem statsLogan Gunthorpe2018-10-171-0/+54
* PCI/P2PDMA: Support peer-to-peer memoryLogan Gunthorpe2018-10-101-0/+626