Linux PCI subsystem development
 help / color / mirror / Atom feed
 messages from 2014-09-24 08:59:22 to 2014-09-26 14:02:21 UTC [more...]

[RFT Part2 v2 00/24] Enable hierarchy irqdomian on x86 platforms
 2014-09-26 14:02 UTC  (20+ 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 18/24] iommu/amd: Clean up unused MSI related code
` [RFT v2 19/24] x86: irq_remapping: "
` [RFT v2 20/24] x86, irq: Clean up unused MSI related code and interfaces

[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  (17+ messages)
` [Patch v6 01/15] x86, PCI, ACPI: Kill private function resource_to_addr() in arch/x86/pci/acpi.c
` [Patch v6 02/15] ACPI: Correct return value of acpi_dev_resource_address_space()
` [Patch v6 03/15] ACPI: Fix minor syntax issues in processor_core.c
` [Patch v6 04/15] ACPI: Add interfaces to parse IOAPIC ID for IOAPIC hotplug
` [Patch v6 05/15] PCI: Remove PCI ioapic driver
` [Patch v6 07/15] x86, irq: Prefer assigned ID in APIC ID register for x86_64
` [Patch v6 08/15] x86, irq: Remove __init marker for functions will be used by IOAPIC hotplug
` [Patch v6 09/15] x86, irq: Keep balance of IOAPIC pin reference count
` [Patch v6 10/15] x86, irq: Refine mp_register_ioapic() to prepare for IOAPIC hotplug
` [Patch v6 11/15] x86, irq, ACPI: Introduce a rwsem to protect IOAPIC operations from hotplug
` [Patch v6 12/15] x86, irq, ACPI: Implement interface to support ACPI based IOAPIC hot-addition
` [Patch v6 13/15] x86, irq, ACPI: Implement interfaces to support ACPI based IOAPIC hot-removal
` [Patch v6 14/15] x86, irq: Introduce helper to check whether an IOAPIC has been registered
` [Patch v6 15/15] x86, irq, ACPI: Implement ACPI driver to support IOAPIC hotplug

[PATCH v12 00/12] Support for creating generic PCI host bridges from DT
 2014-09-25 19:59 UTC  (23+ messages)
` [PATCH v12 05/12] PCI: OF: Fix the conversion of IO ranges into IO resources
` [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  (20+ 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 v2 3/5] PCI: imx6: update dts and binding for imx6sx pcie
` [PATCH v2 5/5] PCI: imx6: add imx6sx pcie support

[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 

[PATCH v4 0/3] MSI cleanup update
 2014-09-24 13:41 UTC  (2+ messages)

[PATCH] PCI: designware: Fix configuration base address
 2014-09-24 13:27 UTC  (6+ messages)
` [PATCH] PCI: designware: Fix IO resource end address calculation
` [PATCH v3 1/3] PCI: designware: Rename get_msi_data to get_msi_addr

[PATCH v4 01/11] cpumask: factor out show_cpumap into separate helper function
 2014-09-24 10:20 UTC  (3+ messages)
` [PATCH v4 01/11 UPDATE] "


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