index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
p2pdma.c
Age
Commit message (
Expand
)
Author
2021-07-06
Merge branch 'pci/sysfs'
Bjorn Helgaas
2021-07-06
PCI/P2PDMA: Finish RCU conversion of pdev->p2pdma
Eric Dumazet
2021-06-16
PCI/P2PDMA: Simplify distance calculation
Christoph Hellwig
2021-06-10
PCI/P2PDMA: Avoid pci_get_slot(), which may sleep
Logan Gunthorpe
2021-06-10
PCI/P2PDMA: Refactor pci_p2pdma_map_type()
Logan Gunthorpe
2021-06-10
PCI/P2PDMA: Warn if host bridge not in whitelist
Logan Gunthorpe
2021-06-10
PCI/P2PDMA: Use correct calc_map_type_and_dist() return type
Logan Gunthorpe
2021-06-10
PCI/P2PDMA: Collect acs list in stack buffer to avoid sleeping
Logan Gunthorpe
2021-06-10
PCI/P2PDMA: Rename upstream_bridge_distance() and rework doc
Logan Gunthorpe
2021-06-03
PCI/sysfs: Use sysfs_emit() and sysfs_emit_at() in "show" functions
Krzysztof Wilczyński
2020-12-16
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2020-11-30
PCI: Fix kernel-doc markup
Mauro Carvalho Chehab
2020-11-17
PCI/P2PDMA: Cleanup __pci_p2pdma_map_sg a bit
Christoph Hellwig
2020-11-17
PCI/P2PDMA: Remove the DMA_VIRT_OPS hacks
Christoph Hellwig
2020-10-22
Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2020-10-13
mm/memremap_pages: support multiple ranges per invocation
Dan Williams
2020-10-13
mm/memremap_pages: convert to 'struct range'
Dan Williams
2020-09-30
PCI/P2PDMA: Drop double zeroing for sg_init_table()
Julia Lawall
2020-09-01
PCI: Use scnprintf(), not snprintf(), in sysfs "show" functions
Krzysztof Wilczyński
2020-08-17
PCI/P2PDMA: Fix build without DMA ops
Christoph Hellwig
2020-08-05
Merge branch 'pci/peer-to-peer'
Bjorn Helgaas
2020-07-30
PCI/P2PDMA: Allow P2PDMA on AMD Zen and newer CPUs
Logan Gunthorpe
2020-07-10
PCI: Cache ACS capability offset in device
Rajat Jain
2020-04-23
PCI/P2PDMA: Add AMD Zen Raven and Renoir Root Ports to whitelist
Alex Deucher
2020-03-18
PCI/P2PDMA: Add Intel Sky Lake-E Root Ports B, C, D to the whitelist
Andrew Maier
2019-12-10
PCI/P2PDMA: Add Intel SkyLake-E to the whitelist
Armen Baloyan
2019-08-16
PCI/P2PDMA: Update pci_p2pdma_distance_many() documentation
Logan Gunthorpe
2019-08-16
PCI/P2PDMA: Allow IOMMU for host bridge whitelist
Logan Gunthorpe
2019-08-16
PCI/P2PDMA: dma_map() requests that traverse the host bridge
Logan Gunthorpe
2019-08-16
PCI/P2PDMA: Store mapping method in an xarray
Logan Gunthorpe
2019-08-16
PCI/P2PDMA: Factor out __pci_p2pdma_map_sg()
Logan Gunthorpe
2019-08-16
PCI/P2PDMA: Introduce pci_p2pdma_unmap_sg()
Logan Gunthorpe
2019-08-16
PCI/P2PDMA: Add attrs argument to pci_p2pdma_map_sg()
Logan Gunthorpe
2019-08-16
PCI/P2PDMA: Whitelist some Intel host bridges
Logan Gunthorpe
2019-08-16
PCI/P2PDMA: Factor out host_bridge_whitelist()
Logan Gunthorpe
2019-08-16
PCI/P2PDMA: Apply host bridge whitelist for ACS
Logan Gunthorpe
2019-08-16
PCI/P2PDMA: Factor out __upstream_bridge_distance()
Logan Gunthorpe
2019-08-16
PCI/P2PDMA: Add constants for map type results to upstream_bridge_distance()
Logan Gunthorpe
2019-08-16
PCI/P2PDMA: Add provider's pci_dev to pci_p2pdma_pagemap struct
Logan Gunthorpe
2019-08-16
PCI/P2PDMA: Introduce private pagemap structure
Logan Gunthorpe
2019-07-15
Merge tag 'pci-v5.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2019-07-12
Merge branch 'pci/trivial'
Bjorn Helgaas
2019-07-09
PCI: Fix typos and whitespace errors
Bjorn Helgaas
2019-07-02
PCI/P2PDMA: Fix missing check for dma_virt_ops
Logan Gunthorpe
2019-07-02
PCI/P2PDMA: use the dev_pagemap internal refcount
Christoph Hellwig
2019-07-02
memremap: pass a struct dev_pagemap to ->kill and ->cleanup
Christoph Hellwig
2019-07-02
memremap: move dev_pagemap callbacks into a separate structure
Christoph Hellwig
2019-06-22
Merge tag 'pci-v5.2-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2019-06-19
PCI/P2PDMA: Ignore root complex whitelist when an IOMMU is present
Logan Gunthorpe
2019-06-13
mm/devm_memremap_pages: fix final page put race
Dan Williams
[next]