linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-12-20 09:04:13 to 2014-01-06 06:18:46 UTC [more...]

[Patch Part1 V3 00/20] Bugfixes and improvements for Intel IOMMU drivers
 2014-01-06  6:18 UTC  (20+ messages)
` [Patch Part1 V3 01/20] iommu/vt-d: use dedicated bitmap to track remapping entry allocation status
` [Patch Part1 V3 02/20] iommu/vt-d: fix PCI device reference leakage on error recovery path
` [Patch Part1 V3 03/20] iommu/vt-d: fix a race window in allocating domain ID for virtual machines
` [Patch Part1 V3 04/20] iommu/vt-d: fix resource leakage on error recovery path in iommu_init_domains()
` [Patch Part1 V3 05/20] iommu/vt-d, trivial: refine support of 64bit guest address
` [Patch Part1 V3 06/20] iommu/vt-d, trivial: print correct domain id of static identity domain
` [Patch Part1 V3 07/20] iommu/vt-d, trivial: check suitable flag in function detect_intel_iommu()
` [Patch Part1 V3 08/20] iommu/vt-d, trivial: clean up unused code
` [Patch Part1 V3 09/20] iommu/vt-d: mark internal functions as static
` [Patch Part1 V3 10/20] iommu/vt-d, trivial: use defined macro instead of hardcoding
` [Patch Part1 V3 11/20] iommu/vt-d, trivial: simplify code with existing macros
` [Patch Part1 V3 12/20] iommu/vt-d: fix invalid memory access when freeing DMAR irq
` [Patch Part1 V3 13/20] iommu/vt-d: keep shared resources when failed to initialize iommu devices
` [Patch Part1 V3 14/20] iommu/vt-d: avoid double free in error recovery path
` [Patch Part1 V3 15/20] iommu/vt-d: fix access after free issue in function free_dmar_iommu()
` [Patch Part1 V3 16/20] iommu/vt-d: release invalidation queue when destroying IOMMU unit
` [Patch Part1 V3 17/20] iommu/vt-d: fix wrong return value of dmar_table_init()
` [Patch Part1 V3 19/20] iommu/vt-d, trivial: clean sparse warnings
` [Patch Part1 V3 20/20] iommu/vt-d: free all resources if failed to initialize DMARs

[PATCH 02/12][v3] pci: fsl: add structure fsl_pci
 2014-01-06  6:10 UTC  (3+ messages)
` [02/12,v3] "

[PATCH 03/12][v3] pci: fsl: add PCI indirect access support
 2014-01-06  5:36 UTC  (3+ messages)
` [03/12,v3] "

[PATCH 11/12][v3] pci: fsl: update PCI EDAC driver
 2014-01-06  3:57 UTC  (3+ messages)
` [11/12,v3] "

[PATCH v2 00/10] IOMMU: irq-remapping and dmar hotplug support
 2014-01-06  3:12 UTC  (13+ messages)
` [PATCH v2 01/10] IOMMU: Update dmar units devices list during hotplug
` [PATCH v2 02/10] IOMMU: Fix tboot force iommu logic
` [PATCH v2 03/10] IOMMU: Don't clean handler data before free_irq()
` [PATCH v2 04/10] IOMMU: iommu_unique_seq_id()
` [PATCH v2 05/10] ACPI: Add acpi_run_dsm()
` [PATCH v2 06/10] IOMMU: Separate free_dmar_iommu from free_iommu
` [PATCH v2 07/10] IOMMU: Add init_dmar_one()
` [PATCH v2 08/10] IOMMU: Add intel_enable_irq_remapping_one()
` [PATCH v2 09/10] IOMMU: Add dmar_parse_one_drhd()
` [PATCH v2 10/10] IOMMU: Add intel iommu irq-remapping and dmar hotplug support

[RFC PATCH 0/3] APM X-Gene PCIe driver
 2014-01-06  1:47 UTC  (12+ messages)
