index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'remotes/lorenzo/pci/hv'
Bjorn Helgaas
2019-09-23
2
-15
/
+81
|
\
|
*
PCI: hv: Use bytes 4 and 5 from instance ID as the PCI domain numbers
Haiyang Zhang
2019-09-10
1
-1
/
+1
|
*
PCI: hv: Detect and fix Hyper-V PCI domain number collision
Haiyang Zhang
2019-08-21
1
-13
/
+79
|
*
PCI: pci-hyperv: Fix build errors on non-SYSFS config
Randy Dunlap
2019-08-15
1
-1
/
+1
|
*
PCI: hv: Avoid use of hv_pci_dev->pci_slot after freeing it
Dexuan Cui
2019-08-12
1
-1
/
+1
*
|
Merge branch 'remotes/lorenzo/pci/dwc'
Bjorn Helgaas
2019-09-23
9
-23
/
+5
|
\
\
|
*
|
arm64: dts: fsl: Remove num-lanes property from PCIe nodes
Hou Zhiqiang
2019-08-22
5
-17
/
+0
|
*
|
ARM: dts: ls1021a: Remove num-lanes property from PCIe nodes
Hou Zhiqiang
2019-08-22
1
-2
/
+0
|
*
|
PCI: dwc: Return directly when num-lanes is not found
Hou Zhiqiang
2019-08-22
1
-2
/
+4
|
*
|
dt-bindings: PCI: designware: Remove the num-lanes from Required properties
Hou Zhiqiang
2019-08-22
1
-1
/
+0
|
*
|
PCI: kirin: Make structure kirin_dw_pcie_ops constant
Nishka Dasgupta
2019-08-21
1
-1
/
+1
|
|
/
*
|
Merge branch 'remotes/lorenzo/pci/al'
Bjorn Helgaas
2019-09-23
9
-1
/
+495
|
\
\
|
*
|
PCI: dwc: Add validation that PCIe core is set to correct mode
Jonathan Chocron
2019-09-16
2
-0
/
+24
|
*
|
PCI: dwc: al: Add Amazon Annapurna Labs PCIe controller driver
Jonathan Chocron
2019-09-16
2
-0
/
+377
|
*
|
dt-bindings: PCI: Add Amazon's Annapurna Labs PCIe host bridge binding
Jonathan Chocron
2019-09-16
2
-1
/
+48
|
*
|
PCI: Add quirk to disable MSI-X support for Amazon's Annapurna Labs Root Port
Jonathan Chocron
2019-09-16
1
-0
/
+18
|
*
|
PCI/VPD: Prevent VPD access for Amazon's Annapurna Labs Root Port
Jonathan Chocron
2019-09-16
1
-0
/
+6
|
*
|
PCI: Add ACS quirk for Amazon Annapurna Labs root ports
Ali Saidi
2019-09-16
1
-0
/
+20
|
*
|
PCI: Add Amazon's Annapurna Labs vendor ID
Jonathan Chocron
2019-09-16
1
-0
/
+2
|
|
/
*
|
Merge branch 'pci/resource'
Bjorn Helgaas
2019-09-23
9
-30
/
+20
|
\
\
|
*
|
PCI: Correct pci=resource_alignment parameter example
Alexey Kardashevskiy
2019-08-08
1
-2
/
+3
|
*
|
PCI: Restore Resizable BAR size bits correctly for 1MB BARs
Sumit Saxena
2019-08-08
1
-1
/
+1
|
*
|
PCI: Use PCI_SRIOV_NUM_BARS in loops instead of PCI_IOV_RESOURCE_END
Denis Efremov
2019-08-08
2
-4
/
+4
|
*
|
PCI: Convert pci_resource_to_user() to a weak function
Denis Efremov
2019-08-08
6
-23
/
+12
|
|
/
*
|
Merge branch 'pci/pciehp'
Bjorn Helgaas
2019-09-23
5
-80
/
+67
|
\
\
|
*
|
PCI: pciehp: Refer to "Indicators" instead of "LEDs" in comments
Bjorn Helgaas
2019-09-05
2
-3
/
+3
|
*
|
PCI: pciehp: Remove pciehp_green_led_{on,off,blink}()
Denis Efremov
2019-09-05
3
-43
/
+7
|
*
|
PCI: pciehp: Remove pciehp_set_attention_status()
Denis Efremov
2019-09-05
4
-28
/
+8
|
*
|
PCI: pciehp: Combine adjacent indicator updates
Denis Efremov
2019-09-05
2
-13
/
+17
|
*
|
PCI: pciehp: Add pciehp_set_indicators() to set both indicators
Denis Efremov
2019-09-05
2
-0
/
+39
|
|
/
*
|
Merge branch 'pci/p2pdma'
Bjorn Helgaas
2019-09-23
5
-119
/
+300
|
\
\
|
*
|
PCI/P2PDMA: Update pci_p2pdma_distance_many() documentation
Logan Gunthorpe
2019-08-16
1
-8
/
+7
|
*
|
PCI/P2PDMA: Allow IOMMU for host bridge whitelist
Logan Gunthorpe
2019-08-16
1
-4
/
+0
|
*
|
PCI/P2PDMA: dma_map() requests that traverse the host bridge
Logan Gunthorpe
2019-08-16
1
-1
/
+39
|
*
|
PCI/P2PDMA: Store mapping method in an xarray
Logan Gunthorpe
2019-08-16
1
-1
/
+16
|
*
|
PCI/P2PDMA: Factor out __pci_p2pdma_map_sg()
Logan Gunthorpe
2019-08-16
1
-17
/
+24
|
*
|
PCI/P2PDMA: Introduce pci_p2pdma_unmap_sg()
Logan Gunthorpe
2019-08-16
4
-5
/
+38
|
*
|
PCI/P2PDMA: Add attrs argument to pci_p2pdma_map_sg()
Logan Gunthorpe
2019-08-16
3
-9
/
+17
|
*
|
PCI/P2PDMA: Whitelist some Intel host bridges
Logan Gunthorpe
2019-08-16
1
-4
/
+34
|
*
|
PCI/P2PDMA: Factor out host_bridge_whitelist()
Logan Gunthorpe
2019-08-16
1
-11
/
+20
|
*
|
PCI/P2PDMA: Apply host bridge whitelist for ACS
Logan Gunthorpe
2019-08-16
1
-12
/
+14
|
*
|
PCI/P2PDMA: Factor out __upstream_bridge_distance()
Logan Gunthorpe
2019-08-16
1
-40
/
+48
|
*
|
PCI/P2PDMA: Add constants for map type results to upstream_bridge_distance()
Logan Gunthorpe
2019-08-16
1
-37
/
+58
|
*
|
PCI/P2PDMA: Add provider's pci_dev to pci_p2pdma_pagemap struct
Logan Gunthorpe
2019-08-16
1
-0
/
+2
|
*
|
PCI/P2PDMA: Introduce private pagemap structure
Logan Gunthorpe
2019-08-16
2
-7
/
+20
|
|
/
*
|
Merge branch 'pci/msi'
Bjorn Helgaas
2019-09-23
1
-1
/
+1
|
\
\
|
*
|
PCI/MSI: Enable PCI_MSI_IRQ_DOMAIN support for RISC-V
Wesley Terpstra
2019-08-09
1
-1
/
+1
|
|
/
*
|
Merge branch 'pci/misc'
Bjorn Helgaas
2019-09-23
9
-251
/
+276
|
\
\
|
*
|
PCI: Add pci_irq_vector() and other stubs when !CONFIG_PCI
Herbert Xu
2019-09-21
1
-13
/
+26
|
*
|
PCI: Add ACS quirk for iProc PAXB
Abhinav Ratna
2019-09-06
1
-0
/
+14
[next]