All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-06-09 15:00:08 to 2025-06-09 15:44:39 UTC [more...]

[PATCH 0/5] rust: make instance_init implementations use safe Rust
 2025-06-09 15:44 UTC  (4+ messages)
` [PATCH 1/5] rust: qemu_api: introduce MaybeUninit field projection
` [PATCH 2/5] rust: hpet: fully initialize object after instance_init
` [PATCH 3/5] rust: qom: introduce ParentInit

[PATCH] mm: add mmap_prepare() compatibility layer for nested file systems
 2025-06-09 15:44 UTC  (3+ messages)

[PATCH v4 00/11] iio: adc: Add support for AD4170 series of ADCs
 2025-06-09 15:44 UTC  (5+ messages)
` [PATCH v4 01/11] dt-bindings: iio: adc: Add AD4170

[PATCH v2 00/38] drm/msm/dp: Add MST support for MSM chipsets
 2025-06-09 15:44 UTC  (5+ messages)
` [PATCH v2 29/38] drm/msm/dp: add connector abstraction for DP MST
` [PATCH v2 30/38] drm/msm/dp: add HPD callback for dp MST

[PATCH net-next v9 00/15] Begin upstreaming Homa transport protocol
 2025-06-09 15:40 UTC  (16+ messages)
` [PATCH net-next v9 01/15] net: homa: define user-visible API for Homa
` [PATCH net-next v9 02/15] net: homa: create homa_wire.h
` [PATCH net-next v9 03/15] net: homa: create shared Homa header files
` [PATCH net-next v9 04/15] net: homa: create homa_pool.h and homa_pool.c
` [PATCH net-next v9 05/15] net: homa: create homa_peer.h and homa_peer.c
` [PATCH net-next v9 06/15] net: homa: create homa_sock.h and homa_sock.c
` [PATCH net-next v9 07/15] net: homa: create homa_interest.h and homa_interest
` [PATCH net-next v9 08/15] net: homa: create homa_pacer.h and homa_pacer.c
` [PATCH net-next v9 09/15] net: homa: create homa_rpc.h and homa_rpc.c
` [PATCH net-next v9 10/15] net: homa: create homa_outgoing.c
` [PATCH net-next v9 11/15] net: homa: create homa_utils.c
` [PATCH net-next v9 12/15] net: homa: create homa_incoming.c
` [PATCH net-next v9 13/15] net: homa: create homa_timer.c
` [PATCH net-next v9 14/15] net: homa: create homa_plumbing.c
` [PATCH net-next v9 15/15] net: homa: create Makefile and Kconfig

[RFC PATCH] mempool: Fix some Coverity defects
 2025-06-09 15:44 UTC  (3+ messages)

[PATCH 1/2] ata: ahci: Refactor ahci_broken_lpm()
 2025-06-09 15:43 UTC  (3+ messages)

[PATCH v3] sched/topology: Fix for_each_node_numadist() lockup with !CONFIG_NUMA
 2025-06-09 15:43 UTC 

[PATCH 0/2] kselftest/arm64: Add coverage for the interaction of vfork() and GCS
 2025-06-09 15:08 UTC  (3+ messages)
` [PATCH 1/2] tools/nolibc: Provide vfork()
` [PATCH 2/2] kselftest/arm64: Add a test for vfork() with GCS

[PATCH 0/2] imap-send: make it usable again and add OAuth2.0 support
 2025-06-09 15:41 UTC  (12+ messages)
` [PATCH v17 00/10] "
  ` [PATCH v17 01/10] imap-send: fix bug causing cfg->folder being set to NULL
  ` [PATCH v17 02/10] imap-send: fix memory leak in case auth_cram_md5 fails
  ` [PATCH v17 03/10] imap-send: gracefully fail if CRAM-MD5 authentication is requested without OpenSSL
  ` [PATCH v17 04/10] imap-send: add support for OAuth2.0 authentication
  ` [PATCH v17 05/10] imap-send: add PLAIN authentication method to OpenSSL
  ` [PATCH v17 06/10] imap-send: enable specifying the folder using the command line
  ` [PATCH v17 07/10] imap-send: add ability to list the available folders
  ` [PATCH v17 08/10] imap-send: display port alongwith host when git credential is invoked
  ` [PATCH v17 09/10] imap-send: display the destination mailbox when sending a message
  ` [PATCH v17 10/10] imap-send: fix minor mistakes in the logs

