All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-05-15 23:20:14 to 2026-05-16 01:20:39 UTC [more...]

[RFC v2 0/5] tpm_crb: Add command and response buffer chunking support
 2026-05-16  1:20 UTC  (6+ messages)
` [RFC v2 4/5] tpm: Increase TPM_BUFSIZE to 8kB for "

[PATCH v14 net-next 11/11] net/nebula-matrix: add common dev start/stop operation
 2026-05-16  1:17 UTC  (2+ messages)

[PATCH v14 net-next 10/11] net/nebula-matrix: add common/ctrl dev init/reinit operation
 2026-05-16  1:17 UTC  (2+ messages)

[PATCH v14 net-next 09/11] net/nebula-matrix: add Dispatch layer implementation
 2026-05-16  1:17 UTC  (2+ messages)

[PATCH v14 net-next 08/11] net/nebula-matrix: add vsi resource implementation
 2026-05-16  1:17 UTC  (2+ messages)

[PATCH v14 net-next 07/11] net/nebula-matrix: add intr resource implementation
 2026-05-16  1:17 UTC  (2+ messages)

[PATCH v14 net-next 06/11] net/nebula-matrix: add common resource implementation
 2026-05-16  1:17 UTC  (2+ messages)

[PATCH v14 net-next 05/11] net/nebula-matrix: add channel layer
 2026-05-16  1:17 UTC  (2+ messages)

[PATCH v14 net-next 03/11] net/nebula-matrix: add chip related definitions
 2026-05-16  1:17 UTC  (2+ messages)

[PATCH v14 net-next 02/11] net/nebula-matrix: add our driver architecture
 2026-05-16  1:17 UTC  (2+ messages)

[PATCH 1/3 net-next v4] ipv4: centralize devconf sysctl handling
 2026-05-16  1:16 UTC  (7+ messages)
` [PATCH 3/3 net-next v4] selftests: net: add test for IPv4 devconf netlink notifications

[PATCH v1] tpm_crb: Check ACPI_COMPANION() against NULL during probe
 2026-05-16  1:14 UTC  (2+ messages)

[PATCH net-deletions] net: remove ax25 and amateur radio (hamradio) subsystem
 2026-05-16  1:14 UTC  (4+ messages)

[PATCHv2 net-next] tcp: Add TCP ROCCET congestion control module
 2026-05-16  1:12 UTC  (2+ messages)

[PATCH net-next v2 15/15] bnxt_en: Add kTLS retransmission support
 2026-05-16  1:10 UTC  (2+ messages)

[PATCH net-next v2 13/15] bnxt_en: Implement kTLS TX normal path
 2026-05-16  1:10 UTC  (2+ messages)

[PATCH net-next v2 12/15] bnxt_en: Support kTLS TX offload by implementing .tls_dev_add/del()
 2026-05-16  1:10 UTC  (2+ messages)

[PATCH net-next v2 11/15] bnxt_en: Add crypto MPC transmit/completion infrastructure
 2026-05-16  1:10 UTC  (2+ messages)

[PATCH net-next v2 10/15] bnxt_en: Add MPC transmit and completion functions
 2026-05-16  1:10 UTC  (2+ messages)

[PATCH net-next v2 09/15] bnxt_en: Add infrastructure for crypto key context IDs
 2026-05-16  1:10 UTC  (2+ messages)

[PATCH net-next v2 08/15] bnxt_en: Reserve crypto RX and TX key contexts on a PF
 2026-05-16  1:10 UTC  (2+ messages)

[PATCH net-next v2 07/15] bnxt_en: Allocate crypto structure and backing store
 2026-05-16  1:10 UTC  (2+ messages)

[PATCH net-next v2 03/15] bnxt_en: Set default MPC ring count
 2026-05-16  1:10 UTC  (2+ messages)

Perf review prompts
 2026-05-16  1:09 UTC  (2+ messages)

[PATCH net-next 1/3] net: libwx: add support for set_ringparam in wx_ethtool_ops_vf
 2026-05-16  1:07 UTC  (2+ messages)

[PATCH 0/5] Add support for TQMa6UL[L]x on MBA6ULx
 2026-05-16  1:07 UTC  (2+ messages)

[PATCH net-next 0/3] net: libwx: improve VF ethtool support
 2026-05-16  1:07 UTC  (3+ messages)
