index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pci
Age
Commit message (
Expand
)
Author
Files
Lines
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-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-12
/
+16
2017-02-10
PCI: exynos: Refactor to make it easier to support other SoCs
Niyas Ahmed S T
1
-129
/
+217
2017-02-10
PCI/MSI: Return -ENOSPC if pci_enable_msi_range() can't get enough vectors
Dennis Chen
1
-1
/
+1
2017-02-10
PCI/portdrv: Use pci_irq_alloc_vectors()
Christoph Hellwig
1
-113
/
+48
2017-02-10
PCI/MSI: Check that we have a legacy interrupt line before using it
Christoph Hellwig
1
-3
/
+5
2017-02-10
PCI: rockchip: Fix rockchip_pcie_probe() error path to free resource list
Shawn Lin
1
-4
/
+6
2017-02-10
PCI: imx6: Fix a typo in error message
Andrey Smirnov
1
-2
/
+1
2017-02-10
PCI: hv: Fix wslot_to_devfn() to fix warnings on device removal
Dexuan Cui
1
-3
/
+5
2017-02-10
PCI: Remove duplicate check for positive return value from probe() functions
Gabriel Krisman Bertazi
1
-2
/
+0
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-02-10
PCI/MSI: Remove pci_msi_domain_{alloc,free}_irqs()
Christoph Hellwig
1
-28
/
+2
2017-02-10
PCI/MSI: Remove unused pci_msi_create_default_irq_domain()
Christoph Hellwig
1
-48
/
+2
2017-02-10
PCI: xilinx-nwl: Remove mask for messages not supported by AXI
Bharat Kumar Gogada
1
-13
/
+1
2017-02-10
PCI/MSI: Return failure when msix_setup_entries() fails
Christophe JAILLET
1
-1
/
+1
2017-02-10
PCI: xgene: Configure PCIe MPS settings
Bjorn Helgaas
1
-1
/
+3
2017-02-09
PCI: Enable PCIe Extended Tags if supported
Sinan Kaya
1
-0
/
+18
2017-02-09
PCI: generic: Call pci_fixup_irqs() only on ARM
Dongdong Liu
1
-0
/
+2
2017-02-09
PCI: Disable MSI for HiSilicon Hip06/Hip07 Root Ports
Dongdong Liu
1
-0
/
+1
2017-02-09
PCI: hisi: Rename config space accessors to remove "acpi"
Bjorn Helgaas
1
-8
/
+8
2017-02-08
PCI: Add Broadcom Northstar2 PAXC quirk for device class and MPSS
Jon Mason
1
-0
/
+21
2017-02-08
PCI: versatile: Configure PCIe MPS settings
Bjorn Helgaas
1
-1
/
+3
2017-02-08
PCI: xilinx: Configure PCIe MPS settings
Bjorn Helgaas
1
-1
/
+3
2017-02-08
PCI: iproc: Configure PCIe MPS settings
Jon Mason
1
-1
/
+4
2017-02-08
PCI: exynos: Remove duplicated code
Jaehoon Chung
1
-14
/
+8
2017-02-08
PCI: exynos: Use the bitops BIT() macro to build bitmasks
Jaehoon Chung
1
-12
/
+12
2017-02-08
PCI: exynos: Remove unnecessary local variables
Jaehoon Chung
1
-9
/
+7
2017-02-08
PCI: exynos: Replace the *_blk/*_phy/*_elb accessors
Jaehoon Chung
1
-102
/
+82
2017-02-08
PCI: mvebu: Change delay after reset to the PCIe spec mandated 100ms
Lucas Stach
1
-1
/
+1
2017-02-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-6
/
+13
2017-02-06
PCI: hisi: Add DT almost-ECAM support for Hip06/Hip07 host controllers
Dongdong Liu
1
-1
/
+61
2017-02-03
PCI: hisi: Use of_device_get_match_data() to simplify probe
Shailendra Verma
1
-5
/
+3
2017-02-03
PCI: Lock each enable/disable num_vfs operation in sysfs
Emil Tantilov
3
-15
/
+17
2017-02-03
PCI: Increase VPD access timeout to 125ms
Matthew R. Ochs
1
-1
/
+1
2017-02-03
Revert "PCI: pciehp: Add runtime PM support for PCIe hotplug ports"
Bjorn Helgaas
2
-12
/
+6
2017-02-02
PCI/MSI: Don't apply affinity if there aren't enough vectors left
Christoph Hellwig
1
-0
/
+10
2017-01-31
PCI: iproc: Use of_device_get_match_data() to simplify probe
Bjorn Helgaas
1
-6
/
+1
2017-01-31
PCI: layerscape: Use of_device_get_match_data() to simplify probe
Bjorn Helgaas
1
-6
/
+1
2017-01-31
PCI: rcar: Use of_device_get_match_data() to simplify probe
Bjorn Helgaas
1
-6
/
+1
2017-01-30
PCI: xgene: Fix double free on init error
Dan Carpenter
1
-5
/
+2
2017-01-30
PCI: imx6: Remove LTSSM disable workaround
Lucas Stach
1
-30
/
+0
2017-01-30
PCI: Avoid possible deadlock on pci_lock and p->pi_lock
Bjorn Helgaas
1
-1
/
+2
2017-01-30
PCI: rockchip: Mark PM functions as __maybe_unused
Arnd Bergmann
1
-2
/
+2
2017-01-30
PCI: rockchip: Use readl_poll_timeout() instead of open-coding it
Shawn Lin
1
-36
/
+16
2017-01-30
PCI: mvebu: Handle changes to the bridge windows while enabled
Jason Gunthorpe
1
-39
/
+58
[prev]
[next]