linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-07-08 12:17:16 to 2014-07-12 14:08:48 UTC [more...]

[pci] BUG: unable to handle kernel NULL pointer dereference at 00000064
 2014-07-12 14:08 UTC 

[PATCH] pci: Add include guard to include/linux/pci_ids.h
 2014-07-12 12:09 UTC  (3+ messages)

[PATCH 0/2] PCI/MSI: Remove arch_msi_check_device()
 2014-07-12 11:21 UTC  (3+ messages)
` [PATCH 1/2] PCI/MSI/PPC: "
` [PATCH 2/2] PCI/MSI: "

[PATCH] pci: Allow very large resource windows
 2014-07-12  1:22 UTC  (13+ messages)

[PATCH v3 2/6] s390/MSI: Use standard mask and unmask funtions
 2014-07-11  8:29 UTC  (3+ messages)

[PATCH v1] PCI: enable ASPM configuration in PCIE POWERSAVE mode
 2014-07-11 22:44 UTC  (7+ messages)

[PATCH v4 0/6] Add Keystone PCIe controller driver
 2014-07-11 20:36 UTC  (7+ messages)
` [PATCH v4 1/6] PCI: designware: add rd[wr]_other_conf API
` [PATCH v4 2/6] PCI: designware: refactor MSI code to work with v3.65 dw hardware
` [PATCH v4 3/6] PCI: designware: refactor host init code to re-use on keystone PCI
` [PATCH v4 4/6] PCI: designware: enhance dw core driver to support keystone PCI host controller
` [PATCH v4 5/6] PCI: add PCI controller for keystone PCIe h/w
` [PATCH v4 6/6] PCI: keystone: Update maintainer information

[PATCH v8 0/9] Support for creating generic PCI host bridges from DT
 2014-07-11 18:02 UTC  (47+ messages)
` [PATCH v8 3/9] pci: Introduce pci_register_io_range() helper function
` [PATCH v8 6/9] pci: Introduce a domain number for pci_host_bridge
` [PATCH v8 8/9] pci: Add support for creating a generic host_bridge from device tree
` [PATCH v8 4/9] pci: OF: Fix the conversion of IO ranges into IO resources

[PATCH 0/8] iommu/vt-d: Fix crash dump failure caused by legacy DMA/IO
 2014-07-11 16:27 UTC  (4+ messages)

[PATCH v2 00/12] Remove mach-kirkwood
 2014-07-11 14:52 UTC  (3+ messages)
` [PATCH v2 09/12] PCI: Remove ARCH_KIRKWOOD dependency

[PATCHv1 0/2] xen-pciback: allow device reset to work more often
 2014-07-11 14:29 UTC  (8+ messages)
` [PATCH 1/2] pci: export pci_probe_reset_function()
` [PATCH 2/2] xen-pciback: provide a "reset" sysfs file to try harder at an SBR

[PATCH 1/2 V3] PCI: introduce device assignment interface and refactory related code
 2014-07-11 14:15 UTC  (5+ messages)
` [PATCH 2/2 V3] PCI: implement VFs assignment reference counter

[PATCH V9 0/7] ARM: SPEAr13xx: Add PCIe support
 2014-07-11 13:50 UTC  (16+ messages)
` [PATCH V9 1/7] pcie: Add designware wrapper driver for SPEAr13xx
` [PATCH V9 2/7] phy: Add drivers for PCIe and SATA phy on SPEAr13xx
` [PATCH V9 3/7] ARM: SPEAr13xx: Fix pcie clock name
` [PATCH V9 4/7] ARM: SPEAr13xx: Fix static mapping table
` [PATCH V9 5/7] ARM: SPEAr13xx: Add bindings and dt node for misc block
` [PATCH V9 6/7] ARM: SPEAr13xx: Add pcie and miphy DT nodes
` [PATCH V9 7/7] ARM: SPEAr13xx: Update defconfigs

[PATCH 1/2 V2] PCI: introduce device assignment interface and refactory related code
 2014-07-11  9:41 UTC  (3+ messages)
` [PATCH 2/2 V2] PCI: implement VFs assignment reference counter

A question about PCI suspend-resume functionallity
 2014-07-11  7:53 UTC  (11+ messages)

[PATCH 1/2] PCI: mvebu: Fix license string
 2014-07-11  7:24 UTC  (5+ messages)
` [PATCH 2/2] PCI: tegra: "

[PATCH 1/2] resource: Add device-managed request/release_resource()
 2014-07-11  7:08 UTC  (2+ messages)
` [PATCH 2/2] PCI: tegra: Implement a proper resource hierarchy

[PATCH] PCI: tegra: Add debugfs support
 2014-07-11  7:00 UTC 

[Patch Part3 V4 00/21] Enable support of Intel DMAR device hotplug
 2014-07-11  6:19 UTC  (22+ messages)
