linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-10-22 10:06:28 to 2014-10-27 13:22:18 UTC [more...]

[PATCH 00/16] Use MSI controller framework to configure MSI/MSI-X
 2014-10-27 13:22 UTC  (17+ messages)
` [PATCH 01/16] PCI/MSI: Refactor MSI controller to make it become more common
` [PATCH 02/16] x86/MSI: Use MSI controller framework to configure MSI/MSI-X irq
` [PATCH 03/16] x86/xen/MSI: "
  ` [Xen-devel] "
` [PATCH 04/16] Irq_remapping/MSI: "
` [PATCH 05/16] x86/MSI: Remove unused MSI weak arch functions
` [PATCH 06/16] Mips/MSI: Save MSI controller in pci sysdata
` [PATCH 07/16] MIPS/Octeon/MSI: Use MSI controller framework to configure MSI/MSI-X irq
` [PATCH 08/16] MIPS/Xlp/MSI: "
` [PATCH 09/16] MIPS/Xlr/MSI: "
` [PATCH 10/16] Powerpc/MSI: "
` [PATCH 11/16] s390/MSI: "
` [PATCH 12/16] arm/iop13xx/MSI: "
` [PATCH 14/16] Sparc/MSI: "
` [PATCH 15/16] tile/MSI: "
` [PATCH 16/16] PCI/MSI: Clean up unused MSI arch functions

[PATCH v2 00/16] usb: dwc3: add support for AMD NL SoC
 2014-10-27 13:21 UTC  (32+ messages)
` [PATCH v2 02/16] pci: quirks: add quirk to avoid AMD NL to bind with xhci
` [PATCH v2 05/16] usb: dwc3: add quirks support to be compatible for kinds of SoCs
` [PATCH v2 06/16] usb: dwc3: add disscramble quirk
` [PATCH v2 07/16] usb: dwc3: add lpm erratum support
` [PATCH v2 08/16] usb: dwc3: add u2exit lfps quirk
` [PATCH v2 16/16] usb: dwc3: enable usb suspend phy

[PATCH RFC 1/2] drivers: pci: fix window allocation order wrt bus_range filtering
 2014-10-27 12:03 UTC  (8+ messages)
` [PATCH RFC 2/2] drivers: pci: convert generic host controller to DT resource parsing API

[PATCH 0/3] xen MSI code clean up
 2014-10-27 11:10 UTC  (6+ messages)
` [PATCH 1/3] x86/xen: Introduce a global flag to fix the MSI mask bug
  ` [Xen-devel] "
` [PATCH 2/3] x86/xen: Revert "PCI: Add x86_msi.msi_mask_irq() and msix_mask_irq()"
` [PATCH 3/3] s390/MSI: Use __msi_mask_irq() instead of default_msi_mask_irq()

[PATCH 0/5] iommu/vt-d: Fix crash dump failure caused by legacy DMA/IO
 2014-10-27 10:44 UTC  (6+ messages)

Setting cpu affinity for MSI-X on i.mx6 possible?
 2014-10-27  8:52 UTC  (2+ messages)

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

[PATCH 00/10] Save MSI chip in pci_sys_data
 2014-10-27  7:48 UTC  (11+ messages)
` [PATCH 01/10] MSI: Rename msi_chip to msi_controller for better readability
` [PATCH 02/10] PCI/MSI: Introduce weak pcibios_msi_controller()
` [PATCH 03/10] arm/MSI: Save MSI controller in pci_sys_data
` [PATCH 04/10] PCI: tegra: "
` [PATCH 05/10] PCI: designware: "
` [PATCH 06/10] PCI: rcar: "
` [PATCH 07/10] PCI: mvebu: "
` [PATCH 08/10] PCI: xilinx: "
` [PATCH 09/10] arm/PCI: Clean unused pcibios_add_bus() and pcibios_remove_bus()
` [PATCH 10/10] PCI/MSI: Remove useless bus->msi assignment

[PATCH V3]PCI: imx6: Wait the clocks to stabilize after ref_en
 2014-10-27  5:17 UTC  (2+ messages)
` [PATCH V3] PCI: "

[Patch v7 00/18] Enable support of IOAPIC hotplug on x86 platforms
 2014-10-27  5:21 UTC  (19+ messages)
` [Patch v7 01/18] ACPI, irq: fix regression casued by 6b9fb7082409
` [Patch v7 02/18] x86, intel-mid: Create IRQs for APB timers and RTC timers
` [Patch v7 03/18] ACPI, irq, x86: Return IRQ instead of GSI in mp_register_gsi()
` [Patch v7 04/18] x86, PCI, ACPI: Kill private function resource_to_addr() in arch/x86/pci/acpi.c
` [Patch v7 05/18] ACPI: Correct return value of acpi_dev_resource_address_space()
` [Patch v7 06/18] ACPI: Fix minor syntax issues in processor_core.c
` [Patch v7 07/18] ACPI: Add interfaces to parse IOAPIC ID for IOAPIC hotplug
` [Patch v7 08/18] PCI: Remove PCI ioapic driver
` [Patch v7 09/18] x86, irq: Split out alloc_ioapic_save_registers()
` [Patch v7 10/18] x86, irq: Prefer assigned ID in APIC ID register for x86_64
` [Patch v7 11/18] x86, irq: Remove __init marker for functions will be used by IOAPIC hotplug
` [Patch v7 12/18] x86, irq: Keep balance of IOAPIC pin reference count
` [Patch v7 13/18] x86, irq: Refine mp_register_ioapic() to prepare for IOAPIC hotplug
` [Patch v7 14/18] x86, irq, ACPI: Introduce a rwsem to protect IOAPIC operations from hotplug
` [Patch v7 15/18] x86, irq, ACPI: Implement interface to support ACPI based IOAPIC hot-addition
` [Patch v7 16/18] x86, irq, ACPI: Implement interfaces to support ACPI based IOAPIC hot-removal
` [Patch v7 17/18] x86, irq: Introduce helper to check whether an IOAPIC has been registered
` [Patch v7 18/18] x86, irq, ACPI: Implement ACPI driver to support IOAPIC hotplug

