public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-01-16 01:44:05 to 2015-02-26 08:11:58 UTC [more...]

[PATCH v4 00/30] Refine PCI scan interfaces and make generic pci host bridge
 2015-02-26  8:11 UTC  (5+ 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 v3 00/30] Refine PCI scan interfaces and make generic pci host bridge
 2015-02-26  5:51 UTC  (32+ 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 v3 0/9] Start deprecating _OSI on new architectures
 2015-02-25 20:57 UTC  (17+ messages)
` [PATCH v3 1/9] ACPI: fix all errors reported by cleanpatch.pl in osl.c
` [PATCH v3 2/9] ACPI: clear up warnings on use of printk reported by checkpatch.pl
` [PATCH v3 3/9] ACPI: clean up checkpatch warnings for various bits of syntax
  ` [Linaro-acpi] "
` [PATCH v3 4/9] ACPI: clean up checkpatch warnings for items with possible semantic value
  ` [Linaro-acpi] [PATCH v3 4/9] ACPI: clean up checkpatch warnings for items with possible semantic
` [PATCH v3 5/9] ACPI: move acpi_os_handler() so it can be made arch-dependent later
  ` [Linaro-acpi] "
` [PATCH v3 6/9] ACPI: move _OSI support functions to allow arch-dependent implementation
` [PATCH v3 7/9] ACPI: enable arch-specific compilation for _OSI and the blacklist
` [PATCH v3 8/9] ACPI: arm64: use an arch-specific ACPI _OSI method and ACPI blacklist
` [PATCH v3 9/9] ACPI: arm64: use "Linux" as ACPI_OS_NAME for _OS on arm64

[PATCH RFT][RESEND] ia64: move cacheinfo sysfs to generic cacheinfo infrastructure
 2015-02-23 18:04 UTC 

[PATCH] mm: Use macro to switch between section and pfn
 2015-02-13  9:01 UTC 

[PATCH] KVM: ia64: drop kvm.h from installed user headers
 2015-02-10  8:02 UTC  (2+ messages)

[Patch v4 01/23] ACPICA: Resources: Provide common part for struct acpi_resource_address structures
 2015-02-05 15:49 UTC  (3+ messages)
  ` [Xen-devel] [Patch v4 01/23] ACPICA: Resources: Provide common part for struct acpi_resource_add
  ` [Patch v4 01/23] ACPICA: Resources: Provide common part for struct acpi_resource_address structu

[PATCH v2 0/5] Start deprecating _OSI on new architectures
 2015-02-04 23:49 UTC  (13+ messages)
` [PATCH v2 1/5] ACPI: move acpi_os_handler() so it can be made arch-dependent later
` [PATCH v2 2/5] ACPI: move _OSI support functions to allow arch-dependent implementation
` [PATCH v2 3/5] ACPI: add arch-specific compilation for _OSI and the blacklist
` [PATCH v2 4/5] ACPI: arm64: use the arch-specific ACPI _OSI method and ACPI blacklist
` [PATCH v2 5/5] ACPI: arm64: use "Linux" as ACPI_OS_NAME for _OS on arm64

[Patch v2 01/23] ACPICA: Resources: Provide common part for struct acpi_resource_address structures
 2015-02-02  2:42 UTC 

ia64: implicit declaration of functions since change on <linux/dmar.h>
 2015-01-31 14:08 UTC 

[PATCH v12 00/28] Add gdb python scripts as kernel debugging helpers
 2015-01-30  7:24 UTC  (2+ messages)
` [PATCH v12 15/28] scripts/gdb: Add internal helper and convenience function to retrieve thread_info

[PATCH v11 00/28] Add gdb python scripts as kernel debugging helpers
 2015-01-29  6:46 UTC  (2+ messages)
` [PATCH v11 15/28] scripts/gdb: Add internal helper and convenience function to retrieve thread_info

[Patch v2 01/22] ACPICA: Resources: Provide common part for struct acpi_resource_address structures
 2015-01-28 10:57 UTC 

[RFC PATCH 1/2] ACPI: Introduce acpi_unload_parent_table() usages in Linux kernel
 2015-01-26 12:56 UTC  (3+ messages)

[RFC PATCH] ACPI: Introduce acpi_unload_parent_table() usages in Linux kernel
 2015-01-26  1:59 UTC  (4+ messages)

[PATCH 10/32] ia64: use %*pb[l] to print bitmaps including cpumasks and nodemasks
 2015-01-24 14:03 UTC 

[PATCH 0/7] Start deprecating _OSI on new architectures
 2015-01-23 16:34 UTC  (13+ messages)
` [PATCH 1/7] ia64: ACPI: move kernel acpi files to a directory
` [PATCH 2/7] arm64: "
` [PATCH 3/7] x86: ACPI: create arch-dependent version of acpi_osi_handler()
` [PATCH 4/7] ia64: "
` [PATCH 5/7] arm64: "
` [PATCH 6/7] x86: ia64: arm64: ACPI: move _OSI support functions to arch-dependent locations
` [PATCH 7/7] ACPI: use Linux as ACPI_OS_NAME for _OS on ARM64

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

[Patch Part1 v7 19/38] iommu/vt-d: Refine the interfaces to create IRQ for DMAR unit
 2015-01-20  3:08 UTC 

ia64: use current->state helpers
 2015-01-19 20:56 UTC  (2+ messages)

[PATCH 00/28] Refine PCI scan interfaces and make generic pci host bridge
 2015-01-19 10:56 UTC  (51+ messages)
` [PATCH 01/28] PCI: Rip out pci_bus_add_devices() from pci_scan_bus()
` [PATCH 07/28] PCI: Pass PCI domain number combined with root bus number
` [PATCH 08/28] PCI: Introduce pci_host_assign_domain_nr() to assign domain
` [PATCH 09/28] PCI: Separate pci_host_bridge creation out of pci_create_root_bus()
` [PATCH 10/28] PCI: Save sysdata in pci_host_bridge drvdata
` [PATCH 11/28] PCI: Introduce pci_host_bridge_ops to setup host bridge
` [PATCH 12/28] PCI: Introduce new scan function pci_scan_root_bridge()
` [PATCH 13/28] PCI/x86: Refine pci_acpi_scan_root() with generic pci_host_bridge
` [PATCH 14/28] PCI/IA64: "
` [PATCH 15/28] PCI/powerpc: Rename pcibios_root_bridge_prepare() for better readability
` [PATCH 16/28] PCI/powerpc: Use pci_scan_root_bridge() for simplicity
` [PATCH 17/28] PCI: Remove weak pcibios_root_bridge_prepare()
` [PATCH 18/28] PCI/sparc: Use pci_scan_root_bridge() for simplicity
` [PATCH 19/28] PCI: Introduce pci_bus_child_max_busnr()
` [PATCH 20/28] PCI/Parisc: Use pci_scan_root_bus() for simplicity
` [PATCH 21/28] PCI/mvebu: Use pci_common_init_dev() to simplify code
` [PATCH 22/28] PCI/tegra: Remove redundant tegra_pcie_scan_bus()
` [PATCH 23/28] PCI/designware: Use pci_scan_root_bus() for simplicity
` [PATCH 24/28] PCI/xgene: Use pci_scan_root_bus() instead of pci_create_root_bus()
` [PATCH 25/28] PCI: Rename __pci_create_root_bus() to pci_create_root_bus()
` [PATCH 26/28] PCI: Export find_pci_host_bridge()
` [PATCH 27/28] PCI: Remove platform specific pci_domain_nr()
` [PATCH 28/28] PCI: Remove pci_bus_assign_domain_nr()


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox