index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
pcie
Commit message (
Expand
)
Author
Age
Files
Lines
*
PCI/AER: Initialize aer_fifo
Dongdong Liu
2020-01-23
1
-0
/
+1
*
PCI/AER: Factor message prefixes with dev_fmt()
Bjorn Helgaas
2020-01-23
1
-3
/
+5
*
PCI/AER: Log which device prevents error recovery
Yicong Yang
2020-01-23
1
-2
/
+4
*
Merge branch 'pci/misc'
Bjorn Helgaas
2019-11-28
2
-4
/
+1
|
\
|
*
PCI: Remove PCIe Kconfig dependencies on PCI
Bjorn Helgaas
2019-11-21
1
-2
/
+0
|
*
PCI/ASPM: Remove dependency on PCIEPORTBUS
Bjorn Helgaas
2019-11-21
1
-1
/
+1
|
*
PCI/PTM: Remove dependency on PCIEPORTBUS
Bjorn Helgaas
2019-11-21
1
-1
/
+0
|
*
PCI/PTM: Remove spurious "d" from granularity message
Bjorn Helgaas
2019-11-21
1
-1
/
+1
*
|
Merge branch 'pci/aspm'
Bjorn Helgaas
2019-11-28
2
-98
/
+154
|
\
\
|
*
|
PCI/ASPM: Remove PCIEASPM_DEBUG Kconfig option and related code
Heiner Kallweit
2019-11-21
2
-112
/
+0
|
*
|
PCI/ASPM: Add sysfs attributes for controlling ASPM link states
Heiner Kallweit
2019-11-21
1
-0
/
+149
|
*
|
PCI/ASPM: Add pcie_aspm_get_link()
Heiner Kallweit
2019-10-15
1
-12
/
+18
|
*
|
PCI/ASPM: Allow re-enabling Clock PM
Heiner Kallweit
2019-10-15
1
-7
/
+11
|
*
|
PCI/ASPM: Add L1 PM substate support to pci_disable_link_state()
Heiner Kallweit
2019-10-15
1
-1
/
+10
|
*
|
PCI/ASPM: Remove pcie_aspm_enabled() unnecessary locking
Bjorn Helgaas
2019-10-15
1
-6
/
+6
|
|
/
*
|
PCI/DPC: Add "pcie_ports=dpc-native" to allow DPC without AER control
Olof Johansson
2019-10-25
4
-2
/
+17
*
|
PCI/AER: Fix kernel-doc warnings
Andy Shevchenko
2019-10-18
1
-1
/
+3
*
|
PCI/AER: Use for_each_set_bit() to simplify code
Andy Shevchenko
2019-10-18
1
-11
/
+8
*
|
PCI/AER: Add PoisonTLPBlocked to Uncorrectable error counters
Rajat Jain
2019-10-18
1
-1
/
+2
*
|
PCI/AER: Save AER Capability for suspend/resume
Patel, Mayurkumar
2019-10-18
1
-2
/
+60
|
/
*
Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2019-09-23
2
-6
/
+5
|
\
|
*
Merge branch 'pci/enumeration'
Bjorn Helgaas
2019-09-23
2
-5
/
+5
|
|
\
|
|
*
PCI: Get rid of dev->has_secondary_link flag
Mika Westerberg
2019-09-07
2
-5
/
+5
|
*
|
PCI: Move ASPM declarations to linux/pci.h
Krzysztof Wilczynski
2019-08-28
1
-1
/
+0
|
|
/
*
|
PCI/ASPM: Add pcie_aspm_enabled()
Rafael J. Wysocki
2019-08-12
1
-0
/
+20
*
|
Revert "PCI: Add missing link delays required by the PCIe spec"
Mika Westerberg
2019-08-07
1
-66
/
+0
|
/
*
Merge tag 'pci-v5.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2019-07-15
1
-1
/
+1
|
\
|
*
PCI: Fix typos and whitespace errors
Bjorn Helgaas
2019-07-09
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2019-07-11
1
-9
/
+11
|
\
\
|
*
|
PCI: let pci_disable_link_state propagate errors
Heiner Kallweit
2019-06-21
1
-9
/
+11
|
|
/
*
/
PCI: Add missing link delays required by the PCIe spec
Mika Westerberg
2019-06-18
1
-0
/
+66
|
/
*
Merge tag 'pci-v5.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2019-05-14
6
-63
/
+95
|
\
|
*
Merge branch 'pci/printk-portdrv'
Bjorn Helgaas
2019-05-13
4
-47
/
+50
|
|
\
|
|
*
PCI/AER: Log messages with pci_dev, not pcie_device
Frederick Lawler
2019-05-09
2
-17
/
+22
|
|
*
PCI/DPC: Log messages with pci_dev, not pcie_device
Frederick Lawler
2019-05-09
1
-19
/
+18
|
|
*
PCI/PME: Replace dev_printk(KERN_DEBUG) with dev_info()
Frederick Lawler
2019-05-09
1
-4
/
+6
|
|
*
PCI/AER: Replace dev_printk(KERN_DEBUG) with dev_info()
Frederick Lawler
2019-05-09
1
-8
/
+5
|
*
|
Merge branch 'pci/portdrv'
Bjorn Helgaas
2019-05-13
1
-0
/
+14
|
|
\
\
|
|
*
|
PCI/LINK: Disable bandwidth notification interrupt during suspend
Mika Westerberg
2019-04-18
1
-0
/
+14
|
|
|
/
|
*
|
PCI: Rework pcie_retrain_link() wait loop
Stefan Mätje
2019-04-06
1
-6
/
+4
|
*
|
PCI: Work around Pericom PCIe-to-PCI bridge Retrain Link erratum
Stefan Mätje
2019-04-06
1
-0
/
+9
|
*
|
PCI: Factor out pcie_retrain_link() function
Stefan Mätje
2019-04-06
1
-16
/
+24
|
|
/
*
|
PCI/LINK: Add Kconfig option (default off)
Keith Busch
2019-05-02
3
-1
/
+13
*
|
PCI/portdrv: Use shared MSI/MSI-X vector for Bandwidth Management
Alex Williamson
2019-05-01
1
-1
/
+2
*
|
PCI/LINK: Deduplicate bandwidth reports for multi-function devices
Lukas Wunner
2019-03-25
1
-1
/
+1
*
|
PCI/LINK: Clear bandwidth notification interrupt before enabling it
Lukas Wunner
2019-03-25
1
-0
/
+2
*
|
PCI/LINK: Supply IRQ handler so level-triggered IRQs are acked
Alexandru Gagniuc
2019-03-25
1
-5
/
+14
|
/
*
Merge branch 'pci/pm'
Bjorn Helgaas
2019-03-06
1
-33
/
+15
|
\
|
*
PCI/PME: Fix possible use-after-free on remove
Sven Van Asbroeck
2019-03-01
1
-0
/
+1
|
*
PCI/PME: Fix hotplug/sysfs remove deadlock in pcie_pme_remove()
Rafael J. Wysocki
2019-02-28
1
-7
/
+15
[next]