linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-09-25 14:23:40 to 2014-09-29 14:36:30 UTC [more...]

[RFC 0/4] Add PCI/MSI(x) support for AMD Seattle Platform
 2014-09-29 14:36 UTC  (8+ messages)
` [RFC 1/4] arm64: amd-seattle: Adding device tree for AMD Seattle platform
` [RFC 2/4] PCI: generic: Add support for ARM64 and MSI(x)
` [RFC 3/4] arm64: Do not call enable PCI resources when specify PCI_PROBE_ONLY
` [RFC 4/4] irqchip: gicv2m: Add supports for ARM GICv2m MSI(-X)

[PATCH v13 00/12] Support for creating generic PCI host bridges from DT
 2014-09-29 14:29 UTC  (13+ messages)
` [PATCH v13 01/12] asm-generic/io.h: Fix ioport_map() for !CONFIG_GENERIC_IOMAP
` [PATCH v13 02/12] of/pci: Add pci_register_io_range() and pci_pio_to_address()
` [PATCH v13 03/12] ARM: Define PCI_IOBASE as the base of virtual PCI IO space
` [PATCH v13 04/12] of/pci: Define of_pci_range_to_resource() only when CONFIG_PCI=y
` [PATCH v13 05/12] of/pci: Move of_pci_range_to_resources() to of/address.c
` [PATCH v13 06/12] of/pci: Fix the conversion of IO ranges into IO resources
` [PATCH v13 07/12] PCI: Add generic domain handling
` [PATCH v13 08/12] of/pci: Add pci_get_new_domain_nr() and of_get_pci_domain_nr()
` [PATCH v13 09/12] of/pci: Add support for parsing PCI host bridge resources from DT
` [PATCH v13 10/12] PCI: Assign unassigned bus resources in pci_scan_root_bus()
` [PATCH v13 11/12] PCI: Add pci_remap_iospace() to map bus I/O resources
` [PATCH v13 12/12] arm64: Add architectural support for PCI

[PATCH] xen/xenbus: Use 'void' instead of 'int' for the return of xenbus_switch_state()
 2014-09-29 14:17 UTC  (9+ messages)
` [Xen-devel] "

[RFT Part2 v2 00/24] Enable hierarchy irqdomian on x86 platforms
 2014-09-29 12:22 UTC  (30+ messages)
` [RFT v2 01/24] irqdomain: Introduce new interfaces to support hierarchy irqdomains
` [RFT v2 02/24] genirq: Introduce helper functions to support stacked irq_chip
` [RFT v2 03/24] x86, irq: Save destination CPU ID in irq_cfg
` [RFT v2 04/24] x86, irq: Use hierarchy irqdomain to manage CPU interrupt vectors
` [RFT v2 05/24] x86, hpet: Use new irqdomain interfaces to allocate/free IRQ
` [RFT v2 06/24] x86, MSI: "
` [RFT v2 07/24] x86, uv: "
` [RFT v2 08/24] x86, htirq: "
` [RFT v2 09/24] x86, dmar: "
` [RFT v2 10/24] x86: irq_remapping: Introduce new interfaces to support hierarchy irqdomain
` [RFT v2 11/24] iommu/vt-d: Change prototypes to prepare for enabling "
` [RFT v2 12/24] iommu/vt-d: Enhance Intel IR driver to suppport "
` [RFT v2 13/24] iommu/amd: Enhance AMD "
` [RFT v2 14/24] x86, hpet: Enhance HPET IRQ to support "
` [RFT v2 15/24] x86, MSI: Use hierarchy irqdomain to manage MSI interrupts
` [RFT v2 16/24] x86, irq: Directly call native_compose_msi_msg() for DMAR IRQ
` [RFT v2 17/24] iommu/vt-d: Clean up unused MSI related code
` [RFT v2 18/24] iommu/amd: "
` [RFT v2 19/24] x86: irq_remapping: "
` [RFT v2 20/24] x86, irq: Clean up unused MSI related code and interfaces
` [RFT v2 21/24] iommu/vt-d: Refine the interfaces to create IRQ for DMAR unit
` [RFT v2 22/24] x86, irq: Use hierarchy irqdomain to manage DMAR interrupts
` [RFT v2 23/24] x86, htirq: Use hierarchy irqdomain to manage Hypertransport interrupts
` [RFT v2 24/24] x86, uv: Use hierarchy irqdomain to manage UV interrupts

[PATCH v3]PCI: imx6: enable pcie on imx6sx sdb and imx6qdl sabreauto
 2014-09-29 10:38 UTC  (15+ messages)
` [PATCH v3 1/9] PCI: imx6: wait the clocks to stabilize after ref_en
` [PATCH v3 2/9] PCI: imx6: enable pcie on imx6qdl sabreauto
` [PATCH v3 3/9] PCI: imx6: update dts and binding for imx6sx pcie
` [PATCH v3 4/9] PCI: imx6: add syscon into gpc dts
` [PATCH v3 5/9] PCI: imx6: add imx6sx pcie related gpr bits definitions
` [PATCH v3 6/9] PCI: imx6: enable pcie on imx6sx sdb board
` [PATCH v3 7/9] PCI: imx6: add imx6sx pcie support
` [PATCH v3 8/9] PCI: designware: refine setup_rc and add msi data restore
` [PATCH v3 9/9] PCI: imx6: Fix possible dead lock

[PATCH v2 00/22] Use MSI chip framework to configure MSI/MSI-X in all platforms
 2014-09-29 10:13 UTC  (57+ messages)
` [PATCH v2 01/22] PCI/MSI: Clean up struct msi_chip argument
` [PATCH v2 02/22] PCI/MSI: Remove useless bus->msi assignment
` [PATCH v2 03/22] MSI: Remove the redundant irq_set_chip_data()
` [PATCH v2 04/22] x86/xen/MSI: Eliminate arch_msix_mask_irq() and arch_msi_mask_irq()
` [PATCH v2 06/22] PCI/MSI: Introduce weak arch_find_msi_chip() to find MSI chip
` [PATCH v2 12/22] MIPS/Octeon/MSI: Use MSI chip framework to configure MSI/MSI-X irq
` [PATCH v2 14/22] MIPS/Xlp/MSI: "
` [PATCH v2 15/22] MIPS/Xlr/MSI: "
` [PATCH v2 17/22] s390/MSI: "

[PATCH v2 2/2] PCI/MSI: Remove the redundant irq_set_msi_desc()
 2014-09-29  8:35 UTC 

[PATCH v2 1/2] PCI/MSI: Simplify default_restore_msi_irq()
 2014-09-29  8:35 UTC 

[PATCH v12 00/12] Support for creating generic PCI host bridges from DT
 2014-09-28 21:16 UTC  (16+ messages)
` [PATCH v12 06/12] PCI: Create pci_host_bridge before its associated bus in pci_create_root_bus
` [PATCH v12 08/12] PCI: OF: Introduce helper function for retrieving PCI domain numbers
` [PATCH v12 10/12] PCI: Assign unassigned bus resources in pci_scan_root_bus()

[PATCH v4] PCI: Layerscape: Add Layerscape PCIe driver
 2014-09-28  7:08 UTC 

[PATCH V2] ata: Disabling the async PM for JMicron chips
 2014-09-28  5:54 UTC 

[PATCH 0/4] VFIO Misc fixes
 2014-09-27  5:33 UTC  (6+ messages)
` [PATCH 4/4] vfio/pci: Restore MSIx message prior to enabling

[PATCH] PCI: Intel 10G NIC ACS quirks
 2014-09-26 23:07 UTC 

[PATCH v10 0/4] APM X-Gene PCIe host controller
 2014-09-26 21:08 UTC  (5+ messages)
` [PATCH v10 1/4] pci:host: APM X-Gene PCIe host controller driver
` [PATCH v10 2/4] arm64: dts: APM X-Gene PCIe device tree nodes
` [PATCH v10 3/4] dt-bindings: pci: xgene pcie device tree bindings
` [PATCH v10 4/4] MAINTAINERS: entry for APM X-Gene PCIe host driver

[PATCH 0/6] pci, thunder: Add Cavium Thunder PCIe host controller
 2014-09-26 18:26 UTC  (12+ messages)
` [PATCH 3/6] pci, thunder: Add PCIe host controller devicetree bindings

[RFC Part3 v1 00/28] Enable hierarchy irqdomian on x86 platforms
 2014-09-26 14:57 UTC  (29+ messages)
