aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/p2pdma.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-10PCI/P2PDMA: Add Intel SkyLake-E to the whitelistGravatar Armen Baloyan 1-0/+3
2019-08-16PCI/P2PDMA: Update pci_p2pdma_distance_many() documentationGravatar Logan Gunthorpe 1-8/+7
2019-08-16PCI/P2PDMA: Allow IOMMU for host bridge whitelistGravatar Logan Gunthorpe 1-4/+0
2019-08-16PCI/P2PDMA: dma_map() requests that traverse the host bridgeGravatar Logan Gunthorpe 1-1/+39
2019-08-16PCI/P2PDMA: Store mapping method in an xarrayGravatar Logan Gunthorpe 1-1/+16
2019-08-16PCI/P2PDMA: Factor out __pci_p2pdma_map_sg()Gravatar Logan Gunthorpe 1-17/+24
2019-08-16PCI/P2PDMA: Introduce pci_p2pdma_unmap_sg()Gravatar Logan Gunthorpe 1-1/+17
2019-08-16PCI/P2PDMA: Add attrs argument to pci_p2pdma_map_sg()Gravatar Logan Gunthorpe 1-3/+4
2019-08-16PCI/P2PDMA: Whitelist some Intel host bridgesGravatar Logan Gunthorpe 1-4/+34
2019-08-16PCI/P2PDMA: Factor out host_bridge_whitelist()Gravatar Logan Gunthorpe 1-11/+20
2019-08-16PCI/P2PDMA: Apply host bridge whitelist for ACSGravatar Logan Gunthorpe 1-12/+14
2019-08-16PCI/P2PDMA: Factor out __upstream_bridge_distance()Gravatar Logan Gunthorpe 1-40/+48
2019-08-16PCI/P2PDMA: Add constants for map type results to upstream_bridge_distance()Gravatar Logan Gunthorpe 1-37/+58
2019-08-16PCI/P2PDMA: Add provider's pci_dev to pci_p2pdma_pagemap structGravatar Logan Gunthorpe 1-0/+2
2019-08-16PCI/P2PDMA: Introduce private pagemap structureGravatar Logan Gunthorpe 1-6/+20
2019-07-15Merge tag 'pci-v5.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-4/+12
2019-07-12Merge branch 'pci/trivial'Gravatar Bjorn Helgaas 1-3/+3
2019-07-09PCI: Fix typos and whitespace errorsGravatar Bjorn Helgaas 1-3/+3
2019-07-02PCI/P2PDMA: Fix missing check for dma_virt_opsGravatar Logan Gunthorpe 1-1/+9
2019-07-02PCI/P2PDMA: use the dev_pagemap internal refcountGravatar Christoph Hellwig 1-53/+4
2019-07-02memremap: pass a struct dev_pagemap to ->kill and ->cleanupGravatar Christoph Hellwig 1-4/+5
2019-07-02memremap: move dev_pagemap callbacks into a separate structureGravatar Christoph Hellwig 1-2/+6
2019-06-22Merge tag 'pci-v5.2-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+4
2019-06-19PCI/P2PDMA: Ignore root complex whitelist when an IOMMU is presentGravatar Logan Gunthorpe 1-0/+4
2019-06-13mm/devm_memremap_pages: fix final page put raceGravatar Dan Williams 1-14/+3
2019-06-13PCI/P2PDMA: track pgmap references per resource, not globallyGravatar Dan Williams 1-43/+81
2019-06-13PCI/P2PDMA: fix the gen_pool_add_virt() failure pathGravatar Dan Williams 1-1/+3
2019-05-01PCI/P2PDMA: Allow P2P DMA between any devices under AMD ZEN Root ComplexGravatar Christian König 1-3/+35
2019-01-05Merge tag 'pci-v4.21-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-7/+7
2018-12-28mm, hmm: mark hmm_devmem_{add, add_resource} EXPORT_SYMBOL_GPLGravatar Dan Williams 1-8/+2
2018-12-11PCI/P2PDMA: Clean up documentation and kernel-docGravatar Randy Dunlap 1-7/+7
2018-10-17PCI/P2PDMA: Introduce configfs/sysfs enable attribute helpersGravatar Logan Gunthorpe 1-0/+82
2018-10-17PCI/P2PDMA: Add PCI p2pmem DMA mappings to adjust the bus offsetGravatar Logan Gunthorpe 1-0/+43
2018-10-17PCI/P2PDMA: Add sysfs group to display p2pmem statsGravatar Logan Gunthorpe 1-0/+54
2018-10-10PCI/P2PDMA: Support peer-to-peer memoryGravatar Logan Gunthorpe 1-0/+626