messages from 2021-09-28 18:47:27 to 2021-09-30 14:26:07 UTC [more...]
[PATCH 1/1] driver core: use NUMA_NO_NODE during device_initialize
2021-09-30 14:25 UTC
[PATCH v2 0/6] Add device filter support
2021-09-30 13:52 UTC (18+ messages)
` [PATCH v2 1/6] driver core: Move the "authorized" attribute from USB/Thunderbolt to core
` [PATCH v2 2/6] driver core: Add common support to skip probe for un-authorized devices
` [PATCH v2 3/6] driver core: Allow arch to initialize the authorized attribute
` [PATCH v2 4/6] virtio: Initialize authorized attribute for confidential guest
` [PATCH v2 5/6] x86/tdx: Add device filter support for x86 TDX guest platform
` [PATCH v2 6/6] PCI: Initialize authorized attribute for confidential guest
[PATCH v5 00/11] PCI: Drop duplicated tracking of a pci_dev's bound driver
2021-09-30 13:48 UTC (20+ messages)
` [PATCH v5 01/11] PCI: Simplify pci_device_remove()
` [PATCH v5 02/11] PCI: Drop useless check from pci_device_probe()
` [PATCH v5 03/11] xen/pci: Drop some checks that are always true
` [PATCH v5 04/11] bcma: simplify reference to the driver's name
` [PATCH v5 05/11] powerpc/eeh: Don't use driver member of struct pci_dev and further cleanups
` [PATCH v5 06/11] ssb: Simplify determination of driver name
` [PATCH v5 07/11] PCI: Replace pci_dev::driver usage that gets the "
` [PATCH v5 08/11] scsi: message: fusion: Remove unused parameter of mpt_pci driver's probe()
` [PATCH v5 09/11] crypto: qat - simplify adf_enable_aer()
` [PATCH v5 10/11] PCI: Replace pci_dev::driver usage by pci_dev::dev.driver
` [PATCH v5 11/11] PCI: Drop duplicated tracking of a pci_dev's bound driver
[RFC PATCH 1/1] PCI: imx6: Fix device probe without link
2021-09-30 12:51 UTC
[PATCH mlx5-next 0/7] Add mlx5 live migration driver
2021-09-30 12:41 UTC (28+ messages)
` [PATCH mlx5-next 2/7] vfio: Add an API to check migration state transition validity
` [PATCH mlx5-next 6/7] mlx5_vfio_pci: Expose migration commands over mlx5 device
[PATCH v2 0/2] device property: Remove device_add_properties()
2021-09-30 12:12 UTC (3+ messages)
` [PATCH v2 1/2] PCI: Convert to device_create_managed_software_node()
` [PATCH v2 2/2] device property: Remove device_add_properties() API
[PATCH v2] x86/intel: Disable HPET on another Intel Coffee Lake platform
2021-09-30 11:38 UTC (6+ messages)
` [PATCH RFT] x86/hpet: Use another crystalball to evaluate HPET usability
[PATCH 0/2] device property: Remove device_add_properties()
2021-09-30 11:26 UTC (10+ messages)
` [PATCH 1/2] PCI: Use software node API with additional device properties
` [PATCH 2/2] device property: Remove device_add_properties() API
[PATCH v2] PCI: endpoint: Use sysfs_emit() in "show" functions
2021-09-30 11:05 UTC (2+ messages)
[PATCH] PCI: xgene: Use PCI_VENDOR_ID_AMCC macro
2021-09-30 9:45 UTC (2+ messages)
[PATCH v5 00/14] PCI: Add support for Apple M1
2021-09-30 9:20 UTC (18+ messages)
` [PATCH v5 01/14] irqdomain: Make of_phandle_args_to_fwspec generally available
` [PATCH v5 02/14] of/irq: Allow matching of an interrupt-map local to an interrupt controller
` [PATCH v5 03/14] PCI: of: Allow matching of an interrupt-map local to a PCI device
` [PATCH v5 04/14] PCI: apple: Add initial hardware bring-up
` [PATCH v5 05/14] PCI: apple: Set up reference clocks when probing
` [PATCH v5 06/14] PCI: apple: Add INTx and per-port interrupt support
` [PATCH v5 07/14] PCI: apple: Implement MSI support
` [PATCH v5 08/14] iommu/dart: Exclude MSI doorbell from PCIe device IOVA range
` [PATCH v5 09/14] PCI: apple: Configure RID to SID mapper on device addition
` [PATCH v5 10/14] arm64: apple: Add pinctrl nodes
` [PATCH v5 11/14] arm64: apple: Add PCIe node
` [PATCH v5 12/14] arm64: dts: apple: t8103: Add PCIe DARTs
` [PATCH v5 13/14] arm64: dts: apple: t8103: Add root port interrupt routing
` [PATCH v5 14/14] arm64: dts: apple: j274: Expose PCI node for the Ethernet MAC address
[PATCH v2 0/4] PCI: dwc: pci-dra7xx: miscellaneous improvements
2021-09-30 8:53 UTC (2+ messages)
[PATCH] PCI: rcar: Add missing COMMON_CLK dependency
2021-09-30 8:01 UTC (10+ messages)
[v4] PCI: Avoid unsync of LTR mechanism configuration
2021-09-30 7:02 UTC (3+ messages)
[PATCH v3 00/20] Userspace P2PDMA with O_DIRECT NVMe devices
2021-09-30 5:06 UTC (53+ messages)
` [PATCH v3 01/20] lib/scatterlist: add flag for indicating P2PDMA segments in an SGL
` [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 4/20] "
` [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 08/20] iommu/dma: support PCI P2PDMA pages in dma-iommu map_sg
` [PATCH v3 09/20] nvme-pci: check DMA ops when indicating support for PCI P2PDMA
` [PATCH v3 11/20] RDMA/core: introduce ib_dma_pci_p2p_dma_supported()
` [PATCH v3 12/20] RDMA/rw: use dma_map_sgtable()
` [PATCH v3 13/20] PCI/P2PDMA: remove pci_p2pdma_[un]map_sg()
` [PATCH v3 14/20] mm: introduce FOLL_PCI_P2PDMA to gate getting PCI P2PDMA pages
` [PATCH v3 19/20] PCI/P2PDMA: introduce pci_mmap_p2pmem()
[PATCH V2 pci 0/2] Update Mun Yew Tham as Pci Driver maintainer
2021-09-29 21:37 UTC (2+ messages)
[PATCH v2] PCI: Reinstate "PCI: Coalesce host bridge contiguous apertures"
2021-09-29 21:25 UTC (2+ messages)
Ice Lake PCIe Read TLPs with random RequesterIDs (RIDs)
2021-09-29 20:40 UTC
[PATCH 0/4] pciehp error recovery fix + cleanups
2021-09-29 20:40 UTC (3+ messages)
` [PATCH 1/4] PCI: pciehp: Ignore Link Down/Up caused by error-induced Hot Reset
[PATCH] Avoid FLR for AMD Starship/Matisse Cryptographic Coprocessor
2021-09-29 20:07 UTC (10+ messages)
[PATCH v2 0/7] PCI: ACPI: Get rid of struct pci_platform_pm_ops and clean up code
2021-09-29 19:13 UTC (12+ messages)
` [PATCH v2 2/7] PCI: ACPI: PM: Do not use pci_platform_pm_ops for ACPI
` [PATCH v3 0/3] PCI: PM: Simplify and unify some helper functions
` [PATCH v3 1/3] PCI: PM: Rearrange pci_target_state()
` [PATCH v3 2/3] PCI: PM: Make pci_choose_state() call pci_target_state()
` [PATCH v3 3/3] PCI: PM: Do not call platform_pci_power_manageable() unnecessarily
[PATCH v9 4/4] PCI: qcom: Switch pcie_1_pipe_clk_src after PHY init in SC7280
2021-09-29 15:51 UTC (2+ messages)
About the "__refdata" tag in pci-keystone.c
2021-09-29 13:23 UTC (3+ messages)
[PATCH v4 0/8] PCI: Drop duplicated tracking of a pci_dev's bound driver
2021-09-29 9:04 UTC (9+ messages)
` [PATCH v4 4/8] PCI: replace pci_dev::driver usage that gets the driver name
[PATCH v3 0/4] PCI/ACPI: Simplify PCIe _OSC feature negotiation
2021-09-29 8:09 UTC (3+ messages)
[PATCH] PCI/sysfs: add write attribute for boot_vga
2021-09-29 1:45 UTC (3+ messages)
[PATCH v2 0/9] cxl_pci refactor for reusability
2021-09-29 1:36 UTC (4+ messages)
` [PATCH v2 9/9] iommu/vt-d: Use pci core's DVSEC functionality
[RFC PATCH v1 0/4] Remove struct pcie_link_state.clkpm_*
2021-09-29 0:44 UTC (5+ messages)
` [RFC PATCH v1 1/4] [PCI/ASPM:] Remove struct pcie_link_state.clkpm_default
` [RFC PATCH v1 2/4] PCI/ASPM: Remove struct pcie_link_state.clkpm_capable
` [RFC PATCH v1 3/4] PCI/ASPM: Remove struct pcie_link_state.clkpm_enabled
` [RFC PATCH v1 4/4] PCI/ASPM: Remove struct pcie_link_state.clkpm_disable
[RFC PATCH v2 0/4] Remove unncessary linked list from aspm.c
2021-09-29 0:43 UTC (5+ messages)
` [RFC PATCH v2 1/4] PCI/ASPM: Remove struct pcie_link_state.parent
` [RFC PATCH v2 2/4] PCI/ASPM: Remove struct pcie_link_state.root
` [RFC PATCH v2 3/4] PCI/ASPM: Remove struct pcie_link_state.downstream
` [RFC PATCH v2 4/4] PCI/ASPM: Remove unncessary linked list from aspm.c
[RFC PATCH v3 0/3] PCI/ASPM: Remove struct aspm_latency
2021-09-29 0:41 UTC (4+ messages)
` [RFC PATCH v3 1/3] PCI/ASPM: Do not cache link latencies
` [RFC PATCH v3 2/3] PCI/ASPM: Remove struct pcie_link_state.acceptable
` [RFC v3 PATCH 3/3] PCI/ASPM: Remove struct aspm_latency
[PATCH v3 1/3] PCI/sysfs: Check CAP_SYS_ADMIN before parsing user input
2021-09-28 23:11 UTC (2+ messages)
[PATCH v2 4/4] s390/pci: implement minimal PCI error recovery
2021-09-28 18:50 UTC (2+ messages)
[PATCH] drivers/pci/setup-irq.c: Fix up comments
2021-09-28 18:47 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