linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-09-04 20:38:44 to 2014-09-10 02:14:02 UTC [more...]

[Patch v4 00/16] Enable support of IOAPIC hotplug on x86 platforms
 2014-09-10  2:14 UTC  (17+ messages)
` [Patch v4 04/16] ACPI: Rename processor_core.c as apic_id.c
` [Patch v4 05/16] ACPI: Add interfaces to parse IOAPIC ID for IOAPIC hotplug
` [Patch v4 07/16] x86, irq: Prefer assigned ID in APIC ID register for x86_64
` [Patch v4 12/16] x86, irq, ACPI: Implement interface to support ACPI based IOAPIC hot-addition
` [Patch v4 14/16] x86, irq: Introduce helper to check whether an IOAPIC has been registered

[PATCH v10 00/10] Support for creating generic PCI host bridges from DT
 2014-09-10  1:55 UTC  (30+ messages)
` [PATCH v10 01/10] Fix ioport_map() for !CONFIG_GENERIC_IOMAP cases
` [PATCH v10 02/10] PCI: Introduce helper functions to deal with PCI I/O ranges
` [PATCH v10 03/10] ARM: Define PCI_IOBASE as the base of virtual PCI IO space
` [PATCH v10 04/10] PCI: OF: Fix the conversion of IO ranges into IO resources
` [PATCH v10 05/10] PCI: Create pci_host_bridge before its associated bus in pci_create_root_bus
` [PATCH v10 06/10] PCI: Introduce generic domain handling for PCI busses
` [PATCH v10 07/10] OF: Introduce helper function for getting PCI domain_nr
` [PATCH v10 08/10] OF: PCI: Add support for parsing PCI host bridge resources from DT
` [PATCH v10 09/10] PCI: Assign unassigned bus resources in pci_scan_root_bus()
` [PATCH v10 10/10] PCI: Introduce pci_remap_iospace() for remapping PCI I/O bus resources into CPU space

i386 minimal config w/ PCI is broken
 2014-09-10  0:08 UTC 

[PATCH v2 1/2] PCI: keystone: remove handle of PCI mode configuration
 2014-09-09 22:50 UTC  (10+ messages)
` [PATCH v2 2/2] PCI: keystone: update to support multiple pci ports

[PATCH V7 00/17] Enable SRIOV on POWER8
 2014-09-09 20:09 UTC  (5+ messages)
` [PATCH V7 04/17] PCI: Take additional IOV BAR alignment in sizing and assigning

[PATCH] pci/probe: Enable CRS for Intel Haswell root ports
 2014-09-09 18:35 UTC  (8+ messages)
  ` [PATCH v2] pci/probe: Enable CRS for root port if it is supported

PCIe root bridge and memory ranges
 2014-09-09 15:50 UTC  (4+ messages)

[patch] PCI: xilinx: testing wrong variable in setup irq function
 2014-09-09 12:31 UTC  (2+ messages)

[PATCH 1/2] PCI: designware: change MSI-related pcie_host_ops
 2014-09-09 19:16 UTC  (12+ messages)
` [PATCH 2/2] PCI: Layerscape: Add Layerscape PCIe driver
    ` 答复: "

[PATCH 0/2 V4] irqchip: gic: Introduce ARM GICv2m MSI(-X) support
 2014-09-09 11:03 UTC  (8+ messages)
