All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-12-06 22:27:36 to 2021-12-06 22:42:26 UTC [more...]

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

[PATCH v4 00/17] UFS patches for kernel v5.17
 2021-12-06 22:41 UTC  (3+ messages)
` [PATCH v4 16/17] scsi: ufs: Optimize the command queueing code

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

[PATCH] clk: qcom: sm6125-gcc: Swap ops of ice and apps on sdcc1
 2021-12-06 22:41 UTC  (2+ messages)

[XEN v2] xen/arm64: io: Decode 32-bit ldr/str post-indexing instructions
 2021-12-06 22:41 UTC  (6+ messages)

[PATCH mptcp-next v2 0/6] mptcp: Add userspace PM mode to bypass kernel PM
 2021-12-06 22:42 UTC  (11+ messages)
` [PATCH mptcp-next v2 3/6] mptcp: Bypass kernel PM when userspace PM is enabled
` [PATCH mptcp-next v2 4/6] mptcp: Make kernel path manager check for userspace-managed sockets
` [PATCH mptcp-next v2 5/6] mptcp: Add a per-namespace sysctl to set the default path manager type

[PATCH] imx8mq_evk: switch board to use binman for images
 2021-12-06 22:41 UTC  (8+ messages)
` [PATCH v2] "

[PATCH v2 0/2] ARM: dts: device tree for YADRO VEGMAN BMC
 2021-12-06 22:39 UTC  (5+ messages)
` [PATCH v2 2/2] ARM: dts: aspeed: add "

[Buildroot] [git commit branch/2021.08.x] package/python-cycler: set license to BSD-3-Clause
 2021-12-06 22:39 UTC 

[ulogd2 PATCH] build: bump libnetfilter_log dependency
 2021-12-06 22:39 UTC  (2+ messages)

[Buildroot] [git commit branch/2021.02.x] package/python-cycler: set license to BSD-3-Clause
 2021-12-06 22:40 UTC 

[Buildroot] [PATCH 1/1] package/python-cycler: set license to BSD-3-Clause
 2021-12-06 22:40 UTC  (2+ messages)

[PATCH v4 00/13] Add initial support for the i.MXRTxxxx SoC family starting from i.IMXRT1050 SoC
 2021-12-06 22:38 UTC  (4+ messages)
` [PATCH v4 06/13] dt-bindings: clock: imx: Add documentation for i.MXRT clock

[PATCH net v2] net: lantiq_xrx200: increase buffer reservation
 2021-12-06 22:39 UTC 

Various problems trying to vga-passthrough a Renoir iGPU to a xen/qubes-os hvm
 2021-12-06 22:39 UTC  (3+ messages)

[PATCH 4/4] unit: add unit test for DPP crypto operations
 2021-12-06 22:37 UTC 

stable-rc/linux-4.14.y baseline: 127 runs, 1 regressions (v4.14.256-107-gbfbeffc30386)
 2021-12-06 22:37 UTC 

[intel-tdx:guest-upstream 5/35] drivers/acpi/acpica/hwesleep.c:108:39: warning: suggest braces around empty body in an 'if' statement
 2021-12-06 22:36 UTC  (2+ messages)

[Intel-gfx] [PATCH v6 0/1] Introduce new i915 macros for checking PTEs
 2021-12-06 22:36 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for Introduce new i915 macros for checking PTEs (rev7)

[PATCH 0/3] A few smd-rpm clock driver cleanups
 2021-12-06 22:36 UTC  (6+ messages)
` [PATCH 3/3] clk: qcom: smd-rpm: Drop binary value handling for buffered clock

Building perf with BUILD_BPF_SKEL=1 by default
 2021-12-06 22:34 UTC  (7+ messages)

[PATCH 0/5] Update to GuC version 69.0.0
 2021-12-06 22:34 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.DOCS: warning for "

[PATCH 2/4] dpp-util: add URI generation API
 2021-12-06 22:33 UTC 

mkfs.xfs ignores data stripe on 4k devices?
 2021-12-06 22:33 UTC  (2+ messages)

