index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
p2pdma.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-06
Merge branch 'pci/sysfs'
Bjorn Helgaas
1
-3
/
+3
2021-07-06
PCI/P2PDMA: Finish RCU conversion of pdev->p2pdma
Eric Dumazet
1
-25
/
+72
2021-06-17
PCI/P2PDMA: Simplify distance calculation
Christoph Hellwig
1
-117
/
+73
2021-06-11
PCI/P2PDMA: Avoid pci_get_slot(), which may sleep
Logan Gunthorpe
1
-2
/
+32
2021-06-11
PCI/P2PDMA: Refactor pci_p2pdma_map_type()
Logan Gunthorpe
1
-18
/
+12
2021-06-11
PCI/P2PDMA: Warn if host bridge not in whitelist
Logan Gunthorpe
1
-6
/
+11
2021-06-11
PCI/P2PDMA: Use correct calc_map_type_and_dist() return type
Logan Gunthorpe
1
-5
/
+5
2021-06-11
PCI/P2PDMA: Collect acs list in stack buffer to avoid sleeping
Logan Gunthorpe
1
-5
/
+2
2021-06-11
PCI/P2PDMA: Rename upstream_bridge_distance() and rework doc
Logan Gunthorpe
1
-35
/
+38
2021-06-04
PCI/sysfs: Use sysfs_emit() and sysfs_emit_at() in "show" functions
Krzysztof Wilczyński
1
-4
/
+3
2020-12-17
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-24
/
+1
2020-11-30
PCI: Fix kernel-doc markup
Mauro Carvalho Chehab
1
-5
/
+5
2020-11-17
PCI/P2PDMA: Cleanup __pci_p2pdma_map_sg a bit
Christoph Hellwig
1
-4
/
+1
2020-11-17
PCI/P2PDMA: Remove the DMA_VIRT_OPS hacks
Christoph Hellwig
1
-20
/
+0
2020-10-22
Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-5
/
+5
2020-10-14
mm/memremap_pages: support multiple ranges per invocation
Dan Williams
1
-0
/
+1
2020-10-14
mm/memremap_pages: convert to 'struct range'
Dan Williams
1
-6
/
+5
2020-10-01
PCI/P2PDMA: Drop double zeroing for sg_init_table()
Julia Lawall
1
-1
/
+1
2020-09-01
PCI: Use scnprintf(), not snprintf(), in sysfs "show" functions
Krzysztof Wilczyński
1
-4
/
+4
2020-08-18
PCI/P2PDMA: Fix build without DMA ops
Christoph Hellwig
1
-4
/
+6
2020-08-06
Merge branch 'pci/peer-to-peer'
Bjorn Helgaas
1
-6
/
+15
2020-07-30
PCI/P2PDMA: Allow P2PDMA on AMD Zen and newer CPUs
Logan Gunthorpe
1
-6
/
+15
2020-07-10
PCI: Cache ACS capability offset in device
Rajat Jain
1
-1
/
+1
2020-04-23
PCI/P2PDMA: Add AMD Zen Raven and Renoir Root Ports to whitelist
Alex Deucher
1
-0
/
+2
2020-03-19
PCI/P2PDMA: Add Intel Sky Lake-E Root Ports B, C, D to the whitelist
Andrew Maier
1
-0
/
+3
2019-12-11
PCI/P2PDMA: Add Intel SkyLake-E to the whitelist
Armen Baloyan
1
-0
/
+3
2019-08-16
PCI/P2PDMA: Update pci_p2pdma_distance_many() documentation
Logan Gunthorpe
1
-8
/
+7
2019-08-16
PCI/P2PDMA: Allow IOMMU for host bridge whitelist
Logan Gunthorpe
1
-4
/
+0
2019-08-16
PCI/P2PDMA: dma_map() requests that traverse the host bridge
Logan Gunthorpe
1
-1
/
+39
2019-08-16
PCI/P2PDMA: Store mapping method in an xarray
Logan Gunthorpe
1
-1
/
+16
2019-08-16
PCI/P2PDMA: Factor out __pci_p2pdma_map_sg()
Logan Gunthorpe
1
-17
/
+24
2019-08-16
PCI/P2PDMA: Introduce pci_p2pdma_unmap_sg()
Logan Gunthorpe
1
-1
/
+17
2019-08-16
PCI/P2PDMA: Add attrs argument to pci_p2pdma_map_sg()
Logan Gunthorpe
1
-3
/
+4
2019-08-16
PCI/P2PDMA: Whitelist some Intel host bridges
Logan Gunthorpe
1
-4
/
+34
2019-08-16
PCI/P2PDMA: Factor out host_bridge_whitelist()
Logan Gunthorpe
1
-11
/
+20
2019-08-16
PCI/P2PDMA: Apply host bridge whitelist for ACS
Logan Gunthorpe
1
-12
/
+14
2019-08-16
PCI/P2PDMA: Factor out __upstream_bridge_distance()
Logan Gunthorpe
1
-40
/
+48
2019-08-16
PCI/P2PDMA: Add constants for map type results to upstream_bridge_distance()
Logan Gunthorpe
1
-37
/
+58
2019-08-16
PCI/P2PDMA: Add provider's pci_dev to pci_p2pdma_pagemap struct
Logan Gunthorpe
1
-0
/
+2
2019-08-16
PCI/P2PDMA: Introduce private pagemap structure
Logan Gunthorpe
1
-6
/
+20
2019-07-16
Merge tag 'pci-v5.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-4
/
+12
2019-07-13
Merge branch 'pci/trivial'
Bjorn Helgaas
1
-3
/
+3
2019-07-09
PCI: Fix typos and whitespace errors
Bjorn Helgaas
1
-3
/
+3
2019-07-03
PCI/P2PDMA: Fix missing check for dma_virt_ops
Logan Gunthorpe
1
-1
/
+9
2019-07-02
PCI/P2PDMA: use the dev_pagemap internal refcount
Christoph Hellwig
1
-53
/
+4
2019-07-02
memremap: pass a struct dev_pagemap to ->kill and ->cleanup
Christoph Hellwig
1
-4
/
+5
2019-07-02
memremap: move dev_pagemap callbacks into a separate structure
Christoph Hellwig
1
-2
/
+6
2019-06-22
Merge tag 'pci-v5.2-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+4
2019-06-20
PCI/P2PDMA: Ignore root complex whitelist when an IOMMU is present
Logan Gunthorpe
1
-0
/
+4
2019-06-14
mm/devm_memremap_pages: fix final page put race
Dan Williams
1
-14
/
+3
[next]