linux-alpha.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-01-19 08:23:13 to 2015-03-06 14:19:51 UTC [more...]

[PATCH v5 00/29] Refine PCI scan interfaces and make generic pci host bridge
 2015-03-06 14:19 UTC  (31+ messages)
` [PATCH v5 01/29] PCI: Rip out pci_bus_add_devices() from pci_scan_bus()
` [PATCH v5 02/29] PCI: Rip out pci_bus_add_devices() from pci_scan_root_bus()
` [PATCH v5 03/29] xen/PCI: Don't use deprecated function pci_scan_bus_parented()
` [PATCH v5 04/29] PCI: Remove deprecated pci_scan_bus_parented()
` [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()

Pre-DEBIAN 8.0 install images for ALPHA architecture (debian-ports unstable release)
 2015-03-04 20:39 UTC  (5+ messages)

[PATCH v4 00/30] Refine PCI scan interfaces and make generic pci host bridge
 2015-03-03  9:35 UTC  (58+ messages)
` [PATCH v4 01/30] PCI: Rip out pci_bus_add_devices() from pci_scan_bus()
` [PATCH v4 02/30] PCI: Rip out pci_bus_add_devices() from pci_scan_root_bus()
` [PATCH v4 03/30] xen/PCI: Don't use deprecated function pci_scan_bus_parented()
` [PATCH v4 04/30] PCI: Remove deprecated pci_scan_bus_parented()
` [PATCH v4 05/30] PCI: Rename pci_scan_bus() to pci_scan_bus_legacy()
` [PATCH v4 06/30] PCI: Combine PCI domain and bus number in u32 arg
` [PATCH v4 07/30] PCI: Pass PCI domain number combined with root bus number
` [PATCH v4 08/30] PCI: Introduce pci_host_assign_domain_nr() to assign domain
` [PATCH v4 09/30] PCI: Separate pci_host_bridge creation out of pci_create_root_bus()
` [PATCH v4 10/30] PCI: Introduce pci_host_bridge_list to manage host bridges
` [PATCH v4 11/30] PCI: Save sysdata in pci_host_bridge drvdata
` [PATCH v4 12/30] PCI: Introduce pci_host_bridge_ops to support host specific operations
` [PATCH v4 13/30] PCI: Introduce new scan function pci_scan_root_bridge()
` [PATCH v4 14/30] PCI/x86: Refine pci_acpi_scan_root() with generic pci_host_bridge
` [PATCH v4 15/30] PCI/IA64: "
` [PATCH v4 16/30] PCI/IA64: Fix the build warning about pci_domain_nr()
` [PATCH v4 17/30] PCI/powerpc: Rename pcibios_root_bridge_prepare()
` [PATCH v4 18/30] PCI/powerpc: Use pci_scan_root_bridge() for simplicity
` [PATCH v4 19/30] PCI: Remove weak pcibios_root_bridge_prepare()
` [PATCH v4 20/30] PCI/sparc: Use pci_scan_root_bridge() for simplicity
` [PATCH v4 21/30] PCI: Introduce pci_bus_child_max_busnr()
` [PATCH v4 22/30] PCI/Parisc: Use pci_scan_root_bus() for simplicity
` [PATCH v4 23/30] PCI/mvebu: Use pci_common_init_dev() to simplify code
` [PATCH v4 24/30] PCI/tegra: Remove redundant tegra_pcie_scan_bus()
` [PATCH v4 25/30] PCI/designware: Use pci_scan_root_bus() for simplicity
` [PATCH v4 26/30] PCI/xgene: Use pci_scan_root_bus() instead of pci_create_root_bus()
` [PATCH v4 27/30] PCI: Rename __pci_create_root_bus() to pci_create_root_bus()
` [PATCH v4 28/30] PCI: Export find_pci_host_bridge()
` [PATCH v4 29/30] PCI: Remove platform specific pci_domain_nr()
` [PATCH v4 30/30] PCI: Remove pci_bus_assign_domain_nr()

[PATCH v3 00/30] Refine PCI scan interfaces and make generic pci host bridge
 2015-02-26  8:23 UTC  (33+ messages)
` [PATCH v3 01/30] PCI: Rip out pci_bus_add_devices() from pci_scan_bus()
` [PATCH v3 02/30] PCI: Rip out pci_bus_add_devices() from pci_scan_root_bus()
` [PATCH v3 03/30] xen/PCI: Don't use deprecated function pci_scan_bus_parented()
` [PATCH v3 04/30] PCI: Remove deprecated pci_scan_bus_parented()
` [PATCH v3 05/30] PCI: Rename pci_scan_bus() to pci_scan_bus_legacy()
` [PATCH v3 06/30] PCI: Combine PCI domain and bus number in u32 arg
` [PATCH v3 07/30] PCI: Pass PCI domain number combined with root bus number
` [PATCH v3 08/30] PCI: Introduce pci_host_assign_domain_nr() to assign domain
` [PATCH v3 09/30] PCI: Separate pci_host_bridge creation out of pci_create_root_bus()
` [PATCH v3 10/30] PCI: Introduce pci_host_bridge_list to manage host bridges
` [PATCH v3 11/30] PCI: Save sysdata in pci_host_bridge drvdata
` [PATCH v3 12/30] PCI: Introduce pci_host_bridge_ops to support host specific operations
` [PATCH v3 13/30] PCI: Introduce new scan function pci_scan_root_bridge()
` [PATCH v3 14/30] PCI/x86: Refine pci_acpi_scan_root() with generic pci_host_bridge
` [PATCH v3 15/30] PCI/IA64: "
` [PATCH v3 16/30] PCI/IA64: Fix the build warning about pci_domain_nr()
` [PATCH v3 17/30] PCI/powerpc: Rename pcibios_root_bridge_prepare()
` [PATCH v3 18/30] PCI/powerpc: Use pci_scan_root_bridge() for simplicity
` [PATCH v3 19/30] PCI: Remove weak pcibios_root_bridge_prepare()
` [PATCH v3 20/30] PCI/sparc: Use pci_scan_root_bridge() for simplicity
` [PATCH v3 21/30] PCI: Introduce pci_bus_child_max_busnr()
` [PATCH v3 22/30] PCI/Parisc: Use pci_scan_root_bus() for simplicity
` [PATCH v3 23/30] PCI/mvebu: Use pci_common_init_dev() to simplify code
` [PATCH v3 24/30] PCI/tegra: Remove redundant tegra_pcie_scan_bus()
` [PATCH v3 25/30] PCI/designware: Use pci_scan_root_bus() for simplicity
` [PATCH v3 26/30] PCI/xgene: Use pci_scan_root_bus() instead of pci_create_root_bus()
` [PATCH v3 27/30] PCI: Rename __pci_create_root_bus() to pci_create_root_bus()
` [PATCH v3 28/30] PCI: Export find_pci_host_bridge()
` [PATCH v3 29/30] PCI: Remove platform specific pci_domain_nr()
` [PATCH v3 30/30] PCI: Remove pci_bus_assign_domain_nr()

[PATCH v2 00/30] Refine PCI scan interfaces and make generic pci host bridge
 2015-02-26  0:54 UTC  (46+ messages)
` [PATCH v2 01/30] PCI: Rip out pci_bus_add_devices() from pci_scan_bus()
` [PATCH v2 02/30] PCI: Rip out pci_bus_add_devices() from pci_scan_root_bus()
` [PATCH v2 03/30] xen/PCI: Don't use deprecated function pci_scan_bus_parented()
` [PATCH v2 04/30] PCI: Remove deprecated pci_scan_bus_parented()
` [PATCH v2 05/30] PCI: Rename pci_scan_bus() to pci_scan_bus_legacy()
` [PATCH v2 06/30] PCI: Combine PCI domain and bus number in u32 arg
` [PATCH v2 07/30] PCI: Pass PCI domain number combined with root bus number
` [PATCH v2 08/30] PCI: Introduce pci_host_assign_domain_nr() to assign domain
` [PATCH v2 09/30] PCI: Separate pci_host_bridge creation out of pci_create_root_bus()
` [PATCH v2 10/30] PCI: Introduce pci_host_bridge_list to manage host bridges
` [PATCH v2 11/30] PCI: Save sysdata in pci_host_bridge drvdata
` [PATCH v2 12/30] PCI: Introduce pci_host_bridge_ops to support host specific operations
` [PATCH v2 13/30] PCI: Introduce new scan function pci_scan_root_bridge()
` [PATCH v2 14/30] PCI/x86: Refine pci_acpi_scan_root() with generic pci_host_bridge
` [PATCH v2 15/30] PCI/IA64: "
` [PATCH v2 16/30] PCI/IA64: Fix the build warning about pci_domain_nr()
` [PATCH v2 17/30] PCI/powerpc: Rename pcibios_root_bridge_prepare()
` [PATCH v2 18/30] PCI/powerpc: Use pci_scan_root_bridge() for simplicity
` [PATCH v2 19/30] PCI: Remove weak pcibios_root_bridge_prepare()
` [PATCH v2 20/30] PCI/sparc: Use pci_scan_root_bridge() for simplicity
` [PATCH v2 21/30] PCI: Introduce pci_bus_child_max_busnr()
` [PATCH v2 22/30] PCI/Parisc: Use pci_scan_root_bus() for simplicity
` [PATCH v2 23/30] PCI/mvebu: Use pci_common_init_dev() to simplify code
  ` [PATCH v2 24/30] PCI/tegra: Remove redundant tegra_pcie_scan_bus()
` [PATCH v2 25/30] PCI/designware: Use pci_scan_root_bus() for simplicity
` [PATCH v2 26/30] PCI/xgene: Use pci_scan_root_bus() instead of pci_create_root_bus()
` [PATCH v2 27/30] PCI: Rename __pci_create_root_bus() to pci_create_root_bus()
` [PATCH v2 28/30] PCI: Export find_pci_host_bridge()
` [PATCH v2 29/30] PCI: Remove platform specific pci_domain_nr()
` [PATCH v2 30/30] PCI: Remove pci_bus_assign_domain_nr()

[PATCH RFC] Update kernel math-emu code from current glibc soft-fp
 2015-02-20  2:52 UTC  (7+ messages)

[PATCH] llist: Fix missing lockless_dereference()
 2015-02-10  9:30 UTC  (11+ messages)

[PATCH] arch: alpha: kernel: remove deprecated call to pci_get_slot
 2015-02-05 21:17 UTC 

[PATCH] Arch: alpha: boot: fixed a brace coding style issue
 2015-02-05 20:30 UTC 

[Resend Patch v4 01/16] smp, alpha: Kill SMP single function call interrupt
 2015-01-23  5:36 UTC 

[PATCH 00/28] Refine PCI scan interfaces and make generic pci host bridge
 2015-01-19 10:56 UTC  (15+ messages)
` [PATCH 10/28] PCI: Save sysdata in pci_host_bridge drvdata
` [PATCH 08/28] PCI: Introduce pci_host_assign_domain_nr() to assign domain
` [PATCH 18/28] PCI/sparc: Use pci_scan_root_bridge() for simplicity
` [PATCH 01/28] PCI: Rip out pci_bus_add_devices() from pci_scan_bus()


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).