linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-06-03 02:22:30 to 2013-06-07 22:33:06 UTC [more...]

[PATCH v3 00/27] x86, irq: support ioapic device hotplug
 2013-06-07 22:31 UTC  (22+ messages)
` [PATCH v3 01/27] x86, irq: Change irq_remap_modify_chip_defaults to static
` [PATCH v3 02/27] x86, irq: Modify irq chip once for irq remapping
` [PATCH v3 04/27] x86, irq: Show MSI-X in /proc/interrupt
` [PATCH v3 05/27] x86, irq: Make dmar_msi/hpet_msi irq_chip name consistent
` [PATCH v3 06/27] ia64, irq: Add dummy create_irq_nr()
` [PATCH v3 07/27] iommu, irq: Allocate irq_desc for dmar_msi with local node
` [PATCH v3 08/27] x86, irq: kill create_irq()
` [PATCH v3 10/27] genirq: Split __irq_reserve_irqs from irq_alloc_descs
` [PATCH v3 11/27] x86, irq: Add realloc_irq_and_cfg_at()
` [PATCH v3 12/27] x86, irq: Move down arch_early_irq_init()
` [PATCH v3 14/27] xen, irq: call irq_realloc_desc_at() at first
` [PATCH v3 15/27] x86, irq: pre-reserve irq range/realloc for booting path
` [PATCH v3 16/27] x86, irq: Add ioapic_gsi_to_irq
` [PATCH v3 17/27] genirq: Bail out early in free_desc()
` [PATCH v3 20/27] x86, irq: Add mp_unregister_ioapic to handle hot-remove ioapic
` [PATCH v3 21/27] x86, irq: Make ioapics loop skip blank slots
` [PATCH v3 23/27] x86: Move declaration for mp_register_ioapic()
` [PATCH v3 24/27] PCI, x86: Make ioapic hotplug support built-in
` [PATCH v3 25/27] PCI, x86, ACPI: Link acpi ioapic register to ioapic
` [PATCH v3 26/27] PCI, x86, ACPI: Enable ioapic hotplug support with acpi host bridge
` [PATCH v3 27/27] PCI, x86, ACPI: get ioapic address from acpi device

[PATCH v3, part1 00/10] Prepare for introducing PCI bus lock interfaces
 2013-06-07 20:37 UTC  (19+ messages)
` [PATCH v3, part1 03/10] PCI: Convert alloc_pci_dev(void) to pci_alloc_dev(bus) instead
` [PATCH v3, part1 04/10] PCI: mark pci_scan_bus_parented() as __deprecated
` [PATCH v3, part1 06/10] PCI: make PCI host bridge/bus creating and destroying logic symmetric
    ` [PATCH 1/2] PCI: fix a double free issue in pci_create_root_bus() error recovery path
    ` [PATCH 2/2] PCI: make PCI host bridge/bus creating and destroying logic symmetric
` [PATCH v3, part1 07/10] PCI, unicore, m68k: remove redundant call of pci_bus_add_devices()

[PATCH 1/6] of/pci: Provide support for parsing PCI DT ranges property
 2013-06-07 17:43 UTC  (8+ messages)
` [PATCH 6/6] ARM: dts: Add pcie controller node for Samsung EXYNOS5440 SoC

[RFC PATCH v2, part3 00/11] Introduce PCI bus lock and state machine
 2013-06-07 17:07 UTC  (8+ messages)
` [RFC PATCH v2, part3 07/11] PCI, xen-pcifront: use new PCI interfaces to simplify implementation

[PATCH v2 0/8] MSI support for Marvell EBU PCIe driver
 2013-06-07 17:00 UTC  (16+ messages)
` [PATCH v2 1/8] PCI: Introduce new MSI chip infrastructure
` [PATCH v2 2/8] PCI: Add registry of MSI chips
` [PATCH v2 3/8] irqchip: armada-370-xp: properly request resources
` [PATCH v2 4/8] irqchip: armada-370-xp: implement MSI support
` [PATCH v2 5/8] arm: mvebu: the MPIC now provides MSI controller features
` [PATCH v2 6/8] pci: mvebu: add support for MSI
` [PATCH v2 7/8] arm: mvebu: indicate that this platform supports MSI
` [PATCH v2 8/8] arm: mvebu: link PCIe controllers to the MSI controller

[PATCH v2 0/2] pci: ACS check fixes
 2013-06-07 16:34 UTC  (3+ messages)
` [PATCH v2 1/2] pci: Fix flaw in pci_acs_enabled()
` [PATCH v2 2/2] pci: Differentiate ACS controllable from enabled

[PATCH 0/3] [SCSI] megaraid: Remove local (struct pci_dev) pdev's
 2013-06-07 16:23 UTC  (4+ messages)
` [PATCH 1/3] [SCSI] megaraid: Remove 64-bit DMA_BIT_MASK capability
` [PATCH 2/3] [SCSI] megaraid: Remove local (struct pci_dev) pdev's
` [PATCH 3/3] [SCSI] megaraid: Remove 64-bit DMA related dead code

