index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
pcie
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-07
PCI/ASPM: Always set link->downstream to avoid NULL dereference on remove
Yinghai Lu
1
-3
/
+2
2017-02-23
Merge tag 'pci-v4.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
4
-129
/
+365
2017-02-15
Merge branch 'pci/msi' into next
Bjorn Helgaas
1
-113
/
+48
2017-02-15
Merge branch 'pci/dpc' into next
Bjorn Helgaas
1
-3
/
+31
2017-02-15
PCI/PME: Restore pcie_pme_driver.remove
Yinghai Lu
1
-0
/
+12
2017-02-14
PCI/ASPM: Add comment about L1 substate latency
Rajat Jain
1
-0
/
+8
2017-02-14
PCI/ASPM: Configure L1 substate settings
Rajat Jain
1
-2
/
+104
2017-02-14
PCI/ASPM: Calculate and save the L1.2 timing parameters
Rajat Jain
1
-0
/
+79
2017-02-14
PCI/ASPM: Read and set up L1 substate capabilities
Rajat Jain
1
-1
/
+58
2017-02-14
PCI/ASPM: Add support for L1 substates
Rajat Jain
2
-10
/
+37
2017-02-10
PCI/portdrv: Use pci_irq_alloc_vectors()
Christoph Hellwig
1
-113
/
+48
2017-02-10
PCI/DPC: Wait for Root Port busy to clear
Keith Busch
1
-1
/
+25
2017-02-10
PCI/DPC: Decode extended reasons
Keith Busch
1
-2
/
+6
2017-01-27
PCI/ASPM: Handle PCI-to-PCIe bridges as roots of PCIe hierarchies
Bjorn Helgaas
1
-6
/
+13
2016-12-15
Merge tag 'pci-v4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
5
-51
/
+34
2016-12-12
Merge branch 'pci/pm' into next
Bjorn Helgaas
1
-10
/
+3
2016-12-12
Merge branch 'pci/misc' into next
Bjorn Helgaas
3
-37
/
+13
2016-12-12
PCI: Remove service driver load/unload messages
Bjorn Helgaas
1
-3
/
+0
2016-12-12
PCI/AER: Log AER IRQ when claiming Root Port
Bjorn Helgaas
1
-2
/
+2
2016-12-12
PCI/AER: Log errors with PCI device, not PCIe service device
Bjorn Helgaas
1
-3
/
+4
2016-12-12
PCI/AER: Remove unused version macros
Bjorn Helgaas
1
-7
/
+0
2016-12-12
PCI/PME: Log PME IRQ when claiming Root Port
Bjorn Helgaas
1
-6
/
+6
2016-12-12
PCI/PME: Drop unused support for PMEs from Root Complex Event Collectors
Bjorn Helgaas
1
-16
/
+1
2016-12-08
PCI/ASPM: Don't retrain link if ASPM not possible
David Daney
1
-2
/
+16
2016-11-23
PCI: Export pcie_find_root_port
Johannes Thumshirn
1
-14
/
+0
2016-11-17
PCI: Consolidate conditions to allow runtime PM on PCIe ports
Lukas Wunner
1
-10
/
+2
2016-11-17
PCI: Activate runtime PM on a PCIe port only if it can suspend
Lukas Wunner
1
-2
/
+3
2016-11-14
PCI/ASPM: Use permission-specific DEVICE_ATTR variants
Julia Lawall
1
-2
/
+2
2016-10-03
Merge branch 'pci/aer' into next
Bjorn Helgaas
4
-66
/
+28
2016-09-30
PCI/AER: Fix aer_probe() kernel-doc comment
Cao jin
1
-1
/
+0
2016-09-27
PCI/AER: Cache capability position
Keith Busch
2
-11
/
+17
2016-09-27
PCI/AER: Avoid memory allocation in interrupt handling path
Jon Derrick
2
-11
/
+3
2016-09-20
PCI/AER: Remove duplicate AER severity translation
Tyler Baicar
1
-4
/
+2
2016-09-14
PCI/AER: Remove aerdriver.forceload kernel parameter
Bjorn Helgaas
3
-33
/
+1
2016-09-14
PCI/AER: Remove aerdriver.nosourceid kernel parameter
Bjorn Helgaas
1
-8
/
+4
2016-09-06
PCI/AER: Add bus flag to skip source ID matching
Jon Derrick
1
-2
/
+5
2016-09-01
Merge branch 'pci/ptm' into next
Bjorn Helgaas
3
-0
/
+154
2016-08-25
PCI: Add PTM clock granularity information
Bjorn Helgaas
1
-2
/
+29
2016-08-24
PCI/AER: Make explicitly non-modular
Paul Gortmaker
1
-17
/
+1
2016-08-24
PCI/PME: Make explicitly non-modular
Paul Gortmaker
1
-15
/
+1
2016-08-24
PCI: Make DPC explicitly non-modular
Paul Gortmaker
1
-14
/
+4
2016-08-23
PCI: portdrv: Make explicitly non-modular
Paul Gortmaker
1
-14
/
+3
2016-08-18
PCI: Add pci_enable_ptm() for drivers to enable PTM on endpoints
Bjorn Helgaas
1
-0
/
+45
2016-08-15
PCI: Add Precision Time Measurement (PTM) support
Jonathan Yong
3
-0
/
+82
2016-08-01
Merge branches 'pci/aspm', 'pci/dpc', 'pci/hotplug', 'pci/misc', 'pci/msi', '...
Bjorn Helgaas
5
-20
/
+61
2016-07-25
PCI: Remove DPC tristate module option
Keith Busch
1
-4
/
+1
2016-07-25
PCI: Bind DPC to Root Ports as well as Downstream Ports
Keith Busch
1
-1
/
+1
2016-06-21
PCI: Fix whitespace in struct dpc_dev
Mika Westerberg
1
-2
/
+2
2016-06-21
PCI: Convert Downstream Port Containment driver to use devm_* functions
Mika Westerberg
1
-9
/
+4
2016-06-13
PCI: Add runtime PM support for PCIe ports
Mika Westerberg
2
-0
/
+54
[next]