Show patches with: Archived = No       |   44686 patches
« 1 2 ... 17 18 19446 447 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[v12,16/21] powerpc/powernv: Implement pcibios_iov_resource_alignment() on powernv - - - - --- 2015-02-24 Bjorn Helgaas Superseded
[v12,17/21] powerpc/powernv: Shift VF resource with an offset - - - - --- 2015-02-24 Bjorn Helgaas Superseded
[v12,18/21] powerpc/powernv: Reserve additional space for IOV BAR, with m64_per_iov supported - - - - --- 2015-02-24 Bjorn Helgaas Superseded
[v12,19/21] powerpc/powernv: Group VF PE when IOV BAR is big on PHB3 - - - - --- 2015-02-24 Bjorn Helgaas Superseded
[v12,20/21] powerpc/pci: Remove unused struct pci_dn.pcidev field 1 - - - --- 2015-02-24 Bjorn Helgaas Superseded
[v12,21/21] powerpc/pci: Add PCI resource alignment documentation - - - - --- 2015-02-24 Bjorn Helgaas Superseded
PCI/AER: Avoid info leak in __print_tlp_header - - - - --- 2015-02-24 Rasmus Villemoes Superseded
[v3,01/30] PCI: Rip out pci_bus_add_devices() from pci_scan_bus() - - - - --- 2015-02-26 Yijing Wang Superseded
[v3,02/30] PCI: Rip out pci_bus_add_devices() from pci_scan_root_bus() - - - - --- 2015-02-26 Yijing Wang Superseded
[v3,03/30] xen/PCI: Don't use deprecated function pci_scan_bus_parented() - - - - --- 2015-02-26 Yijing Wang Superseded
[v3,04/30] PCI: Remove deprecated pci_scan_bus_parented() - - - - --- 2015-02-26 Yijing Wang Superseded
[v3,05/30] PCI: Rename pci_scan_bus() to pci_scan_bus_legacy() - - - - --- 2015-02-26 Yijing Wang Superseded
[v3,06/30] PCI: Combine PCI domain and bus number in u32 arg - - - - --- 2015-02-26 Yijing Wang Superseded
[v3,07/30] PCI: Pass PCI domain number combined with root bus number - - - - --- 2015-02-26 Yijing Wang Superseded
[v3,08/30] PCI: Introduce pci_host_assign_domain_nr() to assign domain - - - - --- 2015-02-26 Yijing Wang Superseded
[v3,09/30] PCI: Separate pci_host_bridge creation out of pci_create_root_bus() - - - - --- 2015-02-26 Yijing Wang Superseded
[v3,10/30] PCI: Introduce pci_host_bridge_list to manage host bridges - - - - --- 2015-02-26 Yijing Wang Superseded
[v3,11/30] PCI: Save sysdata in pci_host_bridge drvdata - - - - --- 2015-02-26 Yijing Wang Superseded
[v3,12/30] PCI: Introduce pci_host_bridge_ops to support host specific operations - - - - --- 2015-02-26 Yijing Wang Superseded
[v3,13/30] PCI: Introduce new scan function pci_scan_root_bridge() - - - - --- 2015-02-26 Yijing Wang Superseded
[v3,14/30] PCI/x86: Refine pci_acpi_scan_root() with generic pci_host_bridge - - - - --- 2015-02-26 Yijing Wang Superseded
[v3,15/30] PCI/IA64: Refine pci_acpi_scan_root() with generic pci_host_bridge - - - - --- 2015-02-26 Yijing Wang Superseded
[v3,16/30] PCI/IA64: Fix the build warning about pci_domain_nr() - - - - --- 2015-02-26 Yijing Wang Superseded
[v3,17/30] PCI/powerpc: Rename pcibios_root_bridge_prepare() - - - - --- 2015-02-26 Yijing Wang Superseded
[v3,18/30] PCI/powerpc: Use pci_scan_root_bridge() for simplicity - - - - --- 2015-02-26 Yijing Wang Superseded
[v3,19/30] PCI: Remove weak pcibios_root_bridge_prepare() - - - - --- 2015-02-26 Yijing Wang Superseded
[v3,20/30] PCI/sparc: Use pci_scan_root_bridge() for simplicity - - - - --- 2015-02-26 Yijing Wang Superseded
[v3,21/30] PCI: Introduce pci_bus_child_max_busnr() - - - - --- 2015-02-26 Yijing Wang Superseded
[v3,22/30] PCI/Parisc: Use pci_scan_root_bus() for simplicity - - - - --- 2015-02-26 Yijing Wang Superseded
[v3,23/30] PCI/mvebu: Use pci_common_init_dev() to simplify code - - - - --- 2015-02-26 Yijing Wang Superseded
[v3,24/30] PCI/tegra: Remove redundant tegra_pcie_scan_bus() - - - - --- 2015-02-26 Yijing Wang Superseded
[v3,25/30] PCI/designware: Use pci_scan_root_bus() for simplicity - - - - --- 2015-02-26 Yijing Wang Superseded
[v3,26/30] PCI/xgene: Use pci_scan_root_bus() instead of pci_create_root_bus() - - - - --- 2015-02-26 Yijing Wang Superseded
[v3,27/30] PCI: Rename __pci_create_root_bus() to pci_create_root_bus() - - - - --- 2015-02-26 Yijing Wang Superseded
[v3,28/30] PCI: Export find_pci_host_bridge() - - - - --- 2015-02-26 Yijing Wang Superseded
[v3,29/30] PCI: Remove platform specific pci_domain_nr() - - - - --- 2015-02-26 Yijing Wang Superseded
[v3,30/30] PCI: Remove pci_bus_assign_domain_nr() - - - - --- 2015-02-26 Yijing Wang Superseded
[v4,01/30] PCI: Rip out pci_bus_add_devices() from pci_scan_bus() - - - - --- 2015-02-26 Yijing Wang Superseded
[v4,02/30] PCI: Rip out pci_bus_add_devices() from pci_scan_root_bus() - - - - --- 2015-02-26 Yijing Wang Superseded
[v4,03/30] xen/PCI: Don't use deprecated function pci_scan_bus_parented() - - - - --- 2015-02-26 Yijing Wang Superseded
[v4,04/30] PCI: Remove deprecated pci_scan_bus_parented() - - - - --- 2015-02-26 Yijing Wang Superseded
[v4,05/30] PCI: Rename pci_scan_bus() to pci_scan_bus_legacy() - - - - --- 2015-02-26 Yijing Wang Superseded
[v4,06/30] PCI: Combine PCI domain and bus number in u32 arg - - - - --- 2015-02-26 Yijing Wang Superseded
[v4,07/30] PCI: Pass PCI domain number combined with root bus number - - - - --- 2015-02-26 Yijing Wang Superseded
[v4,08/30] PCI: Introduce pci_host_assign_domain_nr() to assign domain - - - - --- 2015-02-26 Yijing Wang Superseded
[v4,09/30] PCI: Separate pci_host_bridge creation out of pci_create_root_bus() - - - - --- 2015-02-26 Yijing Wang Superseded
[v4,10/30] PCI: Introduce pci_host_bridge_list to manage host bridges - - - - --- 2015-02-26 Yijing Wang Superseded
[v4,11/30] PCI: Save sysdata in pci_host_bridge drvdata - - - - --- 2015-02-26 Yijing Wang Superseded
[v4,12/30] PCI: Introduce pci_host_bridge_ops to support host specific operations - - - - --- 2015-02-26 Yijing Wang Superseded
[v4,13/30] PCI: Introduce new scan function pci_scan_root_bridge() - - - - --- 2015-02-26 Yijing Wang Superseded
[v4,14/30] PCI/x86: Refine pci_acpi_scan_root() with generic pci_host_bridge - - - - --- 2015-02-26 Yijing Wang Superseded
[v4,15/30] PCI/IA64: Refine pci_acpi_scan_root() with generic pci_host_bridge - - - - --- 2015-02-26 Yijing Wang Superseded
[v4,16/30] PCI/IA64: Fix the build warning about pci_domain_nr() - - - - --- 2015-02-26 Yijing Wang Superseded
[v4,17/30] PCI/powerpc: Rename pcibios_root_bridge_prepare() - - - - --- 2015-02-26 Yijing Wang Superseded
[v4,18/30] PCI/powerpc: Use pci_scan_root_bridge() for simplicity - - - - --- 2015-02-26 Yijing Wang Superseded
[v4,19/30] PCI: Remove weak pcibios_root_bridge_prepare() - - - - --- 2015-02-26 Yijing Wang Superseded
[v4,20/30] PCI/sparc: Use pci_scan_root_bridge() for simplicity - - - - --- 2015-02-26 Yijing Wang Superseded
[v4,21/30] PCI: Introduce pci_bus_child_max_busnr() - - - - --- 2015-02-26 Yijing Wang Superseded
[v4,22/30] PCI/Parisc: Use pci_scan_root_bus() for simplicity - - - - --- 2015-02-26 Yijing Wang Superseded
[v4,23/30] PCI/mvebu: Use pci_common_init_dev() to simplify code - - - - --- 2015-02-26 Yijing Wang Superseded
[v4,24/30] PCI/tegra: Remove redundant tegra_pcie_scan_bus() - - - - --- 2015-02-26 Yijing Wang Superseded
[v4,25/30] PCI/designware: Use pci_scan_root_bus() for simplicity - - - - --- 2015-02-26 Yijing Wang Superseded
[v4,26/30] PCI/xgene: Use pci_scan_root_bus() instead of pci_create_root_bus() - - - - --- 2015-02-26 Yijing Wang Superseded
[v4,27/30] PCI: Rename __pci_create_root_bus() to pci_create_root_bus() - - - - --- 2015-02-26 Yijing Wang Superseded
[v4,28/30] PCI: Export find_pci_host_bridge() - - - - --- 2015-02-26 Yijing Wang Superseded
[v4,29/30] PCI: Remove platform specific pci_domain_nr() - - - - --- 2015-02-26 Yijing Wang Superseded
[v4,30/30] PCI: Remove pci_bus_assign_domain_nr() - - - - --- 2015-02-26 Yijing Wang Superseded
[problem] mpt2sas load fails with LSISAS2008 - - - - --- 2015-02-26 Yinghai Lu Superseded
PCIe 32-bit MMIO exhaustion - - - - --- 2015-03-03 Bjorn Helgaas Superseded
PCIe 32-bit MMIO exhaustion - - - - --- 2015-03-04 Bjorn Helgaas Superseded
[v3,1/3] pci: iProc: define iProc PCIe platform bus binding - - 1 - --- 2015-03-06 Ray Jui Superseded
[v3,2/3] pci: iproc: Add Broadcom iProc PCIe support - - 1 - --- 2015-03-06 Ray Jui Superseded
[v3,3/3] ARM: dts: enable PCIe support for Cygnus - - 1 - --- 2015-03-06 Ray Jui Superseded
[v5,01/29] PCI: Rip out pci_bus_add_devices() from pci_scan_bus() - - - - --- 2015-03-06 Yijing Wang Superseded
[v5,02/29] PCI: Rip out pci_bus_add_devices() from pci_scan_root_bus() - - - - --- 2015-03-06 Yijing Wang Superseded
[v5,03/29] xen/PCI: Don't use deprecated function pci_scan_bus_parented() - - - - --- 2015-03-06 Yijing Wang Superseded
[v5,04/29] PCI: Remove deprecated pci_scan_bus_parented() - - - - --- 2015-03-06 Yijing Wang Superseded
[v5,05/29] PCI: Combine PCI domain and bus number in u32 arg - - - - --- 2015-03-06 Yijing Wang Superseded
[v5,06/29] PCI: Pass PCI domain number combined with root bus number - - - - --- 2015-03-06 Yijing Wang Superseded
[v5,07/29] PCI: Introduce pci_host_assign_domain_nr() to assign domain - - - - --- 2015-03-06 Yijing Wang Superseded
[v5,08/29] PCI: Separate pci_host_bridge creation out of pci_create_root_bus() - - - - --- 2015-03-06 Yijing Wang Superseded
[v5,09/29] PCI: Introduce pci_host_bridge_list to manage host bridges - - - - --- 2015-03-06 Yijing Wang Superseded
[v5,10/29] PCI: Save sysdata in pci_host_bridge drvdata - - - - --- 2015-03-06 Yijing Wang Superseded
[v5,11/29] PCI: Introduce pci_host_bridge_ops to support host specific operations - - - - --- 2015-03-06 Yijing Wang Superseded
[v5,12/29] PCI: Introduce new scan function pci_scan_host_bridge() - - - - --- 2015-03-06 Yijing Wang Superseded
[v5,13/29] x86/PCI: Refine pci_acpi_scan_root() with generic pci_host_bridge - - - - --- 2015-03-06 Yijing Wang Superseded
[v5,14/29] ia64/PCI: Refine pci_acpi_scan_root() with generic pci_host_bridge - - - - --- 2015-03-06 Yijing Wang Superseded
[v5,15/29] powerpc/pci: Rename pcibios_root_bridge_prepare() - - - - --- 2015-03-06 Yijing Wang Superseded
[v5,16/29] powerpc/pci: Use pci_scan_host_bridge() for simplicity - - - - --- 2015-03-06 Yijing Wang Superseded
[v5,17/29] PCI: Remove weak pcibios_root_bridge_prepare() - - - - --- 2015-03-06 Yijing Wang Superseded
[v5,18/29] sparc/PCI: Claim bus resources before pci_bus_add_devices() - - - - --- 2015-03-06 Yijing Wang Superseded
[v5,19/29] sparc/PCI: Use pci_scan_host_bridge() for simplicity - - - - --- 2015-03-06 Yijing Wang Superseded
[v5,20/29] PCI: Introduce pci_bus_child_max_busnr() - - - - --- 2015-03-06 Yijing Wang Superseded
[v5,21/29] parisc/PCI: Use pci_scan_root_bus() for simplicity - - - - --- 2015-03-06 Yijing Wang Superseded
[v5,22/29] PCI/mvebu: Use pci_common_init_dev() to simplify code - - - - --- 2015-03-06 Yijing Wang Superseded
[v5,23/29] PCI/tegra: Remove redundant tegra_pcie_scan_bus() - - - - --- 2015-03-06 Yijing Wang Superseded
[v5,24/29] PCI/designware: Use pci_scan_root_bus() for simplicity - - - - --- 2015-03-06 Yijing Wang Superseded
[v5,25/29] PCI/xgene: Use pci_scan_root_bus() instead of pci_create_root_bus() - - - - --- 2015-03-06 Yijing Wang Superseded
[v5,26/29] PCI: Rename __pci_create_root_bus() to pci_create_root_bus() - - - - --- 2015-03-06 Yijing Wang Superseded
[v5,27/29] PCI: Export find_pci_host_bridge() and rename to pci_find_host_bridge() - - - - --- 2015-03-06 Yijing Wang Superseded
« 1 2 ... 17 18 19446 447 »