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
/
vpd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
PCI/VPD: Use pci_read_vpd_any() in pci_vpd_size()
Heiner Kallweit
2021-10-25
1
-12
/
+13
*
PCI/VPD: Add pci_read/write_vpd_any()
Heiner Kallweit
2021-10-11
1
-22
/
+50
*
PCI/VPD: Defer VPD sizing until first access
Bjorn Helgaas
2021-09-15
1
-10
/
+26
*
PCI/VPD: Use unaligned access helpers
Heiner Kallweit
2021-08-31
1
-9
/
+5
*
PCI/VPD: Clean up public VPD defines and inline functions
Heiner Kallweit
2021-08-31
1
-0
/
+26
*
PCI/VPD: Add pci_vpd_find_id_string()
Heiner Kallweit
2021-08-31
1
-0
/
+6
*
PCI/VPD: Include post-processing in pci_vpd_find_tag()
Heiner Kallweit
2021-08-31
1
-10
/
+13
*
PCI/VPD: Stop exporting pci_vpd_find_info_keyword()
Heiner Kallweit
2021-08-31
1
-2
/
+1
*
PCI/VPD: Stop exporting pci_vpd_find_tag()
Heiner Kallweit
2021-08-31
1
-2
/
+1
*
PCI/VPD: Add pci_vpd_check_csum()
Heiner Kallweit
2021-08-20
1
-0
/
+23
*
PCI/VPD: Add pci_vpd_find_ro_info_keyword()
Heiner Kallweit
2021-08-20
1
-0
/
+33
*
PCI/VPD: Add pci_vpd_alloc()
Heiner Kallweit
2021-08-20
1
-0
/
+26
*
PCI/VPD: Treat invalid VPD like missing VPD capability
Heiner Kallweit
2021-08-12
1
-6
/
+3
*
PCI/VPD: Determine VPD size in pci_vpd_init()
Heiner Kallweit
2021-08-12
1
-23
/
+19
*
PCI/VPD: Embed struct pci_vpd in struct pci_dev
Heiner Kallweit
2021-08-12
1
-49
/
+14
*
PCI/VPD: Remove struct pci_vpd.valid member
Heiner Kallweit
2021-08-12
1
-17
/
+12
*
PCI/VPD: Remove struct pci_vpd_ops
Heiner Kallweit
2021-08-12
1
-54
/
+32
*
PCI/VPD: Reorder pci_read_vpd(), pci_write_vpd()
Heiner Kallweit
2021-08-12
1
-30
/
+30
*
PCI/VPD: Remove struct pci_vpd.flag
Heiner Kallweit
2021-08-09
1
-7
/
+5
*
PCI/VPD: Make pci_vpd_wait() uninterruptible
Heiner Kallweit
2021-08-09
1
-24
/
+9
*
PCI/VPD: Remove pci_vpd_size() old_size argument
Heiner Kallweit
2021-08-09
1
-5
/
+5
*
PCI/VPD: Allow access to valid parts of VPD if some is invalid
Bjorn Helgaas
2021-08-09
1
-3
/
+3
*
PCI/VPD: Don't check Large Resource Item Names for validity
Bjorn Helgaas
2021-08-09
1
-19
/
+8
*
PCI/VPD: Reject resource tags with invalid size
Bjorn Helgaas
2021-08-09
1
-9
/
+15
*
PCI/VPD: Treat initial 0xff as missing EEPROM
Heiner Kallweit
2021-07-30
1
-4
/
+8
*
PCI/VPD: Check Resource Item Names against those valid for type
Bjorn Helgaas
2021-07-30
1
-12
/
+6
*
PCI/VPD: Correct diagnostic for VPD read failure
Bjorn Helgaas
2021-07-30
1
-2
/
+2
*
Merge branch 'pci/sysfs'
Bjorn Helgaas
2021-05-04
1
-36
/
+22
|
\
|
*
PCI/sysfs: Convert "vpd" to static attribute
Krzysztof WilczyĆski
2021-04-29
1
-30
/
+16
|
*
PCI/sysfs: Rename "vpd" attribute accessors
Bjorn Helgaas
2021-04-29
1
-8
/
+8
*
|
PCI: Allow VPD access for QLogic ISP2722
Arun Easi
2021-04-30
1
-1
/
+0
*
|
PCI/VPD: Add helper pci_get_func0_dev()
Heiner Kallweit
2021-04-30
1
-5
/
+8
*
|
PCI/VPD: Remove pci_vpd_find_tag() SRDT handling
Heiner Kallweit
2021-04-30
1
-25
/
+6
*
|
PCI/VPD: Remove pci_vpd_find_tag() 'offset' argument
Heiner Kallweit
2021-04-30
1
-2
/
+2
*
|
PCI/VPD: Change pci_vpd_init() return type to void
Heiner Kallweit
2021-04-30
1
-4
/
+3
*
|
PCI/VPD: Make missing VPD message less alarming
Heiner Kallweit
2021-04-30
1
-2
/
+6
*
|
PCI/VPD: Remove pci_set_vpd_size()
Heiner Kallweit
2021-04-30
1
-45
/
+13
*
|
PCI/VPD: Remove sysfs accessor size checking dead code
Heiner Kallweit
2021-03-30
1
-14
/
+0
*
|
PCI/VPD: Remove obsolete Broadcom NIC quirk
Heiner Kallweit
2021-03-30
1
-46
/
+0
|
/
*
PCI/VPD: Prevent VPD access for Amazon's Annapurna Labs Root Port
Jonathan Chocron
2019-09-16
1
-0
/
+6
*
PCI/VPD: Check for VPD access completion before checking for timeout
Bert Kenward
2018-08-14
1
-2
/
+5
*
Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2018-04-06
1
-2
/
+583
|
\
|
*
Merge branch 'pci/vpd'
Bjorn Helgaas
2018-04-04
1
-0
/
+573
|
|
\
|
|
*
PCI/VPD: Move VPD structures to vpd.c
Bjorn Helgaas
2018-03-19
1
-0
/
+17
|
|
*
PCI/VPD: Move VPD quirks to vpd.c
Bjorn Helgaas
2018-03-19
1
-0
/
+120
|
|
*
PCI/VPD: Move VPD sysfs code to vpd.c
Bjorn Helgaas
2018-03-19
1
-0
/
+67
|
|
*
PCI/VPD: Move VPD access code to vpd.c
Bjorn Helgaas
2018-03-19
1
-0
/
+369
|
|
/
|
/
|
|
*
PCI: Tidy comments
Bjorn Helgaas
2018-03-19
1
-2
/
+1
|
/
*
PCI: Add SPDX GPL-2.0 when no license was specified
Bjorn Helgaas
2018-01-26
1
-0
/
+1
*
pci: Fix files needing export.h for EXPORT_SYMBOL/THIS_MODULE
Paul Gortmaker
2011-10-31
1
-0
/
+1
[next]