linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-09-24 15:00:36 to 2014-09-26 14:57:44 UTC [more...]

[RFC Part3 v1 00/28] Enable hierarchy irqdomian on x86 platforms
 2014-09-26 14:57 UTC  (20+ 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 16/28] x86: irq_remapping: Clean up unused interfaces
` [RFC v1 20/28] x86, irq: Move irq_cfg.irq_2_pin into io_apic.c
` [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 26/28] x86, irq: Kill function apic_set_affinity()

[RFT Part2 v2 00/24] Enable hierarchy irqdomian on x86 platforms
 2014-09-26 14:29 UTC  (26+ 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 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 v2 00/22] Use MSI chip framework to configure MSI/MSI-X in all platforms
 2014-09-26 10:38 UTC  (60+ 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 05/22] s390/MSI: Use __msi_mask_irq() instead of default_msi_mask_irq()
` [PATCH v2 06/22] PCI/MSI: Introduce weak arch_find_msi_chip() to find MSI chip
` [PATCH v2 07/22] PCI/MSI: Refactor struct msi_chip to make it become more common
` [PATCH v2 08/22] x86/MSI: Use MSI chip framework to configure MSI/MSI-X irq
` [PATCH v2 09/22] x86/xen/MSI: "
` [PATCH v2 10/22] Irq_remapping/MSI: "
` [PATCH v2 11/22] x86/MSI: Remove unused MSI weak arch functions
` [PATCH v2 12/22] MIPS/Octeon/MSI: Use MSI chip framework to configure MSI/MSI-X irq
` [PATCH v2 13/22] MIPS/Xlp: Remove the dead function destroy_irq() to fix build error
` [PATCH v2 14/22] MIPS/Xlp/MSI: Use MSI chip framework to configure MSI/MSI-X irq
` [PATCH v2 15/22] MIPS/Xlr/MSI: "
` [PATCH v2 16/22] Powerpc/MSI: "
` [PATCH v2 17/22] s390/MSI: "
` [PATCH v2 18/22] arm/iop13xx/MSI: "
` [PATCH v2 19/22] IA64/MSI: "
` [PATCH v2 20/22] Sparc/MSI: "
` [PATCH v2 21/22] tile/MSI: "
` [PATCH v2 22/22] PCI/MSI: Clean up unused MSI arch functions

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

[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 0/6] pci, thunder: Add Cavium Thunder PCIe host controller
 2014-09-25 20:49 UTC  (26+ messages)
` [PATCH 1/6] pci, thunder: Add support for "
` [PATCH 2/6] GICv3: Add ITS entry to THUNDER dts
` [PATCH 3/6] pci, thunder: Add PCIe host controller devicetree bindings
` [PATCH 4/6] pci, thunder: Document "
` [PATCH 5/6] arm64, defconfig: Enable PCI
` [PATCH 6/6] pci, thunder: Enable Cavium Thunder PCIe host controller

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

[PATCH v12 00/12] Support for creating generic PCI host bridges from DT
 2014-09-25 19:59 UTC  (17+ messages)
` [PATCH v12 06/12] PCI: Create pci_host_bridge before its associated bus in pci_create_root_bus
` [PATCH v12 09/12] OF: PCI: Add support for parsing PCI host bridge resources from DT

[PATCH 0/2] PCI: Don't enable realloc automatically when above 4g 64bit mmio is not supported
 2014-09-25 18:24 UTC  (20+ 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

[RFC Part2 v1 00/21] Enable hierarchy irqdomian on x86 platforms
 2014-09-25  8:15 UTC  (4+ messages)

Can a PF driver access the VF config space, BAR(MMIO) etc?
 2014-09-25  6:50 UTC  (3+ messages)

[PATCH v2]PCI: imx6: enable pcie on imx6sx sdb and imx6qdl sabreauto
 2014-09-25  5:21 UTC  (12+ messages)
` [PATCH v2 1/5] PCI: imx6: enable pcie on "
` [PATCH v2 2/5] PCI: imx6: wait the clocks to stabilize after ref_en

[PATCH v1]PCI: imx6: enable pcie on imx6sx sdb and imx6qdl sabreauto
 2014-09-25  1:23 UTC  (8+ messages)
` [PATCH v1 4/4] PCI: imx6: add imx6sx pcie support

[Patch Part3 V6 0/8] Enable support of Intel DMAR device hotplug
 2014-09-24 18:37 UTC  (3+ messages)
` [Patch Part3 V6 8/8] pci, ACPI, iommu: Enhance pci_root to support "

[PATCH 1/1] pci: move PCI_VENDOR_ID_VMWARE to pci_ids.h
 2014-09-24 17:56 UTC  (2+ messages)

[PATCH v2 4/4] PCI: remove assignement in non straight forward if condition
 2014-09-24 17:48 UTC  (2+ messages)

[PATCH v2 0/4] Extending the first version of the patch to the entire directory
 2014-09-24 17:42 UTC  (2+ messages)

Hard and silent lock up since linux 3.14 with PCIe pass through (vfio)
 2014-09-24 17:16 UTC  (4+ messages)

[GIT PULL] PCI fixes for v3.17
 2014-09-24 16:06 UTC 

PCI_VENDOR_ID_VMWARE not in pci_ids.h
 2014-09-24 15:59 UTC 


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