` [PATCH net-next 3/3] net: libwx: support vf hardware statistics

[PATCH v5 0/8] fit: dm-verity support
 2026-05-15 23:38 UTC  (9+ messages)
` [PATCH v5 1/8] image: fit: add dm-verity property name constants
` [PATCH v5 2/8] boot: fit: support generating DM verity cmdline parameters
` [PATCH v5 3/8] include: hexdump: make hex2bin() usable from host tools
` [PATCH v5 4/8] tools: mkimage: add dm-verity Merkle-tree generation
` [PATCH v5 5/8] doc: fit: add dm-verity boot parameter documentation
` [PATCH v5 6/8] test: boot: add runtime unit test for fit_verity_build_cmdline()
` [PATCH v5 7/8] test: py: add mkimage dm-verity round-trip test
` [PATCH v5 8/8] configs: sandbox: enable CONFIG_FIT_VERITY

[PATCH v2 00/21] fuse: extend passthrough to inode operations
 2026-05-16  1:04 UTC  (23+ messages)
` [PATCH v2 01/21] fuse: introduce FUSE_PASSTHROUGH_INO mode
` [PATCH v2 02/21] fuse: prepare for passthrough of inode operations
` [PATCH v2 03/21] fuse: prepare for readdir passthrough on directories
` [PATCH v2 04/21] fuse: implement passthrough for readdir
` [PATCH v2 05/21] fuse: prepare for long lived reference on backing file
` [PATCH v2 06/21] fuse: implement passthrough for getattr/statx
` [PATCH v2 07/21] fuse: prepare to setup backing inode passthrough on lookup
` [PATCH v2 08/21] fuse: handle zero ops_mask in FUSE_DEV_IOC_BACKING_OPEN
` [PATCH v2 09/21] fuse: handle partial io passthrough for read/write, splice, and mmap
` [PATCH v2 10/21] fuse: prepare to cache statx attributes from entry replies
` [PATCH v2 11/21] fuse: clean up fuse_dentry_revalidate()
` [PATCH v2 12/21] fuse: add struct fuse_entry2_out and helpers for extended entry replies
` [PATCH v2 13/21] fuse: add passthrough lookup
` [PATCH v2 14/21] fuse: add passthrough support for entry creation
` [PATCH v2 15/21] fuse: add passthrough support for create+open
` [PATCH v2 16/21] fuse: allow backing_id=0 in open to inherit inode's backing file
` [PATCH v2 17/21] backing-inode: add backing_inode_copyattr()
` [PATCH v2 18/21] backing-inode: add backing_inode_setattr()
` [PATCH v2 19/21] fuse: add passthrough setattr
` [PATCH v2 20/21] fuse: use passthrough getattr in setattr suid/sgid handling
` [PATCH v2 21/21] docs: fuse: document extended passthrough (FUSE_PASSTHROUGH_INO)

[PATCH v7 00/12] pinctrl: add support of Airoha SoCs
 2026-05-16  1:00 UTC  (13+ messages)
` [PATCH v7 01/12] bitops: import BITS_PER_TYPE() macro from linux
` [PATCH v7 02/12] bitfield: Add less-checking __FIELD_{GET,PREP}()
` [PATCH v7 03/12] bitfield: Add non-constant field_{prep, get}() helpers
` [PATCH v7 04/12] pinctrl: add more pinconf/pinctrl definitions
` [PATCH v7 05/12] pinctrl: sort and format the contents of the makefile
` [PATCH v7 06/12] pinctrl: airoha: add shared pinctrl code
` [PATCH v7 07/12] pinctrl: airoha: add pin controller and gpio driver for AN7581 SoC
` [PATCH v7 08/12] pinctrl: airoha: add pin controller and gpio driver for AN7583 SoC
` [PATCH v7 09/12] pinctrl: airoha: add pin controller and gpio driver for EN7523 SoC
` [PATCH v7 10/12] configs: airoha: an7581: enable pinctrl/gpio support
` [PATCH v7 11/12] configs: airoha: en7523: "
` [PATCH v7 12/12] arm: dts: en7523: add pinctrl/gpio support, drop legacy gpio support

[PATCH] pack-objects: fix typo in code comment
 2026-05-16  1:01 UTC 

[PATCH] Documentation: fix typos in user docs and release notes
 2026-05-16  1:00 UTC 