[PATCH v1 01/13] net/ixgbe: remove unused field in Rx queue struct
 2025-06-09 15:37 UTC  (35+ messages)
` [PATCH v6 00/33] Intel PMD drivers Rx cleanup
  ` [PATCH v6 01/33] net/ixgbe: remove unused field in Rx queue struct
  ` [PATCH v6 02/33] net/iavf: make IPsec stats dynamically allocated
  ` [PATCH v6 03/33] net/ixgbe: match variable names to other drivers
  ` [PATCH v6 04/33] net/i40e: match variable name "
  ` [PATCH v6 05/33] net/ice: "
  ` [PATCH v6 06/33] net/i40e: rename 16-byte descriptor define
  ` [PATCH v6 07/33] net/ice: "
  ` [PATCH v6 08/33] net/iavf: remove "
  ` [PATCH v6 09/33] net/ixgbe: simplify packet type support check
  ` [PATCH v6 10/33] net/ixgbe: adjust indentation
  ` [PATCH v6 11/33] net/ixgbe: remove unnecessary platform checks
  ` [PATCH v6 12/33] net/ixgbe: decouple scalar and vec rxq free mbufs
  ` [PATCH v6 13/33] net/ixgbe: rename vector txq "
  ` [PATCH v6 14/33] net/ixgbe: refactor vector common code
  ` [PATCH v6 15/33] net/ixgbe: move vector Rx/Tx code to vec common
  ` [PATCH v6 16/33] net/ixgbe: simplify vector PMD compilation
  ` [PATCH v6 17/33] net/ixgbe: replace always-true check
  ` [PATCH v6 18/33] net/ixgbe: add a desc done function
  ` [PATCH v6 19/33] net/ixgbe: clean up definitions
  ` [PATCH v6 20/33] net/i40e: "
  ` [PATCH v6 21/33] net/ice: "
  ` [PATCH v6 22/33] net/iavf: "
  ` [PATCH v6 23/33] net/ixgbe: create common Rx queue structure
  ` [PATCH v6 24/33] net/i40e: use the "
  ` [PATCH v6 25/33] net/ice: "
  ` [PATCH v6 26/33] net/iavf: "
  ` [PATCH v6 27/33] net/intel: generalize vectorized Rx rearm
  ` [PATCH v6 28/33] net/i40e: use common Rx rearm code
  ` [PATCH v6 29/33] net/iavf: "
  ` [PATCH v6 30/33] net/ixgbe: "
  ` [PATCH v6 31/33] net/intel: support wider x86 vectors for Rx rearm
  ` [PATCH v6 32/33] net/intel: add common Rx mbuf recycle
  ` [PATCH v6 33/33] net/intel: add common Tx "

[PATCH urcu] src/urcu-bp.c: assert => urcu_posix_assert
 2025-06-09 15:41 UTC  (2+ messages)

[PATCHv2] block tests: nvme metadata passthrough
 2025-06-09 15:41 UTC 

[PATCH 0/9] Support stm32h747-discovery board
 2025-06-09 15:40 UTC  (5+ messages)

[PATCH] ASoC: amd: acp: Fix pointer assignments for snd_soc_acpi_mach structures
 2025-06-09 15:39 UTC  (2+ messages)

[PATCH] spi: offload: check offload ops existence before disabling the trigger
 2025-06-09 15:40 UTC  (2+ messages)

[PATCH 0/8] media: imx-mipi-csis: Cleanups and debugging improvements
 2025-06-09 15:39 UTC  (7+ messages)
