All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-11-27 01:18:48 to 2021-11-27 01:23:46 UTC [more...]

[patch 00/32] genirq/msi, PCI/MSI: Spring cleaning - Part 2
 2021-11-27  1:23 UTC  (11+ messages)
` [patch 01/32] genirq/msi: Move descriptor list to struct msi_device_data
` [patch 02/32] genirq/msi: Add mutex for MSI list protection
` [patch 03/32] genirq/msi: Provide msi_domain_alloc/free_irqs_descs_locked()
` [patch 04/32] genirq/msi: Provide a set of advanced MSI accessors and iterators
` [patch 05/32] genirq/msi: Provide msi_alloc_msi_desc() and a simple allocator
` [patch 06/32] genirq/msi: Provide domain flags to allocate/free MSI descriptors automatically
` [patch 07/32] genirq/msi: Count the allocated MSI descriptors
` [patch 08/32] PCI/MSI: Protect MSI operations
` [patch 09/32] PCI/MSI: Use msi_add_msi_desc()
` [patch 10/32] PCI/MSI: Let core code free MSI descriptors

[patch 00/37] genirq/msi, PCI/MSI: Spring cleaning - Part 2
 2021-11-27  1:22 UTC  (94+ messages)
` [patch 01/37] device: Move MSI related data into a struct
` [patch 02/37] device: Add device::msi_data pointer and struct msi_device_data
` [patch 03/37] PCI/MSI: Allocate MSI device data on first use
` [patch 04/37] PCI/MSI: Use lock from msi_device_data
` [patch 05/37] platform-msi: Allocate MSI device data on first use
` [patch 06/37] bus: fsl-mc-msi: "
` [patch 07/37] soc: ti: ti_sci_inta_msi: "
` [patch 08/37] genirq/msi: Provide msi_device_populate/destroy_sysfs()
` [patch 09/37] PCI/MSI: Let the irq code handle sysfs groups
` [patch 10/37] platform-msi: Let the core "
` [patch 11/37] genirq/msi: Remove the original sysfs interfaces
` [patch 12/37] platform-msi: Rename functions and clarify comments
` [patch 13/37] platform-msi: Store platform private data pointer in msi_device_data
` [patch 14/37] genirq/msi: Consolidate MSI descriptor data
` [patch 15/37] platform-msi: Use msi_desc::msi_index
` [patch 16/37] bus: fsl-mc-msi: "
` [patch 17/37] soc: ti: ti_sci_inta_msi: "
` [patch 18/37] PCI/MSI: "
` [patch 19/37] genirq/msi: Add msi_device_data::properties
` [patch 20/37] PCI/MSI: Store properties in device::msi::data
` [patch 21/37] x86/pci/XEN: Use device MSI properties
` [patch 22/37] x86/apic/msi: "
` [patch 23/37] genirq/msi: "
` [patch 24/37] powerpc/cell/axon_msi: Use MSI device properties
` [patch 25/37] powerpc/pseries/msi: "
` [patch 26/37] PCI/MSI: Provide MSI_FLAG_MSIX_CONTIGUOUS
` [patch 27/37] powerpc/pseries/msi: Let core code check for contiguous entries
` [patch 28/37] genirq/msi: Provide interface to retrieve Linux interrupt number
` [patch 29/37] PCI/MSI: Use __msi_get_virq() in pci_get_vector()
` [patch 30/37] PCI/MSI: Simplify pci_irq_get_affinity()
` [patch 31/37] dmaengine: mv_xor_v2: Get rid of msi_desc abuse
` [patch 32/37] perf/smmuv3: Use msi_get_virq()
` [patch 33/37] iommu/arm-smmu-v3: "
` [patch 34/37] mailbox: bcm-flexrm-mailbox: Rework MSI interrupt handling
` [patch 35/37] bus: fsl-mc: fsl-mc-allocator: Rework MSI handling
` [patch 36/37] soc: ti: ti_sci_inta_msi: Get rid of ti_sci_inta_msi_get_virq()
` [patch 37/37] dmaengine: qcom_hidma: Cleanup MSI handling

[patch 00/22] genirq/msi, PCI/MSI: Spring cleaning - Part 1
 2021-11-27  1:19 UTC  (92+ messages)
` [patch 02/22] PCI/MSI: Fix pci_irq_vector()/pci_irq_get_attinity()
` [patch 04/22] genirq/msi: Remove unused domain callbacks
` [patch 05/22] genirq/msi: Fixup includes
` [patch 06/22] PCI/MSI: Make pci_msi_domain_write_msg() static
` [patch 07/22] PCI/MSI: Remove msi_desc_to_pci_sysdata()
` [patch 08/22] PCI/sysfs: Use pci_irq_vector()
` [patch 09/22] MIPS: Octeon: Use arch_setup_msi_irq()
` [patch 10/22] genirq/msi, treewide: Use a named struct for PCI/MSI attributes
` [patch 11/22] x86/hyperv: Refactor hv_msi_domain_free_irqs()
` [patch 12/22] PCI/MSI: Make arch_restore_msi_irqs() less horrible
` [patch 13/22] PCI/MSI: Cleanup include zoo
` [patch 14/22] PCI/MSI: Make msix_update_entries() smarter
` [patch 15/22] PCI/MSI: Move code into a separate directory
` [patch 16/22] PCI/MSI: Split out CONFIG_PCI_MSI independent part
` [patch 17/22] PCI/MSI: Split out !IRQDOMAIN code
` [patch 18/22] PCI/MSI: Split out irqdomain code
` [patch 19/22] PCI/MSI: Sanitize MSIX table map handling
` [patch 20/22] PCI/MSI: Make pci_msi_domain_check_cap() static
` [patch 21/22] genirq/msi: Handle PCI/MSI allocation fail in core code
` [patch 22/22] PCI/MSI: Move descriptor counting on allocation fail to the legacy code
` [patch 01/22] powerpc/4xx: Remove MSI support which never worked
` [patch 03/22] genirq/msi: Guard sysfs code

[PATCH 0/5] Add timers for Mstar SoCs
 2021-11-27  1:22 UTC  (4+ messages)
` [PATCH 2/4] ARM: dts: mstar: Remove unused rtc_xtal

[Regression][Stable] sd use scsi_mode_sense with invalid param
 2021-11-27  1:15 UTC  (4+ messages)

株式会社ステイゴールド "お問い合わせ"
 2021-11-27  1:11 UTC 

[PATCH v0.9.1 0/6] sched,mm,x86/uaccess: implement User Managed Concurrency Groups
 2021-11-27  1:16 UTC  (7+ messages)
` [PATCH v0.9.1 3/6] sched/umcg: implement UMCG syscalls


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.