linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-04-10 09:40:17 to 2015-04-17 08:49:20 UTC [more...]

[query] how to use "ranges" in device tree
 2015-04-17  8:45 UTC  (7+ messages)

[PATCH v5 0/9] PCI: MMCONFIG clean up
 2015-04-17  7:14 UTC  (10+ messages)
` [PATCH v5 1/9] x86, pci: Clean up comment about buggy MMIO config space access for AMD Fam10h CPUs
` [PATCH v5 2/9] x86, pci: Abstract PCI config accessors and use AMD Fam10h workaround exclusively
` [PATCH v5 3/9] x86, pci: Reorder logic of pci_mmconfig_insert() function
` [PATCH v5 4/9] x86, pci, acpi: Move arch-agnostic MMCONFIG (aka ECAM) and ACPI code out of arch/x86/ directory
` [PATCH v5 5/9] pci, acpi, mcfg: Provide generic implementation of MCFG code initialization
` [PATCH v5 6/9] x86, pci: mmconfig_{32,64}.c code refactoring - remove code duplication
` [PATCH v5 7/9] x86, pci, ecam: mmconfig_64.c becomes default implementation for ECAM driver
` [PATCH v5 8/9] pci, acpi, mcfg: Share ACPI PCI config space accessors
` [PATCH v5 9/9] pci, ecam: Improve naming for ecam.c content and areas where it is used

[Query] PORT_LOGIC_SPEED_CHANGE set in PCIe designware driver
 2015-04-17  6:45 UTC  (3+ messages)

[PATCH] irqchip/gicv3-its: Decrease page size when needed
 2015-04-17  2:34 UTC  (18+ messages)
` [PATCH 1/2] irqchip/gicv3-its: Support share device ID
` [PATCH 2/2] pci/layerscape: Add LS2085A MSI support

[PATCH v6 00/10] PCI: Fix unhandled interrupt on shutdown
 2015-04-17  1:05 UTC  (23+ messages)
` [PATCH v6 01/10] PCI/MSI: Rename msi_set_enable(), msix_clear_and_set_ctrl()
` [PATCH v6 02/10] PCI/MSI: Export pci_msi_set_enable(), pci_msix_clear_and_set_ctrl()
` [PATCH v6 03/10] PCI/MSI: Disable MSI at enumeration even if kernel doesn't support MSI
` [PATCH v6 04/10] PCI/MSI: Don't disable MSI/MSI-X at shutdown
` [PATCH v6 05/10] PCI/MSI: Make pci_msi_shutdown(), pci_msix_shutdown() static
` [PATCH v6 06/10] virtio_pci: drop pci_msi_off() call during probe
` [PATCH v6 07/10] ntb: Drop "
` [PATCH v6 08/10] mic: "
` [PATCH v6 09/10] PCI/MSI: Drop pci_msi_off() calls from quirks
` [PATCH v6 10/10] PCI/MSI: Remove unused pci_msi_off()

[RFC PATCH 0/3] PCI: host: Add PCIe host support for Hisilicon Soc Hip05
 2015-04-16  8:00 UTC  (7+ messages)
` [RFC PATCH 1/3] PCI: host: designware: support ARM64
` [RFC PATCH 2/3] PCI: Host: Add PCIe host support for Hisilicon Soc Hip05
` [RFC PATCH 3/3] Documentation: devicetree: Add hisilicon PCIe host binding

[PATCH v1 0/4] Unassigned resource fixes
 2015-04-15 23:04 UTC  (9+ messages)
` [PATCH v1 2/4] PCI: Mark invalid BARs as unassigned

[PATCH] PCI / hotplug: Propagate the "ignore hotplug" setting to parent
 2015-04-15 17:01 UTC  (6+ messages)

[PATCH v2 0/3] pci/designware: Add architecture-independent driver for Designware PCIe
 2015-04-15 11:54 UTC  (8+ messages)
` [PATCH v2 1/3] arm/pci: Add support architecture-independent PCIe driver
` [PATCH v2 2/3] pci/designware: Add base driver for Designware PCIe
` [PATCH v2 3/3] pci/layerscape: Add LS2085A PCIe support

[PATCH v2 1/4] PCI: X-Gene: Add the APM X-Gene v1 PCIe MSI/MSIX termination driver
 2015-04-15  8:16 UTC  (13+ messages)
` [PATCH v3 0/4] PCI: X-Gene: Add APM X-Gene v1 "
  ` [PATCH v3 1/4] PCI: X-Gene: Add the APM X-Gene v1 PCIe "

[PATCH v10 0/10] iommu/vt-d: Fix intel vt-d faults in kdump kernel
 2015-04-15  6:48 UTC  (4+ messages)

PCI Out of Resources
 2015-04-15  0:31 UTC  (6+ messages)

Open PCI issues
 2015-04-14 22:54 UTC 

[Patch Part2 v5 00/33] Clean up obsoleted x86 interrupt manangement code and interfaces
 2015-04-14  2:30 UTC  (34+ messages)
` [Patch Part2 v5 01/33] x86/irq: Kill unused old IOAPIC irqdomain interfaces
` [Patch Part2 v5 02/33] x86/irq: Kill unused struct mp_pin_info
` [Patch Part2 v5 03/33] x86/irq: Kill x86_io_apic_ops.print_entries and related interfaces
` [Patch Part2 v5 04/33] x86/irq: Kill x86_io_apic_ops.setup_entry "
` [Patch Part2 v5 05/33] x86/irq: Kill x86_io_apic_ops.set_affinity "
` [Patch Part2 v5 06/33] x86/irq: Kill x86_io_apic_ops.eoi_ioapic_pin "
` [Patch Part2 v5 07/33] x86/irq: Kill GENERIC_IRQ_LEGACY_ALLOC_HWIRQ
` [Patch Part2 v5 08/33] x86/irq: Clean up unused forward declarations in x86_init.h
` [Patch Part2 v5 09/33] irq_remapping: Clean up unsued code to support IOAPIC
` [Patch Part2 v5 10/33] irq_remapping/vt-d: Clean up unsued code
` [Patch Part2 v5 11/33] irq_remapping/amd: "
` [Patch Part2 v5 12/33] irq_remapping: Clean up unused interfaces
` [Patch Part2 v5 13/33] x86/irq: Kill irq_cfg.irq_remapped
` [Patch Part2 v5 14/33] irq_remapping/vt-d: Move struct irq_2_iommu into intel_irq_remapping.c
` [Patch Part2 v5 15/33] irq_remapping/amd: Move struct irq_2_irte into amd_iommu.c
` [Patch Part2 v5 16/33] x86/irq: Move irq_cfg.irq_2_pin into io_apic.c
` [Patch Part2 v5 17/33] x86/irq: Kill struct io_apic_irq_attr
` [Patch Part2 v5 18/33] x86/irq: Kill x86_io_apic_ops.write and x86_io_apic_ops.modify
` [Patch Part2 v5 19/33] x86/irq: Clean up io_apic.h
` [Patch Part2 v5 20/33] x86/irq: Use cached IOAPIC entry instead of reading from hardware
` [Patch Part2 v5 21/33] x86/irq: Remove sis apic bug workaround
` [Patch Part2 v5 22/33] x86/irq: Kill unused alloc_irq_and_cfg_at()
` [Patch Part2 v5 23/33] x86/irq: Change functions only used in vector.c as static
` [Patch Part2 v5 24/33] x86/irq: Kill function apic_set_affinity()
` [Patch Part2 v5 25/33] x86/irq: Move check of cfg->move_in_progress into send_cleanup_vector()
` [Patch Part2 v5 26/33] x86/irq: Move private data in struct irq_cfg into dedicated data structure
` [Patch Part2 v5 27/33] x86/irq: Refine the way to calculate NR_IRQS
` [Patch Part2 v5 28/33] x86/irq, ACPI: Kill private function mp_register_gsi()/ mp_unregister_gsi()
` [Patch Part2 v5 29/33] x86, ioapic: Use proper defines for the entry fields
` [Patch Part2 v5 30/33] x86,ioapic: Cleanup irq_trigger/polarity()
` [Patch Part2 v5 31/33] x86: Cleanup irq_domain ops
` [Patch Part2 v5 32/33] x86/irq: Move irqdomain specific code into asm/irqdomain.h
` [Patch Part2 v5 33/33] x86/irq: Avoid memory allocation in __assign_irq_vector()

[GIT PULL] PCI changes for v4.1
 2015-04-13 17:09 UTC 

[Patch Part1 v8 00/37] Convert x86 to hierarchy irqdomain and stacked irqchip
 2015-04-13 12:09 UTC  (42+ messages)
` [Patch Part1 v8 01/37] x86/irq: Save destination CPU ID in irq_cfg
` [Patch Part1 v8 02/37] x86/irq: Use hierarchy irqdomain to manage CPU interrupt vectors
` [Patch Part1 v8 03/37] x86/hpet: Use new irqdomain interfaces to allocate/free IRQ
` [Patch Part1 v8 04/37] x86/MSI: "
` [Patch Part1 v8 05/37] x86/uv: "
` [Patch Part1 v8 06/37] x86/htirq: "
` [Patch Part1 v8 07/37] x86/dmar: "
` [Patch Part1 v8 08/37] irq_remapping: Introduce new interfaces to support hierarchy irqdomain
` [Patch Part1 v8 09/37] irq_remapping/vt-d: Change prototypes to prepare for enabling "
` [Patch Part1 v8 10/37] irq_remapping/vt-d: Enhance Intel IR driver to support "
` [Patch Part1 v8 11/37] irq_remapping/amd: Enhance AMD "
` [Patch Part1 v8 12/37] x86/hpet: Enhance HPET IRQ "
` [Patch Part1 v8 13/37] x86/MSI: Use hierarchy irqdomain to manage MSI interrupts
` [Patch Part1 v8 14/37] x86/irq: Directly call native_compose_msi_msg() for DMAR IRQ
` [Patch Part1 v8 15/37] irq_remapping/vt-d: Clean up unused MSI related code
` [Patch Part1 v8 16/37] irq_remapping/amd: "
` [Patch Part1 v8 17/37] irq_remapping: "
` [Patch Part1 v8 18/37] x86/MSI: Clean up unused MSI related code and interfaces
` [Patch Part1 v8 19/37] iommu/vt-d: Refine the interfaces to create IRQ for DMAR unit
` [Patch Part1 v8 20/37] x86/irq: Use hierarchy irqdomain to manage DMAR interrupts
` [Patch Part1 v8 21/37] x86/htirq: Use hierarchy irqdomain to manage Hypertransport interrupts
` [Patch Part1 v8 22/37] x86/uv: Use hierarchy irqdomain to manage UV interrupts
` [Patch Part1 v8 23/37] x86/irq: Normalize x86 irq_chip name
` [Patch Part1 v8 24/37] x86/MSI: Simplify the way to deal with remapped MSI interrupts
` [Patch Part1 v8 25/37] x86/MSI: Replace msi_update_msg() with irq_chip_compose_msi_msg()
` [Patch Part1 v8 26/37] x86/irq: Implement irq_chip.irq_write_msi_msg for MSI/DMAR/HPET irq_chips
` [Patch Part1 v8 27/37] x86/irq: Simplify MSI/DMAR/HPET implementation by using common code
` [Patch Part1 v8 28/37] irq_remapping: Kill unused function irq_remapping_print_chip()
` [Patch Part1 v8 29/37] x86/intel-mid: Delay initialization of APB timer
` [Patch Part1 v8 30/37] x86/intel-mid, trivial: Refine code syntax for sfi_parse_mtmr()
` [Patch Part1 v8 31/37] x86/irq: Kill unused pre_init_apic_IRQ0()
` [Patch Part1 v8 32/37] x86/irq: Prepare IOAPIC interfaces to support hierarchy irqdomain
` [Patch Part1 v8 33/37] x86/irq: Implement callbacks to enable hierarchy irqdomain on IOAPICs
` [Patch Part1 v8 34/37] x86/irq: Refine the way to allocate irq_cfg for legacy IRQs
` [Patch Part1 v8 35/37] x86/irq: Simplify the way to print IOAPIC entry
` [Patch Part1 v8 36/37] x86/irq: Introduce helper functions to support hierarchy irqdomain for IOAPIC
` [Patch Part1 v8 37/37] x86/irq: Convert IOAPIC to use hierarchy irqdomain interfaces

[Bugfix v3] x86/PCI/ACPI: Fix regression caused by commit 63f1789ec716
 2015-04-13 12:05 UTC  (10+ messages)
          ` [Bugfix v5] "

[Query] Direction of adding arm64 support to PCIe designware driver
 2015-04-13  9:16 UTC  (2+ messages)

[PATCH v3 0/5] PCI: st: provide support for dw pcie
 2015-04-13  7:35 UTC  (5+ messages)
` [PATCH v3 3/5] PCI: st: Provide support for the sti PCIe controller

[PATCH v5 00/10] pci: fix unhandled interrupt on shutdown
 2015-04-12  8:52 UTC  (4+ messages)
` [PATCH v5 04/10] pci: don't disable msi/msix at shutdown

[PATCH pciutils] lib/configure: Also accept host tuples without vendor string
 2015-04-12  7:16 UTC 

[PATCH] PCI: layerscape: Simplify platform_get_resource_byname() failure checking
 2015-04-10 13:41 UTC  (4+ 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).