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
2024-02-09
PCI/P2PDMA: Fix a sleeping issue in a RCU read section
Christophe JAILLET
1
-1
/
+1
2023-10-23
PCI/P2PDMA: Remove redundant goto
Tadeusz Struk
1
-1
/
+0
2023-10-04
PCI/P2PDMA: Fix undefined behavior bug in struct pci_p2pdma_pagemap
Gustavo A. R. Silva
1
-1
/
+1
2023-08-25
PCI: Fix typos in docs and comments
Bjorn Helgaas
1
-1
/
+1
2023-08-14
PCI/P2PDMA: Use pci_dev_id() to simplify the code
Zheng Zengkai
1
-2
/
+1
2023-04-07
PCI/P2PDMA: Fix pci_p2pmem_find_many() kernel-doc
Cai Huoqing
1
-2
/
+1
2023-02-17
PCI/P2PDMA: Annotate RCU dereference
Logan Gunthorpe
1
-3
/
+5
2022-12-13
Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linux
Linus Torvalds
1
-0
/
+124
2022-11-18
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
1
-1
/
+1
2022-11-09
PCI/P2PDMA: Allow userspace VMA allocations through sysfs
Logan Gunthorpe
1
-0
/
+124
2022-09-19
PCI/P2PDMA: Use for_each_pci_dev() helper
Yang Yingliang
1
-1
/
+1
2022-07-26
PCI/P2PDMA: Remove pci_p2pdma_[un]map_sg()
Logan Gunthorpe
1
-66
/
+0
2022-07-26
PCI/P2PDMA: Introduce helpers for dma_map_sg implementations
Logan Gunthorpe
1
-7
/
+37
2022-07-26
PCI/P2PDMA: Attempt to set map_type if it has not been set
Logan Gunthorpe
1
-1
/
+6
2022-04-11
PCI/P2PDMA: Whitelist Intel Skylake-E Root Ports at any devfn
Shlomo Pongratz
1
-10
/
+15
2022-02-25
PCI/P2PDMA: Add Intel 3rd Gen Intel Xeon Scalable Processors to whitelist
Michael J. Ruhl
1
-0
/
+1
2022-01-16
Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2021-12-16
PCI/P2PDMA: Use percpu_ref_tryget_live_rcu() inside RCU critical section
Christophe JAILLET
1
-1
/
+1
2021-12-04
memremap: remove support for external pgmap refcounts
Christoph Hellwig
1
-1
/
+1
2021-11-05
Merge branch 'pci/sysfs'
Bjorn Helgaas
1
-3
/
+3
2021-09-29
PCI: Use kstrtobool() directly, sans strtobool() wrapper
Krzysztof Wilczyński
1
-3
/
+3
2021-09-20
PCI/P2PDMA: Apply bus offset correctly in DMA address calculation
Wang Lu
1
-1
/
+1
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
[next]