summaryrefslogtreecommitdiff
path: root/drivers/pci/p2pdma.c
AgeCommit message (Expand)Author
2021-11-05Merge branch 'pci/sysfs'Bjorn Helgaas
2021-09-28PCI: Use kstrtobool() directly, sans strtobool() wrapperKrzysztof Wilczyński
2021-09-20PCI/P2PDMA: Apply bus offset correctly in DMA address calculationWang Lu
2021-07-06Merge branch 'pci/sysfs'Bjorn Helgaas
2021-07-06PCI/P2PDMA: Finish RCU conversion of pdev->p2pdmaEric Dumazet
2021-06-16PCI/P2PDMA: Simplify distance calculationChristoph Hellwig
2021-06-10PCI/P2PDMA: Avoid pci_get_slot(), which may sleepLogan Gunthorpe
2021-06-10PCI/P2PDMA: Refactor pci_p2pdma_map_type()Logan Gunthorpe
2021-06-10PCI/P2PDMA: Warn if host bridge not in whitelistLogan Gunthorpe
2021-06-10PCI/P2PDMA: Use correct calc_map_type_and_dist() return typeLogan Gunthorpe
2021-06-10PCI/P2PDMA: Collect acs list in stack buffer to avoid sleepingLogan Gunthorpe
2021-06-10PCI/P2PDMA: Rename upstream_bridge_distance() and rework docLogan Gunthorpe
2021-06-03PCI/sysfs: Use sysfs_emit() and sysfs_emit_at() in "show" functionsKrzysztof Wilczyński
2020-12-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2020-11-30PCI: Fix kernel-doc markupMauro Carvalho Chehab
2020-11-17PCI/P2PDMA: Cleanup __pci_p2pdma_map_sg a bitChristoph Hellwig
2020-11-17PCI/P2PDMA: Remove the DMA_VIRT_OPS hacksChristoph Hellwig
2020-10-22Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-10-13mm/memremap_pages: support multiple ranges per invocationDan Williams
2020-10-13mm/memremap_pages: convert to 'struct range'Dan Williams
2020-09-30PCI/P2PDMA: Drop double zeroing for sg_init_table()Julia Lawall
2020-09-01PCI: Use scnprintf(), not snprintf(), in sysfs "show" functionsKrzysztof Wilczyński
2020-08-17PCI/P2PDMA: Fix build without DMA opsChristoph Hellwig
2020-08-05Merge branch 'pci/peer-to-peer'Bjorn Helgaas
2020-07-30PCI/P2PDMA: Allow P2PDMA on AMD Zen and newer CPUsLogan Gunthorpe
2020-07-10PCI: Cache ACS capability offset in deviceRajat Jain
2020-04-23PCI/P2PDMA: Add AMD Zen Raven and Renoir Root Ports to whitelistAlex Deucher
2020-03-18PCI/P2PDMA: Add Intel Sky Lake-E Root Ports B, C, D to the whitelistAndrew Maier
2019-12-10PCI/P2PDMA: Add Intel SkyLake-E to the whitelistArmen Baloyan
2019-08-16PCI/P2PDMA: Update pci_p2pdma_distance_many() documentationLogan Gunthorpe
2019-08-16PCI/P2PDMA: Allow IOMMU for host bridge whitelistLogan Gunthorpe
2019-08-16PCI/P2PDMA: dma_map() requests that traverse the host bridgeLogan Gunthorpe
2019-08-16PCI/P2PDMA: Store mapping method in an xarrayLogan Gunthorpe
2019-08-16PCI/P2PDMA: Factor out __pci_p2pdma_map_sg()Logan Gunthorpe
2019-08-16PCI/P2PDMA: Introduce pci_p2pdma_unmap_sg()Logan Gunthorpe
2019-08-16PCI/P2PDMA: Add attrs argument to pci_p2pdma_map_sg()Logan Gunthorpe
2019-08-16PCI/P2PDMA: Whitelist some Intel host bridgesLogan Gunthorpe
2019-08-16PCI/P2PDMA: Factor out host_bridge_whitelist()Logan Gunthorpe
2019-08-16PCI/P2PDMA: Apply host bridge whitelist for ACSLogan Gunthorpe
2019-08-16PCI/P2PDMA: Factor out __upstream_bridge_distance()Logan Gunthorpe
2019-08-16PCI/P2PDMA: Add constants for map type results to upstream_bridge_distance()Logan Gunthorpe
2019-08-16PCI/P2PDMA: Add provider's pci_dev to pci_p2pdma_pagemap structLogan Gunthorpe
2019-08-16PCI/P2PDMA: Introduce private pagemap structureLogan Gunthorpe
2019-07-15Merge tag 'pci-v5.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-07-12Merge branch 'pci/trivial'Bjorn Helgaas
2019-07-09PCI: Fix typos and whitespace errorsBjorn Helgaas
2019-07-02PCI/P2PDMA: Fix missing check for dma_virt_opsLogan Gunthorpe
2019-07-02PCI/P2PDMA: use the dev_pagemap internal refcountChristoph Hellwig
2019-07-02memremap: pass a struct dev_pagemap to ->kill and ->cleanupChristoph Hellwig
2019-07-02memremap: move dev_pagemap callbacks into a separate structureChristoph Hellwig