3.8.2: stale pci device info for a previously inserted express card
 2013-06-07 15:55 UTC  (4+ messages)

3.10-rc4: is acpiphp or in general pcieport or xhci_hcd ignoring my pcie_aspm=off?
 2013-06-07 15:35 UTC 

[PATCH V3 1/3] Add PCIe driver for Samsung Exynos
 2013-06-07 10:53 UTC  (3+ messages)

[PATCH V3 3/3] ARM: dts: Add pcie controller node for Samsung EXYNOS5440 SoC
 2013-06-07  9:24 UTC 

[PATCH V3 2/3] ARM: EXYNOS: Enable PCIe support for Exynos5440
 2013-06-07  9:23 UTC 

[PATCH v2] PCI: Reset PCIe devices to stop ongoing DMA
 2013-06-07  8:46 UTC  (4+ messages)

[PATCH] pciehp: Add pciehp_surprise module option
 2013-06-07  0:04 UTC  (4+ messages)

[PATCH v2] lspci: Add L1 PM Substate capability reporting
 2013-06-06 21:17 UTC 

[PATCH v3 0/6] PCI/ACPI: Fix firmware first error recovery with root port in reset
 2013-06-06 21:04 UTC  (11+ messages)
` [PATCH v3 1/6] PCI/AER: Don't parse HEST table for non-PCIe devices
` [PATCH v3 2/6] PCI/AER: Factor out HEST device type matching
` [PATCH v3 3/6] PCI/AER: Set dev->__aer_firmware_first only for matching devices
` [PATCH v2 4/6] PCI/ACPI: Move AER severity defines to aer.h
` [PATCH v3 5/6] ACPI/APEI: Force fatal AER severity when bus has been reset
` [PATCH v3 6/6] PCI/AER: Provide reset_link for firmware first root port

[PATCH v3 -tip x86/apic 0/2] PCI/MSI: Allocate as many multiple-MSIs as requested
 2013-06-06 19:51 UTC  (9+ messages)
` [PATCH v3 -tip x86/apic 1/2] "
` [PATCH v3 -tip x86/apic 2/2] x86/MSI: Conserve interrupt resources when using multiple-MSIs

[GIT PULL] PCI updates for v3.10
 2013-06-06 17:38 UTC 

PROCES A ODKUPU VAŠÍ VYHRÁL CENU £ 7.500,000LIBRA BRITSKÁ LIBRA { GBP }
 2013-06-06  9:00 UTC 

[PATCH -v5 0/8] Add hostbridge resource release to support root bus hotplug in IA64
 2013-06-06  7:34 UTC  (9+ messages)
` [PATCH -v5 1/8] PCI/IA64: SN: remove sn_pci_window_fixup()
` [PATCH -v5 2/8] PCI/IA64: SN: use normal resource instead of pci_window
` [PATCH -v5 3/8] PCI/IA64: embed pci hostbridge resources into pci_root_info
` [PATCH -v5 4/8] PCI/IA64: Allocate pci_root_info instead of using stack
` [PATCH -v5 5/8] PCI/IA64: fix memleak for create pci root bus fail
` [PATCH -v5 6/8] PCI/IA64: add host bridge resource release for _CRS path
` [PATCH -v5 7/8] PCI/IA64: introduce probe_pci_root_info() to manage _CRS resource
` [PATCH -v5 8/8] PCI: Replace printks with appropriate pr_*()

[PATCH -v4 0/8] Add hostbridge resource release to support root bus hotplug in IA64
 2013-06-06  7:32 UTC  (11+ messages)
` [PATCH -v4 1/8] PCI/IA64: SN: remove sn_pci_window_fixup()
` [PATCH -v4 2/8] PCI/IA64: SN: use normal resource instead of pci_window
` [PATCH -v4 3/8] PCI/IA64: embed pci hostbridge resources into pci_root_info
` [PATCH -v4 4/8] PCI/IA64: Allocate pci_root_info instead of using stack
` [PATCH -v4 5/8] PCI/IA64: fix memleak for create pci root bus fail
` [PATCH -v4 6/8] PCI/IA64: add host bridge resource release for _CRS path
` [PATCH -v4 7/8] PCI/IA64: introduce probe_pci_root_info() to manage _CRS resource
` [PATCH -v4 8/8] PCI: Replace printks with appropriate pr_*()

Subject : [ PATCH ] pci-reset-error_state-to-pci_channel_io_normal-at-report_slot_reset
 2013-06-06  6:29 UTC  (8+ messages)

[PATCH v3.9 stable] PCI: acpiphp: Re-enumerate devices when host bridge receives Bus Check
 2013-06-06  1:55 UTC 

[PATCH v3 -tip x86/apic 1/2] PCI/MSI: Allocate as many multiple-MSIs as requested
 2013-06-05 18:35 UTC  (8+ messages)

[PATCH 1/3] PCI: set correct value for iov device before device
 2013-06-05 18:32 UTC  (16+ messages)
` [PATCH 2/3] PCI, ACPI: Don't glue ACPI dev with pci VFs
` [PATCH 3/3] PCI: Hide remove and rescan sysfs interfaces for SR-IOV virtual functions

[PATCH] x86/PCI: setup data may be in highmem
 2013-06-05 17:10 UTC  (8+ messages)

[PATCH V4 2/4] ARM: tegra: pcie: Add tegra3 support
 2013-06-05 16:36 UTC  (2+ messages)

[PATCH V3 1/4] ARM: tegra30: clocks: Fix pciex clock registration
 2013-06-05 14:57 UTC  (7+ messages)
` [PATCH V3 2/4] ARM: tegra: pcie: Add tegra3 support
` [PATCH V3 3/4] ARM: dts: tegra: Correct PCIe entry
` [PATCH V3 4/4] ARM: tegra: pcie: Enable PCIe controller on Cardhu

[PATCH V2] ARM: dts: tegra: Move PCIe node to correct place
 2013-06-05 14:50 UTC 

[PATCH v2 0/3] PCI/ACPI: Fix firmware first error recovery with root port in reset
 2013-06-05 13:38 UTC  (21+ messages)
` [PATCH v2 1/3] PCI/AER: Fix incorrect return from aer_hest_parse()
` [PATCH v2 2/3] ACPI/APEI: Force fatal AER severity when bus has been reset
` [PATCH v2 3/3] PCI/AER: Provide reset_link for firmware first root port

[PATCH] pci: add pcibios_release_device
 2013-06-04 23:29 UTC  (2+ messages)

[PATCH RESEND 2/3] ahci: add AMD CZ SATA device ID
 2013-06-04 21:39 UTC  (5+ messages)

[PATCH 1/4] ARM: tegra30: clocks: Fix pciex clock registration
 2013-06-04 17:17 UTC  (10+ messages)
` [PATCH 4/4] ARM: tegra: pcie: Enable PCIe controller on Cardhu
                              ` FW: "

SR-IOV PF reset and QEMU VFs VFIO passthrough
 2013-06-04 15:54 UTC  (9+ messages)
` [Qemu-devel] "

[PATCH RFC] PM / Runtime: Rework the "runtime idle" helper routine
 2013-06-04  7:15 UTC  (5+ messages)
` [PATCH 0/2] PM / Runtime: Rework the "runtime idle" helper routine (was: Re: [PATCH RFC] PM / Runtime: Rework the "runtime idle" helper routine)
  ` [PATCH 1/2, v2] PM / Runtime: Rework the "runtime idle" helper routine

[PATCH v1 2/2] ACPI, pci_root: use acpi_handle_print() and pr_xxx() to print messages
 2013-06-03 21:09 UTC  (3+ messages)
` [PATCH] PCI, ACPI: use dev_printk() to keep messages consistent

[PATCH] pciutils lspci: Add reporting of L1 PM Substate capability
 2013-06-03 19:02 UTC 

Patch: Increase maximum bus memory window size (for Xeon Phi)
 2013-06-03 18:58 UTC  (2+ messages)

[PATCH] iommu: amd/intel: Remove multifunction assumption around grouping
 2013-06-03 15:10 UTC  (3+ messages)

[PATCH RESEND v2 3/3] i2c-piix4: add AMD CZ SMBus device ID
 2013-06-03 10:24 UTC  (2+ messages)

[PATCH] tg3: remove redundant pm init code
 2013-06-03  7:15 UTC  (3+ 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).