linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-01-20 05:49:27 to 2015-01-27 00:41:23 UTC [more...]

[PATCH 0/6] Introducing per-device MSI domain
 2015-01-27  0:41 UTC  (5+ messages)
` [PATCH 2/6] PCI/MSI: add hooks to populate the msi_domain field
` [PATCH 3/6] PCI/MSI: of: add support for OF-provided msi_domain

[PATCH 1/5] PCI: Add defines for max read request sizes
 2015-01-27  0:20 UTC  (8+ messages)
` [PATCH 2/5] rapidio/tsi721: use PCI define for max read request size
` [PATCH 3/5] tile: "
` [PATCH 4/5] [SCSI] esas2r: "
` [PATCH 5/5] r8169: "

[PATCH v4 0/6] PCI: get DMA configuration from parent device
 2015-01-26 23:59 UTC  (14+ messages)
` [PATCH v4 1/6] of: iommu: add ptr to OF node arg to of_iommu_configure()
` [PATCH v4 2/6] of: move of_dma_configure() to device.c to help re-use
` [PATCH v4 3/6] of: fix size when dma-range is not used
` [PATCH v4 4/6] of/pci: add of_pci_dma_configure() update dma configuration
` [PATCH v4 5/6] PCI: update dma configuration from DT
` [PATCH v4 6/6] arm: dma-mapping: updates to limit dma_mask and iommu mapping size

[GIT PULL] PCI fixes for v3.19
 2015-01-26 23:53 UTC  (5+ messages)

[PATCH 00/16] PCI generic configuration space accessors
 2015-01-26 23:22 UTC  (10+ messages)
` [PATCH 07/16] ARM: integrator: convert PCI to use generic config accesses

[PATCH] PCI: designware: reject MSI-X irqs
 2015-01-26 18:12 UTC  (3+ messages)

[PATCH] PCI: Add defines for max read requests sizes
 2015-01-26 16:46 UTC  (4+ messages)

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

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

[RFC PATCH v3 0/2] Fix procfs PCI resources mmap
 2015-01-26  9:57 UTC  (8+ messages)
` [RFC PATCH v3 1/2] drivers: pci: fix pci_mmap_fits() implementation for procfs mmap
` [RFC PATCH v3 2/2] arm: kernel: fix pci_mmap_page_range() offset calculation

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

[PATCH 4/9] pci: add DT based ARM Versatile PCI host driver
 2015-01-24  1:01 UTC  (4+ messages)

[RFC][PATCH] PCI / PM: Avoid resuming PCI devices during system suspend
 2015-01-24  0:40 UTC  (5+ messages)
` [RFC][PATCH][v2] "
  ` [PATCH][v3] "

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

[PATCH] PCI: xgene: Include clk.h instead of clk-private.h
 2015-01-23 23:22 UTC  (2+ messages)

[PATCH] PCI: Add Wellsburg (X99) to Intel PCH root port ACS quirk
 2015-01-23 23:18 UTC  (3+ messages)

[PATCH v3 08/16] mn10300: drop dead code
 2015-01-23 23:08 UTC  (7+ messages)
` [PATCH v3 09/16] pci: add pci_iomap_range
` [PATCH v3 10/16] s390: "

[PATCH] PCI: keystone: fix incorrect annotations on probe and remove
 2015-01-23 23:04 UTC  (5+ messages)

[PATCH] PCI: quirks: DMA alias quirk for Adaptec 3405
 2015-01-23 22:53 UTC  (5+ messages)

[PATCH v3 1/2] PCI: add helper function to find root port for device
 2015-01-23 22:40 UTC  (4+ messages)
` [PATCH v3 2/2] PCI: tegra: apply relaxed ordering fixup only on Tegra

[PATCH] PCI: xilinx: fix harmless format string warning
 2015-01-23 21:42 UTC  (2+ messages)

[PATCH v3 0/4] PCI: get DMA configuration from parent device
 2015-01-23 18:35 UTC  (7+ messages)
` [PATCH v3 2/4] of: move of_dma_configure() to device,c to help re-use

Hot add a PCIe device driver upon hotplug event
 2015-01-23 14:36 UTC  (6+ messages)

[PATCH v2 00/30] Refine PCI scan interfaces and make generic pci host bridge
 2015-01-23  2:12 UTC  (35+ 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] MAINTAINERS: fix Richard Zhu's mail address
 2015-01-22 19:43 UTC  (3+ messages)

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  (34+ 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

[PATCH 0/5] PCI: st: provide support for dw pcie
 2015-01-21 19:59 UTC  (12+ messages)
` [PATCH 3/5] PCI: st: Provide support for the sti PCIe controller
` [PATCH 5/5] PCI: st: disable IO support

[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 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

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

[Bugfix 0/3] Xen IRQ related hotfixes for v3.19
 2015-01-20  9:56 UTC  (5+ messages)
` [Bugfix 1/3] xen/pci: Kill function xen_setup_acpi_sci()
` [Bugfix 3/3] xen/irq: Override ACPI IRQ management callback __acpi_unregister_gsi

[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()


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