` [RFC PATCH 1/3] pci: APM X-Gene PCIe controller driver
` [RFC PATCH 2/3] arm64: dts: APM X-Gene PCIe device tree nodes
` [RFC PATCH 3/3] dt-bindings: pci: xgene pcie device tree bindings

[PATCH v3] sparc/PCI: Use dev_is_pci() to identify PCI devices
 2014-01-06  1:35 UTC  (4+ messages)

[PATCH v3 4/8] pciehp: Don't disable the link permanently, during removal
 2014-01-05 17:53 UTC  (3+ messages)

IOMMU groups ... PEX8606 switch?
 2014-01-05  7:57 UTC  (6+ messages)

[Ilw] Intel Wireless 7260 hardware timed out randomly
 2014-01-04 14:41 UTC  (23+ messages)

[net-next] pci_regs.h: Add PCI bus link speed and width defines
 2014-01-04  1:51 UTC  (8+ messages)

[PATCH v5 0/4] Introduce pci_enable_msi/msix_range() interfaces
 2014-01-04  0:27 UTC  (6+ messages)
` [PATCH v5 1/4] PCI/MSI: Factor out pci_msi_vec_count() interface
` [PATCH v5 2/4] PCI/MSI: Get rid of pci_enable_msi_block_auto() interface
` [PATCH v5 3/4] PCI/MSI: Introduce pci_msix_vec_count() interface
` [PATCH v5 4/4] PCI/MSI: Introduce pci_enable_msi/msix_range() interfaces

[PATCH v5 00/33] x86, irq: Support ioapic controller hotplug
 2014-01-03 22:47 UTC  (38+ messages)
` [PATCH v5 01/33] genirq: Split __irq_reserve_irqs from irq_alloc_descs
` [PATCH v5 02/33] genirq: Add irq_alloc_reserved_desc()
` [PATCH v5 03/33] genirq: Do not free unallocated irq descriptors
` [PATCH v5 04/33] x86, irq: Change irq_remap_modify_chip_defaults() to static
` [PATCH v5 05/33] x86, irq: Modify irq chip once for irq remapping
` [PATCH v5 06/33] x86, irq: Show MSI-X clearly in debug message
` [PATCH v5 07/33] x86, irq: Show MSI-X in /proc/interrupt
` [PATCH v5 08/33] x86, irq: Make dmar_msi/hpet_msi irq_chip name consistent
` [PATCH v5 09/33] ia64, irq: Add dummy create_irq_nr()
` [PATCH v5 10/33] iommu, irq: Allocate irq_desc for dmar_msi with local node
` [PATCH v5 11/33] x86, irq: Kill create_irq()
` [PATCH v5 12/33] x86, irq: Convert irq_2_pin list to generic list
` [PATCH v5 13/33] x86, irq: Add alloc_reserved_irq_and_cfg_at()
` [PATCH v5 14/33] x86, irq: Move down arch_early_irq_init()
` [PATCH v5 15/33] x86, irq: Split out alloc_ioapic_save_registers()
` [PATCH v5 16/33] xen, irq: Call irq_alloc_reserved_desc_at() at first
  ` [Xen-devel] "