[RFC PATCH v2.2 10/28] mm/damon/sysfs: implement probe dir
 2026-05-16  1:00 UTC  (2+ messages)

[PATCH net-next] net/sched: sch_dualpi2: annotate data-races in dualpi2_dump_stats()
 2026-05-16  1:00 UTC  (2+ messages)

[PATCH net-next] net: always declare __sock_wfree() and tcp_wfree()
 2026-05-16  1:00 UTC  (2+ messages)

[PATCH net-next] llc: avoid sparse cast-truncates warning in counter clamps
 2026-05-16  1:00 UTC  (2+ messages)

[RFC PATCH v2.2 08/28] mm/damon/paddr: support data attributes monitoring
 2026-05-16  0:56 UTC  (2+ messages)

[PATCH net v4] ipv6: validate extension header length before copying to cmsg
 2026-05-16  0:55 UTC  (2+ messages)

[PATCH v2 0/4] PSR2 SDP on Prior Scanline workarounds
 2026-05-16  0:54 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for PSR2 SDP on Prior Scanline workarounds (rev2)

[PATCH net] vsock/virtio: fix zerocopy completion for multi-skb sends
 2026-05-16  0:50 UTC  (2+ messages)

[ANNOUNCE] Release v6.1.173-cip56
 2026-05-16  0:48 UTC 

[Bug 221523] New: [BUG] hp-wmi: OMEN 16-ap0xxx (8E35) - fan control not available (no PWM)
 2026-05-16  0:49 UTC  (3+ messages)
` [Bug 221523] "

[PATCH 6.18 000/188] 6.18.32-rc1 review
 2026-05-16  0:48 UTC  (3+ messages)
` [PATCH 6.18 143/188] sched_ext: Use HK_TYPE_DOMAIN_BOOT to detect isolcpus= domain isolation

[PATCH v2 0/2] PCI+IB/hfi1: Fold duplicate secondary bus reset code
 2026-05-16  0:47 UTC  (7+ messages)
` [PATCH v2 1/2] PCI: Export pci_parent_bus_reset() for drivers to use

[RFC PATCH v2.2 07/28] mm/damon/core: do data attributes monitoring
 2026-05-16  0:46 UTC  (2+ messages)

[PATCH v2 0/9] Remove SMMUv3 struct arm_smmu_cmdq_ent
 2026-05-16  0:46 UTC  (6+ messages)
` [PATCH v2 4/9] iommu/arm-smmu-v3: Convert arm_smmu_cmdq_batch cmds to struct arm_smmu_cmd
` [PATCH v2 5/9] iommu/arm-smmu-v3: Remove CMDQ_OP_CFGI_CD_ALL from arm_smmu_cmdq_build_cmd()

[linux-next:master 3552/4394] htmldocs: Documentation/admin-guide/device-mapper/dm-inlinecrypt.rst:1: WARNING: Title overline too short
 2026-05-16  0:44 UTC 

[PATCH v3 00/21] TP8028 Rapid Path Failure Recovery
 2026-05-16  0:45 UTC  (5+ messages)
` [PATCH v3 13/21] nvme-fc: Use CCR to recover controller that hits an error

[PATCH v2] Bluetooth: bnep: reject short frames before parsing
 2026-05-16  0:44 UTC 

[PATCH v6 00/10] hw/riscv: Add the Tenstorrent Atlantis machine
 2026-05-16  0:42 UTC  (11+ messages)
` [PATCH v6 01/10] hw/riscv/boot: Describe discontiguous memory in boot_info
` [PATCH v6 02/10] hw/riscv/boot: Account for discontiguous memory when loading firmware
` [PATCH v6 03/10] hw/riscv/virt: Move AIA initialisation to helper file
` [PATCH v6 04/10] hw/riscv/aia: Provide number of irq sources
` [PATCH v6 05/10] hw/riscv: Add Tenstorrent Atlantis machine
` [PATCH v6 06/10] hw/riscv/atlantis: Provide a simple halting payload
` [PATCH v6 07/10] tests/functional/riscv64: Add tt-atlantis tests
` [PATCH v6 08/10] hw/i2c: Add DesignWare I2C Controller
` [PATCH v6 09/10] hw/riscv/atlantis: Integrate i2c controllers
` [PATCH v6 10/10] hw/riscv/atlantis: Add some i2c peripherals

