Linux PCI subsystem development
 help / color / mirror / Atom feed
 messages from 2023-12-04 21:28:09 to 2023-12-07 22:38:29 UTC [more...]

Locking between vfio hot-remove and pci sysfs sriov_numvfs
 2023-12-07 22:38 UTC 

[PATCH v4 1/1] PCI: switchtec: Fix stdev_release() crash after surprise hot remove
 2023-12-07 21:08 UTC  (2+ messages)

[PATCH v2 1/6] PCI/ASPM: Add locked helper for enabling link state
 2023-12-07 20:47 UTC  (2+ messages)

[PATCH v2 0/9] PCI: imx6: Clean up and add imx95 pci support
 2023-12-07 19:34 UTC  (10+ messages)
` [PATCH v2 1/9] PCI: imx6: Simplify clock handling by using HAS_CLK_* bitmask
` [PATCH v2 2/9] PCI: imx6: Simplify phy handling by using by using IMX6_PCIE_FLAG_HAS_PHY
` [PATCH v2 3/9] PCI: imx6: Simplify reset handling by using by using *_FLAG_HAS_*_RESET
` [PATCH v2 4/9] PCI: imx6: Using "linux,pci-domain" as slot ID
` [PATCH v2 5/9] PCI: imx6: Simplify ltssm_enable() by using ltssm_off and ltssm_mask
` [PATCH v2 6/9] PCI: imx6: Simplify configure_type() by using mode_off and mode_mask
` [PATCH v2 7/9] PCI: imx6: Simplify switch-case logic by involve init_phy callback
` [PATCH v2 8/9] dt-bindings: imx6q-pcie: Add imx95 pcie compatible string
` [PATCH v2 9/9] PCI: imx6: Add iMX95 PCIe support

[PATCH 0/9] PCI: imx6: Clean up and add imx95 pci support
 2023-12-07 17:10 UTC  (19+ messages)
` [PATCH 1/9] PCI: imx6: Simplify clock handling by using HAS_CLK_* bitmask
` [PATCH 2/9] PCI: imx6: Simplify phy handling by using by using IMX6_PCIE_FLAG_HAS_PHY
` [PATCH 3/9] PCI: imx6: Simplify reset handling by using by using *_FLAG_HAS_*_RESET
` [PATCH 4/9] PCI: imx6: Using "linux,pci-domain" as slot ID
` [PATCH 5/9] PCI: imx6: Simplify ltssm_enable() by using ltssm_off and ltssm_mask
` [PATCH 6/9] PCI: imx6: Simplify configure_type() by using mode_off and mode_mask
` [PATCH 7/9] PCI: imx6: Simplify switch-case logic by involve init_phy callback
` [PATCH 8/9] dt-bindings: imx6q-pcie: Add imx95 pcie compatible string
` [PATCH 9/9] PCI: imx6: Add iMX95 PCIe support

[PATCH] pci: rcar-gen4: Replace of_device.h with explicit of.h include
 2023-12-07 16:52 UTC 

[DO NOT MERGE v5 00/37] Device Tree support for SH7751 based board
 2023-12-07 16:36 UTC  (60+ messages)