` [Patch Part3 V4 01/21] iommu/vt-d: Match segment number when searching for dev_iotlb capable devices
` [Patch Part3 V4 02/21] iommu/vt-d: Use correct domain id to flush virtual machine domains
` [Patch Part3 V4 03/21] iommu/vt-d: Introduce helper functions to improve code readability
` [Patch Part3 V4 04/21] iommu/vt-d: Introduce helper functions to make code symmetric for readability
` [Patch Part3 V4 05/21] iommu/vt-d: Allocate dynamic domain id for virtual domains only
` [Patch Part3 V4 06/21] iommu/vt-d: Fix possible invalid memory access caused by free_dmar_iommu()
` [Patch Part3 V4 07/21] iommu/vt-d: Avoid freeing virtual machine domain in free_dmar_iommu()
` [Patch Part3 V4 08/21] iommu/vt-d: Simplify include/linux/dmar.h
` [Patch Part3 V4 09/21] iommu/vt-d: Change iommu_enable/disable_translation to return void
` [Patch Part3 V4 10/21] iommu/vt-d: Simplify intel_unmap_sg() and kill duplicated code
` [Patch Part3 V4 11/21] iommu/vt-d: Introduce helper domain_pfn_within_range() to simplify code
` [Patch Part3 V4 12/21] iommu/vt-d: Introduce helper function iova_size() to improve code readability
` [Patch Part3 V4 13/21] iommu/vt-d: Fix issue in computing domain's iommu_snooping flag
` [Patch Part3 V4 14/21] iommu/vt-d: Introduce helper function dmar_walk_resources()
` [Patch Part3 V4 15/21] iommu/vt-d: Dynamically allocate and free seq_id for DMAR units
` [Patch Part3 V4 16/21] iommu/vt-d: Implement DMAR unit hotplug framework
` [Patch Part3 V4 17/21] iommu/vt-d: Search for ACPI _DSM method for DMAR hotplug
` [Patch Part3 V4 18/21] iommu/vt-d: Enhance intel_irq_remapping driver to support DMAR unit hotplug
` [Patch Part3 V4 19/21] iommu/vt-d: Enhance error recovery in function intel_enable_irq_remapping()
` [Patch Part3 V4 20/21] iommu/vt-d: Enhance intel-iommu driver to support DMAR unit hotplug
` [Patch Part3 V4 21/21] pci, ACPI, iommu: Enhance pci_root to support DMAR device hotplug

[PATCH 1/4] PCI: introduce VFs reference counter and simplify pci_vfs_assigned() implementation
 2014-07-11  3:11 UTC  (10+ messages)
` [PATCH 2/4] xen-pciback: use PCI VFs assignment helper functions
` [PATCH 3/4] KVM: "
` [PATCH 4/4] i40e: use PCI VFs assignment helper function simplify i40e_vfs_are_assigned()

[RFC PATCH] Let device drivers disable msi on shutdown
 2014-07-10 19:53 UTC  (4+ messages)

[PATCH 0/3] Add pci_enable_msi_partial() to conserve MSI-related resources
 2014-07-10 17:02 UTC  (9+ messages)
` [PATCH 1/3] PCI/MSI: Add pci_enable_msi_partial()

[PATCH RFC] Added code to ensure hot-added PCI devices are given an IRQ on rescan
 2014-07-10 15:47 UTC 

[PATCH RFC] Ensure hot-added PCI devices are given an IRQ on rescan
 2014-07-10 15:40 UTC  (2+ messages)
` [PATCH RFC] Added code to ensure "

[GIT PULL] ARM: SPEAr1310 PCIe updates
 2014-07-10  5:24 UTC  (6+ messages)

[PATCH 0/4 V3] irqchip: gic: Introduce ARM GICv2m MSI(-X) support
 2014-07-09 23:05 UTC  (5+ messages)
` [PATCH 1/4 V3] irqchip: gic: Add binding probe for ARM GIC400
` [PATCH 2/4 V3] irqchip: gic: Restructuring ARM GIC code
` [PATCH 3/4 V3] irqchip: gic: Add supports for ARM GICv2m MSI(-X)
` [PATCH 4/4 V3] irqchip: gicv2m: Add support for multiple MSI for ARM64 GICv2m

[GIT PULL] PCI fixes for v3.16
 2014-07-09 22:58 UTC 

[PATCH 0/3] Minor resource assignment cleanups
 2014-07-09 15:33 UTC  (4+ messages)
` [PATCH 1/3] PCI: Cleanup control flow
` [PATCH 2/3] PCI: Return conventional error values from pci_revert_fw_address()
` [PATCH 3/3] PCI: Tidy resource assignment messages

[PATCH v3 0/5] Add Keystone PCIe controller driver
 2014-07-09 13:52 UTC  (20+ messages)
` [PATCH v3 1/5] PCI: designware: add rd[wr]_other_conf API
` [PATCH v3 2/5] PCI: designware: refactor MSI code to work with v3.65 dw hardware
` [PATCH v3 3/5] PCI: designware: refactor host init code to re-use on keystone PCI
` [PATCH v3 4/5] PCI: designware: enhance dw core driver to support Keystone PCI host controller
` [PATCH v3 5/5] PCI: add PCI controller for Keystone PCIe h/w

[PATCH 2/2] arm: dra7xx: Add hwmod data for pcie1 and pcie2 subsystems
 2014-07-09 11:02 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 0/3] dra7: Add PCIe support
 2014-07-09 10:28 UTC  (12+ messages)
` [PATCH 1/3] PCI: designware: Configuration space should be specified in 'reg'
` [PATCH 2/3] PCI: designware: use untranslated address while programming ATU
` [PATCH 3/3] PCI: host: pcie-dra7xx: add support for pcie-dra7xx controller

[PATCH] PCI: designware: Use IS_ENABLED()
 2014-07-09  6:04 UTC  (5+ messages)
`  "

[PATCH v2] PCI: don't UNSET valid resources when reassign fails
 2014-07-09  3:30 UTC  (3+ messages)

[PATCH v4 1/3] PCI: Fix bus align checking to support more than 8G
 2014-07-08 22:50 UTC  (3+ messages)

[PATCH 0/3 V2] irqchip: gic: Introduce ARM GICv2m MSI(-X) support
 2014-07-08 22:37 UTC  (2+ messages)

PCIe bus enumeration
 2014-07-08 20:27 UTC  (7+ messages)

Error assigning BAR 0 to hotplugged device
 2014-07-08 19:37 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).