[geert-renesas-devel:renesas-dts-for-v7.2] BUILD SUCCESS 44f1ef06ceec55b7704c7d773d6136ca8b90f8b7
 2026-05-16  0:43 UTC 

[RFC PATCH v2.2 06/28] mm/damon/core: introduce damon_ops->apply_probes
 2026-05-16  0:41 UTC  (2+ messages)

[PATCH net-next v6 0/2] net: hsr: strict supervision TLV validation
 2026-05-16  0:40 UTC  (4+ messages)
` [PATCH net-next v6 1/2] net: hsr: require valid EOT supervision TLV

[PATCH net-next] net: airoha: Reserve RX headroom to avoid skb reallocation
 2026-05-16  0:40 UTC  (2+ messages)

[PATCH net 0/4] xsk: fix meta and publish of cq issues
 2026-05-16  0:39 UTC  (8+ messages)
` [PATCH net 3/4] xsk: drain continuation descs after overflow in xsk_build_skb()

[RFC PATCH v2.2 05/28] mm/damon/core: introduce damon_region->probe_hits
 2026-05-16  0:35 UTC  (2+ messages)

[PATCH v4 00/15] TP8028 Rapid Path Failure Recovery
 2026-05-16  0:35 UTC  (9+ messages)
` [PATCH v4 11/15] nvme-rdma: Use CCR to recover controller that hits an error
` [PATCH v4 13/15] nvme-fc: "
` [PATCH v4 14/15] nvme-fc: Hold inflight requests while in FENCING state
` [PATCH v4 15/15] nvme-fc: Do not cancel requests in io taget before it is initialized

[PATCH v6 0/3] mm/swap: use swap_ops to register swap device's methods
 2026-05-16  0:34 UTC  (7+ messages)
` [PATCH v6 2/3] "

[lwn:docs-mw 37/42] Warning: arch/arm/mach-omap2/vc.c:400 Excess function parameter 'off_mode' description in 'omap3_set_i2c_timings'
 2026-05-16  0:32 UTC 

[PATCH 5/5] hwmon: (pmbus/adm1266) bounce blackbox records through a protocol-sized buffer
 2026-05-16  0:30 UTC  (2+ messages)

[PATCH net] IB/IPoIB: ndo_set_rx_mode_async conversion
 2026-05-16  0:30 UTC  (2+ messages)

[PATCH net] octeontx2-af: CGX: add bounds check to cgx_speed_mbps index
 2026-05-16  0:30 UTC  (2+ messages)

[PATCH 7.0 000/201] 7.0.9-rc1 review
 2026-05-16  0:26 UTC  (2+ messages)

[RFC PATCH v2.2 04/28] mm/damon/core: commit probes
 2026-05-16  0:23 UTC  (2+ messages)

[geert-renesas-devel:renesas-r8a73a4-dt-binding-defs] BUILD SUCCESS 2abdc3dcf9780d070e55a99fdf8f93440c798b84
 2026-05-16  0:21 UTC 

[PATCH 5/6] ARM: dts: imx: replace undocumented compatible string edt,edt-ft5x06 with edt,edt-ft5206
 2026-05-16  0:18 UTC  (2+ messages)

[PATCH v14 03/28] drm: Add "color format" connector property
 2026-05-16  0:17 UTC 

[RFC PATCH v2.2 03/28] mm/damon/core: introduce damon_filter
 2026-05-16  0:11 UTC  (2+ messages)

[syzbot] [kernel?] INFO: task hung in nsim_bus_dev_del
 2026-05-16  0:11 UTC 

[PATCH v1 0/4] Hyper-V: Add para-virtualized IOMMU support for Linux guests
 2026-05-16  0:11 UTC  (12+ messages)
` [PATCH v1 3/4] iommu/hyperv: Add para-virtualized IOMMU support for Hyper-V guest
` [PATCH v1 4/4] iommu/hyperv: Add page-selective IOTLB flush support

[PATCH 0/3] Clean up bloblist initialization
 2026-05-16  0:10 UTC  (5+ messages)
` [PATCH 3/3] bloblist: Rework bloblist_init and bloblist_maybe_init

[PATCH] Revert "mm: introduce a new page type for page pool in page type"
 2026-05-16  0:10 UTC  (2+ messages)

