linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-01-19 02:10:36 to 2015-01-22 17:40:26 UTC [more...]

[PATCH v2 00/30] Refine PCI scan interfaces and make generic pci host bridge
 2015-01-22 17:40 UTC  (32+ 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()

ATCA PCI express hot add remove
 2015-01-22 14:44 UTC 

[RFC Patch 00/19] Improve ACPI resource parsing interfaces and data structures
 2015-01-22 10:38 UTC  (37+ messages)
` [RFC Patch 05/19] ACPI: Provide union for address_space64 and ext_address_space64
` [RFC Patch 08/19] ACPI: Add prefetch decoding to the address space parser
` [RFC Patch 09/19] ACPI: Fix a bug in parsing ACPI Memroy24 resource
` [RFC Patch 12/19] ACPI: Enforce stricter checks for address space descriptors
` [RFC Patch 14/19] ACPI: Translate resource into master side address for bridge window resources
` [RFC Patch 15/19] ACPI: Add field offset to struct resource_list_entry
` [RFC Patch 17/19] resources: Move struct resource_list_entry from ACPI into resource core

[PATCH 0/2] PCI/IOV: fix on offset/stride based on NumVFs change
 2015-01-22  9:42 UTC  (4+ messages)
` [PATCH 2/2] PCI: Calculate the VF bus range on each possible NumVFs

[RFC PATCH] ACPI: Introduce acpi_unload_parent_table() usages in Linux kernel
 2015-01-22  6:37 UTC 

[PATCH 0/5] PCI: st: provide support for dw pcie
 2015-01-21 19:59 UTC  (24+ messages)
` [PATCH 2/5] PCI: st: Add Device Tree bindings for sti pcie
` [PATCH 3/5] PCI: st: Provide support for the sti PCIe controller
` [PATCH 4/5] PCI: designware: Add setup bus-related to pcie_host_ops
` [PATCH 5/5] PCI: st: disable IO support

[RFC PATCH v3 0/2] Fix procfs PCI resources mmap
 2015-01-21 18:44 UTC  (4+ messages)
` [RFC PATCH v3 1/2] drivers: pci: fix pci_mmap_fits() implementation for procfs mmap

[PATCH] pci: Use hot-plug capable for testing presence on
 2015-01-21 17:09 UTC  (3+ messages)

[PATCH 0/5] Qualcomm PCIe and PCIe/PHY drivers
 2015-01-21  9:52 UTC  (4+ messages)
` [PATCH 2/5] phy: qcom: Add Qualcomm PCIe PHY

[PATCH v3 10/16] s390: add pci_iomap_range
 2015-01-21  0:43 UTC  (3+ messages)

[PATCH v2 0/8] Introducing per-device MSI domain
 2015-01-21  1:34 UTC  (6+ messages)
` [PATCH v2 1/8] device core: Introduce per-device MSI domain pointer

[RFC][PATCH] PCI / PM: Avoid resuming PCI devices during system suspend
 2015-01-21  1:17 UTC  (3+ messages)
` [RFC][PATCH][v2] "
  ` [PATCH][v3] "

[Bugfix v4 1/2] xen/pci: Fix xen IRQ allocation failure caused by commit b81975eade8c
 2015-01-20 19:12 UTC  (5+ messages)

[RFC PATCH 0/3] drivers: port PCIe designware to new DT parsing API
 2015-01-20 11:20 UTC  (8+ messages)
` [RFC PATCH 1/3] drivers: of: fix resources freeing in of_pci_get_host_bridge_resources()

[Bugfix 0/3] Xen IRQ related hotfixes for v3.19
 2015-01-20  9:56 UTC  (6+ messages)
` [Bugfix 1/3] xen/pci: Kill function xen_setup_acpi_sci()
` [Bugfix 2/3] xen/irq, ACPI: Fix regression in xen PCI passthrough caused by cffe0a2b5a34
` [Bugfix 3/3] xen/irq: Override ACPI IRQ management callback __acpi_unregister_gsi

[PATCH] MAINTAINERS: fix Richard Zhu's mail address
 2015-01-20  5:42 UTC  (2+ messages)

[Patch Part2 v4 00/33] Clean up obsoleted x86 interrupt manangement code and interfaces
 2015-01-20  5:51 UTC  (34+ messages)
` [Patch Part2 v4 01/33] x86/irq: Kill unused old IOAPIC irqdomain interfaces
` [Patch Part2 v4 02/33] x86/irq: Kill unused struct mp_pin_info
` [Patch Part2 v4 03/33] x86/irq: Kill x86_io_apic_ops.print_entries and related interfaces
` [Patch Part2 v4 04/33] x86/irq: Kill x86_io_apic_ops.setup_entry "
` [Patch Part2 v4 05/33] x86/irq: Kill x86_io_apic_ops.set_affinity "
` [Patch Part2 v4 06/33] x86/irq: Kill x86_io_apic_ops.eoi_ioapic_pin "
` [Patch Part2 v4 07/33] x86/irq: Kill GENERIC_IRQ_LEGACY_ALLOC_HWIRQ
` [Patch Part2 v4 08/33] x86/irq: Clean up unused forward declarations in x86_init.h
` [Patch Part2 v4 09/33] irq_remapping: Clean up unsued code to support IOAPIC
` [Patch Part2 v4 10/33] irq_remapping/vt-d: Clean up unsued code
` [Patch Part2 v4 11/33] irq_remapping/amd: "
` [Patch Part2 v4 12/33] irq_remapping: Clean up unused interfaces
` [Patch Part2 v4 13/33] x86/irq: Kill irq_cfg.irq_remapped
` [Patch Part2 v4 14/33] irq_remapping/vt-d: Move struct irq_2_iommu into intel_irq_remapping.c
` [Patch Part2 v4 15/33] irq_remapping/amd: Move struct irq_2_irte into amd_iommu.c
` [Patch Part2 v4 16/33] x86/irq: Move irq_cfg.irq_2_pin into io_apic.c
` [Patch Part2 v4 17/33] x86/irq: Kill struct io_apic_irq_attr
` [Patch Part2 v4 18/33] x86/irq: Kill x86_io_apic_ops.write and x86_io_apic_ops.modify
` [Patch Part2 v4 19/33] x86/irq: Clean up io_apic.h
` [Patch Part2 v4 20/33] x86/irq: Use cached IOAPIC entry instead of reading from hardware
` [Patch Part2 v4 21/33] x86/irq: Remove sis apic bug workaround
` [Patch Part2 v4 22/33] x86/irq: Kill unused alloc_irq_and_cfg_at()
` [Patch Part2 v4 23/33] x86/irq: Change functions only used in vector.c as static
` [Patch Part2 v4 24/33] x86/irq: Kill function apic_set_affinity()
` [Patch Part2 v4 25/33] x86/irq: Move check of cfg->move_in_progress into send_cleanup_vector()
` [Patch Part2 v4 26/33] x86/irq: Move private data in struct irq_cfg into dedicated data structure
` [Patch Part2 v4 27/33] x86/irq: Refine the way to calculate NR_IRQS
` [Patch Part2 v4 28/33] x86/irq, ACPI: Kill private function mp_register_gsi()/ mp_unregister_gsi()
` [Patch Part2 v4 29/33] x86, ioapic: Use proper defines for the entry fields
` [Patch Part2 v4 30/33] x86,ioapic: Cleanup irq_trigger/polarity()
` [Patch Part2 v4 31/33] x86: Cleanup irq_domain ops
` [Patch Part2 v4 32/33] x86/irq: Move irqdomain specific code into asm/irqdomain.h
` [Patch Part2 v4 33/33] x86/irq: Avoid memory allocation in __assign_irq_vector()

[Patch Part1 v7 00/38] Convert x86 to hierarchy irqdomain and stacked irqchip
 2015-01-20  3:08 UTC  (39+ messages)
` [Patch Part1 v7 01/38] x86/irq: Save destination CPU ID in irq_cfg
` [Patch Part1 v7 02/38] x86/irq: Use hierarchy irqdomain to manage CPU interrupt vectors
` [Patch Part1 v7 03/38] x86/hpet: Use new irqdomain interfaces to allocate/free IRQ
` [Patch Part1 v7 04/38] x86/MSI: "
` [Patch Part1 v7 05/38] x86/uv: "
` [Patch Part1 v7 06/38] x86/htirq: "
` [Patch Part1 v7 07/38] x86/dmar: "
` [Patch Part1 v7 08/38] irq_remapping: Introduce new interfaces to support hierarchy irqdomain
` [Patch Part1 v7 09/38] irq_remapping/vt-d: Change prototypes to prepare for enabling "
` [Patch Part1 v7 10/38] irq_remapping/vt-d: Enhance Intel IR driver to suppport "
` [Patch Part1 v7 11/38] irq_remapping/amd: Enhance AMD "
` [Patch Part1 v7 12/38] x86/hpet: Enhance HPET IRQ to support "
` [Patch Part1 v7 13/38] x86/MSI: Use hierarchy irqdomain to manage MSI interrupts
` [Patch Part1 v7 14/38] x86/irq: Directly call native_compose_msi_msg() for DMAR IRQ
` [Patch Part1 v7 15/38] irq_remapping/vt-d: Clean up unused MSI related code
` [Patch Part1 v7 16/38] irq_remapping/amd: "
` [Patch Part1 v7 17/38] irq_remapping: "
` [Patch Part1 v7 18/38] x86/MSI: Clean up unused MSI related code and interfaces
` [Patch Part1 v7 19/38] iommu/vt-d: Refine the interfaces to create IRQ for DMAR unit
` [Patch Part1 v7 20/38] x86/irq: Use hierarchy irqdomain to manage DMAR interrupts
` [Patch Part1 v7 21/38] x86/htirq: Use hierarchy irqdomain to manage Hypertransport interrupts
` [Patch Part1 v7 22/38] x86/uv: Use hierarchy irqdomain to manage UV interrupts
` [Patch Part1 v7 23/38] x86/irq: Normalize x86 irq_chip name
` [Patch Part1 v7 24/38] x86/MSI: Simplify the way to deal with remapped MSI interrupts
` [Patch Part1 v7 25/38] x86/MSI: Replace msi_update_msg() with irq_chip_compose_msi_msg()
` [Patch Part1 v7 26/38] x86/irq: Implement irq_chip.irq_write_msi_msg for MSI/DMAR/HPET irq_chips
` [Patch Part1 v7 27/38] x86/irq: Simplify MSI/DMAR/HPET implementation by using common code
` [Patch Part1 v7 28/38] irq_remapping: Kill unused function irq_remapping_print_chip()
` [Patch Part1 v7 29/38] x86/intel-mid: Delay initialization of APB timer
` [Patch Part1 v7 30/38] x86/intel-mid, trivial: Refine code syntax for sfi_parse_mtmr()
` [Patch Part1 v7 31/38] x86/apb_timer: Remove unused function is_apbt_capable()
` [Patch Part1 v7 32/38] x86/irq: Kill unused pre_init_apic_IRQ0()
` [Patch Part1 v7 33/38] x86/irq: Prepare IOAPIC interfaces to support hierarchy irqdomain
` [Patch Part1 v7 34/38] x86/irq: Implement callbacks to enable hierarchy irqdomain on IOAPICs
` [Patch Part1 v7 35/38] x86/irq: Refine the way to allocate irq_cfg for legacy IRQs
` [Patch Part1 v7 36/38] x86/irq: Simplify the way to print IOAPIC entry
` [Patch Part1 v7 37/38] x86/irq: Introduce helper functions to support hierarchy irqdomain for IOAPIC
` [Patch Part1 v7 38/38] x86/irq: Convert IOAPIC to use hierarchy irqdomain interfaces

[PATCH v2] pci: Fix infinite loop with ROM image of size 0
 2015-01-19 18:48 UTC  (2+ messages)

[Bugfix 0/3] Fix regressions in Xen IRQ management
 2015-01-19 14:31 UTC  (8+ messages)
` [Bugfix 1/3] xen/irq, ACPI: Fix regression in xen PCI passthrough caused by cffe0a2b5a34
` [Bugfix 2/3] xen/irq: Override ACPI IRQ management callback __acpi_unregister_gsi
` [Bugfix 3/3] x86/PCI: Refine the way to release PCI IRQ resources

[PATCH 00/28] Refine PCI scan interfaces and make generic pci host bridge
 2015-01-19 10:56 UTC  (31+ messages)
` [PATCH 01/28] PCI: Rip out pci_bus_add_devices() from pci_scan_bus()
` [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 18/28] PCI/sparc: Use pci_scan_root_bridge() for simplicity
` [PATCH 23/28] PCI/designware: Use pci_scan_root_bus() "
` [PATCH 27/28] PCI: Remove platform specific pci_domain_nr()

[PATCH v2 0/4] Add support for kosagi novena
 2015-01-19 10:04 UTC  (3+ messages)
` [PATCH v2 4/4] ARM: dts: imx6q: add Novena board

[PATCH] PCI: keep enable status consistent for device without driver
 2015-01-19  2:29 UTC  (3+ messages)


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).