messages from 2015-03-06 09:33:22 to 2015-03-31 00:07:23 UTC [more...]
[PATCH 00/25] treewide: Use bool function return values of true/false not 1/0
2015-03-31 0:07 UTC (3+ messages)
` [PATCH 04/25] ia64: "
[PATCH 0/4] kbuild: refactor Makefile inclusion
2015-03-27 11:43 UTC (3+ 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 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 (87+ messages)
` [PATCH v6 01/30] PCI: Rip out pci_bus_add_devices() from pci_scan_bus()
` [PATCH v6 02/30] PCI: Rip out pci_bus_add_devices() from pci_scan_root_bus()
` [PATCH v6 03/30] PCI: Export busn_resource to drivers/pci
` [PATCH v6 04/30] xen/PCI: Don't use deprecated function pci_scan_bus_parented()
` [PATCH v6 05/30] PCI: Remove deprecated pci_scan_bus_parented()
` [PATCH v6 06/30] PCI: Combine PCI domain and bus number in u32 arg
` [PATCH v6 07/30] PCI: Pass PCI domain number combined with root bus number
` [Xen-devel] "
` [PATCH v6 08/30] PCI: Introduce pci_host_assign_domain_nr() to assign domain
` [PATCH v6 09/30] PCI: Separate pci_host_bridge creation out of pci_create_root_bus()
` [PATCH v6 10/30] PCI: Introduce pci_host_bridge_list to manage host bridges
` [PATCH v6 11/30] PCI: Save sysdata in pci_host_bridge drvdata
` [PATCH v6 12/30] PCI: Introduce pci_host_bridge_ops to support host specific operations
` [PATCH v6 13/30] PCI: Introduce new scan function pci_scan_host_bridge()
` [PATCH v6 14/30] x86/PCI: Refine pci_acpi_scan_root() with generic pci_host_bridge
` [PATCH v6 15/30] ia64/PCI: "
` [PATCH v6 16/30] powerpc/pci: Rename pcibios_root_bridge_prepare()
` [PATCH v6 17/30] powerpc/pci: Use pci_scan_host_bridge() for simplicity
` [PATCH v6 18/30] PCI: Remove weak pcibios_root_bridge_prepare()
` [PATCH v6 19/30] sparc/PCI: Claim bus resources before pci_bus_add_devices()
` [PATCH v6 20/30] sparc/PCI: Use pci_scan_host_bridge() for simplicity
` [PATCH v6 21/30] PCI: Introduce pci_bus_child_max_busnr()
` [PATCH v6 22/30] parisc/PCI: Use pci_scan_root_bus() for simplicity
` [PATCH v6 23/30] PCI/mvebu: Use pci_common_init_dev() to simplify code
` [PATCH v6 24/30] PCI/tegra: Remove redundant tegra_pcie_scan_bus()
` [PATCH v6 25/30] PCI/designware: Use pci_scan_root_bus() for simplicity
` [PATCH v6 26/30] PCI/xgene: Use pci_scan_root_bus() instead of pci_create_root_bus()
` [PATCH v6 27/30] PCI: Rename __pci_create_root_bus() to pci_create_root_bus()
` [PATCH v6 28/30] PCI: Export find_pci_host_bridge() and rename to pci_find_host_bridge()
` [PATCH v6 29/30] PCI: Remove platform specific pci_domain_nr()
` [PATCH v6 30/30] PCI: Remove pci_bus_assign_domain_nr()
[PATCH v7 00/31] Refine PCI scan interfaces and make generic pci host bridge
2015-03-23 12:40 UTC (32+ messages)
` [PATCH v7 01/31] xen/PCI: Don't use deprecated function pci_scan_bus_parented()
` [PATCH v7 02/31] PCI: Remove deprecated pci_scan_bus_parented()
` [PATCH v7 03/31] PCI: Save domain in pci_host_bridge
` [PATCH v7 04/31] PCI: Move pci_bus_assign_domain_nr() declaration into drivers/pci/pci.h
` [PATCH v7 05/31] PCI: Introduce pci_host_assign_domain_nr() to assign domain
` [PATCH v7 06/31] PCI: Separate pci_host_bridge creation out of pci_create_root_bus()
` [PATCH v7 07/31] PCI: Add default bus resource in pci_host_bridge
` [PATCH v7 08/31] PCI: Update pci_host_bridge bus resource
` [PATCH v7 09/31] PCI: Introduce pci_host_first_busnr() function
` [PATCH v7 10/31] PCI: Introduce pci_host_bridge_list to manage host bridges
` [PATCH v7 11/31] PCI: Save sysdata in pci_host_bridge drvdata
` [PATCH v7 12/31] powerpc/PCI: Rename pcibios_root_bridge_prepare() to pcibios_set_root_bus_speed()
` [PATCH v7 13/31] PCI: Move pcibios_root_bridge_prepare() to pci_create_host_bridge()
` [PATCH v7 14/31] PCI: Introduce pci_host_bridge_ops to support host specific operations
` [PATCH v7 15/31] PCI: Introduce new scan function pci_scan_host_bridge()
` [PATCH v7 16/31] PCI: Introduce pci_bus_child_max_busnr()
` [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
[PATCH 13/32] ia64: copy_thread(): rename 'user_stack_size' argument to 'kthread_arg'
2015-03-14 17:54 UTC (2+ messages)
[PATCH] ia64: Use bitmap_weight
2015-03-14 1:12 UTC
[PATCH v5 00/29] Refine PCI scan interfaces and make generic pci host bridge
2015-03-09 2:47 UTC (28+ messages)
` [PATCH v5 05/29] PCI: Combine PCI domain and bus number in u32 arg
` [PATCH v5 06/29] PCI: Pass PCI domain number combined with root bus number
` [PATCH v5 07/29] PCI: Introduce pci_host_assign_domain_nr() to assign domain
` [PATCH v5 08/29] PCI: Separate pci_host_bridge creation out of pci_create_root_bus()
` [PATCH v5 09/29] PCI: Introduce pci_host_bridge_list to manage host bridges
` [PATCH v5 10/29] PCI: Save sysdata in pci_host_bridge drvdata
` [PATCH v5 11/29] PCI: Introduce pci_host_bridge_ops to support host specific operations
` [PATCH v5 12/29] PCI: Introduce new scan function pci_scan_host_bridge()
` [PATCH v5 13/29] x86/PCI: Refine pci_acpi_scan_root() with generic pci_host_bridge
` [PATCH v5 14/29] ia64/PCI: "
` [PATCH v5 15/29] powerpc/pci: Rename pcibios_root_bridge_prepare()
` [PATCH v5 16/29] powerpc/pci: Use pci_scan_host_bridge() for simplicity
` [PATCH v5 17/29] PCI: Remove weak pcibios_root_bridge_prepare()
` [PATCH v5 18/29] sparc/PCI: Claim bus resources before pci_bus_add_devices()
` [PATCH v5 19/29] sparc/PCI: Use pci_scan_host_bridge() for simplicity
` [PATCH v5 20/29] PCI: Introduce pci_bus_child_max_busnr()
` [PATCH v5 21/29] parisc/PCI: Use pci_scan_root_bus() for simplicity
` [PATCH v5 22/29] PCI/mvebu: Use pci_common_init_dev() to simplify code
` [PATCH v5 23/29] PCI/tegra: Remove redundant tegra_pcie_scan_bus()
` [PATCH v5 24/29] PCI/designware: Use pci_scan_root_bus() for simplicity
` [PATCH v5 25/29] PCI/xgene: Use pci_scan_root_bus() instead of pci_create_root_bus()
` [PATCH v5 26/29] PCI: Rename __pci_create_root_bus() to pci_create_root_bus()
` [PATCH v5 27/29] PCI: Export find_pci_host_bridge() and rename to pci_find_host_bridge()
` [PATCH v5 28/29] PCI: Remove platform specific pci_domain_nr()
` [PATCH v5 29/29] PCI: Remove pci_bus_assign_domain_nr()
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