` [PATCH 5/8] dt-bindings: media: nxp,imx-mipi-csi2: Mark clock-frequency as deprecated
` [PATCH 6/8] dt-bindings: media: nxp,imx-mipi-csi2: Add fsl,num-channels property
` [PATCH 8/8] media: imx-mipi-csis: Initial support for multiple output channels

[PATCH v2 00/22] spi: sh-msiof: Transfer size improvements and I2S reuse
 2025-06-09 15:39 UTC  (2+ messages)
` (subset) "

[PATCH BlueZ] shared/bap: check lpac type in bap_bcast_stream_new()
 2025-06-09 15:40 UTC  (2+ messages)

[PATCH BlueZ v3 0/1] monitor: Add support for decoding Channel Sounding
 2025-06-09 15:40 UTC  (2+ messages)

[PATCH v4 00/21] drm/i915/flipq: Rough flip queue implementation
 2025-06-09 15:38 UTC  (3+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/flipq: Rough flip queue implementation (rev8)
` ✗ Fi.CI.SPARSE: "

[PATCH v2] tracing: Fix regression of filter waiting a long time on RCU synchronization
 2025-06-09 15:39 UTC  (3+ messages)

[PATCH net v2 0/2] Fix ntuple rules targeting default RSS
 2025-06-09 15:38 UTC  (3+ messages)
` [PATCH net v2 1/2] net: ethtool: Don't check if RSS context exists in case of context 0

[PATCH 6.6.y] Revert "mctp: no longer rely on net->dev_index_head[]"
 2025-06-09 15:37 UTC  (4+ messages)

[PATCH v2 0/3] net: consolidate PXE processor architecture type Kconfig
 2025-06-09 15:35 UTC  (7+ messages)
` [PATCH v2 1/3] verdin-am62p: include linux/sizes.h
` [PATCH v2 2/3] cmd: remove duplicate DHCPv6 Kconfig definitions
` [PATCH v2 3/3] net: consolidate PXE processor architecture type Kconfig

[meta-arago] [oe-layersetup][master] configs/arago-scarthgap-chromium-*: Chromium v130 -> 132
 2025-06-09 15:34 UTC  (2+ messages)

[PATCH] drm/amdgpu/mes: add compatibility checks for set_hw_resource_1
 2025-06-09 15:34 UTC 

[PATCH v4] rust: regulator: add a bare minimum regulator abstraction
 2025-06-09 15:32 UTC 

[PATCH v6] spi: stm32-ospi: Make usage of reset_control_acquire/release() API
 2025-06-09 15:05 UTC 

[PATCH 00/21] migration: Unify capabilities and parameters
 2025-06-09 15:33 UTC  (7+ messages)
` [PATCH 19/21] migration: Allow migrate commands to provide the migration config

[PATCH 0/4] spi: spi-fsl-dspi: Target mode improvements
 2025-06-09 15:32 UTC  (5+ messages)
` [PATCH 1/4] spi: spi-fsl-dspi: Clear completion counter before initiating transfer
` [PATCH 2/4] spi: spi-fsl-dspi: Use non-coherent memory for DMA
` [PATCH 3/4] spi: spi-fsl-dspi: Increase DMA buffer size
` [PATCH 4/4] spi: spi-fsl-dspi: Report FIFO overflows as errors

[PATCH v2 0/2] fix MADV_COLLAPSE issue if THP settings are disabled
 2025-06-09 15:33 UTC  (12+ messages)
` [PATCH v2 1/2] mm: huge_memory: disallow hugepages if the system-wide THP sysfs "
` [PATCH v2 2/2] mm: shmem: disallow hugepages if the system-wide shmem "

Qualcomm: Add QCS9075-IQ-EVK HiFi config
 2025-06-09 15:32 UTC 

[PATCH net-next] net: remove unused sock_enable_timestamps
 2025-06-09 15:32 UTC 

[PATCH v1] migration: Wait for cpr.sock file to appear before connecting
 2025-06-09 15:32 UTC  (12+ messages)

[RFC] mm: khugepaged: use largest enabled hugepage order for min_free_kbytes
 2025-06-09 15:32 UTC  (12+ messages)

[PATCH] net/mdiobus: Fix potential out-of-bounds read/write access
 2025-06-09 15:31 UTC  (3+ messages)
  ` [PATCH 1/2] "
    ` [PATCH 2/2] net/mdiobus: Fix potential out-of-bounds clause 45 "

[PATCH 1/3] i3c: mipi-i3c-hci: Make bounce buffer code generic to all DMA transfers
 2025-06-09 15:04 UTC  (8+ messages)

[syzbot] [bcachefs?] KASAN: slab-out-of-bounds Read in bch2_sb_members_v2_to_text
 2025-06-09 15:31 UTC  (2+ messages)
` [syzbot] #syz test

[PATCH net-next v3 00/12] net/mlx5e: Add support for devmem and io_uring TCP zero-copy
 2025-06-09 15:31 UTC  (8+ messages)
` [PATCH net-next v3 07/12] net/mlx5e: SHAMPO: Headers page pool stats
` [PATCH net-next v3 09/12] net/mlx5e: Add support for UNREADABLE netmem page pools
` [PATCH net-next v3 10/12] net/mlx5e: Implement queue mgmt ops and single channel swap
` [PATCH net-next v3 11/12] net/mlx5e: Support ethtool tcp-data-split settings
` [PATCH net-next v3 12/12] net/mlx5e: Add TX support for netmems

[BUG] net/sched: Soft Lockup/Task Hang and OOM Loop in netem_dequeue
 2025-06-09 15:31 UTC  (10+ messages)

[PATCH] generic/738: warn & lazy-umount if thaw hangs on buggy XFS
 2025-06-09 15:30 UTC  (5+ messages)

[PATCH 0/4] Add support for GBETH IPs found on RZ/G3E SoCs
 2025-06-09 15:30 UTC  (3+ messages)
` [PATCH 2/4] dt-bindings: net: renesas-gbeth: Add support for RZ/G3E (R9A09G047) SoC

[PATCH 0/3] Support for Adreno X1-45 GPU
 2025-06-09 15:01 UTC  (2+ messages)

[oe-layersetup][master][PATCH] configs/arago-scarthgap-*: Chromium v130 -> 132
 2025-06-09 15:29 UTC 

LInux NFSv4.1 client and server- case insensitive filesystems supported?
 2025-06-09 15:28 UTC  (8+ messages)

[PATCH v2] reproducible: allow each layer to define its known non-repro packages
 2025-06-09 15:27 UTC 

[BUG] hwmon: Widespread TOCTOU vulnerabilities in the hwmon subsystem
 2025-06-09 15:27 UTC  (10+ messages)

[PATCH v3 0/3] Fix build issue when CONFIG_MODULES is not set
 2025-06-09 15:24 UTC  (5+ messages)
` [PATCH v3 2/3] i2c: amd-isp: Initialize unique adpater name

[PATCH v2] slab: Decouple slab_debug and no_hash_pointers
 2025-06-09 15:24 UTC  (5+ messages)

[PATCH v1] arm64: dts: imx95: Correct the DMA interrupter number of pcie0_ep
 2025-06-09 15:24 UTC  (2+ messages)

[PATCH blktests] block tests: nvme metadata passthrough
 2025-06-09 15:24 UTC  (5+ messages)

[PATCH v7 00/10] Add falcon support for am62a, 62p and 62x
 2025-06-09 15:23 UTC  (5+ messages)
` [PATCH v7 04/10] arch: arm: k3-binman: add fit for falcon boot

[PATCH net-next] cxgb3/l2t: Remove unused t3_l2t_send_event
 2025-06-09 15:23 UTC 

[RESEND PATCH v16 0/6] Introduction of a remoteproc tee to load signed firmware
 2025-06-09 15:23 UTC  (2+ messages)

✅ PASS (MISSED 3 of 100): Test report for master (6.16.0-rc1, upstream-mainline, 19272b37)
 2025-06-09 15:23 UTC 

[PATCH 0/3] Update SoundWire IRQ handling
 2025-06-09 15:22 UTC  (3+ messages)
` [PATCH 3/3] ASoC: cs42l43: Remove unnecessary work functions

[PATCH 00/10] Various slab improvements
 2025-06-09 15:22 UTC  (7+ messages)
` [PATCH 05/10] doc: Add slab internal kernel-doc
` [PATCH 08/10] kfence: Remove mention of PG_slab

[PATCH] examples/l3fwd: adjust Tx burst size based on Rx burst
 2025-06-09 15:21 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v1 1/6] net/intel: update E830 Tx Time Queue Context Structure
 2025-06-09 15:21 UTC  (6+ messages)
