messages from 2015-10-27 16:39:23 to 2015-10-30 03:48:33 UTC [more...]
[PATCH v2 0/7] SR-IOV fixes and cleanup
2015-10-30 3:48 UTC (9+ messages)
` [PATCH v2 1/7] PCI: Set SR-IOV NumVFs to zero after enumeration
` [PATCH v2 2/7] PCI: Remove redundant validation of SR-IOV offset/stride registers
` [PATCH v2 3/7] PCI: Remove VFs in reverse order if virtfn_add() fails
` [PATCH v2 4/7] PCI: Reorder pcibios_sriov_disable()
` [PATCH v2 5/7] PCI: Wait 1 second between disabling VFs and clearing NumVFs
` [PATCH v2 6/7] PCI: Fix sriov_enable() error path for pcibios_enable_sriov() failures
` [PATCH v2 7/7] PCI: Set NumVFs before computing how many buses VFs require
[PATCH V10 00/12] VF EEH on Power8
2015-10-30 3:46 UTC (21+ messages)
` [PATCH V10 01/12] PCI/IOV: Rename and export virtfn_add/virtfn_remove
` [PATCH V10 03/12] powerpc/pci: Cache VF index in pci_dn
` [PATCH V10 04/12] powerpc/pci: Remove VFs prior to PF
` [PATCH V10 05/12] powerpc/eeh: Cache only BARs, not windows or IOV BARs
` [PATCH V10 06/12] powerpc/powernv: EEH device for VF
` [PATCH V10 07/12] powerpc/eeh: Create PE for VFs
[RFC Patch 00/12] IXGBE: Add live migration support for SRIOV NIC
2015-10-30 2:41 UTC (9+ messages)
[PATCH v4 0/7] PCI: hv: New paravirtual PCI front-end for Hyper-V VMs
2015-10-30 1:55 UTC (11+ messages)
` [PATCH v4 1/7] drivers:hv: Export a function that maps Linux CPU num onto Hyper-V proc num
` [PATCH v4 2/7] drivers:hv: Export hv_do_hypercall()
` [PATCH v4 3/7] PCI: Make it possible to implement a PCI MSI IRQ Domain in a module
` [PATCH v4 4/7] PCI: Add fwnode_handle to pci_sysdata
` [PATCH v4 5/7] PCI: irqdomain: Look up IRQ domain by fwnode_handle
` [PATCH v4 6/7] drivers:hv: Define the channel type for Hyper-V PCI Express pass-through
` [PATCH v4 7/7] PCI: hv: New paravirtual PCI front-end for Hyper-V VMs
[GIT PULL] PCI fixes for v4.3
2015-10-29 23:54 UTC
[PATCH v12 0/6] Altera PCIe host controller driver with MSI support
2015-10-29 23:22 UTC (6+ messages)
[PATCH 0/5] Various of SR-IOV fixes and cleanup
2015-10-29 23:19 UTC (20+ messages)
` [PATCH 1/5] iov: Update virtfn_max_buses to validate offset and stride
` [PATCH 2/5] iov: Reset resources to 0 if totalVFs increases after enabling ARI
` [PATCH 3/5] iov: Fix sriov_enable exception handling path
` [PATCH 4/5] iov: Variable and loop cleanup for sriov_disable and sriov_enable
` [PATCH 5/5] iov: Update sriov_enable to correctly handle offset and stride
[PATCH 0/4] PCI: rcar: Add support for ARM64 and multiple instances
2015-10-29 23:03 UTC (7+ messages)
[PATCH v6 0/5] PCI: Add support for PCI Enhanced Allocation "BARs"
2015-10-29 21:13 UTC (4+ messages)
` [PATCH v6 1/5] PCI: Handle IORESOURCE_PCI_FIXED when sizing resources
[PATCH V1 00/11] MMCONFIG refactoring and ARM64 PCI hostbridge init based on ACPI
2015-10-29 16:27 UTC (25+ messages)
` [PATCH V1 02/11] x86, pci, acpi: Move arch-agnostic MMCONFIG (aka ECAM) and ACPI code out of arch/x86/ directory
` [PATCH V1 04/11] x86, pci: mmconfig_{32,64}.c code refactoring - remove code duplication
` [PATCH V1 07/11] XEN / PCI: Remove the dependence on arch x86 when PCI_MMCONFIG=y
` [Linaro-acpi] "
` [PATCH V1 10/11] pci, acpi: Provide generic way to assign bus domain number
` [Linaro-acpi] "
` [PATCH V1 11/11] arm64, pci, acpi: Support for ACPI based PCI hostbridge init
[PATCH v13 0/6] PCI: hisi: Add PCIe host support for HiSilicon SoC Hip05
2015-10-29 9:40 UTC (7+ messages)
` [PATCH v13 1/6] PCI: designware: Move calculation of bus addresses to DRA7xx
` [PATCH v13 2/6] PCI: designware: Remove *_mod_base
` [PATCH v13 3/6] PCI: designware: Replace DT PCI ranges parse with of_pci_get_host_bridge_resources
` [PATCH v13 4/6] ARM/PCI: Replace pci_sys_data->align_resource with global function pointer
` [PATCH v13 5/6] PCI: designware: Add ARM64 support
` [PATCH v13 6/6] PCI: hisi: Add PCIe host support for HiSilicon SoC Hip05
[PATCH V4 0/8] PCI: ACPI: Setting up DMA coherency for PCI device from _CCA attribute
2015-10-29 6:37 UTC (10+ messages)
` [PATCH V4 7/8] PCI: OF: Move of_pci_dma_configure() to pci_dma_configure()
[PATCH V5 0/9] PCI: ACPI: Setting up DMA coherency for PCI device from _CCA attribute
2015-10-29 6:35 UTC (11+ messages)
` [PATCH V5 1/9] ACPI: Honor ACPI _CCA attribute setting
` [PATCH V5 2/9] device property: Introducing enum dev_dma_attr
` [PATCH V5 3/9] ACPI: Adding DMA Attribute APIs for ACPI Device
` [PATCH V5 4/9] device property: Adding DMA Attribute APIs for Generic Devices
` [PATCH V5 5/9] device property: ACPI: Make use of the new DMA Attribute APIs
` [PATCH V5 6/9] device property: ACPI: Remove unused DMA APIs
` [PATCH V5 7/9] of/pci: Fix pci_get_host_bridge_device leak
` [PATCH V5 8/9] PCI: OF: Move of_pci_dma_configure() to pci_dma_configure()
` [PATCH V5 9/9] PCI: ACPI: Add support for PCI device DMA coherency
[PATCH v2] iov: restore NumVFs register to 0 before return from virtfn_max_buses()
2015-10-29 3:29 UTC (6+ messages)
[PATCH v12 0/8] PCI: hisi: Add PCIe host support for HiSilicon SoC Hip05
2015-10-29 2:51 UTC (8+ messages)
` [PATCH v12 2/8] ARM/PCI: remove align_resource in pci_sys_data
` [PATCH v12 7/8] Documentation: DT: Add HiSilicon PCIe host binding
ECRC and Max Read Request Size
2015-10-28 17:51 UTC
[PATCH v5] PCI: Xilinx-NWL-PCIe: Added support for Xilinx NWL PCIe Host Controller
2015-10-28 12:32 UTC (5+ messages)
[PATCH] PCI: imx6: Use gpio_set_value_cansleep()
2015-10-28 8:47 UTC (2+ messages)
[PATCH v3 4/7] PCI: Record an fwnode associated with root PCI buses, optionally
2015-10-28 2:01 UTC (6+ messages)
` [PATCH v3 7/7] PCI: hv: New paravirtual PCI front-end for Hyper-V VMs
[PATCH v4 0/4] PCI: designware: LTSSM #define cleanup
2015-10-27 23:34 UTC (6+ messages)
` [PATCH v4 1/4] PCI: designware: Use common LTSSM_STATE_MASK definition
[PATCH v8 00/61] PCI: Resource allocation cleanup for v4.4
2015-10-27 20:55 UTC (62+ messages)
` [PATCH v8 01/61] sparc/PCI: Add mem64 resource parsing for root bus
` [PATCH v8 02/61] PCI: Add pci_find_root_bus_resource()
` [PATCH v8 03/61] sparc/PCI: Use correct bus address to resource offset
` [PATCH v8 04/61] sparc/PCI: Reserve legacy mmio after PCI mmio
` [PATCH v8 05/61] sparc/PCI: Add IORESOURCE_MEM_64 for 64-bit resource in OF parsing
` [PATCH v8 06/61] sparc/PCI: Keep resource idx order with bridge register number
` [PATCH v8 07/61] PCI: Kill wrong quirk about M7101
` [PATCH v8 08/61] PCI: Ignore BAR for ALi M1533 PCI-ISA bridge
` [PATCH v8 09/61] powerpc/PCI: Keep resource idx order with bridge register number
` [PATCH v8 10/61] powerpc/PCI: Add IORESOURCE_MEM_64 for 64-bit resource in OF parsing
` [PATCH v8 11/61] OF/PCI: Add IORESOURCE_MEM_64 for 64-bit resource
` [PATCH v8 12/61] PCI: Check pref compatible bit for mem64 resource of PCIe device
` [PATCH v8 13/61] PCI: Only treat non-pref mmio64 as pref if all bridges have MEM_64
` [PATCH v8 14/61] PCI: Add has_mem64 for struct host_bridge
` [PATCH v8 15/61] PCI: Only treat non-pref mmio64 as pref if host bridge has mmio64
` [PATCH v8 16/61] PCI: Restore pref MMIO allocation logic for host bridge without mmio64
` [PATCH v8 17/61] PCI: Don't release fixed resource for realloc
` [PATCH v8 18/61] PCI: Claim fixed resource during remove/rescan path
` [PATCH v8 19/61] PCI: Set resource to FIXED for LSI devices
` [PATCH v8 20/61] PCI: Separate realloc list checking after allocation
` [PATCH v8 21/61] PCI: Treat optional as required in first try for bridge rescan
` [PATCH v8 22/61] PCI: Get new realloc size for bridge for last try
` [PATCH v8 23/61] PCI: Don't release sibling bridge resources during hotplug
` [PATCH v8 24/61] PCI: Cleanup res_to_dev_res() printout
` [PATCH v8 25/61] PCI: Reuse res_to_dev_res() in reassign_resources_sorted()
` [PATCH v8 26/61] PCI: Use correct align for optional only resources during sorting
` [PATCH v8 27/61] PCI: Optimize bus min_align/size calculation during sizing
` [PATCH v8 28/61] PCI: Optimize bus align/size calculation for optional "
` [PATCH v8 29/61] PCI: Don't add too much optional size for hotplug bridge MMIO
` [PATCH v8 30/61] PCI: Reorder resources list for required/optional resources
` [PATCH v8 31/61] PCI: Remove duplicated code for resource sorting
` [PATCH v8 32/61] PCI: Rename pdev_sort_resources() to pdev_assign_resources_prepare()
` [PATCH v8 33/61] PCI: Treat ROM resource as optional during realloc
` [PATCH v8 34/61] PCI: Add debug printout during releasing partial assigned resources
` [PATCH v8 35/61] PCI: Simplify res reference using in __assign_resources_sorted()
` [PATCH v8 36/61] PCI: Add __add_to_list()
` [PATCH v8 37/61] PCI: Cache window alignment value during bus sizing
` [PATCH v8 38/61] PCI: Check if resource is allocated before trying to assign one
` [PATCH v8 39/61] PCI: Separate out save_resources()/restore_resources()
` [PATCH v8 40/61] PCI: Move comment to pci_need_to_release()
` [PATCH v8 41/61] PCI: Separate required+optional assigning to another function
` [PATCH v8 42/61] PCI: Skip required+optional if there is no optional
` [PATCH v8 43/61] PCI: Move saved required resource list out of required+optional assigning
` [PATCH v8 44/61] PCI: Add alt_size ressource allocation support
` [PATCH v8 45/61] PCI: Add support for more than two alt_size entries under same bridge
` [PATCH v8 46/61] PCI: Fix size calculation with old_size on rescan path
` [PATCH v8 47/61] PCI: Don't add too much optional size for hotplug bridge io
` [PATCH v8 48/61] PCI: Move ISA io port align out of calculate_iosize()
` [PATCH v8 49/61] PCI: Don't add too much io port for hotplug bridge with old size
` [PATCH v8 50/61] PCI: Unify calculate_size() for io port and MMIO
` [PATCH v8 51/61] PCI: Allow bridge optional only io port resource required size to be 0
` [PATCH v8 52/61] PCI: Unify skip_ioresource_align()
` [PATCH v8 53/61] PCI: Kill macro checking for bus io port sizing
` [PATCH v8 54/61] resources: Split out __allocate_resource()
` [PATCH v8 55/61] resources: Make allocate_resource() return best fit resource
` [PATCH v8 56/61] PCI, x86: Allocate from high in available window for MMIO
` [PATCH v8 57/61] PCI: Add debug print out for min_align and alt_size
` [PATCH v8 58/61] PCI, x86: Add pci=assign_pref_bars to reallocate pref BARs
` [PATCH v8 59/61] PCI: Introduce resource_disabled()
` [PATCH v8 60/61] PCI: Don't set flags to 0 when assign resource fail
` [PATCH v8 61/61] PCI: Only try to assign io port only for root bus that support it
[RFC PATCHv3 0/4] Driver for new VMD device
2015-10-27 17:34 UTC (5+ messages)
` [RFC PATCHv3 1/4] pci: skip child bus with conflicting resources
` [RFC PATCHv3 2/4] x86-pci: allow pci domain specific dma ops
` [RFC PATCHv3 3/4] x86/pci: Initial commit for new VMD device driver
` [RFC PATCHv3 4/4] pciutils: Allow 32-bit domains
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).