messages from 2015-12-07 15:41:03 to 2015-12-12 01:15:28 UTC [more...]
[PATCH v2] Add lspci support for Enhanced Allocation Capability
2015-12-12 1:15 UTC
[PATCH v2] PCI/AER: enable SERR# forwarding for bridges and switches
2015-12-11 23:30 UTC (5+ messages)
[PATCH] Add lspci support for Enhanced Allocation Capability
2015-12-11 22:27 UTC
[PATCH 1/1] drivers:pci:hotplug Fix all whitespace issues
2015-12-11 16:03 UTC
[PATCH v2 0/4] PCI: rcar, rcar-gen2: More Gen2 compatibility strings
2015-12-11 15:58 UTC (9+ messages)
` [PATCH v2 1/4] PCI: rcar-gen2: add gen2 fallback compatibility string
` [PATCH v2 3/4] PCI: rcar: "
[RFC PATCH 0/2] PCI/ACPI: HiSi: Add ACPI support for Hip05 PCIe Host Bridge Controller
2015-12-11 14:17 UTC (6+ messages)
` [RFC PATCH 1/2] PCI/ACPI: Add ACPI support for non ECAM Host Bridge Controllers
[PATCH v11] PCI: Xilinx-NWL-PCIe: Added support for Xilinx NWL PCIe Host Controller
2015-12-11 9:33 UTC (10+ messages)
[PATCH v9 00/60] PCI: Resource allocation cleanup for v4.5
2015-12-11 5:06 UTC (61+ messages)
` [PATCH v9 01/60] PCI: Add pci_find_root_bus_resource()
` [PATCH v9 02/60] sparc/PCI: Use correct bus address to resource offset
` [PATCH v9 03/60] sparc/PCI: Reserve legacy mmio after PCI mmio
` [PATCH v9 04/60] sparc/PCI: Add IORESOURCE_MEM_64 for 64-bit resource in OF parsing
` [PATCH v9 05/60] sparc/PCI: Keep resource idx order with bridge register number
` [PATCH v9 06/60] PCI: Kill wrong quirk about M7101
` [PATCH v9 07/60] PCI: Ignore BAR for ALi M1533 PCI-ISA bridge
` [PATCH v9 08/60] powerpc/PCI: Keep resource idx order with bridge register number
` [PATCH v9 09/60] powerpc/PCI: Add IORESOURCE_MEM_64 for 64-bit resource in OF parsing
` [PATCH v9 10/60] OF/PCI: Add IORESOURCE_MEM_64 for 64-bit resource
` [PATCH v9 11/60] PCI: Check pref compatible bit for mem64 resource of PCIe device
` [PATCH v9 12/60] PCI: Only treat non-pref mmio64 as pref if all bridges have MEM_64
` [PATCH v9 13/60] PCI: Add has_mem64 for struct host_bridge
` [PATCH v9 14/60] PCI: Only treat non-pref mmio64 as pref if host bridge has mmio64
` [PATCH v9 15/60] PCI: Restore pref MMIO allocation logic for host bridge without mmio64
` [PATCH v9 16/60] PCI: Don't release fixed resource for realloc
` [PATCH v9 17/60] PCI: Claim fixed resource during remove/rescan path
` [PATCH v9 18/60] PCI: Set resource to FIXED for LSI devices
` [PATCH v9 19/60] PCI: Separate realloc list checking after allocation
` [PATCH v9 20/60] PCI: Treat optional as required in first try for bridge rescan
` [PATCH v9 21/60] PCI: Get new realloc size for bridge for last try
` [PATCH v9 22/60] PCI: Don't release sibling bridge resources during hotplug
` [PATCH v9 23/60] PCI: Cleanup res_to_dev_res() printout
` [PATCH v9 24/60] PCI: Reuse res_to_dev_res() in reassign_resources_sorted()
` [PATCH v9 25/60] PCI: Use correct align for optional only resources during sorting
` [PATCH v9 26/60] PCI: Optimize bus min_align/size calculation during sizing
` [PATCH v9 27/60] PCI: Optimize bus align/size calculation for optional "
` [PATCH v9 28/60] PCI: Don't add too much optional size for hotplug bridge MMIO
` [PATCH v9 29/60] PCI: Reorder resources list for required/optional resources
` [PATCH v9 30/60] PCI: Remove duplicated code for resource sorting
` [PATCH v9 31/60] PCI: Rename pdev_sort_resources() to pdev_assign_resources_prepare()
` [PATCH v9 32/60] PCI: Treat ROM resource as optional during realloc
` [PATCH v9 33/60] PCI: Add debug printout during releasing partial assigned resources
` [PATCH v9 34/60] PCI: Simplify res reference using in __assign_resources_sorted()
` [PATCH v9 35/60] PCI: Add __add_to_list()
` [PATCH v9 36/60] PCI: Cache window alignment value during bus sizing
` [PATCH v9 37/60] PCI: Check if resource is allocated before trying to assign one
` [PATCH v9 38/60] PCI: Separate out save_resources()/restore_resources()
` [PATCH v9 39/60] PCI: Move comment to pci_need_to_release()
` [PATCH v9 40/60] PCI: Separate required+optional assigning to another function
` [PATCH v9 41/60] PCI: Skip required+optional if there is no optional
` [PATCH v9 42/60] PCI: Move saved required resource list out of required+optional assigning
` [PATCH v9 43/60] PCI: Add alt_size ressource allocation support
` [PATCH v9 44/60] PCI: Add support for more than two alt_size entries under same bridge
` [PATCH v9 45/60] PCI: Fix size calculation with old_size on rescan path
` [PATCH v9 46/60] PCI: Don't add too much optional size for hotplug bridge io
` [PATCH v9 47/60] PCI: Move ISA io port align out of calculate_iosize()
` [PATCH v9 48/60] PCI: Don't add too much io port for hotplug bridge with old size
` [PATCH v9 49/60] PCI: Unify calculate_size() for io port and MMIO
` [PATCH v9 50/60] PCI: Allow bridge optional only io port resource required size to be 0
` [PATCH v9 51/60] PCI: Unify skip_ioresource_align()
` [PATCH v9 52/60] PCI: Kill macro checking for bus io port sizing
` [PATCH v9 53/60] resources: Split out __allocate_resource()
` [PATCH v9 54/60] resources: Make allocate_resource() return best fit resource
` [PATCH v9 55/60] PCI, x86: Allocate from high in available window for MMIO
` [PATCH v9 56/60] PCI: Add debug print out for min_align and alt_size
` [PATCH v9 57/60] PCI, x86: Add pci=assign_pref_bars to reallocate pref BARs
` [PATCH v9 58/60] PCI: Introduce resource_disabled()
` [PATCH v9 59/60] PCI: Don't set flags to 0 when assign resource fail
` [PATCH v9 60/60] PCI: Only try to assign io port only for root bus that support it
[PATCH v4 0/5] Qualcomm PCIe driver and designware fixes
2015-12-11 5:48 UTC (10+ messages)
` [PATCH v4 1/5] PCI: designware: add memory barrier after enabling region
[PATCH 0/2] PCI: Limit config space size for Netronome NFP4000
2015-12-11 2:30 UTC (3+ messages)
` [PATCH 1/2] PCI: Add Netronome NFP4000 device ID
` [PATCH 2/2] PCI: Limit config space size for Netronome NFP4000
[PATCH] drivers:pci:hotplug Fix all space prohibited before that ,
2015-12-10 23:28 UTC (6+ messages)
[PATCH] lspci: Decode DevCap SlotPowerLimit for all components with Upstream Ports
2015-12-10 19:50 UTC
[PATCH v3] PCI: hosts: mark pcie/pci (msi) irq cascade handler as IRQF_NO_THREAD
2015-12-10 19:18 UTC
[PATCH v10 0/7] PCI: hv: New paravirtual PCI front-end for Hyper-V VMs
2015-12-10 18:16 UTC (11+ messages)
` [PATCH v10 1/7] drivers:hv: Export a function that maps Linux CPU num onto Hyper-V proc num
` [PATCH v10 2/7] drivers:hv: Export hv_do_hypercall()
` [PATCH v10 3/7] PCI: Make it possible to implement a PCI MSI IRQ Domain in a module
` [PATCH v10 4/7] PCI: Add fwnode_handle to pci_sysdata
` [PATCH v10 5/7] PCI: irqdomain: Look up IRQ domain by fwnode_handle
` [PATCH v10 6/7] drivers:hv: Define the channel type of Hyper-V PCI Express pass-through
` [PATCH v10 7/7] PCI: hv: New paravirtual PCI front-end for Hyper-V VMs
[Resend: PATCH v2 0/3] Fix rcar-pcie for arm64
2015-12-10 18:12 UTC (6+ messages)
[PATCH v7 0/4] gicv2m: acpi: Add ACPI support for GICv2m MSI
2015-12-10 17:28 UTC (6+ messages)
` [PATCH v7 1/4] acpi: pci: Setup MSI domain for ACPI based pci devices
` [PATCH v7 2/4] irqdomain: introduce is_fwnode_irqchip helper
` [PATCH v7 3/4] gicv2m: Refactor to prepare for ACPI support
` [PATCH v7 4/4] gicv2m: acpi: Introducing GICv2m "
[PATCH v9 0/7] PCI: hv: New paravirtual PCI front-end for Hyper-V VMs
2015-12-10 7:24 UTC (10+ messages)
` [PATCH v9 1/7] drivers:hv: Export a function that maps Linux CPU num onto Hyper-V proc num
` [PATCH v9 2/7] drivers:hv: Export hv_do_hypercall()
` [PATCH v9 3/7] PCI: Make it possible to implement a PCI MSI IRQ Domain in a module
` [PATCH v9 4/7] PCI: Add fwnode_handle to pci_sysdata
` [PATCH v9 5/7] PCI: irqdomain: Look up IRQ domain by fwnode_handle
` [PATCH v9 6/7] drivers:hv: Define the channel type of Hyper-V PCI Express pass-through
` [PATCH v9 7/7] PCI: hv: New paravirtual PCI front-end for Hyper-V VMs
[PATCH v8 0/7] PCI: hv: New paravirtual PCI front-end for Hyper-V VMs
2015-12-09 21:40 UTC (9+ messages)
` [PATCH v8 1/7] drivers:hv: Export a function that maps Linux CPU num onto Hyper-V proc num
` [PATCH v8 2/7] drivers:hv: Export hv_do_hypercall()
` [PATCH v8 3/7] PCI: Make it possible to implement a PCI MSI IRQ Domain in a module
` [PATCH v8 4/7] PCI: Add fwnode_handle to pci_sysdata
` [PATCH v8 5/7] PCI: irqdomain: Look up IRQ domain by fwnode_handle
` [PATCH v8 6/7] drivers:hv: Define the channel type of Hyper-V PCI Express pass-through
` [PATCH v8 7/7] PCI: hv: New paravirtual PCI front-end for Hyper-V VMs
[PATCH] PCI: hisi: fix the hisi_pcie_cfg_read bug when size=4
2015-12-09 20:36 UTC (4+ messages)
[PATCH v2] PCI: dra7xx: mark dra7xx_pcie_msi irq as IRQF_NO_THREAD
2015-12-09 19:38 UTC (9+ messages)
[PATCH v7 0/7] PCI: hv: New paravirtual PCI front-end for Hyper-V VMs
2015-12-09 17:06 UTC (9+ messages)
` [PATCH v7 3/7] PCI: Make it possible to implement a PCI MSI IRQ Domain in a module
` [PATCH v7 4/7] PCI: Add fwnode_handle to pci_sysdata
` [PATCH v7 7/7] PCI: hv: New paravirtual PCI front-end for Hyper-V VMs
[PATCH] x86/PCI: simplify pci_bios_{read,write}
2015-12-09 16:50 UTC (3+ messages)
[GIT PULL] PCI fixes for v4.4
2015-12-09 16:02 UTC
[PATCH V1 00/11] MMCONFIG refactoring and ARM64 PCI hostbridge init based on ACPI
2015-12-09 15:55 UTC (4+ messages)
[PATCH v2] PCI: imx6: Fix reset-gpio to work with active low GPIO
2015-12-09 15:09 UTC (5+ messages)
` [PATCH v3] "
[PATCH] PCI / PM: Fix small typo in documentation
2015-12-09 14:53 UTC (2+ messages)
[PATCH] PCI: constify pci_platform_pm_ops structure
2015-12-09 1:21 UTC (4+ messages)
[PATCH] Create sysfs entries for VPD-R keys
2015-12-08 17:55 UTC
[PATCH] PCI: Simplify config space size computation
2015-12-08 14:50 UTC
[PATCH v3] pci: Limit VPD length for megaraid_sas adapter
2015-12-08 14:33 UTC (5+ messages)
` [PATCH v4] "
[PATCHv6 0/7] Driver for new "VMD" device
2015-12-08 12:15 UTC (9+ messages)
` [PATCHv6 1/7] msi: Relax msi_domain_alloc() to support parentless MSI irqdomains
` [PATCHv6 2/7] pci: child bus alloc fix on constrained resource
` [PATCHv6 3/7] Export msi and irq functions for module use
` [PATCHv6 4/7] x86-pci: allow pci domain specific dma ops
` [PATCHv6 5/7] x86/pci: Initial commit for new VMD device driver
` [PATCHv6 6/7] aer_inject: Use 32 bit int type domains
` [PATCHv5 7/7] pciutils: Allow 32-bit domains
[PATCH] PCI: designware: bail out if host_init failed
2015-12-08 5:58 UTC (3+ messages)
[PATCH part3 v12 00/10] Cleanup platform pci_domain_nr()
2015-12-08 1:18 UTC (3+ messages)
[PATCH repost 0/3] Support Netronome NFP6000 family quirks
2015-12-08 0:46 UTC (2+ messages)
[PATCH 0/4] PCI: rcar, rcar-gen2: More Gen2 compat strings
2015-12-08 0:45 UTC (6+ messages)
` [PATCH 2/4] PCI: rcar-gen2: Add device tree support for r8a7793
[PATCH v2] PCI: generic: Add support for Cavium ThunderX PCIe root complexes
2015-12-07 23:22 UTC (3+ messages)
[PATCH v5 0/5] Add iProc PCIe PAXC and MSI support
2015-12-07 22:15 UTC (7+ messages)
` [PATCH v5 5/5] ARM: dts: Enable MSI support for Broadcom Cygnus
[PATCH 00/11] ARM64 PCI hostbridge init based on ACPI
2015-12-07 20:29 UTC (2+ messages)
[PATCH V4] Delay allocation of PCI device IRQs from boot time until bus scan time to fix PCI hotplugging
2015-12-07 17:32 UTC (2+ messages)
[RFC PATCH v2 0/4] Simple ACPI based PCI support for arm64
2015-12-07 17:20 UTC (5+ messages)
` [RFC PATCH v2 1/4] arm64: pci: Add ACPI support
` [RFC PATCH v2 2/4] PCI: Handle NULL parent in pci_bus_assign_domain_nr
` [RFC PATCH v2 3/4] PCI: ACPI: Add a generic ACPI based host controller
` [RFC PATCH v2 4/4] ACPI: PCI: Support platforms that need pci_remap_iospace
[PATCH v3] PCI: Add pci_enable_atomic_request
2015-12-07 16:23 UTC (4+ messages)
Resizeable PCI BAR support
2015-12-07 16:00 UTC (2+ 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).