index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
host
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-12
PCI: altera: Relax device number checking to allow SR-IOV
Po Liu
1
-7
/
+0
2016-09-06
PCI: tegra: Fix pci_remap_iospace() failure path
Lorenzo Pieralisi
1
-2
/
+5
2016-09-06
PCI: generic: Fix pci_remap_iospace() failure path
Lorenzo Pieralisi
1
-3
/
+5
2016-09-06
PCI: rcar: Fix pci_remap_iospace() failure path
Lorenzo Pieralisi
1
-3
/
+6
2016-09-06
PCI: versatile: Fix pci_remap_iospace() failure path
Lorenzo Pieralisi
1
-3
/
+5
2016-09-06
PCI: designware: Fix pci_remap_iospace() failure path
Lorenzo Pieralisi
1
-9
/
+12
2016-09-06
PCI: aardvark: Fix pci_remap_iospace() failure path
Lorenzo Pieralisi
1
-3
/
+5
2016-09-06
PCI: hv: Handle hv_pci_generic_compl() error case
Dexuan Cui
1
-4
/
+5
2016-09-06
PCI: hv: Handle vmbus_sendpacket() failure in hv_compose_msi_msg()
Dexuan Cui
1
-2
/
+4
2016-09-06
PCI: hv: Remove the unused 'wrk' in struct hv_pcibus_device
Dexuan Cui
1
-1
/
+0
2016-09-06
PCI: hv: Use pci_function_description[0] in struct definitions
Dexuan Cui
1
-2
/
+2
2016-09-06
PCI: hv: Use zero-length array in struct pci_packet
Dexuan Cui
1
-22
/
+20
2016-09-03
PCI: rockchip: Add Rockchip PCIe controller support
Shawn Lin
3
-0
/
+1210
2016-08-26
PCI: altera: Rework config accessors for use without a struct pci_bus
Ley Foon Tan
1
-23
/
+41
2016-08-24
PCI: xilinx-nwl: Make explicitly non-modular
Paul Gortmaker
1
-50
/
+3
2016-08-24
PCI: xilinx: Make explicitly non-modular
Paul Gortmaker
1
-51
/
+2
2016-08-24
PCI: qcom: Make explicitly non-modular
Paul Gortmaker
1
-21
/
+7
2016-08-24
PCI: dra7xx: Make explicitly non-modular
Paul Gortmaker
1
-28
/
+3
2016-08-24
PCI: generic: Make explicitly non-modular
Paul Gortmaker
1
-5
/
+2
2016-08-23
PCI: designware: Remove redundant platform_get_resource() return value check
Wei Yongjun
1
-3
/
+0
2016-08-23
PCI: designware: Exchange viewport of `MEMORYs' and `CFGs/IOs'
Dong Bo
1
-5
/
+5
2016-08-23
PCI: exynos: Make explicitly non-modular
Paul Gortmaker
1
-6
/
+1
2016-08-23
PCI: designware: Make explicitly non-modular
Paul Gortmaker
1
-5
/
+0
2016-08-23
PCI: spear: Make explicitly non-modular
Paul Gortmaker
1
-9
/
+2
2016-08-23
PCI: imx6: Make explicitly non-modular
Paul Gortmaker
1
-8
/
+1
2016-08-23
PCI: altera: Make explicitly non-modular
Paul Gortmaker
1
-7
/
+5
2016-08-23
PCI: altera: Make MSI explicitly non-modular
Paul Gortmaker
1
-5
/
+5
2016-08-22
PCI: aardvark: Remove redundant dev_err call in advk_pcie_probe()
Wei Yongjun
1
-3
/
+1
2016-08-22
PCI: hv: Use list_move_tail() instead of list_del() + list_add_tail()
Wei Yongjun
1
-2
/
+1
2016-08-22
PCI: keystone: Propagate request_irq() failure
Wei Yongjun
1
-2
/
+3
2016-08-22
PCI: rcar: Consolidate register space lookup and ioremap
Bjorn Helgaas
1
-6
/
+4
2016-08-22
PCI: designware: Keep viewport fixed for IO transaction if num_viewport > 2
Pratyush Anand
2
-7
/
+20
2016-08-18
PCI: tegra: Use of_device_get_match_data()
Thierry Reding
1
-6
/
+1
2016-08-18
PCI: tegra: Remove redundant _data suffix
Thierry Reding
1
-21
/
+21
2016-08-18
PCI: altera: Poll for link training status after retraining the link
Ley Foon Tan
1
-8
/
+37
2016-08-18
PCI: designware: Check LTSSM training bit before deciding link is up
Jisheng Zhang
1
-2
/
+4
2016-08-17
PCI: designware: Add iATU Unroll feature
Joao Pinto
2
-11
/
+87
2016-08-17
PCI: designware: Wait for iATU enable
Joao Pinto
1
-3
/
+15
2016-08-17
PCI: designware: Move link wait definitions to .c file
Joao Pinto
2
-5
/
+5
2016-08-17
PCI: designware: Return data directly from dw_pcie_readl_rc()
Bjorn Helgaas
3
-15
/
+17
2016-08-01
Merge branches 'pci/host-aardvark', 'pci/host-altera', 'pci/host-dra7xx', 'pci/host-hv', 'pci/host-vmd' and 'pci/host-xilinx' into next
Bjorn Helgaas
7
-35
/
+1064
2016-08-01
Merge branch 'pci/host-tegra' into next
Bjorn Helgaas
1
-30
/
+25
2016-08-01
Merge branches 'pci/demodularize-hosts' and 'pci/host-request-windows' into next
Bjorn Helgaas
23
-262
/
+452
2016-08-01
Merge branch 'pci/resource' into next
Bjorn Helgaas
1
-1
/
+8
2016-08-01
Merge branches 'pci/aspm', 'pci/dpc', 'pci/hotplug', 'pci/misc', 'pci/msi', 'pci/pm' and 'pci/virtualization' into next
Bjorn Helgaas
1
-10
/
+19
2016-08-01
PCI: xgene: Make explicitly non-modular
Paul Gortmaker
1
-6
/
+2
2016-08-01
PCI: thunder-pem: Make explicitly non-modular
Paul Gortmaker
1
-6
/
+2
2016-08-01
PCI: thunder-ecam: Make explicitly non-modular
Paul Gortmaker
1
-6
/
+2
2016-08-01
PCI: tegra: Make explicitly non-modular
Paul Gortmaker
1
-7
/
+4
2016-08-01
PCI: rcar-gen2: Make explicitly non-modular
Paul Gortmaker
1
-9
/
+3
[prev]
[next]