[Patch v7 00/18] Enable support of IOAPIC hotplug on x86 platforms
 2014-10-27  5:20 UTC 

[PATCH] MSI: Remove the redundant irq_set_chip_data()
 2014-10-27  2:15 UTC 

[PATCH v3 00/27] Use MSI chip framework to configure MSI/MSI-X in all platforms
 2014-10-27  1:06 UTC  (26+ messages)
` [PATCH v3 02/27] x86/xen/MSI: Eliminate arch_msix_mask_irq() and arch_msi_mask_irq()
` [PATCH v3 04/27] arm/MSI: Save MSI chip in pci_sys_data
` [PATCH v3 05/27] PCI: tegra: Save msi "
` [PATCH v3 09/27] arm/PCI: Clean unused pcibios_add_bus() and pcibios_remove_bus()
` [PATCH v3 10/27] PCI/MSI: Remove useless bus->msi assignment
` [PATCH v3 16/27] Mips/MSI: Save msi chip in pci sysdata
` [PATCH v3 18/27] MIPS/Xlp: Remove the dead function destroy_irq() to fix build error
` [PATCH v3 24/27] IA64/MSI: Use MSI chip framework to configure MSI/MSI-X irq

[3.16-rcX][pciehp][radeon] PCIe HotPlug conflicts with radeon GPU
 2014-10-26 17:31 UTC  (4+ messages)
  ` [Bulk] "

[PATCH V2]PCI: imx6: Wait the clocks to stabilize after ref_en
 2014-10-25 12:46 UTC  (7+ messages)
` [PATCH V2] PCI: "

[PATCH V1]PCI: imx6: Wait the clocks to stabilize after ref_en
 2014-10-25 10:14 UTC  (4+ messages)
` [PATCH V1] PCI: "
      `  "

Hard and silent lock up since linux 3.14 with PCIe pass through (vfio)
 2014-10-25  6:03 UTC  (27+ messages)

[PATCH RFC v2 0/2] Fix procfs PCI resources mmap
 2014-10-24 16:28 UTC  (3+ messages)
` [PATCH RFC v2 1/2] drivers: pci: fix pci_mmap_fits() implementation for procfs mmap
` [PATCH RFC v2 2/2] arm: kernel: fix pci_mmap_page_range() offset calculation

[GIT PULL] ACPI and power management updates for 3.18-rc1
 2014-10-24 12:38 UTC 

[RFC 0/4] Add PCI/MSI(x) support for AMD Seattle Platform
 2014-10-24 12:08 UTC  (15+ 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)

[PATCH v2]PCI: imx6: enable pcie on imx6sx sdb and imx6qdl sabreauto
 2014-10-24  2:46 UTC  (4+ messages)
` [PATCH v2 2/5] PCI: imx6: wait the clocks to stabilize after ref_en

[PATCH 0/3] PCI: code clean up on pci configuration space
 2014-10-24  3:49 UTC  (7+ messages)
` [PATCH 1/3] PCI: move PCI_FIND_CAP_TTL to pci.h and use it in quirks
` [PATCH 2/3] PCI: use u8 instead of int for pci configuration space pos and cap

[PATCH] PCI / PM: handle failure to enable wakeup on PCIe PME
 2014-10-23 21:10 UTC  (4+ messages)

[PATCH V2] pci, add sysfs numa_node write function
 2014-10-23 18:22 UTC 

[PATCH V2] pci, add sysfs numa_node write function
 2014-10-23 18:21 UTC  (2+ messages)

[PATCH v4] PCI: add kernel parameter to override devid<->driver mapping
 2014-10-23 17:40 UTC  (18+ messages)

[PATCH RESEND ] PCI: exynos: Add exynos prefix before add_pcie_port/pcie_init
 2014-10-23 16:33 UTC  (2+ messages)

[PATCH v1] pci: Limit VPD length of Emulex adapters to the actual length supported
 2014-10-23 15:40 UTC  (2+ messages)

[PATCH 1/1] pci: fix dmar fault for kdump kernel
 2014-10-23  7:26 UTC  (7+ messages)

Question regarding pci_request_region()
 2014-10-23  5:52 UTC  (3+ messages)

[PATCH] PCI: rcar: make local symbol static
 2014-10-23  2:11 UTC 

[PATCH] PCI: keystone: make local symbol static
 2014-10-23  2:10 UTC 

[PATCH v4] PCI: tegra: add PM-ops support
 2014-10-22 23:09 UTC  (2+ messages)

[PATCH] PCI/MSI: Remove pci_enable_msix()
 2014-10-22 22:59 UTC  (2+ messages)

[PATCH 0/8] iommu/vt-d: Fix crash dump failure caused by legacy DMA/IO
 2014-10-22 18:26 UTC  (6+ 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).