[PATCH i-g-t v3] tests/chamelium/kms_chamelium_audio: Add suspend/resume audio tests
 2026-05-16  0:09 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for tests/chamelium/kms_chamelium_audio: Add suspend/resume audio tests (rev4)

[PATCH net v4] net: skbuff: propagate shared-frag marker through frag-transfer helpers
 2026-05-16  0:08 UTC  (5+ messages)

[git pull] IOMMU Fixes for Linux v7.1-rc3
 2026-05-16  0:06 UTC  (2+ messages)

[git pull] drm fixes for 7.1-rc4
 2026-05-16  0:06 UTC  (2+ messages)

[GIT PULL] VFIO fixes for v7.1-rc4
 2026-05-16  0:06 UTC  (2+ messages)

[GIT PULL] arm64 fixes for 7.1-rc4
 2026-05-16  0:06 UTC  (2+ messages)

[PATCH 0/3] usb: dwc3: xilinx: minor fixes for dwc3-xilinx glue driver
 2026-05-16  0:04 UTC  (5+ messages)
` [PATCH 3/3] usb: dwc3: xilinx: fix error handling in zynqmp init error paths

[tip:master] BUILD SUCCESS c991e3897ead0c0622df2c5170b48b4dcf587921
 2026-05-16  0:04 UTC 

[PATCH v1 3/3] tools/mm/slabinfo: remove redundant slab->partial assignment
 2026-05-16  0:04 UTC  (2+ messages)

[RFC PATCH] approxidate: make "today" wrap to midnight
 2026-05-16  0:03 UTC  (2+ messages)

[PATCH v1 2/3] tools/mm/slabinfo: remove dead assignment in get_obj_and_str()
 2026-05-16  0:02 UTC  (2+ messages)

KernelCI Metrics Report - 2026-05-16 00:00 UTC
 2026-05-16  0:01 UTC 

[PATCH v3] mm: process_mrelease: introduce PROCESS_MRELEASE_REAP_KILL flag
 2026-05-16  0:00 UTC  (6+ messages)

[koverstreet-bcachefs:bcachefs-testing 11/101] fs/bcachefs/vfs/ioctl.c:907:27: sparse: sparse: cast to non-scalar
 2026-05-15 23:59 UTC 

[PATCH bpf-next v5 0/3] bpf: Implement stack_map_get_build_id_offset_sleepable()
 2026-05-15 23:59 UTC  (7+ messages)
` [PATCH bpf-next v5 2/3] bpf: Avoid faultable build ID reads under mm locks
` [PATCH bpf-next v5 3/3] bpf: Cache build IDs in sleepable stackmap path

[PATCH v1 1/3] tools/mm/slabinfo: Fix trace disable logic inversion
 2026-05-15 23:58 UTC  (2+ messages)

[PATCH] ocfs2: kill osb->system_file_mutex lock
 2026-05-15 23:56 UTC  (6+ messages)

[PATCH 0/2] usb: atm: ueagle-atm: cosmetic changes to .probe()
 2026-05-15 23:54 UTC  (3+ messages)
` [PATCH 1/2] usb: atm: ueagle-atm: adjust 'device found' message
` [PATCH 2/2] usb: atm: ueagle-atm: add missing uea_leaves() in uea_probe()

seccomp_notif_inject.c:(.text+0x3405): warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp'
 2026-05-15 23:54 UTC 

[PATCH 4/5] hwmon: (pmbus/adm1266) include PEC byte in pmbus_block_xfer read buffer
 2026-05-15 23:53 UTC  (2+ messages)

[PATCH] usb: atm: ueagle-atm: use synchronous request_firmware()
 2026-05-15 23:52 UTC 

[PATCH] fuse: invalidate readdir cache on epoch bump
 2026-05-15  0:14 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v16 00/38] x86: Secure Launch support for Intel TXT
 2026-05-15 23:51 UTC  (7+ messages)
` [PATCH v16 01/38] tpm: Initial step to reorganize TPM public headers
` [PATCH v16 04/38] tpm: Move TPM common base definitions to the command header

[PATCH] staging: sm750: rename CamelCase variable in sm750.c
 2026-05-15 23:48 UTC  (2+ messages)

[PATCH 0/2] drm: detect panel type from DisplayID 2.x
 2026-05-15 23:47 UTC  (4+ messages)
` [PATCH 1/2] drm/edid: parse panel type from DisplayID 2.x Display Parameters block

