summaryrefslogtreecommitdiffstats
path: root/drivers/pci/p2pdma.c
Commit message (Expand)AuthorAgeFilesLines
* PCI/P2PDMA: Remove redundant gotoTadeusz Struk2023-10-231-1/+0
* PCI/P2PDMA: Fix undefined behavior bug in struct pci_p2pdma_pagemapGustavo A. R. Silva2023-10-031-1/+1
* PCI: Fix typos in docs and commentsBjorn Helgaas2023-08-251-1/+1
* PCI/P2PDMA: Use pci_dev_id() to simplify the codeZheng Zengkai2023-08-141-2/+1
* PCI/P2PDMA: Fix pci_p2pmem_find_many() kernel-docCai Huoqing2023-04-061-2/+1
* PCI/P2PDMA: Annotate RCU dereferenceLogan Gunthorpe2023-02-161-3/+5
* Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds2022-12-131-0/+124
|\
| * PCI/P2PDMA: Allow userspace VMA allocations through sysfsLogan Gunthorpe2022-11-091-0/+124
* | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-1/+1
|/
* PCI/P2PDMA: Use for_each_pci_dev() helperYang Yingliang2022-09-191-1/+1
* PCI/P2PDMA: Remove pci_p2pdma_[un]map_sg()Logan Gunthorpe2022-07-261-66/+0
* PCI/P2PDMA: Introduce helpers for dma_map_sg implementationsLogan Gunthorpe2022-07-261-7/+37
* PCI/P2PDMA: Attempt to set map_type if it has not been setLogan Gunthorpe2022-07-261-1/+6
* PCI/P2PDMA: Whitelist Intel Skylake-E Root Ports at any devfnShlomo Pongratz2022-04-111-10/+15
* PCI/P2PDMA: Add Intel 3rd Gen Intel Xeon Scalable Processors to whitelistMichael J. Ruhl2022-02-251-0/+1
* Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-01-161-1/+1
|\
| * PCI/P2PDMA: Use percpu_ref_tryget_live_rcu() inside RCU critical sectionChristophe JAILLET2021-12-151-1/+1
* | memremap: remove support for external pgmap refcountsChristoph Hellwig2021-12-041-1/+1
|/
* Merge branch 'pci/sysfs'Bjorn Helgaas2021-11-051-3/+3
|\
| * PCI: Use kstrtobool() directly, sans strtobool() wrapperKrzysztof Wilczyński2021-09-281-3/+3
* | PCI/P2PDMA: Apply bus offset correctly in DMA address calculationWang Lu2021-09-201-1/+1
|/
* Merge branch 'pci/sysfs'Bjorn Helgaas2021-07-061-3/+3
|\
| * PCI/sysfs: Use sysfs_emit() and sysfs_emit_at() in "show" functionsKrzysztof Wilczyński2021-06-031-4/+3
* | PCI/P2PDMA: Finish RCU conversion of pdev->p2pdmaEric Dumazet2021-07-061-25/+72
* | PCI/P2PDMA: Simplify distance calculationChristoph Hellwig2021-06-161-117/+73
* | PCI/P2PDMA: Avoid pci_get_slot(), which may sleepLogan Gunthorpe2021-06-101-2/+32
* | PCI/P2PDMA: Refactor pci_p2pdma_map_type()Logan Gunthorpe2021-06-101-18/+12
* | PCI/P2PDMA: Warn if host bridge not in whitelistLogan Gunthorpe2021-06-101-6/+11
* | PCI/P2PDMA: Use correct calc_map_type_and_dist() return typeLogan Gunthorpe2021-06-101-5/+5
* | PCI/P2PDMA: Collect acs list in stack buffer to avoid sleepingLogan Gunthorpe2021-06-101-5/+2
* | PCI/P2PDMA: Rename upstream_bridge_distance() and rework docLogan Gunthorpe2021-06-101-35/+38
|/
* 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