` [PATCH 1/2 V4] irqchip: gic: Add supports for ARM GICv2m MSI(-X)

[PATCH] PCI: keystone: update to support multiple pci ports
 2014-09-09 10:24 UTC  (8+ messages)

[PATCH 0/2] sb_edac: i2c_imc staging submission prep
 2014-09-09  9:25 UTC  (10+ messages)
` [PATCH 1/2] Move Intel SNB device ids from sb_edac to pci_ids.h
` [PATCH 2/2] sb_edac: Claim a different PCI device

[RESEND 0/5] PCIe, AER: Misc cleanup
 2014-09-09  7:12 UTC  (7+ messages)
` [RESEND 2/5] PCIe, AER: Replenish missed AER status bits for AER driver
` [RESEND RFC 5/5] PCIe, AER: Update initial value of UC error mask

[PATCH v4 0/4 resend] Introduce device assignment flag operation helper function
 2014-09-09  2:21 UTC  (5+ messages)
` [PATCH V4 1/4 resend] PCI: introduce helper functions for device flag operation
` [PATCH V4 2/4 resend] KVM: use pci device flag operation helper functions
` [PATCH V4 3/4 resend] xen-pciback: use pci device flag operation helper function
` [PATCH V4 4/4 resend] PCI: use device flag operation helper function in iov.c

[PATCH v1 00/21] Use MSI chip to configure MSI/MSI-X in all platforms
 2014-09-09  2:06 UTC  (29+ messages)
` [PATCH v1 01/21] PCI/MSI: Clean up struct msi_chip argument
` [PATCH v1 02/21] PCI/MSI: Remove useless bus->msi assignment
` [PATCH v1 03/21] MSI: Remove the redundant irq_set_chip_data()
` [PATCH v1 04/21] x86/xen/MSI: Eliminate arch_msix_mask_irq() and arch_msi_mask_irq()
` [PATCH v1 05/21] PCI/MSI: Introduce weak arch_find_msi_chip() to find MSI chip
` [PATCH v1 06/21] PCI/MSI: Refactor struct msi_chip to make it become more common
` [PATCH v1 07/21] x86/MSI: Use MSI chip framework to configure MSI/MSI-X irq
` [PATCH v1 08/21] x86/xen/MSI: "
  ` [Xen-devel] "
` [PATCH v1 09/21] Irq_remapping/MSI: "
` [PATCH v1 10/21] x86/MSI: Remove unused MSI weak arch functions
` [PATCH v1 11/21] MIPS/Octeon/MSI: Use MSI chip framework to configure MSI/MSI-X irq
` [PATCH v1 12/21] MIPS/Xlp: Remove the dead function destroy_irq() to fix build error
` [PATCH v1 13/21] MIPS/Xlp/MSI: Use MSI chip framework to configure MSI/MSI-X irq
` [PATCH v1 14/21] MIPS/Xlr/MSI: "
` [PATCH v1 15/21] Powerpc/MSI: "
` [PATCH v1 16/21] s390/MSI: "
` [PATCH v1 17/21] arm/iop13xx/MSI: "
` [PATCH v1 18/21] IA64/MSI: "
` [PATCH v1 19/21] Sparc/MSI: "
` [PATCH v1 20/21] tile/MSI: "
` [PATCH v1 21/21] PCI/MSI: Clean up unused MSI arch functions

[PATCH v3 0/4 resend] Introduce device assignment flag operation helper function
 2014-09-09  1:48 UTC  (4+ messages)

[PATCH 0/2] PCI/MSI: Remove arch_msi_check_device()
 2014-09-09  0:43 UTC  (5+ messages)

[PATCH] pci/probe: Ignore the device id while handling CRS
 2014-09-08 21:19 UTC 

[PATCH] PCI: imx6: fix occasional link failure
 2014-09-08 18:27 UTC  (4+ messages)

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

[PATCH - v4] PCI: keystone: add a pci quirk to limit mrrs
 2014-09-08 17:03 UTC 

[PATCH - v3] PCI: keystone: add a pci quirk to limit mrrs
 2014-09-08 16:58 UTC 

[PATCH] PCIe: Designware: Extract struct pcie_port_info elements into struct pcie_port
 2014-09-08 16:13 UTC  (4+ messages)

[PATCH v10] Add support for PCI in AArch64
 2014-09-08 14:04 UTC  (4+ messages)
` [PATCH v10] arm64: Add architectural support for PCIe

[PATCH v9 00/12] Support for creating generic PCI host bridges from DT
 2014-09-08 12:25 UTC  (9+ messages)
` [PATCH v9 04/12] PCI: OF: Fix the conversion of IO ranges into IO resources
` [PATCH v9 06/12] ARM: integrator: Correct usage of of_pci_range_to_resource()