[PATCH v2 0/5] sunxi: A523: Add SPI support
 2026-05-15 23:46 UTC  (6+ messages)
` [PATCH v2 1/5] spi: sunxi: add support for A523 SPI controller
` [PATCH v2 2/5] sunxi: spl: spi: Clean up SPI0 pinmux setting
` [PATCH v2 3/5] sunxi: spl: spi: Add support for Allwinner A523
` [PATCH v2 4/5] sunxi: configs: Radxa Cubie A5E: enable SPI
` [PATCH v2 5/5] sunxi: configs: OrangePi 4A: "

[PATCH] drm/radeon: avoid printing NULL strings
 2026-05-15 23:45 UTC  (2+ messages)

[PATCH 6.12 000/144] 6.12.90-rc1 review
 2026-05-15 23:44 UTC  (2+ messages)

UBSan failing on expensive test(s)
 2026-05-15 23:43 UTC 

[PATCH v2 0/4] i2c: qcom-cci: Fix NULL pointer dereference in cci_remove()
 2026-05-15 23:41 UTC  (5+ messages)
` [PATCH v2 1/4] "
` [PATCH v2 2/4] i2c: qcom-cci: Do not check return value of cci_init()
` [PATCH v2 3/4] i2c: qcom-cci: Move cci_init() under cci_reset() function
` [PATCH v2 4/4] i2c: qcom-cci: Remove overcautious disable_irq() calls

[PATCH 00/13] iMX8M: Covert to OF_UPSTREAM
 2026-05-15 23:39 UTC  (2+ messages)

[PATCH v2 00/17] arm64: Use EL2 virtual timer when running VHE
 2026-05-15 23:38 UTC  (3+ messages)
` [PATCH v2 05/17] arm64: dts: allwinner: Add EL2 virtual timer interrupt

[PATCH v6 1/6] wifi: mac80211: Use struct instead of macro for PREQ frame
 2026-05-15 23:38 UTC  (6+ messages)
` [PATCH v6 2/6] wifi: mac80211: Use struct instead of macro for PREP frame
` [PATCH v6 3/6] wifi: mac80211: Use struct instead of macro for PERR frame
` [PATCH v6 4/6] wifi: mac80211: Fix overread in PREQ frame processing
` [PATCH v6 5/6] wifi: mac80211: Fix overread in PREP "
` [PATCH v6 6/6] wifi: mac80211: Fix PERR "

[PATCH v4 00/14] perf build: Reduce build time by nearly half
 2026-05-15 23:32 UTC  (3+ messages)
` [PATCH v5 "

[PATCH V2 6/6] arm64: dts: rockchip: Add Anbernic RG Vita-Pro
 2026-05-15 23:31 UTC  (2+ messages)

[GIT PULL] Please pull u-boot-imx-next-20260515
 2026-05-15 23:30 UTC 

[PATCH v6] revision.c: implement --max-count-oldest
 2026-05-15 23:29 UTC  (2+ messages)
` [PATCH v7] "

[PATCH v5 08/14] perf build: Move libsymbol dependency out of prepare step
 2026-05-15 23:27 UTC  (3+ messages)

[PATCH v5 10/14] perf pmu-events: Split big_c_string storage into standalone compilation unit
 2026-05-15 23:25 UTC  (3+ messages)

[PATCH] powerpc/44x: Use platform resource helper for GPIO MMIO
 2026-05-15 23:25 UTC 

[PATCH v2 0/3] x86: Fix a F00F bug warning and cleanup surrounding code
 2026-05-15 23:23 UTC  (4+ messages)
` [PATCH v2 2/3] x86/cpu/intel: Simplify F00F bug notice using pr_notice_once()

[PATCH] drm/i915/display: Use PIPEDMC_FRMTMSTMP on display ver >= 30
 2026-05-15 23:23 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for "

[PATCH v1] include: Remove unused crypto-ux500.h
 2026-05-15 23:21 UTC  (2+ messages)

[PATCH 3/5] hwmon: (pmbus/adm1266) reject implausible blackbox record_count
 2026-05-15 23:20 UTC  (2+ messages)

[PATCH 0/6] net/gve: add hardware timestamping support
 2026-05-15 23:19 UTC  (3+ messages)
` [PATCH v2 "
  ` [PATCH v2 6/6] net/gve: reconstruct HW timestamps from DQO


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.