index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
access.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
PCI: Revert the cfg_access_lock lockdep mechanism
Dan Williams
2024-06-04
1
-4
/
+0
*
Merge branch 'pci/misc'
Bjorn Helgaas
2024-05-17
1
-13
/
+27
|
\
|
*
PCI: Clean up accessor macro formatting
Ilpo Järvinen
2024-04-29
1
-13
/
+27
*
|
PCI: Lock upstream bridge for pci_reset_function()
Dave Jiang
2024-05-08
1
-0
/
+4
|
/
*
PCI: Move pci_clear_and_set_dword() helper to PCI header
Shuai Xue
2023-12-13
1
-0
/
+12
*
PCI: Simplify pcie_capability_clear_and_set_word() control flow
Bjorn Helgaas
2023-08-25
1
-12
/
+10
*
PCI: Add locking to RMW PCI Express Capability Register accessors
Ilpo Järvinen
2023-08-10
1
-3
/
+17
*
PCI: Access Link 2 registers only for devices with Links
Maciej W. Rozycki
2022-11-04
1
-1
/
+7
*
PCI: Reduce warnings on possible RW1C corruption
Mark Tomlinson
2022-03-04
1
-3
/
+6
*
PCI: Use PCI_ERROR_RESPONSE to identify config read errors
Naveen Naidu
2021-11-18
1
-6
/
+6
*
PCI: Drop error data fabrication when config read fails
Naveen Naidu
2021-11-18
1
-6
/
+2
*
PCI: Use PCI_SET_ERROR_RESPONSE() for disconnected devices
Naveen Naidu
2021-11-18
1
-3
/
+3
*
PCI: Set error response data when config read fails
Naveen Naidu
2021-11-18
1
-2
/
+8
*
Merge branch 'pci/misc'
Bjorn Helgaas
2020-08-06
1
-4
/
+4
|
\
|
*
PCI: Align PCIe capability and PCI accessor return values
Bolarinwa Olayemi Saheed
2020-06-26
1
-4
/
+4
*
|
PCI: Fix pci_cfg_wait queue locking problem
Bjorn Helgaas
2020-07-07
1
-6
/
+2
|
/
*
PCI/AER: Save AER Capability for suspend/resume
Patel, Mayurkumar
2019-10-19
1
-1
/
+1
*
PCI: Make pcie_downstream_port() available outside of access.c
Mika Westerberg
2019-09-07
1
-9
/
+0
*
PCI: Uninline PCI bus accessors for better ftracing
Keith Busch
2018-10-04
1
-2
/
+2
*
Merge branch 'pci/vpd'
Bjorn Helgaas
2018-04-04
1
-368
/
+0
|
\
|
*
PCI/VPD: Move VPD access code to vpd.c
Bjorn Helgaas
2018-03-19
1
-368
/
+0
*
|
PCI: Tidy comments
Bjorn Helgaas
2018-03-19
1
-5
/
+7
|
/
*
Merge branch 'pci/spdx' into next
Bjorn Helgaas
2018-02-01
1
-0
/
+1
|
\
|
*
PCI: Add SPDX GPL-2.0 when no license was specified
Bjorn Helgaas
2018-01-26
1
-0
/
+1
*
|
PCI: Add wrappers for dev_printk()
Frederick Lawler
2018-01-18
1
-5
/
+3
|
/
*
PCI: Provide Kconfig option for lockless config space accessors
Thomas Gleixner
2017-06-28
1
-4
/
+12
*
PCI: Make error code types consistent in pci_{read,write}_config_*
Brian Norris
2017-05-26
1
-6
/
+6
*
Merge branch 'pci/misc' into next
Bjorn Helgaas
2017-04-28
1
-1
/
+1
|
\
|
*
PCI: Fix typo pci_cfg_access_lock() comment
Brian Norris
2017-04-04
1
-1
/
+1
*
|
PCI: Include PCI-to-PCIe bridges as "Downstream Ports"
Bjorn Helgaas
2017-04-19
1
-1
/
+2
*
|
PCI: Don't attempt config access to disconnected devices
Keith Busch
2017-03-30
1
-0
/
+18
*
|
PCI: Export PCI device config accessors
Keith Busch
2017-03-30
1
-0
/
+38
|
/
*
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
2017-03-02
1
-1
/
+1
*
Merge branch 'pci/vpd' into next
Bjorn Helgaas
2017-02-15
1
-1
/
+1
|
\
|
*
PCI: Increase VPD access timeout to 125ms
Matthew R. Ochs
2017-02-03
1
-1
/
+1
*
|
PCI: Avoid possible deadlock on pci_lock and p->pi_lock
Bjorn Helgaas
2017-01-30
1
-1
/
+2
|
/
*
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-03-01
1
-30
/
+17
*
PCI: Rename VPD symbols to remove unnecessary "pci22"
Bjorn Helgaas
2016-03-01
1
-19
/
+19
*
PCI: Remove struct pci_vpd_ops.release function pointer
Bjorn Helgaas
2016-03-01
1
-8
/
+1
*
PCI: Move pci_vpd_release() from header file to pci/access.c
Bjorn Helgaas
2016-03-01
1
-0
/
+6
*
PCI: Move pci_read_vpd() and pci_write_vpd() close to other VPD code
Bjorn Helgaas
2016-03-01
1
-32
/
+30
*
PCI: Determine actual VPD size on first access
Hannes Reinecke
2016-03-01
1
-2
/
+85
*
PCI: Use bitfield instead of bool for struct pci_vpd_pci22.busy
Bjorn Helgaas
2016-03-01
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-25
1
-22
/
+0
*
PCI: Fix devfn for VPD access through function 0
Alex Williamson
2015-09-25
1
-3
/
+6
*
PCI: Add dev_flags bit to access VPD through function 0
Mark Rustad
2015-07-21
1
-1
/
+60
[next]