messages from 2015-03-23 12:40:43 to 2015-05-27 19:31:49 UTC [more...]
[PATCH 0/2] PCI: Convert hotplug core and pciehp to be builtin only
2015-05-27 19:31 UTC (5+ messages)
` [PATCH 2/2] PCI: pciehp: Convert pciehp to be builtin only, not modular
[PATCH 06/16] ia64: fix up obsolete cpu function usage
2015-05-27 17:37 UTC (4+ messages)
[PATCH] ia64: make cpu_callin_map non-volatile
2015-05-27 1:30 UTC
[Patch v3 2/7] ia64/PCI/ACPI: Use common ACPI resource parsing interface for host bridge
2015-05-22 13:46 UTC (5+ messages)
` [Patch v3 3/7] ia64/PCI: Use common struct resource_entry to replace struct iospace_resource
` [Patch v3 7/7] ia64/PCI/ACPI: Use common interface to support PCI host bridge
[Patch v2 12/14] genirq: Use helper function to access irq_data->msi_desc
2015-05-20 9:40 UTC (2+ messages)
` [Patch v2 14/14] genirq: Pass irq_data to helper function __irq_set_chip_handler_name_locked()
[PATCH] ia64: Return -ENOMEM in ia64_mmap_check() error case
2015-05-18 21:27 UTC
[RFC v1 09/11] genirq: Use helper function to access irq_data->msi_desc
2015-05-15 20:48 UTC (3+ messages)
` [RFC v1 11/11] genirq: Pass irq_data to helper function __irq_set_chip_handler_name_locked()
[RFC v2 2/7] ia64/PCI/ACPI: Use common ACPI resource parsing interface for host bridge
2015-05-11 13:04 UTC (4+ messages)
` [RFC v2 3/7] ia64/PCI: Use common struct resource_entry to replace struct iospace_resource
` [RFC v2 7/7] ia64/PCI/ACPI: Use common interface to support PCI host bridge
ia64: make cpu_callin_map non-volatile
2015-05-08 18:22 UTC
[PATCH Part3 v11 0/9] Remove platform pci_domain_nr()
2015-05-08 7:22 UTC (10+ messages)
` [PATCH Part3 v11 1/9] PCI: Save domain in pci_host_bridge
` [PATCH Part3 v11 2/9] PCI: Move pci_bus_assign_domain_nr() declaration into drivers/pci/pci.h
` [PATCH Part3 v11 3/9] PCI: Remove declaration for pci_get_new_domain_nr()
` [PATCH Part3 v11 4/9] PCI: Introduce pci_host_assign_domain_nr() to assign domain
` [PATCH Part3 v11 5/9] powerpc/PCI: Rename pcibios_root_bridge_prepare() to pcibios_root_bus_prepare(
` [PATCH Part3 v11 6/9] PCI: Make pci_host_bridge hold sysdata in drvdata
` [PATCH Part3 v11 7/9] PCI: Create pci host bridge prior to root bus
` [PATCH Part3 v11 8/9] PCI: Remove platform specific pci_domain_nr()
` [PATCH Part3 v11 9/9] PCI: Remove pci_bus_assign_domain_nr()
[PATCH v10 00/29] Refine PCI scan interfaces and make generic pci host bridge
2015-04-27 6:25 UTC (32+ messages)
` [PATCH v10 01/29] xen/PCI: Don't use deprecated function pci_scan_bus_parented()
` [PATCH v10 02/29] PCI: Remove deprecated pci_scan_bus_parented()
` [PATCH v10 03/29] PCI: Save domain in pci_host_bridge
` [PATCH v10 04/29] PCI: Move pci_bus_assign_domain_nr() declaration into drivers/pci/pci.h
` [PATCH v10 05/29] PCI: Remove argument bus for pci_create_root_bus()
` [PATCH v10 06/29] PCI: Alloc busn resource dynamically for pci_scan_bus()
` [PATCH v10 07/29] PCI: Allocate busn resource for pci_scan_root_bus()
` [PATCH v10 08/29] PCI: Introduce pci_host_assign_domain_nr() to assign domain
` [PATCH v10 09/29] PCI: Separate pci_host_bridge creation out of pci_create_root_bus()
` [PATCH v10 10/29] PCI: Introduce pci_host_bridge_list to manage host bridges
` [PATCH v10 11/29] PCI: Save sysdata in pci_host_bridge drvdata
` [PATCH v10 12/29] powerpc/PCI: Rename pcibios_root_bridge_prepare() to pcibios_set_root_bus_speed()
` [PATCH v10 13/29] PCI: Move pcibios_root_bridge_prepare() to pci_create_host_bridge()
` [PATCH v10 14/29] PCI: Introduce pci_host_bridge_ops to support host specific operations
` [PATCH v10 15/29] PCI: Introduce new scan function pci_scan_host_bridge()
` [PATCH v10 16/29] PCI: Introduce pci_bus_child_max_busnr()
` [PATCH v10 17/29] x86/PCI: Refine pci_acpi_scan_root() with generic pci_host_bridge
` [PATCH v10 18/29] ia64/PCI: "
` [PATCH v10 19/29] powerpc/pci: Use pci_scan_host_bridge() for simplicity
` [PATCH v10 20/29] PCI: Remove pcibios_root_bridge_prepare() and pcibos_set_root_bus_speed()
` [PATCH v10 21/29] sparc/PCI: Use pci_scan_host_bridge() for simplicity
` [PATCH v10 22/29] parisc/PCI: Use pci_scan_root_bus() "
` [PATCH v10 23/29] PCI/mvebu: Use pci_common_init_dev() to simplify code
` [PATCH v10 24/29] PCI/tegra: Remove redundant tegra_pcie_scan_bus()
` [PATCH v10 25/29] PCI/designware: Use pci_scan_root_bus() for simplicity
` [PATCH v10 26/29] PCI/xgene: Use pci_scan_root_bus() instead of pci_create_root_bus()
` [PATCH v10 27/29] PCI: Rename __pci_create_root_bus() to pci_create_root_bus()
` [PATCH v10 28/29] PCI: Remove platform specific pci_domain_nr()
` [PATCH v10 29/29] PCI: Remove pci_bus_assign_domain_nr()
[GIT PULL] PCI fixes for v4.1
2015-04-22 15:35 UTC
[PATCH] ia64/PCI: Treat all host bridge Address Space Descriptors (even consumers) as windows
2015-04-21 23:00 UTC (3+ messages)
[Patch Part1 v8 19/37] iommu/vt-d: Refine the interfaces to create IRQ for DMAR unit
2015-04-13 6:11 UTC
[PATCH] tty: serial: Add const to struct uart_ops declarations
2015-04-09 9:48 UTC (11+ messages)
` [PATCH V2] "
[PATCH v9 00/30] Refine PCI scan interfaces and make generic pci host bridge
2015-04-08 9:22 UTC (46+ messages)
` [PATCH] PCI: Save sysdata in pci_host_bridge drvdata
` [PATCH v9 01/30] xen/PCI: Don't use deprecated function pci_scan_bus_parented()
` [PATCH v9 02/30] PCI: Remove deprecated pci_scan_bus_parented()
` [PATCH v9 03/30] PCI: Save domain in pci_host_bridge
` [PATCH v9 04/30] PCI: Move pci_bus_assign_domain_nr() declaration into drivers/pci/pci.h
` [PATCH v9 05/30] PCI: Introduce pci_host_assign_domain_nr() to assign domain
` [PATCH v9 06/30] PCI: Separate pci_host_bridge creation out of pci_create_root_bus()
` [PATCH v9 07/30] PCI: Add default bus resource in pci_host_bridge
` [PATCH v9 08/30] PCI: Update pci_host_bridge bus resource
` [PATCH v9 09/30] PCI: Introduce pci_host_first_busnr() function
` [PATCH v9 10/30] PCI: Introduce pci_host_bridge_list to manage host bridges
` [PATCH v9 11/30] PCI: Save sysdata in pci_host_bridge drvdata
` [PATCH v9 12/30] powerpc/PCI: Rename pcibios_root_bridge_prepare() to pcibios_set_root_bus_speed()
` [PATCH v9 13/30] PCI: Move pcibios_root_bridge_prepare() to pci_create_host_bridge()
` [PATCH v9 14/30] PCI: Introduce pci_host_bridge_ops to support host specific operations
` [PATCH v9 15/30] PCI: Introduce new scan function pci_scan_host_bridge()
` [PATCH v9 16/30] PCI: Introduce pci_bus_child_max_busnr()
` [PATCH v9 17/30] x86/PCI: Refine pci_acpi_scan_root() with generic pci_host_bridge
` [PATCH v9 18/30] ia64/PCI: "
` [PATCH v9 19/30] powerpc/pci: Use pci_scan_host_bridge() for simplicity
` [PATCH v9 20/30] PCI: Remove pcibios_root_bridge_prepare() and pcibos_set_root_bus_speed()
` [PATCH v9 21/30] sparc/PCI: Use pci_scan_host_bridge() for simplicity
` [PATCH v9 22/30] parisc/PCI: Use pci_scan_root_bus() "
` [PATCH v9 23/30] PCI/mvebu: Use pci_common_init_dev() to simplify code
` [PATCH v9 24/30] PCI/tegra: Remove redundant tegra_pcie_scan_bus()
` [PATCH v9 25/30] PCI/designware: Use pci_scan_root_bus() for simplicity
` [PATCH v9 26/30] PCI/xgene: Use pci_scan_root_bus() instead of pci_create_root_bus()
` [PATCH v9 27/30] PCI: Rename __pci_create_root_bus() to pci_create_root_bus()
` [PATCH v9 28/30] PCI: Remove platform specific pci_domain_nr()
` [PATCH v9 29/30] PCI: Remove pci_bus_assign_domain_nr()
` [PATCH v9 30/30] PCI: Clean up CONFIG_PCI_DOMAINS_GENERIC
[RFC 2/7] ia64/PCI/ACPI: Use common ACPI resource parsing interface for host bridge
2015-04-07 4:31 UTC (3+ messages)
` [RFC 3/7] ia64/PCI: Use common struct resource_entry to replace struct iospace_resource
` [RFC 7/7] ia64/PCI/ACPI: Use common interface to support PCI host bridge
[PATCH 0/4] kbuild: refactor Makefile inclusion
2015-04-02 15:27 UTC (4+ messages)
` [PATCH 1/4] kbuild: use relative path to include Makefile
` [PATCH 4/4] kbuild: ia64: use $(src)/Makefile.gate rather than particular path
[PATCH 00/25] treewide: Use bool function return values of true/false not 1/0
2015-03-31 0:14 UTC (4+ messages)
` [PATCH 04/25] ia64: "
[PATCH v8 00/30] Refine PCI scan interfaces and make generic pci host bridge
2015-03-27 2:31 UTC (45+ messages)
` [PATCH v8 01/30] xen/PCI: Don't use deprecated function pci_scan_bus_parented()
` [PATCH v8 02/30] PCI: Remove deprecated pci_scan_bus_parented()
` [PATCH v8 03/30] PCI: Save domain in pci_host_bridge
` [PATCH v8 04/30] PCI: Move pci_bus_assign_domain_nr() declaration into drivers/pci/pci.h
` [PATCH v8 05/30] PCI: Introduce pci_host_assign_domain_nr() to assign domain
` [PATCH v8 06/30] PCI: Separate pci_host_bridge creation out of pci_create_root_bus()
` [PATCH v8 07/30] PCI: Add default bus resource in pci_host_bridge
` [PATCH v8 08/30] PCI: Update pci_host_bridge bus resource
` [PATCH v8 09/30] PCI: Introduce pci_host_first_busnr() function
` [PATCH v8 10/30] PCI: Introduce pci_host_bridge_list to manage host bridges
` [PATCH v8 11/30] PCI: Save sysdata in pci_host_bridge drvdata
` [PATCH v8 12/30] powerpc/PCI: Rename pcibios_root_bridge_prepare() to pcibios_set_root_bus_speed()
` [PATCH v8 13/30] PCI: Move pcibios_root_bridge_prepare() to pci_create_host_bridge()
` [PATCH v8 14/30] PCI: Introduce pci_host_bridge_ops to support host specific operations
` [PATCH v8 15/30] PCI: Introduce new scan function pci_scan_host_bridge()
` [PATCH v8 16/30] PCI: Introduce pci_bus_child_max_busnr()
` [PATCH v8 17/30] x86/PCI: Refine pci_acpi_scan_root() with generic pci_host_bridge
` [PATCH v8 18/30] ia64/PCI: "
` [PATCH v8 19/30] powerpc/pci: Use pci_scan_host_bridge() for simplicity
` [PATCH v8 20/30] PCI: Remove pcibios_root_bridge_prepare() and pcibos_set_root_bus_speed()
` [PATCH v8 21/30] sparc/PCI: Use pci_scan_host_bridge() for simplicity
` [PATCH v8 22/30] parisc/PCI: Use pci_scan_root_bus() "
` [PATCH v8 23/30] PCI/mvebu: Use pci_common_init_dev() to simplify code
` [PATCH v8 24/30] PCI/tegra: Remove redundant tegra_pcie_scan_bus()
` [PATCH v8 25/30] PCI/designware: Use pci_scan_root_bus() for simplicity
` [PATCH v8 26/30] PCI/xgene: Use pci_scan_root_bus() instead of pci_create_root_bus()
` [PATCH v8 27/30] PCI: Rename __pci_create_root_bus() to pci_create_root_bus()
` [PATCH v8 28/30] PCI: Remove platform specific pci_domain_nr()
` [PATCH v8 29/30] PCI: Remove pci_bus_assign_domain_nr()
` [PATCH v8 30/30] PCI: Clean up CONFIG_PCI_DOMAINS_GENERIC
[PATCH v6 00/30] Refine PCI scan interfaces and make generic pci host bridge
2015-03-26 7:30 UTC (12+ messages)
` [PATCH v6 04/30] xen/PCI: Don't use deprecated function pci_scan_bus_parented()
[PATCH v7 00/31] Refine PCI scan interfaces and make generic pci host bridge
2015-03-23 12:40 UTC (16+ messages)
` [PATCH v7 17/31] x86/PCI: Refine pci_acpi_scan_root() with generic pci_host_bridge
` [PATCH v7 18/31] ia64/PCI: "
` [PATCH v7 19/31] powerpc/pci: Use pci_scan_host_bridge() for simplicity
` [PATCH v7 20/31] PCI: Remove pcibios_root_bridge_prepare() and pcibos_set_root_bus_speed()
` [PATCH v7 21/31] sparc/PCI: Use pci_scan_host_bridge() for simplicity
` [PATCH v7 22/31] parisc/PCI: Use pci_scan_root_bus() "
` [PATCH v7 23/31] PCI/mvebu: Use pci_common_init_dev() to simplify code
` [PATCH v7 24/31] PCI/tegra: Remove redundant tegra_pcie_scan_bus()
` [PATCH v7 25/31] PCI/designware: Use pci_scan_root_bus() for simplicity
` [PATCH v7 26/31] PCI/xgene: Use pci_scan_root_bus() instead of pci_create_root_bus()
` [PATCH v7 27/31] PCI: Rename __pci_create_root_bus() to pci_create_root_bus()
` [PATCH v7 28/31] PCI: rename to pci_find_host_bridge()
` [PATCH v7 29/31] PCI: Remove platform specific pci_domain_nr()
` [PATCH v7 30/31] PCI: Remove pci_bus_assign_domain_nr()
` [PATCH v7 31/31] PCI: Clean up CONFIG_PCI_DOMAINS_GENERIC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox