messages from 2015-03-04 21:32:54 to 2015-03-10 20:56:55 UTC [more...]
[PATCH v5 0/4] pci: iproc: Add Broadcom iProc PCIe support
2015-03-10 20:56 UTC (6+ messages)
` [PATCH v5 1/4] PCI: Export symbols of PCI functions
` [PATCH v5 2/4] pci: iProc: define iProc PCIe platform bus binding
` [PATCH v5 3/4] pci: iproc: Add Broadcom iProc PCIe support
` [PATCH v5 4/4] ARM: dts: enable PCIe support for Cygnus
[PATCH v4 0/4] pci: iproc: Add Broadcom iProc PCIe support
2015-03-10 15:53 UTC (8+ messages)
` [PATCH v4 1/4] PCI: Export symbols of PCI functions
` [PATCH v4 2/4] pci: iProc: define iProc PCIe platform bus binding
` [PATCH v4 3/4] pci: iproc: Add Broadcom iProc PCIe support
` [PATCH v4 4/4] ARM: dts: enable PCIe support for Cygnus
[PCI] BUG: unable to handle kernel
2015-03-10 15:29 UTC (16+ messages)
[PATCH] pci: of : fix BUG: unable to handle kernel
2015-03-10 15:25 UTC
[PATCH v3 0/9] PCI: MMCONFIG clean up
2015-03-10 12:25 UTC (12+ messages)
` [PATCH v3 1/9] x86, pci: Clean up comment about buggy MMIO config space access for AMD Fam10h CPUs
` [PATCH v3 2/9] x86, pci: Abstract PCI config accessors and use AMD Fam10h workaround exclusively
` [PATCH v3 3/9] x86, pci: Reorder logic of pci_mmconfig_insert() function
` [PATCH v3 4/9] x86, pci, acpi: Move arch-agnostic MMCONFIG (aka ECAM) and ACPI code out of arch/x86/ directory
` [PATCH v3 5/9] pci, acpi, mcfg: Provide generic implementation of MCFG code initialization
` [PATCH v3 6/9] x86, pci: mmconfig_{32,64}.c code refactoring - remove code duplication
` [PATCH v3 7/9] x86, pci, ecam: mmconfig_64.c becomes default implementation for ECAM driver
` [PATCH v3 8/9] pci, acpi, mcfg: Share ACPI PCI config space accessors
` [PATCH v3 9/9] pci, ecam: Improve naming for ecam.c content and areas where it is used
[PATCH v2 0/9] PCI: MMCONFIG clean up
2015-03-10 10:08 UTC (3+ messages)
[PATCH] PCI / ACPI: PCI delay optimization from ACPI
2015-03-10 6:48 UTC (4+ messages)
` [PATCH update] "
[PATCH 0/4] Support registering specific reset handler
2015-03-10 6:31 UTC (7+ messages)
[PATCH RESEND] x86:pci: Change sta2x11_dma_ops stucture to use switolb_dma_supported as it's dma_supported function in sta2x11-fixup.c
2015-03-10 5:32 UTC (2+ messages)
iMX6 PCIe gen 2 card compatibility
2015-03-10 1:54 UTC
[RFC] Build with arm64 configuration
2015-03-10 2:17 UTC (4+ messages)
[PATCH v3 0/3] pci: iproc: Add Broadcom iProc PCIe support
2015-03-09 23:45 UTC (10+ messages)
` [PATCH v3 1/3] pci: iProc: define iProc PCIe platform bus binding
` [PATCH v3 2/3] pci: iproc: Add Broadcom iProc PCIe support
` [PATCH v3 3/3] ARM: dts: enable PCIe support for Cygnus
[Patch v2 resend] apple-gmux: lock iGP IO to protect from vgaarb changes
2015-03-09 22:11 UTC (2+ messages)
[PATCH 1/2] PCI: allow MSI chip providers to implement their own multiple MSI setup
2015-03-09 17:33 UTC (2+ messages)
` [PATCH 2/2] PCI: designware: implement multiple MSI irq setup
[PATCH v5 00/29] Refine PCI scan interfaces and make generic pci host bridge
2015-03-09 2:47 UTC (32+ messages)
` [PATCH v5 01/29] PCI: Rip out pci_bus_add_devices() from pci_scan_bus()
` [PATCH v5 02/29] PCI: Rip out pci_bus_add_devices() from pci_scan_root_bus()
` [PATCH v5 03/29] xen/PCI: Don't use deprecated function pci_scan_bus_parented()
` [PATCH v5 04/29] PCI: Remove deprecated pci_scan_bus_parented()
` [PATCH v5 05/29] PCI: Combine PCI domain and bus number in u32 arg
` [PATCH v5 06/29] PCI: Pass PCI domain number combined with root bus number
` [PATCH v5 07/29] PCI: Introduce pci_host_assign_domain_nr() to assign domain
` [PATCH v5 08/29] PCI: Separate pci_host_bridge creation out of pci_create_root_bus()
` [PATCH v5 09/29] PCI: Introduce pci_host_bridge_list to manage host bridges
` [PATCH v5 10/29] PCI: Save sysdata in pci_host_bridge drvdata
` [PATCH v5 11/29] PCI: Introduce pci_host_bridge_ops to support host specific operations
` [PATCH v5 12/29] PCI: Introduce new scan function pci_scan_host_bridge()
` [PATCH v5 13/29] x86/PCI: Refine pci_acpi_scan_root() with generic pci_host_bridge
` [PATCH v5 14/29] ia64/PCI: "
` [PATCH v5 15/29] powerpc/pci: Rename pcibios_root_bridge_prepare()
` [PATCH v5 16/29] powerpc/pci: Use pci_scan_host_bridge() for simplicity
` [PATCH v5 17/29] PCI: Remove weak pcibios_root_bridge_prepare()
` [PATCH v5 18/29] sparc/PCI: Claim bus resources before pci_bus_add_devices()
` [PATCH v5 19/29] sparc/PCI: Use pci_scan_host_bridge() for simplicity
` [PATCH v5 20/29] PCI: Introduce pci_bus_child_max_busnr()
` [PATCH v5 21/29] parisc/PCI: Use pci_scan_root_bus() for simplicity
` [PATCH v5 22/29] PCI/mvebu: Use pci_common_init_dev() to simplify code
` [PATCH v5 23/29] PCI/tegra: Remove redundant tegra_pcie_scan_bus()
` [PATCH v5 24/29] PCI/designware: Use pci_scan_root_bus() for simplicity
` [PATCH v5 25/29] PCI/xgene: Use pci_scan_root_bus() instead of pci_create_root_bus()
` [PATCH v5 26/29] PCI: Rename __pci_create_root_bus() to pci_create_root_bus()
` [PATCH v5 27/29] PCI: Export find_pci_host_bridge() and rename to pci_find_host_bridge()
` [PATCH v5 28/29] PCI: Remove platform specific pci_domain_nr()
` [PATCH v5 29/29] PCI: Remove pci_bus_assign_domain_nr()
[PATCH v6 00/30] Refine PCI scan interfaces and make generic pci host bridge
2015-03-09 2:34 UTC (31+ messages)
` [PATCH v6 01/30] PCI: Rip out pci_bus_add_devices() from pci_scan_bus()
` [PATCH v6 02/30] PCI: Rip out pci_bus_add_devices() from pci_scan_root_bus()
` [PATCH v6 03/30] PCI: Export busn_resource to drivers/pci
` [PATCH v6 04/30] xen/PCI: Don't use deprecated function pci_scan_bus_parented()
` [PATCH v6 05/30] PCI: Remove deprecated pci_scan_bus_parented()
` [PATCH v6 06/30] PCI: Combine PCI domain and bus number in u32 arg
` [PATCH v6 07/30] PCI: Pass PCI domain number combined with root bus number
` [PATCH v6 08/30] PCI: Introduce pci_host_assign_domain_nr() to assign domain
` [PATCH v6 09/30] PCI: Separate pci_host_bridge creation out of pci_create_root_bus()
` [PATCH v6 10/30] PCI: Introduce pci_host_bridge_list to manage host bridges
` [PATCH v6 11/30] PCI: Save sysdata in pci_host_bridge drvdata
` [PATCH v6 12/30] PCI: Introduce pci_host_bridge_ops to support host specific operations
` [PATCH v6 13/30] PCI: Introduce new scan function pci_scan_host_bridge()
` [PATCH v6 14/30] x86/PCI: Refine pci_acpi_scan_root() with generic pci_host_bridge
` [PATCH v6 15/30] ia64/PCI: "
` [PATCH v6 16/30] powerpc/pci: Rename pcibios_root_bridge_prepare()
` [PATCH v6 17/30] powerpc/pci: Use pci_scan_host_bridge() for simplicity
` [PATCH v6 18/30] PCI: Remove weak pcibios_root_bridge_prepare()
` [PATCH v6 19/30] sparc/PCI: Claim bus resources before pci_bus_add_devices()
` [PATCH v6 20/30] sparc/PCI: Use pci_scan_host_bridge() for simplicity
` [PATCH v6 21/30] PCI: Introduce pci_bus_child_max_busnr()
` [PATCH v6 22/30] parisc/PCI: Use pci_scan_root_bus() for simplicity
` [PATCH v6 23/30] PCI/mvebu: Use pci_common_init_dev() to simplify code
` [PATCH v6 24/30] PCI/tegra: Remove redundant tegra_pcie_scan_bus()
` [PATCH v6 25/30] PCI/designware: Use pci_scan_root_bus() for simplicity
` [PATCH v6 26/30] PCI/xgene: Use pci_scan_root_bus() instead of pci_create_root_bus()
` [PATCH v6 27/30] PCI: Rename __pci_create_root_bus() to pci_create_root_bus()
` [PATCH v6 28/30] PCI: Export find_pci_host_bridge() and rename to pci_find_host_bridge()
` [PATCH v6 29/30] PCI: Remove platform specific pci_domain_nr()
` [PATCH v6 30/30] PCI: Remove pci_bus_assign_domain_nr()
[PATCH v3 0/8] x86, boot: clean up setup_data handling
2015-03-09 0:18 UTC (12+ messages)
` [PATCH v3 1/8] x86: Kill E820_RESERVED_KERN
` [PATCH v3 2/8] x86, efi: Copy SETUP_EFI data and access directly
` [PATCH v3 3/8] x86, of: Let add_dtb reserve setup_data locally
` [PATCH v3 4/8] x86, boot: Add add_pci handler for SETUP_PCI
` [PATCH v3 5/8] x86: Kill not used setup_data handling code
` [PATCH v3 6/8] x86, boot, PCI: Convert SETUP_PCI data to list
` [PATCH v3 7/8] x86, boot, PCI: Copy SETUP_PCI rom to kernel space
` [PATCH v3 8/8] x86, boot, PCI: Export SETUP_PCI data via sysfs
[PATCH v3 0/8] x86, boot: clean up setup_data handling
2015-03-08 0:50 UTC (3+ messages)
` [PATCH v3 1/8] x86: Kill E820_RESERVED_KERN
` [PATCH v3 2/8] x86, efi: Copy SETUP_EFI data and access directly
[PATCH v2 00/15] x86, boot: clean up kasl and setup_data handling
2015-03-07 21:11 UTC (27+ messages)
` [PATCH v2 01/15] x86, kaslr: Use init_size instead of run_size
` [PATCH v2 02/15] x86, boot: move ZO to end of buffer
` [PATCH v2 04/15] x86, kaslr: get kaslr_enabled back correctly
MSI IRQ affinity question
2015-03-07 19:30 UTC
[PATCH 0/2] PCI: pci_unignore_hotplug()
2015-03-06 22:12 UTC (4+ messages)
[PATCH 0/5] vfio-pci: Misc enhancements
2015-03-06 22:11 UTC (7+ messages)
` [PATCH 1/5] vfio-pci: Allow PCI IDs to be specified as module options
[PATCH] PCI/AER: Avoid info leak in __print_tlp_header
2015-03-06 18:33 UTC (3+ messages)
` [PATCH v2] "
[patch] PCI: cpcihp: missing curly braces in cpci_configure_slot()
2015-03-06 18:29 UTC (2+ messages)
[PATCH v3] pci: spear: Drop __initdata from spear13xx_pcie_driver
2015-03-06 18:16 UTC (4+ messages)
[PATCH] PCI: xgene: fix breakage from generic config usage
2015-03-06 17:04 UTC (3+ messages)
[GIT PULL] Power management and ACPI fixes for 4.0-rc3
2015-03-06 15:16 UTC
MRL Sensor or Attention Button event and hotplug scripts
2015-03-06 12:00 UTC
PCIE link reset in older kernels < 2.6.33
2015-03-06 7:26 UTC (3+ messages)
[PATCH] pci: host: xgene: fix incorrectly returned address by map_bus
2015-03-06 4:54 UTC (8+ messages)
[PATCH] x86/PCI: Fully disable devices before releasing IRQ resource
2015-03-06 3:51 UTC (3+ messages)
Fwd: NULL Pointer in 3.x during PCI bus enumeration
2015-03-06 2:27 UTC (4+ messages)
` "
[Patch v4 00/23] Improve ACPI resource parsing interfaces and enable IOAPIC hotplug
2015-03-04 23:48 UTC (4+ messages)
` [Patch v4 21/23] x86/PCI: Refine the way to release PCI IRQ resources
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).