` [PATCH v3 0/6] Add TxPP Support for E830
  ` [PATCH v3 4/6] net/intel: add AVX2 Support for TxPP
  ` [PATCH v3 5/6] net/intel: add AVX512 "

[PATCH v9 0/9] Add additional plugin API functions to read and write memory and registers
 2025-06-09 15:20 UTC  (5+ messages)
` [PATCH v9 3/9] plugins: Add enforcement of QEMU_PLUGIN_CB flags in register R/W callbacks

[PATCH v2] sched/topology: Fix for_each_node_numadist() lockup with !CONFIG_NUMA
 2025-06-09 15:20 UTC  (3+ messages)

[PATCH 0/4] Don't make noise about disconnected USB4 devices
 2025-06-09 15:20 UTC  (6+ messages)
` [PATCH 1/4] PCI: Don't show errors on inaccessible PCI devices
` [PATCH 2/4] PCI: Fix runtime PM usage count underflow

[PATCH net-next V2 00/11] net/mlx5e: Add support for devmem and io_uring TCP zero-copy
 2025-06-09 15:20 UTC  (7+ messages)
` [PATCH net-next V2 07/11] net/mlx5e: SHAMPO: Headers page pool stats

[PATCH v7 06/10] gpio: aggregator: export symbols of the GPIO forwarder library
 2025-06-09 15:20 UTC  (2+ messages)

[PATCH RFC 0/4] block: set chunk_sectors from stacked dev stripe size
 2025-06-09 15:19 UTC  (3+ messages)
` [PATCH RFC 3/4] dm-stripe: limit chunk_sectors to the "