` [DO NOT MERGE v5 01/37] sh: passing FDT address to kernel startup
` [DO NOT MERGE v5 02/37] sh: Kconfig unified OF supported targets
` [DO NOT MERGE v5 03/37] sh: Enable OF support for build and configuration
` [DO NOT MERGE v5 04/37] dt-bindings: interrupt-controller: Add header for Renesas SH3/4 INTC
` [DO NOT MERGE v5 05/37] sh: GENERIC_IRQ_CHIP support for CONFIG_OF=y
` [DO NOT MERGE v5 06/37] sh: kernel/setup Update DT support
` [DO NOT MERGE v5 07/37] sh: Fix COMMON_CLK support in CONFIG_OF=y
` [DO NOT MERGE v5 08/37] clocksource: sh_tmu: CLOCKSOURCE support
` [DO NOT MERGE v5 09/37] dt-bindings: timer: renesas,tmu: add renesas,tmu-sh7750
` [DO NOT MERGE v5 10/37] sh: Common PCI Framework driver support
` [DO NOT MERGE v5 11/37] pci: pci-sh7751: Add SH7751 PCI driver
` [DO NOT MERGE v5 12/37] dt-bindings: pci: pci-sh7751: Add SH7751 PCI
` [DO NOT MERGE v5 13/37] dt-bindings: clock: sh7750-cpg: Add renesas,sh7750-cpg header
` [DO NOT MERGE v5 14/37] clk: Compatible with narrow registers
` [DO NOT MERGE v5 15/37] clk: renesas: Add SH7750/7751 CPG Driver
` [DO NOT MERGE v5 16/37] irqchip: Add SH7751 INTC driver
` [DO NOT MERGE v5 17/37] dt-bindings: interrupt-controller: renesas,sh7751-intc: Add json-schema
` [DO NOT MERGE v5 18/37] irqchip: SH7751 IRL external encoder with enable gate
` [DO NOT MERGE v5 19/37] dt-bindings: interrupt-controller: renesas,sh7751-irl-ext: Add json-schema
` [DO NOT MERGE v5 20/37] serial: sh-sci: fix SH4 OF support
` [DO NOT MERGE v5 21/37] dt-bindings: serial: renesas,scif: Add scif-sh7751
` [DO NOT MERGE v5 22/37] dt-bindings: display: smi,sm501: SMI SM501 binding json-schema
` [DO NOT MERGE v5 23/37] mfd: sm501: Convert platform_data to OF property
` [DO NOT MERGE v5 24/37] dt-binding: sh: cpus: Add SH CPUs json-schema
` [DO NOT MERGE v5 25/37] dt-bindings: vendor-prefixes: Add iodata
` [DO NOT MERGE v5 26/37] dt-bindings: vendor-prefixes: Add smi
` [DO NOT MERGE v5 27/37] dt-bindings: ata: ata-generic: Add new targets
` [DO NOT MERGE v5 28/37] dt-bindings: soc: renesas: sh: Add SH7751 based target
` [DO NOT MERGE v5 29/37] sh: SH7751R SoC Internal peripheral definition dtsi
` [DO NOT MERGE v5 30/37] sh: add RTS7751R2D Plus DTS
` [DO NOT MERGE v5 31/37] sh: Add IO DATA LANDISK dts
` [DO NOT MERGE v5 32/37] sh: Add IO DATA USL-5P dts
` [DO NOT MERGE v5 33/37] sh: j2_mimas_v2.dts update
` [DO NOT MERGE v5 34/37] sh: Add dtbs target support
` [DO NOT MERGE v5 35/37] sh: RTS7751R2D Plus OF defconfig
` [DO NOT MERGE v5 36/37] sh: LANDISK "
` [DO NOT MERGE v5 37/37] sh: j2_defconfig: update

[PATCH 0/3] arch/x86: Remove unnecessary dependencies on bootparam.h
 2023-12-07 15:38 UTC  (7+ messages)
` [PATCH 1/3] arch/x86: Move struct pci_setup_rom into pci_setup.h
` [PATCH 2/3] arch/x86: Add <asm/ima-efi.h> for arch_ima_efi_boot_mode
` [PATCH 3/3] arch/x86: Do not include <asm/bootparam.h> in several header files

SCSI hotplug issues with UEFI VM with guest kernel >= 6.5
 2023-12-07 14:55 UTC  (3+ messages)

[PATCH v2] HID: intel-ish-hid: ipc: Rework EHL OOB wakeup
 2023-12-07 13:53 UTC  (6+ messages)

[PATCH v2 0/6] PCI: Fix deadlocks when enabling ASPM
 2023-12-07 13:25 UTC  (2+ messages)

[PATCH] dt-bindings: PCI: dwc: rockchip: document optional pcie reference clock input
 2023-12-07  9:37 UTC  (2+ messages)

[RFC,v14 0/5] Add DT based PCIe wake support in PCI core driver
 2023-12-07  9:31 UTC  (9+ messages)
` [RFC,v14 4/5] arm64: tegra: Add PCIe port node with PCIe WAKE# for C1 controller

[PATCH v2 00/35] bitops: add atomic find_bit() operations
 2023-12-07  9:10 UTC  (4+ messages)

[PATCH 0/2] PCI: mediatek: Allocate MSI address with dmam_alloc_coherent
 2023-12-07  8:18 UTC  (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] PCI: mediatek-gen3: "

[PATCH 1/3] PCI: Call PCI ACPI _DSM with consistent revision argument
 2023-12-07  2:02 UTC  (4+ messages)

[PATCH 3/3] PCI/ACPI: Add pci_acpi_program_hest_aer_params()
 2023-12-06 23:08 UTC  (2+ messages)

[PATCH 0/3] PCI/AER: Clean up logging
 2023-12-06 22:42 UTC  (4+ messages)
` [PATCH 1/3] PCI/AER: Use 'Correctable' and 'Uncorrectable' spec terms for errors
` [PATCH 2/3] PCI/AER: Decode Requester ID when no error info found
` [PATCH 3/3] PCI/AER: Use explicit register sizes for struct members

[PATCH 0/3] Parse the HEST PCIe AER and set to relevant registers
 2023-12-06 16:35 UTC  (3+ messages)
` [PATCH 1/3] ACPI/APEI: Add hest_parse_pcie_aer()

[PATCH] PCI: vmd: Enable Hotplug based on BIOS setting on VMD rootports
 2023-12-06 16:30 UTC  (6+ messages)

[PATCH 0/2] PCI: Fix extended config space regression
 2023-12-06 11:54 UTC  (4+ messages)
` [PATCH 2/2] x86/pci: Treat EfiMemoryMappedIO as reservation of ECAM space

[PATCH v12 0/21] Refactoring Microchip PCIe driver and add StarFive PCIe
 2023-12-06 10:58 UTC  (22+ messages)
