index
:
pub/scm/linux/kernel/git/docs/linux.git
master
corbet's fork of linux.git
Kernel documentation group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pci
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-23
Merge branch 'pci/procfs'
Bjorn Helgaas
1
-23
/
+56
2026-06-23
Merge branch 'pci/pm'
Bjorn Helgaas
5
-8
/
+62
2026-06-23
Merge branch 'pci/p2pdma'
Bjorn Helgaas
1
-1
/
+15
2026-06-23
Merge branch 'pci/enumeration'
Bjorn Helgaas
3
-101
/
+21
2026-06-23
PCI/sysfs: Use kstrtobool() to parse the ROM attribute input
Krzysztof Wilczyński
1
-5
/
+6
2026-06-23
PCI/sysfs: Limit BAR resize attribute scope to platforms with PCI mmap
Krzysztof Wilczyński
1
-1
/
+3
2026-06-23
PCI/sysfs: Remove pci_create_legacy_files() and pci_sysfs_init()
Krzysztof Wilczyński
4
-37
/
+0
2026-06-23
PCI/sysfs: Convert legacy I/O and memory attributes to static definitions
Krzysztof Wilczyński
1
-90
/
+125
2026-06-23
PCI/sysfs: Add __weak pci_legacy_has_sparse() helper
Krzysztof Wilczyński
2
-0
/
+10
2026-06-23
PCI: Add macros for legacy I/O and memory address space sizes
Krzysztof Wilczyński
1
-2
/
+2
2026-06-23
PCI/sysfs: Remove pci_{create,remove}_sysfs_dev_files()
Krzysztof Wilczyński
4
-56
/
+2
2026-06-23
PCI/sysfs: Limit pci_sysfs_init() late_initcall compile scope
Krzysztof Wilczyński
1
-0
/
+9
2026-06-23
PCI/sysfs: Add stubs for pci_{create,remove}_sysfs_dev_files()
Krzysztof Wilczyński
1
-3
/
+12
2026-06-23
PCI/sysfs: Warn about BAR resize failure in __resource_resize_store()
Krzysztof Wilczyński
1
-4
/
+7
2026-06-23
PCI/sysfs: Convert PCI resource files to static attributes
Krzysztof Wilczyński
1
-124
/
+143
2026-06-23
PCI/proc: Fix race between pci_proc_init() and pci_bus_add_device()
Krzysztof Wilczyński
1
-23
/
+56
2026-06-23
PCI: rzg3s-host: Use common pci_host_common_link_train_delay() helper
Hans Zhang
1
-1
/
+2
2026-06-23
PCI: mediatek-gen3: Add 100 ms delay after link up
Hans Zhang
1
-0
/
+3
2026-06-23
PCI: aardvark: Add 100 ms delay after link training
Hans Zhang
1
-1
/
+4
2026-06-23
PCI: dwc: Use common pci_host_common_link_train_delay() helper
Hans Zhang
1
-7
/
+2
2026-06-23
PCI: cadence-hpa: Add post-link delay
Hans Zhang
1
-0
/
+8
2026-06-23
PCI: Move pci_resource_alignment() to setup-res.c file
Ilpo Järvinen
2
-11
/
+14
2026-06-23
PCI: Convert pci_resource_alignment() input parameters to const
Ilpo Järvinen
2
-5
/
+5
2026-06-23
PCI: Make pci_sriov_resource_alignment() pci_dev const
Ilpo Järvinen
2
-5
/
+7
2026-06-23
PCI: Remove const removal cast
Ilpo Järvinen
1
-3
/
+2
2026-06-23
PCI: Consolidate add_list (aka realloc_head) empty sanity checks
Ilpo Järvinen
1
-12
/
+17
2026-06-23
PCI: Rename 'added' to 'add_list'
Ilpo Järvinen
2
-14
/
+14
2026-06-23
PCI: endpoint: pci-epf-vntb: Implement .db_vector_count()/mask() for doorbells
Koichiro Den
1
-2
/
+40
2026-06-23
PCI: endpoint: pci-epf-vntb: Exclude reserved slots from db_valid_mask
Koichiro Den
1
-1
/
+4
2026-06-22
PCI: endpoint: pci-epf-vntb: Guard configfs writes after EPC attach
Koichiro Den
1
-1
/
+40
2026-06-22
PCI: endpoint: pci-epf-vntb: Reject unusable doorbell counts
Koichiro Den
1
-4
/
+6
2026-06-22
PCI: endpoint: pci-epf-vntb: Report 0-based doorbell vector via ntb_db_event()
Koichiro Den
1
-9
/
+16
2026-06-22
PCI: endpoint: pci-epf-vntb: Defer pci_epc_raise_irq() out of atomic context
Koichiro Den
1
-27
/
+85
2026-06-22
PCI: endpoint: pci-epf-vntb: Document legacy MSI doorbell offset
Koichiro Den
1
-0
/
+19
2026-06-22
PCI: endpoint: pci-epf-ntb: Add check to detect 'db_count' value of 0
Manivannan Sadhasivam
1
-10
/
+11
2026-06-22
PCI: endpoint: pci-epf-vntb: Add check to detect 'db_count' value of 0
Manivannan Sadhasivam
1
-6
/
+3
2026-06-18
PCI: host-common: Request bus reassignment when not probe-only
Ratheesh Kannoth
1
-0
/
+4
2026-06-18
PCI: rockchip: Protect root bus removal with rescan lock
Hans Zhang
1
-0
/
+2
2026-06-18
PCI: plda: Protect root bus removal with rescan lock
Hans Zhang
1
-0
/
+2
2026-06-18
PCI: mediatek: Protect root bus removal with rescan lock
Hans Zhang
1
-0
/
+2
2026-06-18
PCI: iproc: Protect root bus removal with rescan lock
Hans Zhang
1
-0
/
+2
2026-06-18
PCI: dwc: Protect root bus removal with rescan lock
Hans Zhang
1
-0
/
+2
2026-06-18
PCI: cadence: Protect root bus removal with rescan lock
Hans Zhang
1
-0
/
+2
2026-06-18
PCI: brcmstb: Protect root bus removal with rescan lock
Hans Zhang
1
-0
/
+2
2026-06-18
PCI: altera: Protect root bus removal with rescan lock
Hans Zhang
1
-0
/
+2
2026-06-18
PCI: iproc: Restore .map_irq() for the platform bus driver
Mark Tomlinson
4
-5
/
+2
2026-06-18
PCI: mvebu: Use fixed-width interrupt masks to avoid truncation in 64-bit builds
Rosen Penev
1
-3
/
+3
2026-06-17
Merge tag 'iommu-updates-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-0
/
+98
2026-06-17
Merge tag 'devicetree-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-30
/
+31
2026-06-17
Merge tag 'soc-drivers-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-5
/
+14
[prev]
[next]