[PATCH 0/3] fstests overlay updates for 6.16-rc1
 2025-06-09 15:19 UTC  (4+ messages)
` [PATCH 1/3] fstests: add helper _scratch_shutdown_and_syncfs
` [PATCH 2/3] fstests: add helper _require_xfs_io_shutdown
` [PATCH 3/3] overlay/08[89]: add tests for data-only redirect with userxattr

[PATCH v2 00/10] Support Engicam MicroGEA boards
 2025-06-09 15:18 UTC  (7+ messages)
` [PATCH v2 02/10] ARM: dts: imx6ul: support Engicam MicroGEA-MX6UL SoM
` [PATCH v2 03/10] ARM: dts: imx6ul: support Engicam MicroGEA BMM board

[PATCH 1/1 v6.16] perf test event_uniquifying: Skip test on platforms without 'clockticks' events
 2025-06-09 15:18 UTC  (6+ messages)

[PATCH v2 0/3] remoteproc: imx_rproc: Support i.MX95
 2025-06-09 15:17 UTC  (3+ messages)
` [PATCH v2 2/3] remoteproc: imx_rproc: Add support for System Manager API

[PATCH v1] arm64: dts: freescale: imx8mp-var-som: Add EQoS support with MaxLinear PHY
 2025-06-09 15:16 UTC  (3+ messages)

[PATCH v6 00/11] mtd: add driver for Intel discrete graphics
 2025-06-09 15:16 UTC  (10+ messages)