` [RFC v1 01/28] x86, irq: Kill unused setup_timer_IRQ0_pin()
` [RFC v1 02/28] x86, irq: Prepare IOAPIC interfaces to support hierarchy irqdomain
` [RFC v1 03/28] x86, irq: Implement callbacks to enable hierarchy irqdomain on IOAPICs
` [RFC v1 04/28] x86, irq: Refine the way to allocate irq_cfg for legacy IRQs
` [RFC v1 05/28] x86, irq: Convert IOAPIC to use hierarchy irqdomain interfaces
` [RFC v1 06/28] x86, irq: Kill unused old IOAPIC "
` [RFC v1 07/28] x86, irq: Kill x86_io_apic_ops.print_entries and related interfaces
` [RFC v1 08/28] x86, irq: Kill x86_io_apic_ops.setup_entry "
` [RFC v1 09/28] x86, irq: Kill x86_io_apic_ops.set_affinity "
` [RFC v1 10/28] x86, irq: Kill x86_io_apic_ops.eoi_ioapic_pin "
` [RFC v1 11/28] x86, irq: Kill GENERIC_IRQ_LEGACY_ALLOC_HWIRQ
` [RFC v1 12/28] x86: Clean up unused forward declarations in x86_init.h
` [RFC v1 13/28] x86: irq_remapping: Clean up unsued code
` [RFC v1 14/28] iommu/vt-d: "
` [RFC v1 15/28] iommu/amd: "
` [RFC v1 16/28] x86: irq_remapping: Clean up unused interfaces
` [RFC v1 17/28] x86, irq: Kill irq_cfg.irq_remapped
` [RFC v1 18/28] iommu/vt-d: Move struct irq_2_iommu into intel_irq_remapping.c
` [RFC v1 19/28] iommu/amd: Move struct irq_2_irte into amd_iommu.c
` [RFC v1 20/28] x86, irq: Move irq_cfg.irq_2_pin into io_apic.c
` [RFC v1 21/28] x86, irq: Kill struct io_apic_irq_attr
` [RFC v1 22/28] x86, irq: Kill x86_io_apic_ops.write and x86_io_apic_ops.modify
` [RFC v1 23/28] x86, irq: Clean up io_apic.h
` [RFC v1 24/28] x86, irq: Kill unused alloc_irq_and_cfg_at()
` [RFC v1 25/28] x86, irq: Change functions only used in vector.c as static
` [RFC v1 26/28] x86, irq: Kill function apic_set_affinity()
` [RFC v1 27/28] x86, irq: Introduce mechanism to support different vector allocation policies
` [RFC v1 28/28] x86, irq: Add kernel parameter vector_alloc to set CPU vector allocation policy

[Patch Part1 v2 00/18] Prepare for enabling hierarchy irqdomain on x86
 2014-09-26 13:29 UTC  (19+ messages)
` [Patch v2 01/18] x86, irq, ACPI: Fix building warning of unused code
` [Patch v2 02/18] x86, irq: Kill fourth parameter of IO_APIC_get_PCI_irq_vector()
` [Patch v2 03/18] x86, irq: Convert irq_2_pin list to generic list
` [Patch v2 04/18] x86, irq: Refine hw_irq.h to prepare for irqdomain support
` [Patch v2 05/18] x86, irq: Rename local APIC related functions in io_apic.c as apic_xxx()
` [Patch v2 06/18] x86, irq: Protect __clear_irq_vector() with vector_lock
` [Patch v2 07/18] x86, irq: Introduce helpers to access struct irq_cfg
` [Patch v2 08/18] x86, irq: Move local APIC related code from io_apic.c into vector.c
` [Patch v2 09/18] x86, irq: Replace printk(KERN_LVL) with pr_lvl() utilities
` [Patch v2 10/18] x86, irq: Move PCI MSI related code from io_apic.c into msi.c
` [Patch v2 11/18] x86, irq: Move HT IRQ related code from io_apic.c into htirq.c
` [Patch v2 12/18] x86, irq: Move IOAPIC related declarations from hw_irq.h into io_apic.h
` [Patch v2 13/18] x86, irq: Move IRQ initialization routines from io_apic.c into vector.c
` [Patch v2 14/18] x86, irq: Make MSI and HT_IRQ indepenent of X86_IO_APIC
` [Patch v2 15/18] x86, irq: Use helpers to access irq_cfg data structure associated with IRQ
` [Patch v2 16/18] x86: irq_remapping: "
` [Patch v2 17/18] iommu/vt-d: "
` [Patch v2 18/18] iommu/amd: "

[PATCH] PCI: update device mps when doing pci hotplug
 2014-09-26  3:22 UTC  (10+ messages)

[PATCH v2 0/3] ACPI: Improve behaviour on Apple hardware
 2014-09-25 23:45 UTC  (2+ messages)

[Patch v6 00/15] Enable support of IOAPIC hotplug on x86 platforms
 2014-09-25 20:13 UTC  (3+ messages)

[PATCH 0/2] PCI: Don't enable realloc automatically when above 4g 64bit mmio is not supported
 2014-09-25 18:24 UTC  (19+ messages)
` [PATCH 2/2] PCI: Only enable realloc auto when root bus has 64bit mmio

[RESEND 0/5] PCIe, AER: Misc cleanup
 2014-09-25 15:54 UTC  (4+ messages)
` [RESEND 2/5] PCIe, AER: Replenish missed AER status bits for AER driver


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