messages from 2012-05-21 19:33:53 to 2012-05-30 05:10:41 UTC [more...]
[PATCH 0/7] IOMMU: Groups support
2012-05-30 5:10 UTC (7+ messages)
` [PATCH 1/7] driver core: Add iommu_group tracking to struct device
` [PATCH 2/7] iommu: IOMMU Groups
` [PATCH 3/7] amd_iommu: Support IOMMU groups
` [PATCH 4/7] intel-iommu: "
` [PATCH 5/7] amd_iommu: Make use of DMA quirks and ACS checks in "
` [PATCH 6/7] intel-iommu: "
[PATCH 0/5] PCI: Prep for VFIO and IOMMU Groups
2012-05-30 4:49 UTC (6+ messages)
` [PATCH 1/5] pci: Add PCI DMA source ID quirk
` [PATCH 2/5] pci: Add ACS validation utility
` [PATCH 3/5] pci: export pci_user functions for use by other drivers
` [PATCH 4/5] pci: Create common pcibios_err_to_errno
` [PATCH 5/5] pci: Misc pci_reg additions
[PATCH 00/11] PCI: resource allocation related
2012-05-29 23:47 UTC (43+ messages)
` [PATCH 01/11] PCI: Should add children device res to fail list
` [PATCH 02/11] PCI: Try to allocate mem64 above 4G at first
` [PATCH 03/11] intel-gtt: Read 64bit for gmar_bus_addr
` [PATCH 04/11] PCI: Make sure assign same align with large size resource at first
` [PATCH 05/11] resources: Split out __allocate_resource()
` [PATCH 06/11] resource: make find_resource could return just fit resource
` [PATCH 07/11] PCI: Don't allocate small resource in big empty space
` [PATCH 08/11] resource: only return range with needed align
` [PATCH 09/11] PCI: Add is_pci_iov_resource_idx()
` [PATCH 10/11] PCI: Sort unassigned resources with correct alignment
` [PATCH 11/11] PCI: Treat ROM resource as optional during assigning
PCI resources above 4GB
2012-05-29 23:19 UTC (19+ messages)
One problem in reassign pci bus number?
2012-05-29 17:14 UTC (10+ messages)
warn_slowpath_common in drivers/pci/search.c:44 on linux-3.4.0
2012-05-29 16:13 UTC (6+ messages)
[PATCH] PCI: Mark INTx masking support of Chelsio T310 10GbE NIC as broken
2012-05-29 9:51 UTC (10+ messages)
Initializing iwl3945 error
2012-05-29 9:21 UTC (7+ messages)
[RFC PATCH v2 0/7] dmaengine: enhance dmaengine to support DMA device hotplug
2012-05-29 8:49 UTC (4+ messages)
[PATCH] Only decode defined fields of PCI Express Link Control 2
2012-05-28 13:39 UTC (2+ messages)
[PATCH] lspci: zero address in IO isn't always unassigned
2012-05-28 13:17 UTC (2+ messages)
[PATCH] PCI: export symbol pci_bus_sem to module
2012-05-28 7:33 UTC
HP Pavilion dv6 laptop fails to boot with CONFIG_HOTPLUG_PCI_ACPI=y
2012-05-28 5:38 UTC
[PATCH v7 00/10] PCI, x86: update MMCFG information when hot-plugging PCI host bridges
2012-05-26 9:54 UTC (11+ messages)
` [PATCH v7 01/10] PCI, x86: split out pci_mmcfg_check_reserved() for code reuse
` [PATCH v7 02/10] PCI, x86: split out pci_mmconfig_alloc() "
` [PATCH v7 03/10] PCI, x86: use RCU list to protect mmconfig list
` [PATCH v7 04/10] PCI, x86: introduce pci_mmcfg_arch_map()/pci_mmcfg_arch_unmap()
` [PATCH v7 05/10] PCI, x86: introduce pci_mmconfig_insert()/delete() for PCI root bridge hotplug
` [PATCH v7 06/10] PCI, ACPI: provide MCFG address for PCI host bridges
` [PATCH v7 07/10] PCI, x86: update MMCFG information when hot-plugging "
` [PATCH v7 08/10] PCI, x86: add MMCFG information on demand
` [PATCH v7 09/10] PCI, x86: simplify pci_mmcfg_late_insert_resources()
` [PATCH v7 10/10] PCI, x86: get rid of redundant log messages
[PATCH v2 00/13] IOMMU Groups + VFIO
2012-05-25 15:22 UTC (23+ messages)
` [PATCH v2 01/13] driver core: Add iommu_group tracking to struct device
` [PATCH v2 02/13] iommu: IOMMU Groups
` [PATCH v2 03/13] iommu: IOMMU groups for VT-d and AMD-Vi
` [PATCH v2 04/13] pci: Add PCI DMA source ID quirk
` [PATCH v2 05/13] pci: Add ACS validation utility
` [PATCH v2 06/13] iommu: Make use of DMA quirking and ACS enabled check for groups
` [PATCH v2 07/13] vfio: VFIO core
` [PATCH v2 08/13] vfio: Add documentation
` [PATCH v2 09/13] vfio: x86 IOMMU implementation
` [PATCH v2 11/13] pci: Create common pcibios_err_to_errno
` [PATCH v2 12/13] pci: Misc pci_reg additions
` [PATCH v2 13/13] vfio: Add PCI device driver
[PATCH v6 0/9] PCI, x86: update MMCFG information when hot-plugging PCI host bridges
2012-05-25 14:43 UTC (15+ messages)
` [PATCH v6 1/9] PCI, x86: split out pci_mmcfg_check_reserved() for code reuse
` [PATCH v6 2/9] PCI, x86: split out pci_mmconfig_alloc() "
` [PATCH v6 3/9] PCI, x86: use RCU list to protect mmconfig list
` [PATCH v6 4/9] PCI, x86: introduce pci_mmcfg_arch_map()/pci_mmcfg_arch_unmap()
` [PATCH v6 5/9] PCI, x86: introduce pci_mmconfig_insert()/delete() for PCI root bridge hotplug
` [PATCH v6 6/9] PCI, ACPI: provide MCFG address for PCI host bridges
` [PATCH v6 7/9] PCI, x86: update MMCFG information when hot-plugging "
` [PATCH v6 8/9] PCI, x86: add MMCFG information on demand
` [PATCH v6 9/9] PCI, x86: simplify pci_mmcfg_late_insert_resources()
[PATCH] PCI / ACPI: Do not request control of ASPM if the BIOS has disabled it
2012-05-25 11:53 UTC (3+ messages)
[PATCH v1] PCI,IA64: free associated resources when removing host bridges
2012-05-25 7:23 UTC
[PATCH v3 0/2] archdata init in device_add() notifier
2012-05-25 3:38 UTC (6+ messages)
` [PATCH v3 1/2] powerpc/PCI: move DMA & IRQ init to device_add() notification path
` [PATCH v3 2/2] microblaze/PCI: "
PCI: cardbus bridge
2012-05-25 1:08 UTC (7+ messages)
[PATCH] PCI: allow acpiphp to handle PCIe ports without native PCIe hotplug capability
2012-05-24 20:15 UTC (4+ messages)
[Bug 43244] New: firewire_ohci prevents boot
2012-05-24 18:43 UTC (9+ messages)
[PATCH v6 0/2] PCI: acpiphp: remove multifunction devices
2012-05-24 15:30 UTC (8+ messages)
` [PATCH v6 1/2] PCI: acpiphp: fix function 0 leak when disabling a slot
` [PATCH v6 2/2] PCI: acpiphp: remove all functions in slot, even without ACPI _EJx
` [PATCH v7 "
` [PATCH v8 "
[PATCH] pci hotplug: rescan bridge after device hotplug
2012-05-24 13:43 UTC (20+ messages)
[PATCH v2 1/2] powerpc/PCI: Add pcibios_device_change_notifier for powerpc
2012-05-23 18:35 UTC (3+ messages)
[GIT PULL] PCI updates for 3.5 merge window
2012-05-23 17:35 UTC (5+ messages)
[RESEND,PATCH] DCA, x86: fix invalid memory access in DCA core
2012-05-23 15:11 UTC (6+ messages)
[PATCH] dca: check against empty dca_domains list before unregister provider
2012-05-23 15:27 UTC
[PATCH v2 2/2] microblaze/PCI: Add pcibios_device_change_notifier for microblaze
2012-05-23 2:34 UTC
[PATCH v2 0/2] Add pcibios_device_change_notifier
2012-05-23 2:33 UTC
[RFC] pciehp: Add archdata setting
2012-05-23 1:33 UTC (13+ messages)
[PATCH 0/2][RESEND] x86/pci/amd: Restore early_fill_mp_bus_to_node
2012-05-21 23:09 UTC (10+ messages)
` [PATCH 1/2][RESEND] "
[PATCH 00/21] PCI: use busn_res to replace bus secondary/subordinate
2012-05-21 20:06 UTC (6+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).