messages from 2015-09-24 05:56:55 to 2015-10-02 01:52:34 UTC [more...]
[RFC][PATCH v2 0/2] PM / sleep: Make it possible to check if suspend/resume goes via firmware
2015-10-02 1:52 UTC (2+ messages)
` [RFC][PATCH v2 1/2] PM / sleep: Add flags to indicate platform firmware involvement
[GIT PULL] Power management and ACPI updates for v4.3-rc4
2015-10-02 1:11 UTC
[PATCH v4 0/4] MSI, of, irqchip/gicv3-its: Handle "msi-map" properties
2015-10-02 0:50 UTC (5+ messages)
` [PATCH v4 1/4] Docs: dt: Add PCI MSI map bindings
` [PATCH v4 2/4] of/irq: Add new function of_msi_map_rid()
` [PATCH v4 3/4] PCI/MSI: Add helper function pci_msi_domain_get_msi_rid()
` [PATCH v4 4/4] irqchip/gic-v3-its: Add handling of PCI requester id
[PATCH v2] PCI: Xilinx-NWL-PCIe: Added support for Xilinx NWL PCIe Host Controller
2015-10-02 0:44 UTC (3+ messages)
[RFC PATCHv2] x86/pci: Initial commit for new VMD device driver
2015-10-01 17:44 UTC
[PATCH] iommu/s390: add iommu api for s390 pci devices
2015-10-01 17:30 UTC (3+ messages)
[PATCH v3 0/4] MSI, of, irqchip/gicv3-its: Handle "msi-map" properties
2015-10-01 16:33 UTC (10+ messages)
` [PATCH v3 1/4] Docs: dt: Add PCI MSI map bindings
` [PATCH v3 2/4] of/irq: Add new function of_msi_map_rid()
` [PATCH v3 3/4] PCI/MSI: Add helper function pci_msi_domain_get_msi_rid()
` [PATCH v3 4/4] irqchip/gic-v3-its: Add handling of PCI requester id
pci_generic_config_write32() access size problem
2015-10-01 16:11 UTC (10+ messages)
[PATCH v6 00/53] PCI: Resource allocation cleanup for v4.4
2015-10-01 8:17 UTC (55+ messages)
` [PATCH v6 01/53] sparc/PCI: Add mem64 resource parsing for root bus
` [PATCH v6 02/53] sparc/PCI: Add IORESOURCE_MEM_64 for 64-bit resource in OF parsing
` [PATCH v6 03/53] powerpc/PCI: "
` [PATCH v6 04/53] OF/PCI: Add IORESOURCE_MEM_64 for 64-bit resource
` [PATCH v6 05/53] PCI: Don't release fixed resource for realloc
` [PATCH v6 06/53] PCI: Claim fixed resource during remove/rescan path
` [PATCH v6 07/53] PCI: Set resource to FIXED for LSI devices
` [PATCH v6 08/53] PCI: Separate realloc list checking after allocation
` [PATCH v6 09/53] PCI: Treat optional as required in first try for bridge rescan
` [PATCH v6 10/53] PCI: Get new realloc size for bridge for last try
` [PATCH v6 11/53] PCI: Don't release sibling bridge resources during hotplug
` [PATCH v6 12/53] PCI: Cleanup res_to_dev_res() printout
` [PATCH v6 13/53] PCI: Reuse res_to_dev_res() in reassign_resources_sorted()
` [PATCH v6 14/53] PCI: Use correct align for optional only resources during sorting
` [PATCH v6 15/53] PCI: Optimize bus min_align/size calculation during sizing
` [PATCH v6 16/53] PCI: Optimize bus align/size calculation for optional "
` [PATCH v6 17/53] PCI: Don't add too much optional size for hotplug bridge MMIO
` [PATCH v6 18/53] PCI: Reorder resources list for required/optional resources
` [PATCH v6 19/53] PCI: Remove duplicated code for resource sorting
` [PATCH v6 20/53] PCI: Rename pdev_sort_resources() to pdev_assign_resources_prepare()
` [PATCH v6 21/53] PCI: Treat ROM resource as optional during realloc
` [PATCH v6 22/53] PCI: Add debug printout during releasing partial assigned resources
` [PATCH v6 23/53] PCI: Simplify res reference using in __assign_resources_sorted()
` [PATCH v6 24/53] PCI: Add __add_to_list()
` [PATCH v6 25/53] PCI: Cache window alignment value during bus sizing
` [PATCH v6 26/53] PCI: Check if resource is allocated before trying to assign one
` [PATCH v6 27/53] PCI: Separate out save_resources()/restore_resources()
` [PATCH v6 28/53] PCI: Move comment to pci_need_to_release()
` [PATCH v6 29/53] PCI: Separate required+optional assigning to another function
` [PATCH v6 30/53] PCI: Skip required+optional if there is no optional
` [PATCH v6 31/53] PCI: Move saved required resource list out of required+optional assigning
` [PATCH v6 32/53] PCI: Add alt_size ressource allocation support
` [PATCH v6 33/53] PCI: Add support for more than two alt_size entries under same bridge
` [PATCH v6 34/53] PCI: Fix size calculation with old_size on rescan path
` [PATCH v6 35/53] PCI: Don't add too much optional size for hotplug bridge io
` [PATCH v6 36/53] PCI: Move ISA io port align out of calculate_iosize()
` [PATCH v6 37/53] PCI: Don't add too much io port for hotplug bridge with old size
` [PATCH v6 38/53] PCI: Unify calculate_size() for io port and MMIO
` [PATCH v6 39/53] PCI: Allow bridge optional only io port resource required size to be 0
` [PATCH v6 40/53] PCI: Unify skip_ioresource_align()
` [PATCH v6 41/53] PCI: Kill macro checking for bus io port sizing
` [PATCH v6 42/53] resources: Split out __allocate_resource()
` [PATCH v6 43/53] resources: Make allocate_resource() return best fit resource
` [PATCH v6 44/53] PCI, x86: Allocate from high in available window for MMIO
` [PATCH v6 45/53] PCI: Add debug print out for min_align and alt_size
` [PATCH v6 46/53] PCI: Check pref compatible bit for mem64 resource of PCIe device
` [PATCH v6 47/53] PCI: Only treat non-pref mmio64 as pref if all bridges have MEM_64
` [PATCH v6 48/53] PCI: Add has_mem64 for struct host_bridge
` [PATCH v6 49/53] PCI: Only treat non-pref mmio64 as pref if host bridge has mmio64
` [PATCH v6 50/53] PCI: Restore pref MMIO allocation logic for host bridge without mmio64
` [PATCH v6 51/53] PCI, x86: Add pci=assign_pref_bars to reallocate pref BARs
` [PATCH v6 52/53] PCI: Introduce resource_disabled()
` [PATCH v6 53/53] PCI: Don't set flags to 0 when assign resource fail
[PATCH v3 0/2] PCI: Add support for PCI Enhanced Allocation "BARs"
2015-09-30 23:01 UTC (9+ messages)
` [PATCH v3 1/2] PCI: Add Enhanced Allocation register entries
` [PATCH v3 2/2] PCI: Add support for Enhanced Allocation devices
AMD-Vi IO_PAGE_FAULTs and ata3.00: failed command: READ FPDMA QUEUED errors since Linux 4.0
2015-09-30 14:52 UTC (12+ messages)
` [dm-devel] "
Need information on Microblaze PCIe
2015-09-30 11:54 UTC
[PATCH v4 0/4] PCI: st: provide support for dw pcie
2015-09-30 9:18 UTC (7+ messages)
` [PATCH v4 2/4] PCI: st: Add Device Tree bindings for sti pcie
` [PATCH v4 3/4] PCI: st: Provide support for the sti PCIe controller
[PATCH repost 0/3] Support Netronome NFP6000 family quirks
2015-09-30 6:35 UTC (4+ messages)
` [PATCH repost 1/3] PCI: Support PCIe devices with short cfg_size
` [PATCH repost 2/3] PCI: Add Netronome vendor and device IDs
` [PATCH repost 3/3] PCI: Support Netronome NFP6000 family quirks
[PATCH] PM / sleep: Drop pm_request_idle() from pm_generic_complete()
2015-09-30 0:44 UTC
[RFC][PATCH] PCI / PM: Avoid resuming more devices during system suspend
2015-09-29 23:10 UTC (2+ messages)
` [PATCH v2] "
[PATCH v6 0/3] PCI: designware: change dw_pcie_cfg_write() and dw_pcie_cfg_read()
2015-09-29 16:37 UTC (5+ messages)
` [PATCH v6 1/3] PCIe: SPEAr13xx: fix dw_pcie_cfg_read/write() usage
` [PATCH v6 2/3] PCI: designware: change dw_pcie_cfg_write() and dw_pcie_cfg_read()
` [PATCH v6 3/3] PCI: designware: add sanity checks on the header offset in dw_pcie_cfg_read and dw_pcie_cfg_write
[RFC PATCH] PCI/pci-host-generic: Add support for Cavium Thunder fixed BARs
2015-09-29 16:03 UTC (3+ messages)
[PATCH v5 0/3] PCI: designware: change dw_pcie_cfg_write() and dw_pcie_cfg_read()
2015-09-29 15:54 UTC (6+ messages)
` [PATCH v5 1/3] PCIe: SPEAr13xx: fix dw_pcie_cfg_read/write() usage
` [PATCH v5 2/3] PCI: designware: change dw_pcie_cfg_write() and dw_pcie_cfg_read()
` [PATCH v5 3/3] PCI: designware: add sanity checks on the header offset in dw_pcie_cfg_read and dw_pcie_cfg_write
PCIe bus (re-)numbering
2015-09-29 15:36 UTC (9+ messages)
[PATCH v5 2/3] PCI: designware: change dw_pcie_cfg_write() and dw_pcie_cfg_read()
2015-09-29 14:22 UTC
[PATCH v4 0/3] PCI: designware: change dw_pcie_cfg_write() and dw_pcie_cfg_read()
2015-09-29 13:08 UTC (6+ messages)
` [PATCH v4 1/3] PCIE: spear13xx: fix addresses in dw_pcie_cfg_read and dw_pcie_cfg_write
` [PATCH v4 2/3] PCI: designware: change dw_pcie_cfg_write() and dw_pcie_cfg_read()
` [PATCH v4 3/3] PCI: designware: add sanity checks on the header offset in dw_pcie_cfg_read and dw_pcie_cfg_write
[PATCH 0/2] Add PCI support on nios2 architecture
2015-09-29 10:00 UTC (7+ messages)
` [PATCH 1/2] nios2: Add architectural support for PCIe
[PATCH v7 0/6] Altera PCIe host controller driver with MSI support
2015-09-28 19:38 UTC (6+ messages)
` [PATCH v7 5/6] Documentation: dt-bindings: pci: altera pcie device tree binding
[PATCH v2 ] PCI: Designware: make num-lanes an optional DT property
2015-09-28 16:03 UTC
[Bugfix 1/2] ACPI, PCI, irq: Do not share PCI IRQ with ISA IRQ
2015-09-28 13:57 UTC (5+ messages)
` [Bugfix 2/2] ACPI / PCI: Remove duplicated penalty on SCI IRQ
[RFC PATCH 0/2] DRA72/DRA74: Add 2 lane support
2015-09-28 12:57 UTC (3+ messages)
` [RFC PATCH 1/2] pci: host: pci-dra7xx: use "num-lanes" property to find phy count
` [RFC PATCH 2/2] pci: host: pci-dra7xx: Enable x2 mode support
[RFC] PCI: Unassigned Expansion ROM BARs
2015-09-27 20:19 UTC (12+ messages)
[PCI, x86] RIP: 0010:[<ffffffff81a2ef16>] [<ffffffff81a2ef16>] _raw_spin_unlock_irqrestore
2015-09-27 15:10 UTC (3+ messages)
PROBLEM: lsusb -v freezes kernel on Acer ES1-111M
2015-09-27 11:26 UTC (5+ messages)
[PATCH 4.2 099/134] PCI,parisc: Enable 64-bit bus addresses on PA-RISC
2015-09-26 20:55 UTC
[PATCH 4.1 076/159] PCI,parisc: Enable 64-bit bus addresses on PA-RISC
2015-09-26 20:55 UTC
[PATCH] PCI: create builtin_pci_driver to avoid registration boilerplate
2015-09-26 17:07 UTC (3+ messages)
[Bugfix 3/3] eata: Enhance eata driver to support PCI device hot-removal
2015-09-26 6:27 UTC (11+ messages)
` [RFT v3] eata: Convert eata driver as normal PCI and platform device drivers
[PATCH 1/1] PCI/MSI: X-Gene: Remove msi_controller assignment in X-Gene PCIe driver
2015-09-25 23:34 UTC (2+ messages)
[PATCH 0/8] Broadcom iProc PCIe fixes and outbound mapping support
2015-09-25 23:21 UTC (2+ messages)
[PATCH 05/11] x86, pci, acpi: Move arch-agnostic MMCONFIG (aka ECAM) and ACPI code out of arch/x86/ directory
2015-09-25 16:19 UTC (14+ messages)
[GIT PULL] PCI fixes for v4.3
2015-09-25 13:29 UTC
[PATCH 0/6] mvebu PCI fixes and cleanups
2015-09-25 12:51 UTC (9+ messages)
` [PATCH 2/6] pci: mvebu: generate proper configuration access cycles
[PATCH] pci-rcar-gen2: add R8A7794 support
2015-09-25 1:21 UTC (3+ messages)
[PATCH v3] PCI: Add pci_enable_atomic_request
2015-09-24 15:59 UTC
[PATCH v2 1/2] PCI: imx6: Return the real error code
2015-09-24 22:15 UTC (2+ messages)
[PATCH 00/22] DMA-API/PCI map_peer_resource support for peer-to-peer
2015-09-24 21:49 UTC (6+ messages)
` [PATCH 09/22] PCI: Add pci_peer_traffic_supported()
` [PATCH 10/22] PCI: Add pci_resource_to_peer()
[PATCH] PCI: disable MSI on SiS 761
2015-09-24 20:40 UTC (4+ messages)
[PATCH] PCI: Xilinx-NWL-PCIe: Added support for Xilinx NWL PCIe Host Controller
2015-09-24 19:58 UTC (3+ messages)
[PATCH] PCI: Relax function 0 VPD test and relocate
2015-09-24 19:50 UTC (2+ messages)
[PATCH] PCI: Fix devfn for VPD access through function 0
2015-09-24 19:03 UTC (4+ messages)
[PATCH] PCI/MSI: Fix MSI IRQ domains for SR-IOV
2015-09-24 16:59 UTC (2+ messages)
[PATCH v2 0/2] PCI: Add support for PCI Enhanced Allocation "BARs"
2015-09-24 16:39 UTC (3+ 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).