index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pci
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-16
PCI: Sort the list of devices with D3 delay quirk by ID
Andy Shevchenko
1
-12
/
+14
2017-02-15
Merge branch 'pci/vpd' into next
Bjorn Helgaas
1
-1
/
+1
2017-02-15
Merge branch 'pci/virtualization' into next
Bjorn Helgaas
4
-19
/
+41
2017-02-15
Merge branch 'pci/resource' into next
Bjorn Helgaas
1
-10
/
+1
2017-02-15
Merge branch 'pci/msi' into next
Bjorn Helgaas
2
-212
/
+69
2017-02-15
Merge branch 'pci/hotplug' into next
Bjorn Helgaas
2
-4
/
+2
2017-02-15
Merge branch 'pci/enumeration' into next
Bjorn Helgaas
3
-5
/
+33
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-15
drivers/pci/hotplug: Mask PDC interrupt if required
Gavin Shan
1
-5
/
+22
2017-02-15
drivers/pci/hotplug: Fix initial state for empty slot
Gavin Shan
1
-2
/
+14
2017-02-15
drivers/pci/hotplug: Handle presence detection change properly
Gavin Shan
1
-1
/
+5
2017-02-15
PCI/ASPM: Add comment about L1 substate latency
Rajat Jain
1
-0
/
+8
2017-02-15
PCI/ASPM: Configure L1 substate settings
Rajat Jain
1
-2
/
+104
2017-02-15
PCI/ASPM: Calculate and save the L1.2 timing parameters
Rajat Jain
1
-0
/
+79
2017-02-15
PCI/ASPM: Read and set up L1 substate capabilities
Rajat Jain
1
-1
/
+58
2017-02-15
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-11
PCI: exynos: Refactor to make it easier to support other SoCs
Niyas Ahmed S T
1
-129
/
+217
2017-02-11
PCI/MSI: Return -ENOSPC if pci_enable_msi_range() can't get enough vectors
Dennis Chen
1
-1
/
+1
2017-02-11
PCI/portdrv: Use pci_irq_alloc_vectors()
Christoph Hellwig
1
-113
/
+48
2017-02-11
PCI/MSI: Check that we have a legacy interrupt line before using it
Christoph Hellwig
1
-3
/
+5
2017-02-11
PCI: rockchip: Fix rockchip_pcie_probe() error path to free resource list
Shawn Lin
1
-4
/
+6
2017-02-11
PCI: imx6: Fix a typo in error message
Andrey Smirnov
1
-2
/
+1
2017-02-11
PCI: hv: Fix wslot_to_devfn() to fix warnings on device removal
Dexuan Cui
1
-3
/
+5
2017-02-11
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-10
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-09
PCI: Add Broadcom Northstar2 PAXC quirk for device class and MPSS
Jon Mason
1
-0
/
+21
2017-02-09
PCI: versatile: Configure PCIe MPS settings
Bjorn Helgaas
1
-1
/
+3
2017-02-09
PCI: xilinx: Configure PCIe MPS settings
Bjorn Helgaas
1
-1
/
+3
2017-02-09
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-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-6
/
+13
2017-02-07
PCI: hisi: Add DT almost-ECAM support for Hip06/Hip07 host controllers
Dongdong Liu
1
-1
/
+61
2017-02-04
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
[prev]
[next]