[RFC PATCH 0/2] Conditional config includes based on remote URL
 2021-12-06 22:32 UTC  (4+ messages)
` [PATCH v5 "
  ` [PATCH v5 2/2] config: include file if remote URL matches a glob

[PATCH v3 net 1/1] net: mvpp2: fix XDP rx queues registering
 2021-12-06 22:32 UTC  (4+ messages)

[RFC 0/5] Split iMX8MQ Hantro VPU into G1 and G2 with blk-ctrl support
 2021-12-06 22:30 UTC  (6+ messages)

[PATCH v6 0/5] Add GCC and RPMh clock support for SDX65
 2021-12-06 22:30 UTC  (6+ messages)
` [PATCH v6 4/5] dt-bindings: clock: Introduce RPMHCC bindings "
  ` (subset) "
` [PATCH v6 5/5] clk: qcom: Add support for SDX65 RPMh clocks
  ` (subset) "
` (subset) [PATCH v6 0/5] Add GCC and RPMh clock support for SDX65

[PATCH 0/4] clk: qcom: Add clocks for SM8450 SoC
 2021-12-06 22:31 UTC  (2+ messages)
` (subset) "

[PATCH] MAINTAINERS: Add entry for Qualcomm clock drivers
 2021-12-06 22:30 UTC  (2+ messages)
` (subset) "

[PATCH RFC v6 0/2] nfsd: Initial implementation of NFSv4 Courteous Server
 2021-12-06 22:30 UTC  (5+ messages)
` [PATCH RFC v6 2/2] "

[RFC] drm/msm/dp: Allow attaching a drm_panel
 2021-12-06 22:31 UTC  (12+ messages)

[PATCH] net: dsa: mv88e6xxx: initialize return variable on declaration
 2021-12-06 22:29 UTC  (3+ messages)

per-inode locks in FUSE (kernel vs userspace)
 2021-12-06 22:28 UTC  (2+ messages)

[PATCH] dt-bindings: i2c: brcm,bcm2835-i2c: convert to YAML schema
 2021-12-06 22:27 UTC  (3+ messages)

[ndctl PATCH v2 00/12] Policy based reconfiguration for daxctl
 2021-12-06 22:28 UTC  (13+ messages)
` [ndctl PATCH v2 01/12] ndctl, util: add iniparser helper
` [ndctl PATCH v2 02/12] ndctl, util: add parse-configs helper
` [ndctl PATCH v2 03/12] ndctl: make ndctl support configuration files
` [ndctl PATCH v2 04/12] ndctl, config: add the default ndctl configuration file
` [ndctl PATCH v2 05/12] ndctl, monitor: refator monitor for supporting multiple config files
` [ndctl PATCH v2 06/12] ndctl: Update ndctl.spec.in for 'ndctl.conf'
` [ndctl PATCH v2 07/12] daxctl: Documentation updates for persistent reconfiguration
` [ndctl PATCH v2 08/12] util/parse-config: refactor filter_conf_files into util/
` [ndctl PATCH v2 09/12] daxctl: add basic config parsing support
` [ndctl PATCH v2 10/12] util/parse-configs: add a key/value search helper
` [ndctl PATCH v2 11/12] daxctl/device.c: add an option for getting params from a config file
` [ndctl PATCH v2 12/12] daxctl: add systemd service and udev rule for automatic reconfiguration

[Buildroot] [git commit branch/2021.08.x] package/pcre: fix broken URL
 2021-12-06 22:09 UTC 

[Buildroot] [git commit branch/2021.08.x] package/php: security bump version to 8.0.13
 2021-12-06 22:12 UTC 

[Buildroot] [git commit branch/2021.02.x] package/php: security bump version to 7.4.26
 2021-12-06 22:19 UTC 

[PATCH v6 0/6] tests/qtest: add some tests for virtio-net failover
 2021-12-06 22:20 UTC  (2+ messages)
` [PATCH v6 6/6] tests/libqtest: add a migration test with two couples of failover devices

[Buildroot] [git commit branch/2021.02.x] package/pcre: fix broken URL
 2021-12-06 22:11 UTC 


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.