` [PATCH v6 01/11] mtd: core: always create master device

[PATCH v4 0/3] rpmsg: Introduce RPMSG_CREATE_EPT_FD_IOCTL uAPI
 2025-06-09 15:15 UTC  (4+ messages)
` [PATCH v4 1/3] rpmsg: char: Reuse eptdev logic for anonymous device
` [PATCH v4 2/3] rpmsg: char: Implement eptdev based on anonymous inode
` [PATCH v4 3/3] rpmsg: ctrl: Introduce RPMSG_CREATE_EPT_FD_IOCTL uAPI

[PATCH v3.1 0/7] A few drm_syncobj optimisations
 2025-06-09 15:15 UTC  (5+ messages)
` ✓ CI.KUnit: success for "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "

[PATCH] printk: Allow to use the printk kthread immediately even for 1st nbcon
 2025-06-09 15:12 UTC  (2+ messages)

[PATCH net-next v12 00/13] Add support for PSE budget evaluation strategy
 2025-06-09 15:12 UTC  (8+ messages)

[PATCH v3 0/4] Add capability to create property from old property
 2025-06-09 12:39 UTC  (3+ messages)
` [PATCH v3 1/4] srcpos: Define srcpos_free

[PATCH v5 0/4] Fixing some dma-fence use-after-free
 2025-06-09 15:10 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCH] cxl: Remove core/acpi.c and cxl core dependency on ACPI
 2025-06-09 15:10 UTC  (3+ messages)

[PATCH 0/9] Add WildCat Lake support
 2025-06-09 15:09 UTC  (7+ messages)
` [PATCH 8/9] drm/i915/wcl: C10 phy connected to port A and B
` [PATCH 9/9] drm/i915/xe3lpd: Extend WA 16023981245 for display 30.02

[PATCH RFC v2] mm: use per_vma lock for MADV_DONTNEED
 2025-06-09 15:08 UTC  (11+ messages)

[PATCH 1/3] common/spl: fix potential out of buffer access in spl_fit_get_image_name function
 2025-06-09 15:08 UTC  (5+ messages)
` [PATCH v2 0/3] common/spl fixes
  ` [PATCH v2 3/3] common/spl: improve error handling in spl_fit

Patchwork summary for: spi-devel-general
 2025-06-09 15:08 UTC 

[PATCH 0/3] CXL: ACPI: faux: Fix cxl_core.ko module load regression
 2025-06-09 15:04 UTC  (2+ messages)

[PATCH for-next] RDMA/efa: Add CQ with external memory support
 2025-06-09 15:03 UTC  (10+ messages)

[PATCH v2 00/21] export/fuse: Use coroutines and multi-threading
 2025-06-09 15:03 UTC  (3+ messages)
` [PATCH v2 12/21] block: Move qemu_fcntl_addfl() into osdep.c

[PATCH v2 0/4] mm: userfaultfd: assorted fixes and cleanups
 2025-06-09 15:02 UTC  (4+ messages)
` [PATCH v2 1/4] userfaultfd: correctly prevent registering VM_DROPPABLE regions

[PATCH] dt-bindings: phy: Convert ti,da830-usb-phy to DT schema
 2025-06-09 14:46 UTC  (2+ messages)

[PATCH RFC 0/2] arm64: tegra: Add NVIDIA Jetson Nano 2GB Developer Kit support
 2025-06-09 15:01 UTC  (2+ messages)

[PATCH v6 0/4] arm64: dts: qcom: Add Lenovo ThinkBook 16 device tree
 2025-06-09 15:01 UTC  (2+ messages)

[PATCH v5 0/4] X1E Asus Zenbook A14 support
 2025-06-09 15:01 UTC  (2+ messages)

[PATCH 0/3] SPMI dt-bindings and nodes for Apple A11 and T2 SoCs
 2025-06-09 14:59 UTC  (2+ messages)
` [PATCH 3/3] arm64: dts: apple: t8015: Add SPMI node


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.