messages from 2021-09-13 17:28:08 to 2021-09-16 23:41:36 UTC [more...]
[PATCH v3 00/20] Userspace P2PDMA with O_DIRECT NVMe devices
2021-09-16 23:41 UTC (17+ messages)
` [PATCH v3 01/20] lib/scatterlist: add flag for indicating P2PDMA segments in an SGL
` [PATCH v3 02/20] PCI/P2PDMA: attempt to set map_type if it has not been set
` [PATCH v3 03/20] PCI/P2PDMA: make pci_p2pdma_map_type() non-static
` [PATCH v3 04/20] PCI/P2PDMA: introduce helpers for dma_map_sg implementations
` [PATCH v3 05/20] dma-mapping: allow EREMOTEIO return code for P2PDMA transfers
` [PATCH v3 06/20] dma-direct: support PCI P2PDMA pages in dma-direct map_sg
` [PATCH v3 07/20] dma-mapping: add flags to dma_map_ops to indicate PCI P2PDMA support
` [PATCH v3 09/20] nvme-pci: check DMA ops when indicating support for PCI P2PDMA
` [PATCH v3 12/20] RDMA/rw: use dma_map_sgtable()
` [PATCH v3 13/20] PCI/P2PDMA: remove pci_p2pdma_[un]map_sg()
` [PATCH v3 15/20] iov_iter: introduce iov_iter_get_pages_[alloc_]flags()
` [PATCH v3 16/20] block: set FOLL_PCI_P2PDMA in __bio_iov_iter_get_pages()
` [PATCH v3 17/20] block: set FOLL_PCI_P2PDMA in bio_map_user_iov()
` [PATCH v3 18/20] mm: use custom page_free for P2PDMA pages
` [PATCH v3 19/20] PCI/P2PDMA: introduce pci_mmap_p2pmem()
` [PATCH v3 20/20] nvme-pci: allow mmaping the CMB in userspace
[PATCH v3] PCI: vmd: Assign a number to each VMD controller
2021-09-16 22:57 UTC (2+ messages)
[PATCH v2] PCI: endpoint: Use sysfs_emit() in "show" functions
2021-09-16 22:43 UTC (3+ messages)
[RFC] [PATCH net-next v5 0/3] r8169: Implement dynamic ASPM mechanism for recent 1.0/2.5Gbps Realtek NICs
2021-09-16 17:12 UTC (6+ messages)
` [RFC] [PATCH net-next v5 1/3] PCI/ASPM: Introduce a new helper to report ASPM capability
` [RFC] [PATCH net-next v5 2/3] r8169: Use PCIe ASPM status for NIC ASPM enablement
` [RFC] [PATCH net-next v5 3/3] r8169: Implement dynamic ASPM mechanism
[PATCH] vgaarb: Use ACPI HID name to find integrated GPU
2021-09-16 16:37 UTC
[PATCH] x86/intel: Disable HPET on another Intel Coffee Lake platform
2021-09-16 16:35 UTC (4+ messages)
[helgaas-pci:pci/enumeration] BUILD SUCCESS cc4ec62460423eeddb9c41d5abc63cc4f0229845
2021-09-16 16:54 UTC
[PATCH] PCI: aardvark: Implement re-issuing config requests on CRS response
2021-09-16 14:32 UTC (6+ messages)
[helgaas-pci:pci/pm] BUILD SUCCESS c28c9d9cf3d11160e73e56b354c982cbc8294efa
2021-09-16 14:03 UTC
[helgaas-pci:pci/virtualization] BUILD SUCCESS aae89a54f6d2fbe350b3641582ef411a8af71f12
2021-09-16 14:03 UTC
[PATCH v2 0/2] PCI: uniphier: Fix INTx masking/unmasking
2021-09-16 11:30 UTC (2+ messages)
[PATCH v2 0/2] PCI: endpoint: Fix core_init_notifier feature
2021-09-16 11:30 UTC (2+ messages)
[PATCH v2 0/4] s390/pci: automatic error recovery
2021-09-16 9:33 UTC (5+ messages)
` [PATCH v2 1/4] s390/pci: refresh function handle in iomap
` [PATCH v2 2/4] s390/pci: implement reset_slot for hotplug slot
` [PATCH v2 3/4] PCI: Export pci_dev_lock()
` [PATCH v2 4/4] s390/pci: implement minimal PCI error recovery
[RFC PATCH 0/3] PCI/ASPM: Remove unncessary linked list in aspm.c
2021-09-16 8:52 UTC (5+ messages)
` [RFC PATCH 1/4] PCI/ASPM: Remove struct pcie_link_state.parent
` [RFC PATCH 2/4] PCI/ASPM: Remove struct pcie_link_state.root
` [RFC PATCH 3/4] PCI/ASPM: Remove struct pcie_link_state.downstream
` [RFC PATCH 4/4] PCI/ASPM: Remove unncessary linked list defined within aspm.c
[RFC PATCH 0/3 v2] PCI/ASPM: Remove struct aspm_latency
2021-09-16 8:49 UTC (4+ messages)
` [RFC PATCH 1/3 v1] PCI/ASPM: Remove cached latencies in struct pcie_link_state
` [RFC PATCH 2/3 v2] PCI/ASPM: Remove struct pcie_link_state.acceptable
` [RFC PATCH 3/3 v1] PCI/ASPM: Remove struct aspm_latency
[PATCH V6 00/12] PCI/VGA: Rework default VGA device selection
2021-09-16 8:29 UTC (13+ messages)
` [PATCH V6 01/12] PCI/VGA: Prefer vga_default_device()
` [PATCH V6 02/12] PCI/VGA: Move vga_arb_integrated_gpu() earlier in file
` [PATCH V6 03/12] PCI/VGA: Split out vga_arb_update_default_device()
` [PATCH V6 04/12] PCI/VGA: Prefer VGA device with legacy I/O enabled
` [PATCH V6 05/12] PCI/VGA: Prefer VGA device belongs to integrated GPU
` [PATCH V6 06/12] PCI/VGA: Prefer VGA device owns the firmware framebuffer
` [PATCH V6 07/12] PCI/VGA: Remove vga_arb_select_default_device()
` [PATCH V6 08/12] PCI/VGA: Remove empty vga_arb_device_card_gone()
` [PATCH V6 09/12] PCI/VGA: Log bridge control messages when adding devices
` [PATCH V6 10/12] PCI/VGA: Use unsigned format string to print lock counts
` [PATCH V6 11/12] PCI/VGA: Replace full MIT license text with SPDX identifier
` [PATCH V6 12/12] PCI/VGA: Move vgaarb to drivers/pci
[PATCH V5 00/11] PCI/VGA: Rework default VGA device selection
2021-09-16 8:28 UTC (3+ messages)
[PATCH v4] lockdown,selinux: fix wrong subject in some SELinux lockdown checks
2021-09-16 6:57 UTC (4+ messages)
[PROBLEM] Frequently get "irq 31: nobody cared" when passing through 2x GPUs that share same pci switch via vfio
2021-09-16 5:13 UTC (4+ messages)
[PATCH 1/2] PCI: hv: Make the code arch neutral
2021-09-16 1:48 UTC (2+ messages)
[helgaas-pci:pci/p2pdma] BUILD SUCCESS 37900ec2a67c7561abaec8b3f88099db0f4e0bde
2021-09-16 1:12 UTC
[PATCH 0/6] x86: PIRQ/ELCR-related fixes and updates
2021-09-16 0:25 UTC (6+ messages)
Linux 5.15-rc1
2021-09-15 23:46 UTC (34+ messages)
` Linux 5.15-rc1 - 82599ES VPD access isue
` [Intel-wired-lan] "
[PATCH v3 1/3] PCI/sysfs: Check CAP_SYS_ADMIN before parsing user input
2021-09-15 23:01 UTC (3+ messages)
` [PATCH v3 2/3] PCI/sysfs: Return -EINVAL consistently from "store" functions
` [PATCH v3 3/3] PCI: Don't use the strtobool() wrapper for kstrtobool()
[PATCH] PCI: Create device links for AMD integrated USB xHCI and UCSI controllers
2021-09-15 21:45 UTC (4+ messages)
[RFC] [PATCH net-next v4 0/2] r8169: Implement dynamic ASPM mechanism for recent 1.0/2.5Gbps Realtek NICs
2021-09-15 15:54 UTC (4+ messages)
` [RFC] [PATCH net-next v4] [PATCH 2/2] r8169: Implement dynamic ASPM mechanism
[PATCH v10 0/2] drivers/perf: hisi: Add support for PCIe PMU
2021-09-15 7:45 UTC (3+ messages)
` [PATCH v10 1/2] docs: perf: Add description for HiSilicon PCIe PMU driver
` [PATCH v10 2/2] drivers/perf: hisi: Add driver for HiSilicon PCIe PMU
[PATCH v2 0/3] MIPS: ralink: properly handle pci IO resources
2021-09-15 10:52 UTC (3+ messages)
` [PATCH v2 2/3] PCI: fix 'pci_remap_iospace' for architectures with PCI_IOBASE not defined
[PATCH] pci: Rename pcibios_add_device to match
2021-09-15 10:13 UTC (3+ messages)
[PATCH 1/5] thermal: tegra-bpmp: Handle errors in BPMP response
2021-09-15 8:55 UTC (5+ messages)
` [PATCH 2/5] reset: "
` [PATCH 3/5] memory: tegra186-emc: "
` [PATCH 4/5] cpufreq: tegra186/tegra194: "
` [PATCH 5/5] PCI: tegra194: "
[PATCH] PCI: Remove redundant initialization of variable rc
2021-09-15 1:23 UTC (2+ messages)
[PATCH 2/4] PCI/sysfs: Check CAP_SYS_ADMIN before parsing user input
2021-09-15 1:15 UTC (3+ messages)
[PATCH v2 1/4] PCI/sysfs: Move to kstrtobool() to handle user input
2021-09-15 1:12 UTC (3+ messages)
[PATCH v2] PCI: vmd: assign a number to each VMD controller
2021-09-15 0:58 UTC
[PATCH] PCI: xgene: Adjust struct name to convention
2021-09-15 0:44 UTC
[PATCH 1/1] powerpc: Drop superfluous pci_dev_is_added() calls
2021-09-15 0:23 UTC (3+ messages)
[PATCH v3] PCI: Add ACS errata for Pericom PI7C9X2G switches
2021-09-14 21:18 UTC (2+ messages)
QCA6174 pcie wifi: Add pci quirks
2021-09-14 21:11 UTC (2+ messages)
[PATCH] PCI: Do not enable pci atomics on VFs
2021-09-14 20:16 UTC (2+ messages)
[PATCH] MAINTAINERS: Add Nirmal Patel as VMD maintainer
2021-09-14 19:26 UTC (2+ messages)
[RESEND PATCH] PCI: vmd: assign a number to each vmd controller
2021-09-14 19:14 UTC (2+ messages)
[PATCH v3 00/10] PCI: Add support for Apple M1
2021-09-14 19:09 UTC (22+ messages)
` [PATCH v3 01/10] irqdomain: Make of_phandle_args_to_fwspec generally available
` [PATCH v3 02/10] of/irq: Allow matching of an interrupt-map local to an interrupt controller
` [PATCH v3 03/10] PCI: of: Allow matching of an interrupt-map local to a pci device
` [PATCH v3 04/10] PCI: apple: Add initial hardware bring-up
` [PATCH v3 05/10] PCI: apple: Set up reference clocks when probing
` [PATCH v3 06/10] PCI: apple: Add INTx and per-port interrupt support
` [PATCH v3 07/10] arm64: apple: t8103: Add root port interrupt routing
` [PATCH v3 08/10] PCI: apple: Implement MSI support
` [PATCH v3 09/10] iommu/dart: Exclude MSI doorbell from PCIe device IOVA range
` [PATCH v3 10/10] PCI: apple: Configure RID to SID mapper on device addition
[PATCH v7 0/3] Add Qualcomm PCIe Endpoint driver support
2021-09-14 19:05 UTC (5+ messages)
` [PATCH v7 2/3] PCI: qcom-ep: Add Qualcomm PCIe Endpoint controller driver
[PATCH v4 3/3] PCI: Add CRS handling to pci_dev_wait()
2021-09-14 17:53 UTC (3+ messages)
[PATCH v2] PCI/ACPI: Don't reset a fwnode set by OF
2021-09-14 15:01 UTC (3+ messages)
[PATCH v3] PCI: pciehp: Add quirk to handle spurious DLLSC on a x4x4 SSD
2021-09-14 14:46 UTC (4+ messages)
[PATCH v3 0/4] PCI/ACPI: Simplify PCIe _OSC feature negotiation
2021-09-14 13:52 UTC (5+ messages)
[PATCH] PCI: Create device links for AMD integrated USB xHCI and UCSI controllers
2021-09-14 13:48 UTC (4+ messages)
[PATCH v2 0/2] mwifiex: Work around firmware bugs on 88W8897 chip
2021-09-14 11:48 UTC (3+ messages)
` [PATCH v2 1/2] mwifiex: Use non-posted PCI write when setting TX ring write pointer
` [PATCH v2 2/2] mwifiex: Try waking the firmware until we get an interrupt
[PATCH 1/4] PCI/sysfs: Add pci_dev_resource_attr_is_visible() helper
2021-09-14 5:06 UTC (3+ messages)
[PATCH v4 0/4] Apple M1 PCIe DT bindings
2021-09-13 20:55 UTC (9+ messages)
` [PATCH v4 3/4] dt-bindings: pci: Add DT bindings for apple,pcie
` [PATCH v4 4/4] arm64: apple: Add PCIe node
[PATCH] PCI/ACPI: Don't reset a fwnode set by OF
2021-09-13 20:06 UTC (3+ messages)
[PATCH 2/2] PCI: hv: Support for Hyper-V vPCI for ARM64
2021-09-13 19:16 UTC (3+ messages)
` [EXTERNAL] "
[PATCH 07/13] cxl/memdev: Determine CXL.mem capability
2021-09-13 19:01 UTC
[PATCH 0/2] PCI: hv: Hyper-V vPCI for ARM64
2021-09-13 17:35 UTC
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