[PATCH v2 0/3] PCI/MSI: Remove arch_msi_check_device()
 2014-09-08 11:16 UTC  (5+ messages)
` [PATCH v2 1/3] PCI/MSI/PPC: "
` [PATCH v2 2/3] PCI/MSI/Armada-370-xp: "
` [PATCH v2 3/3] PCI/MSI: "

[PATCH v2 4/4] PCI: remove assignement in non straight forward if condition
 2014-09-07 18:04 UTC 

[PATCH v2 3/4] PCI: remove assignement from if conditions
 2014-09-07 18:03 UTC 

[PATCH v2 2/4] PCI: fix a simple if coding style issue
 2014-09-07 18:02 UTC 

[PATCH v2 1/4] PCI: fix a missing space coding style issue
 2014-09-07 18:02 UTC 

[PATCH v2 0/4] Extending the first version of the patch to the entire directory
 2014-09-07 18:00 UTC 

[PATCH] pci: Parenthesize parameters in PCI_DEVID and PCI_VPD_LRDT_ID macros
 2014-09-06 10:55 UTC  (2+ messages)

[PATCH] pci: Parenthesize parameters in PCI_DEVID and PCI_VPD_LRDT_ID macros
 2014-09-06  3:19 UTC 

[PATCH] PCI: Increase BAR size quirk for IBM ipr SAS Crocodile adapters
 2014-09-06  0:18 UTC  (2+ messages)

[PATCH] pci/msi-x: Sanity check MSI-X table offset
 2014-09-05 21:33 UTC  (3+ messages)

[PATCH v3] PCI: Mark broken INTx masking for Mellanox devices
 2014-09-05 21:38 UTC  (2+ messages)

[PATCH v2] PCI: keystone: add a pci quirk to limit mrrs
 2014-09-05 20:43 UTC  (5+ messages)

[PATCH] PCI: mvebu: Fix uninitialized variable in mvebu_get_tgt_attr()
 2014-09-05 19:00 UTC  (6+ messages)

PCI Keystone driver on host-designware
 2014-09-05 18:14 UTC  (3+ messages)

[PATCH] PCI: Add another ID for Intel GPU "spurious interrupt" quirk
 2014-09-05 17:34 UTC  (2+ messages)

[PATCH] PCI: update device mps when doing pci hotplug
 2014-09-05 14:37 UTC  (6+ messages)

Kernel Changing PCI Config at Startup, Deactivating GPU
 2014-09-05  8:31 UTC 

[PATCH v7] pcie: Add Xilinx PCIe Host Bridge IP driver
 2014-09-05  5:05 UTC  (3+ messages)

[PATCH 0/4] VFIO Misc fixes
 2014-09-05  0:15 UTC  (4+ messages)
` [PATCH 1/4] PCI: Export MSI message relevant functions

[PATCH RFC V2] Factor out pci_fixup_irqs and give IRQs to hot-added devices
 2014-09-04 22:22 UTC  (9+ messages)
` [PATCH 01/22] Added some infrastructure to allow assigning PCI device IRQs at device enable time and removed pci_fixup_irqs as the other change obsolites it

[PATCH] PCI/AER: Make linux/aer.h standalone includable
 2014-09-04 21:58 UTC  (2+ messages)

[PATCH 0/3] Fixing checkpatch errors and warnings for PCI hotplug
 2014-09-04 21:23 UTC  (2+ messages)

[PATCH] PCI: pciehp: Use ordered workqueue for HPC events
 2014-09-04 21:10 UTC  (2+ messages)

[GIT PULL] PCI changes for v3.17 (part 3)
 2014-09-04 21:05 UTC  (5+ messages)
` Fwd: "

[PATCH v2 1/2] resource: Add device-managed request/release_resource()
 2014-09-04 20:53 UTC  (2+ messages)

[PATCH] PCI: designware: check private_data validity in single place
 2014-09-04 20:38 UTC  (2+ 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).