` [PATCH v5 17/33] x86, irq: Reserve irq range and alloc_reserved for booting path
` [PATCH v5 18/33] x86, irq: Add ioapic_gsi_to_irq
` [PATCH v5 19/33] x86, irq: Add for_each_ioapic helper
` [PATCH v5 20/33] x86, irq: More strict checking about registering ioapic
` [PATCH v5 21/33] x86, irq: Make mp_register_ioapic handle hot-added ioapic
` [PATCH v5 22/33] x86, irq: Add mp_unregister_ioapic to handle hot-remove ioapic
` [PATCH v5 23/33] x86, ioapic: Find usable ioapic id for 64bit
` [PATCH v5 24/33] x86: Move declaration for mp_register_ioapic()
` [PATCH v5 25/33] PCI, x86: Make ioapic hotplug support built-in
` [PATCH v5 26/33] ACPI: Make map_mat_entry handle x2apic entry
` [PATCH v5 27/33] ACPI: Move acpi_get_cpuid() to separated file
` [PATCH v5 28/33] ACPI, ioapic: Add acpi_get_ioapic_id()
` [PATCH v5 29/33] PCI, x86, ACPI: Link acpi ioapic register to ioapic
` [PATCH v5 30/33] PCI, x86, ACPI: Enable ioapic hotplug support with acpi host bridge
` [PATCH v5 31/33] ACPI, x86/PCI: Move resource_to_addr() to acpi generic
` [PATCH v5 32/33] PCI, x86, ACPI: get ioapic address from acpi device
` [PATCH v5 33/33] x86, ioapic: Hotadd of IOAPICs described in static MADT

[PATCH 01/12][v3] pci: fsl: derive the common PCI driver to drivers/pci/host
 2014-01-03 22:37 UTC  (3+ messages)

[PATCH pci-next 1/2] pci: make local function static
 2014-01-03 20:57 UTC  (2+ messages)

Issue with the emulated PCI bridge implementation
 2014-01-03 19:13 UTC  (11+ messages)

[GIT PULL] ACPI and power management fixes for v3.13-rc7
 2014-01-03 13:37 UTC 

[PATCH][tentative] PCI / ACPI: Rework PCI host bridge removal to avoid sysfs warnings
 2014-01-03  0:45 UTC  (9+ messages)

[PATCH pci-next 2/2] pci: remove dead code
 2014-01-02 23:12 UTC  (2+ messages)

[PATCH] PCI: designware: Fix indent code style
 2014-01-02 21:48 UTC  (2+ messages)

[PATCH] PCI: mvebu: Use max_t() instead of max(resource_size_t,)
 2014-01-02 21:44 UTC  (3+ messages)

[PATCH v3] if xen_platform_pci=0 is set don't blow up
 2014-01-02 19:16 UTC  (8+ messages)
` [PATCH v3 1/2] xen/pvhvm: If xen_platform_pci=0 is set don't blow up (v3)
  ` [Xen-devel] "

[PATCH] PCI: mvebu: Remove redundant code
 2014-01-02 10:52 UTC  (3+ messages)

[PATCH] PCI: Update documentation 00-INDEX file
 2014-01-01 21:15 UTC 

[PATCH] ACPIPHP / radeon: Fix VGA switcheroo problem related to hotplug events
 2013-12-31 21:14 UTC  (5+ messages)
` [PATCH][update] ACPIPHP / radeon / nouveau: "
  ` [PATCH][update 2] ACPIPHP / radeon / nouveau: Fix VGA switcheroo problem related to hotplug

[PATCH RESEND][pciutils] libpci: pci_id_lookup - add udev/hwdb support
 2013-12-30 18:59 UTC  (10+ messages)
                  ` [PATCH] "

PATCH] PCI: mvebu: Use max_t() instead of max(resource_size_t,)
 2013-12-27  0:33 UTC 

[PATCH] PCI / ACPI: Install wakeup notify handlers for all PCI devs with ACPI
 2013-12-27  0:17 UTC 

tg3 and sd card reader at acer aspire
 2013-12-25  9:00 UTC  (6+ messages)

[PATCH] megaraid_sas: Quirk mmio hook for 1078 MR controller
 2013-12-24 14:46 UTC  (4+ messages)

[PATCH v2 00/10] PCI: Double removing fix and allocate 64bit mmio pref
 2013-12-23 22:33 UTC  (6+ messages)
` [PATCH v2 10/10] intel-gtt: Read 64bit for gmar_bus_addr

[PATCH v4 0/9] PCI/MSI: Introduce pci_auto_enable_msi*() family helpers
 2013-12-23 17:19 UTC  (12+ messages)
` [PATCH v4 9/9] "

[PATCH v6 0/2] PCI: allocate 64bit mmio pref
 2013-12-23  1:14 UTC  (4+ messages)
` [PATCH v6 2/2] PCI: Try best to allocate pref mmio 64bit above 4g

[RFC] linux/pci: move pci_platform_pm_ops to linux/pci.h
 2013-12-20 16:42 UTC  (2+ messages)

[PATCH 00/12] PCI:Add SPEAr13xx PCie support
 2013-12-20 16:36 UTC  (5+ messages)
` [PATCH 07/12] pcie: designware: add dw_pcie prefix before cfg_read/write
` [PATCH 08/12] pcie: designware: Fix IO transfers

pcie designware question
 2013-12-20 16:20 UTC  (5+ messages)

[PATCH] pci: designware: fix missing msi irqs
 2013-12-20 16:09 UTC  (4+ messages)

[PATCH v3] PCI: export MSI mode using attributes, not kobjects
 2013-12-20 14:15 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).