index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
access.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
PCI: Warn on possible RW1C corruption for sub-32 bit config writes
Bjorn Helgaas
2016-11-21
1
-2
/
+14
*
PCI: Add pci_set_vpd_size() to set VPD size
Hariprasad Shenai
2016-04-15
1
-0
/
+42
*
PCI: Sleep rather than busy-wait for VPD access completion
Bjorn Helgaas
2016-03-10
1
-8
/
+10
*
PCI: Fold struct pci_vpd_pci22 into struct pci_vpd
Bjorn Helgaas
2016-02-29
1
-30
/
+17
*
PCI: Rename VPD symbols to remove unnecessary "pci22"
Bjorn Helgaas
2016-02-29
1
-19
/
+19
*
PCI: Remove struct pci_vpd_ops.release function pointer
Bjorn Helgaas
2016-02-29
1
-8
/
+1
*
PCI: Move pci_vpd_release() from header file to pci/access.c
Bjorn Helgaas
2016-02-29
1
-0
/
+6
*
PCI: Move pci_read_vpd() and pci_write_vpd() close to other VPD code
Bjorn Helgaas
2016-02-29
1
-32
/
+30
*
PCI: Determine actual VPD size on first access
Hannes Reinecke
2016-02-29
1
-2
/
+85
*
PCI: Use bitfield instead of bool for struct pci_vpd_pci22.busy
Bjorn Helgaas
2016-02-29
1
-5
/
+5
*
PCI: Fix all whitespace issues
Bogicevic Sasa
2016-01-08
1
-4
/
+4
*
PCI: Use function 0 VPD for identical functions, regular VPD for others
Alex Williamson
2015-09-24
1
-22
/
+0
*
PCI: Fix devfn for VPD access through function 0
Alex Williamson
2015-09-24
1
-3
/
+6
*
PCI: Add dev_flags bit to access VPD through function 0
Mark Rustad
2015-07-21
1
-1
/
+60
*
PCI: Add pcie_downstream_port() (true for Root and Switch Downstream Ports)
Bjorn Helgaas
2015-07-14
1
-10
/
+13
*
PCI: Add generic config accessors
Rob Herring
2015-01-22
1
-0
/
+87
*
PCI: Apply _HPX Link Control settings to all devices with a link
Yinghai Lu
2014-11-13
1
-1
/
+1
*
PCI: Merge multi-line quoted strings
Ryan Desfosses
2014-06-10
1
-4
/
+1
*
PCI: Fix return value from pci_user_{read,write}_config_*()
Gavin Shan
2014-05-27
1
-8
/
+4
*
PCI: Remove unused pci_vpd_truncate()
Stephen Hemminger
2014-01-13
1
-24
/
+0
*
PCI: Remove pcie_cap_has_devctl()
Bjorn Helgaas
2013-08-28
1
-6
/
+1
*
PCI: Support PCIe Capability Slot registers only for ports with slots
Bjorn Helgaas
2013-08-28
1
-3
/
+3
*
PCI: Remove PCIe Capability version checks
Bjorn Helgaas
2013-08-28
1
-6
/
+3
*
PCI: Allow PCIe Capability link-related register access for switches
Bjorn Helgaas
2013-08-28
1
-2
/
+6
*
PCI: Fix PCI Express Capability accessors for PCI_EXP_FLAGS
Alex Williamson
2013-02-15
1
-1
/
+1
*
PCI: Use PCI Express Capability accessor
Myron Stowe
2013-01-30
1
-2
/
+2
*
PCI: Add accessors for PCI Express Capability
Jiang Liu
2012-08-23
1
-0
/
+202
*
PCI: export pci_user functions for use by other drivers
Alex Williamson
2012-06-12
1
-2
/
+4
*
PCI: Introduce INTx check & mask API
Jan Kiszka
2012-01-06
1
-1
/
+1
*
PCI: Rework config space blocking services
Jan Kiszka
2012-01-06
1
-26
/
+48
*
PCI: handle positive error codes
Greg Thelen
2011-05-10
1
-3
/
+13
*
PCI: check pci_vpd_pci22_wait() return
Greg Thelen
2011-05-10
1
-0
/
+2
*
PCI: output FW warning in pci_read/write_vpd
Prarit Bhargava
2010-05-18
1
-1
/
+6
*
PCI: Convert pci_lock to raw_spinlock
Thomas Gleixner
2010-05-11
1
-17
/
+17
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
PCI: Add pci_bus_set_ops
Huang Ying
2009-06-16
1
-0
/
+19
*
docbooks: add/fix PCI kernel-doc
Randy Dunlap
2009-04-22
1
-2
/
+2
*
PCI: Fix oops in pci_vpd_truncate
Anton Vorontsov
2009-04-07
1
-1
/
+2
*
PCI: add interface to set visible size of VPD
Stephen Hemminger
2009-01-07
1
-0
/
+23
*
PCI: revise VPD access interface
Stephen Hemminger
2009-01-07
1
-57
/
+99
*
PCI: handle long delays in VPD access
Stephen Hemminger
2009-01-07
1
-22
/
+33
*
PCI: Limit VPD read/write lengths for Broadcom 5706, 5708, 5709 rev.
Benjamin Li
2008-07-02
1
-10
/
+4
*
PCI: Expose PCI VPD through sysfs
Ben Hutchings
2008-04-20
1
-0
/
+166
*
[PATCH] severing module.h->sched.h
Al Viro
2006-12-04
1
-0
/
+1
*
PCI: Block on access to temporarily unavailable pci device
Matthew Wilcox
2006-12-01
1
-28
/
+47
*
[PATCH] PCI: drivers/pci/: small cleanups
Adrian Bunk
2005-11-10
1
-0
/
+2
*
[PATCH] PCI: Block config access during BIST
Brian King
2005-10-28
1
-0
/
+89
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16
1
-0
/
+62