` [PATCH v12 01/21] dt-bindings: PCI: Add PLDA XpressRICH PCIe host common properties
` [PATCH v12 02/21] PCI: microchip: Move pcie-microchip-host.c to plda directory
` [PATCH v12 03/21] PCI: microchip: Move PLDA IP register macros to pcie-plda.h
` [PATCH v12 04/21] PCI: microchip: Add bridge_addr field to struct mc_pcie
` [PATCH v12 05/21] PCI: microchip: Rename two PCIe data structures
` [PATCH v12 06/21] PCI: microchip: Move PCIe host data structures to plda-pcie.h
` [PATCH v12 07/21] PCI: microchip: Rename two setup functions
` [PATCH v12 08/21] PCI: microchip: Change the argument of plda_pcie_setup_iomems()
` [PATCH v12 09/21] PCI: microchip: Move setup functions to pcie-plda-host.c
` [PATCH v12 10/21] PCI: microchip: Rename interrupt related functions
` [PATCH v12 11/21] PCI: microchip: Add num_events field to struct plda_pcie_rp
` [PATCH v12 12/21] PCI: microchip: Add request_event_irq() callback function
` [PATCH v12 13/21] PCI: microchip: Add INTx and MSI event num to struct plda_event
` [PATCH v12 14/21] PCI: microchip: Add get_events() callback function
` [PATCH v12 15/21] PCI: microchip: Add event IRQ domain ops to struct plda_event
` [PATCH v12 16/21] PCI: microchip: Move IRQ functions to pcie-plda-host.c
` [PATCH v12 17/21] PCI: plda: Add event interrupt codes and host init/deinit functions
` [PATCH v12 18/21] dt-bindings: PCI: Add StarFive JH7110 PCIe controller
` [PATCH v12 19/21] PCI: Add PCIE_RESET_CONFIG_DEVICE_WAIT_MS waiting time value
` [PATCH v12 20/21] PCI: starfive: Add JH7110 PCIe controller
` [PATCH v12 21/21] riscv: dts: starfive: add PCIe dts configuration for JH7110

[PATCH v11 4/5] drivers/perf: add DesignWare PCIe PMU driver
 2023-12-06  9:28 UTC  (4+ messages)

[pci:ecam] BUILD SUCCESS 1dfc86af06131d65be5b6ffb749c5dbceafb6d00
 2023-12-06  6:34 UTC 

TDISP enablement
 2023-12-06  4:43 UTC  (7+ messages)

[PATCH 1/6] x86: Use PCI_HEADER_TYPE_* instead of literals
 2023-12-06  2:01 UTC  (3+ messages)

[pci:enumeration-logging] BUILD SUCCESS 6ca4ac46b4bd4061b77c4e680bc002edf86e2cb3
 2023-12-06  1:38 UTC 

[PATCH 0/7] PCI: Improve enumeration logging
 2023-12-06  0:31 UTC  (9+ messages)
` [PATCH 1/7] PCI: Log device type during enumeration
` [PATCH 2/7] PCI: Update BAR # and window messages
` [PATCH 3/7] PCI: Use resource names in PCI log messages
` [PATCH 4/7] PCI: Move pci_read_bridge_windows() below individual window accessors
` [PATCH 5/7] PCI: Supply bridge device, not secondary bus, to read window details
` [PATCH 6/7] PCI: Log bridge windows conditionally
` [PATCH 7/7] PCI: Log bridge info when first enumerating bridge

[PATCH v2] PCI: vmd: Enable Hotplug based on BIOS setting on VMD rootports
 2023-12-06  0:27 UTC  (3+ messages)

[PATCH] x86/pci: Stop requiring MMCONFIG to be declared in E820, ACPI or EFI for newer systems
 2023-12-05 22:17 UTC  (6+ messages)

Regression from dcadfd7f7c74ef9ee415e072a19bdf6c085159eb
 2023-12-05 20:04 UTC  (6+ messages)

[PATCH v2 0/2] Attach DT nodes to existing PCI devices
 2023-12-05 18:53 UTC  (8+ messages)

[PATCH v11 0/20] Refactoring Microchip PCIe driver and add StarFive PCIe
 2023-12-05 17:02 UTC  (5+ messages)

[PATCH v4 0/5] Regather scattered PCI-Code
 2023-12-05 15:36 UTC  (6+ messages)
` [PATCH v4 1/5] lib/pci_iomap.c: fix cleanup bugs in pci_iounmap()
` [PATCH v4 2/5] lib: move pci_iomap.c to drivers/pci/
` [PATCH v4 3/5] lib: move pci-specific devres code "
` [PATCH v4 4/5] pci: move devres code from pci.c to devres.c
` [PATCH v4 5/5] lib, pci: unify generic pci_iounmap()

[PATCH v3 5/5] lib, pci: unify generic pci_iounmap()
 2023-12-05 14:43 UTC  (4+ messages)

[PATCH 1/2] NTB: fix possible name leak in ntb_register_device()
 2023-12-05  9:59 UTC  (4+ messages)
` [PATCH 2/2] NTB: EPF: return error code in the error path in pci_vntb_probe()

[PATCH v13 0/5] PCI: add 4x lane support for pci-j721e controllers
 2023-12-05  5:12 UTC  (3+ messages)
` [PATCH v13 3/5] PCI: j721e: Add per platform maximum lane settings


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox