ntb.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-04 07:52:26 to 2020-12-11 18:08:25 UTC [more...]

[patch 00/30] genirq: Treewide hunt for irq descriptor abuse and assorted fixes
 2020-12-11 18:08 UTC  (55+ messages)
` [patch 01/30] genirq: Move irq_has_action() into core code
` [patch 02/30] genirq: Move status flag checks to core
` [patch 03/30] genirq: Move irq_set_lockdep_class() "
` [patch 04/30] genirq: Provide irq_get_effective_affinity()
` [patch 05/30] genirq: Annotate irq stats data races
` [patch 06/30] parisc/irq: Simplify irq count output for /proc/interrupts
` [patch 07/30] genirq: Make kstat_irqs() static
` [patch 08/30] genirq: Provide kstat_irqdesc_cpu()
` [patch 09/30] ARM: smp: Use irq_desc_kstat_cpu() in show_ipi_list()
` [patch 10/30] arm64/smp: Use irq_desc_kstat_cpu() in arch_show_interrupts()
` [patch 11/30] parisc/irq: Use irq_desc_kstat_cpu() in show_interrupts()
` [patch 12/30] s390/irq: Use irq_desc_kstat_cpu() in show_msi_interrupt()
` [patch 13/30] drm/i915/lpe_audio: Remove pointless irq_to_desc() usage
  ` [Intel-gfx] "
` [patch 14/30] drm/i915/pmu: Replace open coded kstat_irqs() copy
` [patch 15/30] pinctrl: nomadik: Use irq_has_action()
` [patch 16/30] mfd: ab8500-debugfs: Remove the racy fiddling with irq_desc
` [patch 17/30] NTB/msi: Use irq_has_action()
` [patch 18/30] PCI: xilinx-nwl: Use irq_data_get_irq_chip_data()
` [patch 19/30] PCI: mobiveil: "
` [patch 20/30] net/mlx4: Replace irq_to_desc() abuse
` [patch 21/30] net/mlx4: Use effective interrupt affinity
` [patch 22/30] net/mlx5: Replace irq_to_desc() abuse
` [patch 23/30] net/mlx5: Use effective interrupt affinity
` [patch 24/30] xen/events: Remove unused bind_evtchn_to_irq_lateeoi()
` [patch 25/30] xen/events: Remove disfunct affinity spreading
` [patch 26/30] xen/events: Use immediate affinity setting
` [patch 27/30] xen/events: Only force affinity mask for percpu interrupts
` [patch 28/30] xen/events: Reduce irq_info::spurious_cnt storage size
` [patch 29/30] xen/events: Implement irq distribution
` [patch 30/30] genirq: Remove export of irq_to_desc()

[PATCH v8 00/18] Implement NTB Controller using multiple PCI EP
 2020-12-08  4:46 UTC  (23+ messages)
` [PATCH v8 01/18] Documentation: PCI: Add specification for the *PCI NTB* function device
` [PATCH v8 02/18] PCI: endpoint: Make *_get_first_free_bar() take into account 64 bit BAR
` [PATCH v8 03/18] PCI: endpoint: Add helper API to get the 'next' unreserved BAR
` [PATCH v8 04/18] PCI: endpoint: Make *_free_bar() to return error codes on failure
` [PATCH v8 05/18] PCI: endpoint: Remove unused pci_epf_match_device()
` [PATCH v8 06/18] PCI: endpoint: Add support to associate secondary EPC with EPF
` [PATCH v8 07/18] PCI: endpoint: Add support in configfs to associate two EPCs "
` [PATCH v8 08/18] PCI: endpoint: Add pci_epc_ops to map MSI irq
` [PATCH v8 09/18] PCI: endpoint: Add pci_epf_ops for epf drivers to expose function specific attrs
` [PATCH v8 10/18] PCI: endpoint: Allow user to create sub-directory of 'EPF Device' directory
` [PATCH v8 11/18] PCI: cadence: Implement ->msi_map_irq() ops
` [PATCH v8 12/18] PCI: cadence: Configure LM_EP_FUNC_CFG based on epc->function_num_map
` [PATCH v8 13/18] PCI: endpoint: Add EP function driver to provide NTB functionality
` [PATCH v8 14/18] PCI: Add TI J721E device to pci ids
` [PATCH v8 15/18] NTB: Add support for EPF PCI-Express Non-Transparent Bridge
` [PATCH v8 16/18] NTB: tool: Enable the NTB/PCIe link on the local or remote side of bridge
` [PATCH v8 17/18] Documentation: PCI: Add configfs binding documentation for pci-ntb endpoint function
` [PATCH v8 18/18] Documentation: PCI: Add userguide for PCI endpoint NTB function

[PATCH] ntb: idt: fix error check in ntb_hw_idt.c
 2020-12-06 23:25 UTC  (3+ messages)

[PATCH] ntb: intel: add Intel NTB LTR vendor support for gen4 NTB
 2020-12-06 23:24 UTC  (2+ messages)

[PATCH v7 00/18] Implement NTB Controller using multiple PCI EP
 2020-11-16 15:45 UTC  (37+ messages)
` [PATCH v7 01/18] Documentation: PCI: Add specification for the *PCI NTB* function device
` [PATCH v7 02/18] PCI: endpoint: Make *_get_first_free_bar() take into account 64 bit BAR
` [PATCH v7 03/18] PCI: endpoint: Add helper API to get the 'next' unreserved BAR
` [PATCH v7 04/18] PCI: endpoint: Make *_free_bar() to return error codes on failure
` [PATCH v7 05/18] PCI: endpoint: Remove unused pci_epf_match_device()
` [PATCH v7 06/18] PCI: endpoint: Add support to associate secondary EPC with EPF
` [PATCH v7 07/18] PCI: endpoint: Add support in configfs to associate two EPCs "
` [PATCH v7 08/18] PCI: endpoint: Add pci_epc_ops to map MSI irq
` [PATCH v7 09/18] PCI: endpoint: Add pci_epf_ops for epf drivers to expose function specific attrs
` [PATCH v7 10/18] PCI: endpoint: Allow user to create sub-directory of 'EPF Device' directory
` [PATCH v7 11/18] PCI: cadence: Implement ->msi_map_irq() ops
` [PATCH v7 12/18] PCI: cadence: Configure LM_EP_FUNC_CFG based on epc->function_num_map
` [PATCH v7 13/18] PCI: endpoint: Add EP function driver to provide NTB functionality
` [PATCH v7 14/18] PCI: Add TI J721E device to pci ids
` [PATCH v7 15/18] NTB: Add support for EPF PCI-Express Non-Transparent Bridge
` [PATCH v7 16/18] NTB: tool: Enable the NTB/PCIe link on the local or remote side of bridge
` [PATCH v7 17/18] Documentation: PCI: Add configfs binding documentation for pci-ntb endpoint function
` [PATCH v7 18/18] Documentation: PCI: Add userguide for PCI endpoint NTB function

ntb_unregister_device problem
 2020-10-27 22:32 UTC 

[GIT PULL] NTB bug fixes for v5.10
 2020-10-25 18:35 UTC  (2+ messages)

[PATCH] arch: um: convert tasklets to use new tasklet_setup() API
 2020-10-19  7:39 UTC  (3+ messages)

[PATCH 0/5] Add noncoherent platform support for vop driver
 2020-09-27  5:07 UTC  (2+ messages)

[PATCH v6 00/17] Implement NTB Controller using multiple PCI EP
 2020-09-24  9:25 UTC  (18+ messages)
` [PATCH v6 01/17] Documentation: PCI: Add specification for the *PCI NTB* function device
` [PATCH v6 02/17] PCI: endpoint: Make *_get_first_free_bar() take into account 64 bit BAR
` [PATCH v6 03/17] PCI: endpoint: Add helper API to get the 'next' unreserved BAR
` [PATCH v6 04/17] PCI: endpoint: Make *_free_bar() to return error codes on failure
` [PATCH v6 05/17] PCI: endpoint: Remove unused pci_epf_match_device()
` [PATCH v6 06/17] PCI: endpoint: Add support to associate secondary EPC with EPF
` [PATCH v6 07/17] PCI: endpoint: Add support in configfs to associate two EPCs "
` [PATCH v6 08/17] PCI: endpoint: Add pci_epc_ops to map MSI irq
` [PATCH v6 09/17] PCI: endpoint: Add pci_epf_ops for epf drivers to expose function specific attrs
` [PATCH v6 10/17] PCI: endpoint: Allow user to create sub-directory of 'EPF Device' directory
` [PATCH v6 11/17] PCI: cadence: Implement ->msi_map_irq() ops
` [PATCH v6 12/17] PCI: endpoint: Add EP function driver to provide NTB functionality
` [PATCH v6 13/17] PCI: Add TI J721E device to pci ids
` [PATCH v6 14/17] NTB: Add support for EPF PCI-Express Non-Transparent Bridge
` [PATCH v6 15/17] NTB: tool: Enable the NTB/PCIe link on the local or remote side of bridge
` [PATCH v6 16/17] Documentation: PCI: Add configfs binding documentation for pci-ntb endpoint function
` [PATCH v6 17/17] Documentation: PCI: Add userguide for PCI endpoint NTB function

[PATCH v5 00/17] Implement NTB Controller using multiple PCI EP
 2020-09-21  4:58 UTC  (23+ messages)
` [PATCH v5 01/17] Documentation: PCI: Add specification for the *PCI NTB* function device
` [PATCH v5 02/17] PCI: endpoint: Make *_get_first_free_bar() take into account 64 bit BAR
` [PATCH v5 03/17] PCI: endpoint: Add helper API to get the 'next' unreserved BAR
` [PATCH v5 04/17] PCI: endpoint: Make *_free_bar() to return error codes on failure
` [PATCH v5 05/17] PCI: endpoint: Remove unused pci_epf_match_device()
` [PATCH v5 06/17] PCI: endpoint: Add support to associate secondary EPC with EPF
` [PATCH v5 07/17] PCI: endpoint: Add support in configfs to associate two EPCs "
` [PATCH v5 08/17] PCI: endpoint: Add pci_epc_ops to map MSI irq
` [PATCH v5 09/17] PCI: endpoint: Add pci_epf_ops for epf drivers to expose function specific attrs
` [PATCH v5 10/17] PCI: endpoint: Allow user to create sub-directory of 'EPF Device' directory
` [PATCH v5 11/17] PCI: cadence: Implement ->msi_map_irq() ops
` [PATCH v5 12/17] PCI: endpoint: Add EP function driver to provide NTB functionality
` [PATCH v5 13/17] PCI: Add TI J721E device to pci ids
` [PATCH v5 14/17] NTB: Add support for EPF PCI-Express Non-Transparent Bridge
` [PATCH v5 15/17] NTB: tool: Enable the NTB/PCIe link on the local or remote side of bridge
` [PATCH v5 16/17] Documentation: PCI: Add configfs binding documentation for pci-ntb endpoint function
` [PATCH v5 17/17] Documentation: PCI: Add userguide for PCI endpoint NTB function

[RFC PATCH 00/22] Enhance VHOST to enable SoC-to-SoC communication
 2020-09-18  4:04 UTC  (22+ messages)

[PATCH v4 00/17] Implement NTB Controller using multiple PCI EP
 2020-09-16 17:05 UTC  (19+ messages)
` [PATCH v4 01/17] Documentation: PCI: Add specification for the *PCI NTB* function device
` [PATCH v4 02/17] PCI: endpoint: Make *_get_first_free_bar() take into account 64 bit BAR
` [PATCH v4 03/17] PCI: endpoint: Add helper API to get the 'next' unreserved BAR
` [PATCH v4 04/17] PCI: endpoint: Make *_free_bar() to return error codes on failure
` [PATCH v4 05/17] PCI: endpoint: Remove unused pci_epf_match_device()
` [PATCH v4 06/17] PCI: endpoint: Add support to associate secondary EPC with EPF
` [PATCH v4 07/17] PCI: endpoint: Add support in configfs to associate two EPCs "
` [PATCH v4 08/17] PCI: endpoint: Add pci_epc_ops to map MSI irq
` [PATCH v4 09/17] PCI: endpoint: Add pci_epf_ops for epf drivers to expose function specific attrs
` [PATCH v4 10/17] PCI: endpoint: Allow user to create sub-directory of 'EPF Device' directory
` [PATCH v4 11/17] PCI: cadence: Implement ->msi_map_irq() ops
` [PATCH v4 12/17] PCI: endpoint: Add EP function driver to provide NTB functionality
` [PATCH v4 13/17] PCI: Add TI J721E device to pci ids
` [PATCH v4 14/17] NTB: Add support for EPF PCI-Express Non-Transparent Bridge
` [PATCH v4 15/17] NTB: tool: Enable the NTB/PCIe link on the local or remote side of bridge
` [PATCH v4 16/17] Documentation: PCI: Add binding documentation for pci-ntb endpoint function
` [PATCH v4 17/17] Documentation: PCI: Add userguide for PCI endpoint NTB function

[PATCH v3 00/17] Implement NTB Controller using multiple PCI EP
 2020-09-14 15:36 UTC  (6+ messages)
` [PATCH v3 15/17] NTB: tool: Enable the NTB/PCIe link on the local or remote side of bridge
` [PATCH v3 16/17] Documentation: PCI: Add binding documentation for pci-ntb endpoint function
` [PATCH v3 17/17] Documentation: PCI: Add userguide for PCI endpoint NTB function


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).