index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pci
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-05
PCI: Add pci_info_ratelimited() to ratelimit PCI separately
Krzysztof Wilczynski
1
-2
/
+2
2019-09-05
PCI/IOV: Remove group write permission from sriov_numvfs, sriov_drivers_autop...
Kelsey Skunberg
1
-3
/
+2
2019-09-05
pci-hotplug/pnv_php: Add attention indicator support
Oliver O'Halloran
1
-1
/
+13
2019-09-05
pci-hotplug/pnv_php: Add support for IODA3 Power9 PHBs
Oliver O'Halloran
1
-0
/
+6
2019-09-05
pci-hotplug/pnv_php: Add a reset_slot() callback
Oliver O'Halloran
1
-0
/
+39
2019-09-04
PCI: iproc: Propagate errors for optional PHYs
Thierry Reding
1
-6
/
+3
2019-09-04
PCI: histb: Propagate errors for optional regulators
Thierry Reding
1
-2
/
+2
2019-09-04
PCI: armada8x: Propagate errors for optional PHYs
Thierry Reding
1
-4
/
+3
2019-09-04
PCI: imx6: Propagate errors for optional regulators
Thierry Reding
1
-2
/
+2
2019-09-04
PCI: exynos: Propagate errors for optional PHYs
Thierry Reding
1
-1
/
+1
2019-09-04
PCI: rockchip: Propagate errors for optional regulators
Thierry Reding
1
-8
/
+8
2019-08-30
PCI: Remove unnecessary returns
Krzysztof Wilczynski
7
-14
/
+1
2019-08-30
PCI: OF: Correct of_irq_parse_pci() documentation
Lubomir Rintel
1
-1
/
+1
2019-08-30
PCI: Fix typos and whitespace errors
Bjorn Helgaas
2
-2
/
+1
2019-08-28
PCI/ACPI: Remove unnecessary struct hotplug_program_ops
Krzysztof Wilczynski
3
-102
/
+76
2019-08-28
PCI/ACPI: Move _HPP & _HPX functions to pci-acpi.c
Krzysztof Wilczynski
3
-269
/
+375
2019-08-28
PCI/ACPI: Rename _HPX structs from hpp_* to hpx_*
Krzysztof Wilczynski
2
-50
/
+50
2019-08-28
PCI: Move ASPM declarations to linux/pci.h
Krzysztof Wilczynski
3
-3
/
+0
2019-08-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+1
2019-08-23
Merge tag 'pci-v5.3-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2019-08-22
PCI: dwc: Return directly when num-lanes is not found
Hou Zhiqiang
1
-2
/
+4
2019-08-22
PCI: hv: Add a Hyper-V PCI interface driver for software backchannel interface
Haiyang Zhang
5
-3
/
+85
2019-08-22
PCI: hv: Add a paravirtual backchannel in software
Dexuan Cui
1
-0
/
+302
2019-08-21
PCI: mobiveil: Fix the CPU base address setup in inbound window
Hou Zhiqiang
1
-3
/
+7
2019-08-21
PCI: kirin: Make structure kirin_dw_pcie_ops constant
Nishka Dasgupta
1
-1
/
+1
2019-08-21
PCI: hv: Detect and fix Hyper-V PCI domain number collision
Haiyang Zhang
1
-13
/
+79
2019-08-20
PCI/IOV: Move sysfs SR-IOV functions to iov.c
Kelsey Skunberg
3
-174
/
+169
2019-08-20
PCI: sysfs: Change permissions from symbolic to octal
Kelsey Skunberg
1
-11
/
+10
2019-08-20
PCI: sysfs: Change DEVICE_ATTR() to DEVICE_ATTR_WO()
Kelsey Skunberg
1
-6
/
+6
2019-08-20
PCI: sysfs: Define device attributes with DEVICE_ATTR*()
Kelsey Skunberg
1
-32
/
+27
2019-08-20
PCI: Lock down BAR access when the kernel is locked down
Matthew Garrett
3
-3
/
+31
2019-08-16
PCI/hotplug: remove the sgi_hotplug driver
Christoph Hellwig
3
-710
/
+0
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-08-15
PCI: Reset both NVIDIA GPU and HDA in ThinkPad P50 workaround
Lyude Paul
1
-1
/
+1
2019-08-15
PCI: imx6: Limit DBI register length
Stefan Agner
1
-0
/
+33
2019-08-15
PCI: pci-hyperv: Fix build errors on non-SYSFS config
Randy Dunlap
1
-1
/
+1
2019-08-14
PCI: layerscape: Add CONFIG_PCI_LAYERSCAPE_EP to build EP/RC separately
Xiaowei Bao
2
-3
/
+20
[prev]
[next]