All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-05 15:19:08 to 2026-01-05 15:54:21 UTC [more...]

[PATCH v3 1/3] tools/testing/vma/vma_internal.h: provide fatal_signal_pending
 2026-01-05 15:47 UTC  (5+ messages)

[PATCH net-next v6 00/16] net: introduce QUIC infrastructure and core subcomponents
 2026-01-05 14:04 UTC  (5+ messages)
` [PATCH net-next v6 02/16] net: build socket infrastructure for QUIC protocol
` [PATCH net-next v6 03/16] quic: provide common utilities and data structures
` [PATCH net-next v6 04/16] quic: provide family ops for address and protocol
` [PATCH net-next v6 05/16] quic: provide quic.h header files for kernel and userspace

[PATCH v5 28/36] kfence: Enable context analysis
 2026-01-05 15:54 UTC  (2+ messages)
` [tip: locking/core] "

[PATCH v5 29/36] kcov: Enable context analysis
 2026-01-05 15:54 UTC  (2+ messages)
` [tip: locking/core] "

[PATCH v5 30/36] kcsan: Enable context analysis
 2026-01-05 15:54 UTC  (2+ messages)
` [tip: locking/core] "

[PATCH v5 31/36] stackdepot: Enable context analysis
 2026-01-05 15:54 UTC  (2+ messages)
` [tip: locking/core] "

[PATCH v5 32/36] rhashtable: Enable context analysis
 2026-01-05 15:54 UTC  (2+ messages)
` [tip: locking/core] "

[PATCH v5 33/36] printk: Move locking annotation to printk.c
 2026-01-05 15:54 UTC  (2+ messages)
` [tip: locking/core] "

[PATCH v5 34/36] security/tomoyo: Enable context analysis
 2026-01-05 15:54 UTC  (2+ messages)
` [tip: locking/core] "

[PATCH v5 35/36] crypto: Enable context analysis
 2026-01-05 15:54 UTC  (2+ messages)
` [tip: locking/core] "

[PATCH v5 36/36] sched: Enable context analysis for core.c and fair.c
 2026-01-05 15:53 UTC  (2+ messages)
` [tip: locking/core] "

[PATCH] kernel/bpf/verifier: removed an unused parameter in check_func_proto
 2026-01-05 15:50 UTC 

[PATCH 0/3] gpio: shared: close remaining gaps
 2026-01-05 15:53 UTC  (4+ messages)
  ` [PATCH 3/3] gpio: shared: allow sharing a reset-gpios pin between reset-gpio and gpiolib

[PATCH v5 02/36] compiler-context-analysis: Add infrastructure for Context Analysis with Clang
 2026-01-05 15:53 UTC  (2+ messages)
` [tip: locking/core] tags: Add regex for context_lock_struct

[PATCH v2 0/5] Enable THP support in drm_pagemap
 2026-01-05 15:53 UTC  (3+ messages)
` [PATCH v2 3/5] drm/pagemap: Add helper to access zone_device_data

[PATCH v10 0/5] Add Qualcomm Technologies, Inc. Talos EVK SMARC support
 2026-01-05 15:52 UTC  (5+ messages)
` [PATCH v10 2/5] dt-bindings: backlight: gpio-backlight: allow multiple GPIOs
` [PATCH v10 3/5] backlight: gpio: add support for multiple GPIOs for backlight control

[PATCH v2 0/6] staging: ad9832: driver cleanup
 2026-01-05 15:52 UTC  (5+ messages)
` [PATCH v2 4/6] staging: iio: ad9832: remove dds.h dependency

[PATCH 0/2] gpio: shared: another set of small fixes
 2026-01-05 15:52 UTC  (3+ messages)
` [PATCH 1/2] gpio: shared: assign the correct firmware node for reset-gpio use-case
` [PATCH 2/2] gpio: shared: fix a race condition

[PATCH 0/4] x86/asm: .byte removal
 2026-01-05 15:52 UTC  (5+ messages)
` [PATCH 2/4] x86/xstate: Rework XSAVE/XRSTOR given a newer toolchain baseline
` [PATCH 3/4] x86/i387: Rework fpu_fxrstor() "

[PATCH v2 0/8] KVM: SVM: Fix exit_code bugs
 2026-01-05 15:52 UTC  (4+ messages)
` [PATCH v2 8/8] KVM: SVM: Assert that Hyper-V's HV_SVM_EXITCODE_ENL == SVM_EXIT_SW

[PATCH] drm/xe: put COMMON_SLICE_CHICKEN3 on the allowlist for UMD
 2026-01-05 15:51 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for "

[PATCH v2] drm/panel: edp: add BOE NV140WUM-T08 panel
 2026-01-05 15:51 UTC 

[PATCH net v2] bnxt_en: Fix NULL pointer crash in bnxt_ptp_enable during error cleanup
 2026-01-05 15:51 UTC  (3+ messages)

[PATCH 00/30] KVM: arm64: Add support for protected guest memory with pKVM
 2026-01-05 15:49 UTC  (31+ messages)
` [PATCH 01/30] KVM: arm64: Invert KVM_PGTABLE_WALK_HANDLE_FAULT to fix pKVM walkers
` [PATCH 02/30] KVM: arm64: Remove redundant 'pgt' pointer checks from MMU notifiers
` [PATCH 03/30] KVM: arm64: Rename __pkvm_pgtable_stage2_unmap()
` [PATCH 04/30] KVM: arm64: Don't advertise unsupported features for protected guests
` [PATCH 05/30] KVM: arm64: Expose self-hosted debug regs as RAZ/WI "
` [PATCH 06/30] KVM: arm64: Remove pointless is_protected_kvm_enabled() checks from hyp
` [PATCH 07/30] KVM: arm64: Ignore MMU notifier callbacks for protected VMs
` [PATCH 08/30] KVM: arm64: Prevent unsupported memslot operations on "
` [PATCH 09/30] KVM: arm64: Split teardown hypercall into two phases
` [PATCH 10/30] KVM: arm64: Introduce __pkvm_host_donate_guest()
` [PATCH 11/30] KVM: arm64: Hook up donation hypercall to pkvm_pgtable_stage2_map()
` [PATCH 12/30] KVM: arm64: Handle aborts from protected VMs
` [PATCH 13/30] KVM: arm64: Introduce __pkvm_reclaim_dying_guest_page()
` [PATCH 14/30] KVM: arm64: Hook up reclaim hypercall to pkvm_pgtable_stage2_destroy()
` [PATCH 15/30] KVM: arm64: Refactor enter_exception64()
` [PATCH 16/30] KVM: arm64: Inject SIGSEGV on illegal accesses
` [PATCH 17/30] KVM: arm64: Generalise kvm_pgtable_stage2_set_owner()
` [PATCH 18/30] KVM: arm64: Introduce host_stage2_set_owner_metadata_locked()
` [PATCH 19/30] KVM: arm64: Annotate guest donations with handle and gfn in host stage-2
` [PATCH 20/30] KVM: arm64: Introduce hypercall to force reclaim of a protected page
` [PATCH 21/30] KVM: arm64: Reclaim faulting page from pKVM in spurious fault handler
` [PATCH 22/30] KVM: arm64: Return -EFAULT from VCPU_RUN on access to a poisoned pte
` [PATCH 23/30] KVM: arm64: Add hvc handler at EL2 for hypercalls from protected VMs
` [PATCH 24/30] KVM: arm64: Implement the MEM_SHARE hypercall for "
` [PATCH 25/30] KVM: arm64: Implement the MEM_UNSHARE "
` [PATCH 26/30] KVM: arm64: Allow userspace to create protected VMs when pKVM is enabled
` [PATCH 27/30] KVM: arm64: Add some initial documentation for pKVM
` [PATCH 28/30] KVM: arm64: Extend pKVM page ownership selftests to cover guest donation
` [PATCH 29/30] KVM: arm64: Register 'selftest_vm' in the VM table
` [PATCH 30/30] KVM: arm64: Extend pKVM page ownership selftests to cover forced reclaim

[PATCH v1] ACPI: Documentation: driver-api: Disapprove of using ACPI drivers
 2026-01-05 15:50 UTC  (4+ messages)

[PATCH v2] perf symbol: remove Rust symbol workarounds
 2026-01-05 15:50 UTC  (2+ messages)

[PATCH v2] net: sfp: add SMBus I2C block support
 2026-01-05 15:49 UTC  (2+ messages)

[PATCH RFC 00/14] rcu: Reduce rnp->lock contention with per-CPU blocked task lists
 2026-01-05 15:48 UTC  (6+ messages)
` [PATCH RFC 01/14] rcu: Add WARN_ON_ONCE for blocked flag invariant in exit_rcu()
` [PATCH RFC 02/14] rcu: Add per-CPU blocked task lists for PREEMPT_RCU

[BUG] RCU stall in vkms_vblank_simulate due to lock contention during warn_alloc (6.18.0)
 2026-01-05 15:48 UTC 

[PATCH iwl-next v4] idpf: export RX hardware timestamping information to XDP
 2026-01-05 15:45 UTC  (3+ messages)
  ` [Intel-wired-lan] "

[PATCH v4 0/9] Verisilicon DC8200 driver (and adaption to TH1520)
 2026-01-05 15:46 UTC  (4+ messages)
` [PATCH v4 2/9] dt-bindings: display: add verisilicon,dc

[PATCH] iommu/arm-smmu-v3: Maintain valid access attributes for non-coherent SMMU
 2026-01-05 15:46 UTC  (3+ messages)

[PATCH] KVM: s390: vsie: retry SIE when unable to get vsie_page
 2026-01-05 15:46 UTC  (3+ messages)

[PATCH v2 00/20] Clean and update tilcdc driver to support DRM_BRIDGE_ATTACH_NO_CONNECTOR
 2026-01-05 15:45 UTC  (4+ messages)
` [PATCH v2 13/20] drm/tilcdc: Remove the useless module list support

[PATCH v2] drm/xe/i2c: Force polling mode in survivability
 2026-01-05 15:45 UTC  (3+ messages)
` ✓ Xe.CI.Full: success for drm/xe/i2c: Force polling mode in survivability (rev2)

[PATCH] io_uring/io-wq: ensure workers are woken when io-wq context is exited
 2026-01-05 15:45 UTC  (2+ messages)

FAILED: patch "[PATCH] iommu/qcom: fix device leak on of_xlate()" failed to apply to 6.1-stable tree
 2026-01-05 15:44 UTC  (6+ messages)
` [PATCH 6.1.y 1/5] iommu/arm-smmu: Drop if with an always false condition
  ` [PATCH 6.1.y 2/5] iommu/arm-smmu: Convert to platform remove callback returning void
  ` [PATCH 6.1.y 3/5] iommu/qcom: Use the asid read from device-tree if specified
  ` [PATCH 6.1.y 4/5] iommu/qcom: Index contexts by asid number to allow asid 0
  ` [PATCH 6.1.y 5/5] iommu/qcom: fix device leak on of_xlate()

[PATCH v1 01/12] man/man2const/F_DUPFD.2const: HISTORY: Update first POSIX appearance of F_DUPFD(2const)
 2026-01-05 15:44 UTC  (5+ messages)
` [PATCH v1 02/12] man/man2const/F_GETFD.2const: HISTORY: Update first POSIX appearance of F_[GS]ETFD(2const)
  ` [PATCH v1 03/12] man/man2const/F_GETFL.2const: HISTORY: Update first POSIX appearance of F_[GS]ETFL(2const)

[PATCH] mm/mmu_gather: remove @delay_remap of __tlb_remove_page_size()
 2026-01-05 15:44 UTC  (2+ messages)

[PATCH] staging: media: tegra-video: move tegra210_csi_soc declaration to csi.h
 2026-01-05 15:43 UTC  (4+ messages)
` [PATCH v3 0/2] staging: media: tegra-video: move shared SoC declarations to headers

[PATCH 00/19] PBL: Add PBL ELF loading support with dynamic relocations
 2026-01-05 15:43 UTC  (4+ messages)
` [PATCH 08/19] Makefile: add barebox.elf build target

Bug#1121718: linux-image-6.17.8+deb14-amd64: Logitech C920 HD Pro Webcam shows flickering artifacts (sometimes)
 2026-01-05 15:43 UTC  (6+ messages)

[PATCH bpf-next v2 0/5] bpf: lru: Fix unintended eviction when updating lru hash maps
 2026-01-05 15:43 UTC  (6+ messages)
` [PATCH bpf-next v2 2/5] bpf: lru: Factor out bpf_lru_node_reset_state helper
` [PATCH bpf-next v2 3/5] bpf: lru: Factor out bpf_lru_move_next_inactive_rotation helper
` [PATCH bpf-next v2 4/5] bpf: lru: Fix unintended eviction when updating lru hash maps
` [PATCH bpf-next v2 5/5] selftests/bpf: Add tests to verify no unintended eviction when updating lru_[percpu_,]hash maps

[PATCH 0/5] Add dumpfwumdata tool for FWU metadata image
 2026-01-05 15:42 UTC  (5+ messages)
` [PATCH 4/5] tools: "
` [PATCH 5/5] tools: build dumpfwumdata with tools-only_defconfig

[PATCH v3 0/2] arm: move DCZID_EL0 to idregs array
 2026-01-05 15:41 UTC  (3+ messages)
` [PATCH v3 1/2] arm: add {get,set}_dczid_bs helpers
` [PATCH v3 2/2] arm: add DCZID_EL0 to idregs array

[RESEND][PATCH v1 0/3] ACPI: video: Convert ACPI video driver to a platform one
 2026-01-05 15:42 UTC  (2+ messages)

[Intel-wired-lan] [PATCH v2] i40e: drop useless bitmap_weight() call in i40e_set_rxfh_fields()
 2026-01-05 15:41 UTC  (3+ messages)
`  "

[PATCH v2 00/27] Allow inlining C helpers into Rust when using LTO
 2026-01-05 15:41 UTC  (9+ messages)
` [PATCH v2 11/27] rust: mm: add __rust_helper to helpers
` [PATCH v2 16/27] rust: rcu: "
` [PATCH v2 27/27] rust: xarray: "

[PATCH net] net: sfp: return the number of written bytes for smbus single byte access
 2026-01-05 15:40 UTC  (2+ messages)

[PATCH] drm: limit property blob creation per file
 2026-01-05 15:40 UTC  (2+ messages)
` [PATCH v2] drm: Account property blob allocations to memcg

[PATCH 19/36] Bluetooth: SMP: Use new AES library API
 2026-01-05 15:40 UTC  (3+ messages)

[PATCH v2 0/2] pinctrl: qcom: Add Mahua TLMM support
 2026-01-05 15:40 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: pinctrl: qcom,glymur-tlmm: Document Mahua TLMM block

[PATCH] hwmon:(pmbus/tda38740a) TDA38740A Voltage Regulator Driver
 2026-01-05 15:40 UTC  (2+ messages)

[PATCH v1] checkpatch: Warn about sign offs if there's an accidental patch separator
 2026-01-05 15:39 UTC  (7+ messages)

[ANNOUNCE] fstests: for-next branch updated to v2026.01.05
 2026-01-05 15:38 UTC 

[RFC] Secure TCP (STCP): Rust-based encrypted transport protocol for kernel integration
 2026-01-05 15:38 UTC  (7+ messages)
        ` [RFC] STCP: secure-by-default transport (kernel-level, experimental)

[PATCH] staging: greybus: audio: avoid snprintf truncation warnings
 2026-01-05 15:37 UTC  (4+ messages)
` [PATCH v3] "

[PATCH net v2 0/2] net: netdevsim: fix inconsistent carrier state after link/unlink
 2026-01-05 15:36 UTC  (4+ messages)
` [PATCH net v2 1/2] "

[PATCH v2 0/7] Improvements for reading object info
 2026-01-05 15:35 UTC  (3+ messages)
` [PATCH v2 3/7] packfile: extend `is_delta` field to allow for "unknown" state

drm/amd/amdgpu: Port over some missing registers and bits from GC 10.1 to 10.3 (v2)
 2026-01-05 15:35 UTC 

[PATCH net-next v2] net: fec: Add stop mode support on i.MX8DX/i.MX8QP
 2026-01-05 15:35 UTC  (2+ messages)

[PATCH] tools: jobserver: Add validation for jobserver tokens to ensure valid '+' characters
 2026-01-05 15:35 UTC  (3+ messages)

[PATCH v2 0/7] irqchip/gic-v5: Code first ACPI boot support
 2026-01-05 15:35 UTC  (3+ messages)
` [PATCH v2 7/7] irqchip/gic-v5: Add ACPI IWB probing

[peterz-queue:locking/core 34/39] WARNING: modpost: EXPORT symbol "stack_depot_save_flags" [vmlinux] version generation failed, symbol will not be versioned
 2026-01-05 15:35 UTC  (2+ messages)

contrib/bazel interest check
 2026-01-05 15:34 UTC 

[PATCH net-next v2] net: dlink: replace printk() with netdev_{info,dbg}() in rio_probe1()
 2026-01-05 15:34 UTC  (2+ messages)

[f2fs-dev] [PATCH v1 0/5] f2fs: fix large folio read corner cases for immutable files
 2026-01-05 15:31 UTC  (12+ messages)
`  "
` [f2fs-dev] [PATCH v1 1/5] f2fs: Zero f2fs_folio_state on allocation
  `  "
` [f2fs-dev] [PATCH v1 2/5] f2fs: Accounting large folio subpages before bio submission
  `  "
` [f2fs-dev] [PATCH v1 3/5] f2fs: add f2fs_block_needs_zeroing() to handle hole blocks
  `  "
` [f2fs-dev] [PATCH v1 4/5] f2fs: add 'folio_in_bio' to handle readahead folios with no BIO submission
  `  "
` [f2fs-dev] [PATCH v1 5/5] f2fs: advance index and offset after zeroing in large folio read
  `  "

[PATCH] dt-bindings: pinctrl: intel: keembay: fix typo
 2026-01-05 15:33 UTC  (2+ messages)

[Buildroot] [PATCH 2025.02.x] uboot: allow building versions >= 2025.10
 2026-01-05 15:33 UTC  (2+ messages)

FAILED: patch "[PATCH] ASoC: renesas: rz-ssi: Fix channel swap issue in full duplex" failed to apply to 6.12-stable tree
 2026-01-05 15:33 UTC  (2+ messages)
` [PATCH 6.12.y] ASoC: renesas: rz-ssi: Fix channel swap issue in full duplex mode

[PATCH] mm/vma: fix anon_vma UAF on mremap() faulted, unfaulted merge
 2026-01-05 15:32 UTC  (4+ messages)

FAILED: patch "[PATCH] iommu/mediatek-v1: fix device leaks on probe()" failed to apply to 6.1-stable tree
 2026-01-05 15:32 UTC  (3+ messages)
` [PATCH 6.1.y 1/2] iommu/mtk_iommu_v1: Convert to platform remove callback returning void
  ` [PATCH 6.1.y 2/2] iommu/mediatek-v1: fix device leaks on probe()

[Buildroot] [PATCH v2] package/uboot-tools: use U-Boot host tool printinitialenv to extract environment
 2026-01-05 15:31 UTC  (5+ messages)

[PATCH] phy: socionext: usb2: Simplify with scoped for each OF child loop
 2026-01-05 15:31 UTC  (3+ messages)

[PATCH 0/2] pinctrl: qcom: Add Mahua TLMM support
 2026-01-05 15:31 UTC  (5+ messages)
` [PATCH 2/2] pinctrl: qcom: glymur: "

[PATCH 1/2] rust: syn: make rust-analyzer treat `std` as a dependency
 2026-01-05 15:30 UTC  (7+ messages)
` [PATCH 2/2] rust: quote: make rust-analyzer treat `core` and `std` as dependencies

[PATCH v4 0/1] numa: add 'spm' option for Specific Purpose Memory
 2026-01-05 15:29 UTC  (3+ messages)

Fix scarlett 18i20 channel detection
 2026-01-05 15:27 UTC 

[to-be-updated] mm-vma-fix-anon_vma-uaf-on-mremap-faulted-unfaulted-merge.patch removed from -mm tree
 2026-01-05 15:29 UTC 

[PATCH] btrfs: reject single block sized compression early
 2026-01-05 15:28 UTC  (2+ messages)

[PATCH v1] docs: fix PPR for AMD EPYC broken link
 2026-01-05 15:28 UTC  (2+ messages)

[PATCH RFC v1] drm/meson: venc: add support for HDMI DMT modes up to 3840x2160
 2026-01-05 15:28 UTC  (3+ messages)

[PATCH v2] docs: alienware-wmi: fix typo
 2026-01-05 15:28 UTC  (2+ messages)

[PATCH 0/3] asus-armoury: add support for GA403WM and improve GA403U
 2026-01-05 15:28 UTC  (2+ messages)

[PATCH next v2] phy: apple: atc: Actually check return value of devm_apple_tunable_parse
 2026-01-05 15:28 UTC  (3+ messages)

[Bug 220904] New: [BUG] ucsi_acpi: USB 3.0 SuperSpeed not negotiated on USB-C hot-plug
 2026-01-05 15:28 UTC  (2+ messages)
` [Bug 220904] "

[PATCH V2 0/2] Get real time power input via AMD PMF
 2026-01-05 15:27 UTC  (3+ messages)
` [PATCH V2 1/2] platform/x86/amd/pmf: Introduce new interface to export NPU metrics

[PATCH v2 0/7] btrfs: fix periodic reclaim condition with some cleanup
 2026-01-05 15:26 UTC  (4+ messages)
` [PATCH v2 5/7] btrfs: reorder btrfs_block_group members to reduce struct size

[PATCH RESEND net-next v2] net: stmmac: dwmac: Add a fixup for the Micrel KSZ9131 PHY
 2026-01-05 15:26 UTC  (4+ messages)

[PATCH i-g-t v2 0/5] Add xe3p compute kernels and preemption support
 2026-01-05 15:24 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for Add xe3p compute kernels and preemption support (rev2)

[PATCH net-next v5 0/6] Multi-queue aware sch_cake
 2026-01-05 15:24 UTC  (2+ messages)

[bluez/bluez]
 2026-01-05 15:23 UTC 

[PATCH 3/5] tracing: Have tracer option be instance specific
 2026-01-05 15:23 UTC  (2+ messages)

[PATCH v2 0/2] rust: macros: Add derive Display for enums
 2026-01-05 15:23 UTC  (8+ messages)
` [PATCH v2 1/2] "

[Patch v2] mm/vmstat: remove unused node and zone state helpers
 2026-01-05 15:23 UTC  (2+ messages)

[PATCH 1/9] dt-bindings: remoteproc: qcom,ipq8074-wcss-pil: convert to DT schema
 2026-01-05 15:23 UTC  (6+ messages)
` [PATCH 7/9] remoteproc: qcom_q6v5_wcss: support m3 firmware

[bluez/bluez] 6358a2: 6lowpan-tester: add test for header compression
 2026-01-05 15:23 UTC 

[PATCH v2 0/2] arm64: dts: qcom: kaanapali: Add misc features
 2026-01-05 15:22 UTC  (5+ messages)
` [PATCH v2 2/2] arm64: dts: qcom: kaanapali: Add TSENS and QUPv3 serial engines

[PATCH v11 0/8] x509, pkcs7, crypto: Add ML-DSA and RSASSA-PSS signing
 2026-01-05 15:21 UTC  (9+ messages)
` [PATCH v11 1/8] crypto: Add ML-DSA crypto_sig support
` [PATCH v11 2/8] pkcs7: Allow the signing algo to calculate the digest itself
` [PATCH v11 3/8] pkcs7, x509: Add ML-DSA support
` [PATCH v11 4/8] modsign: Enable ML-DSA module signing
` [PATCH v11 5/8] crypto: Add supplementary info param to asymmetric key signature verification
` [PATCH v11 6/8] crypto: Add RSASSA-PSS support
` [PATCH v11 7/8] pkcs7, x509: "
` [PATCH v11 8/8] modsign: Enable RSASSA-PSS module signing

kernel/trace/fgraph.c:834 __ftrace_return_to_handler() error: we previously assumed 'fregs' could be null (see line 830)
 2026-01-05 15:23 UTC  (5+ messages)

[PATCH] drm/i915/display: Disable casf with joiner
 2026-01-05 15:22 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for "

[PATCH 1/5] scsi: ufs: renesas: Replace init data by init code
 2026-01-05 15:20 UTC  (10+ messages)
` [PATCH 2/5] scsi: ufs: renesas: Add register read to remove save/set/restore
` [PATCH 3/5] scsi: ufs: renesas: Remove register control helper function
` [PATCH 4/5] scsi: ufs: renesas: Refactor 0x10ad/0x10af PHY settings
` [PATCH 5/5] scsi: ufs: renesas: Add reusable functions

[PATCH 00/11] refactor Rust proc macros with `syn`
 2026-01-05 15:19 UTC  (7+ messages)
` [PATCH 03/11] rust: macros: convert `#[vtable]` macro to use `syn`

[PATCH] docs/x86: Update AMD IOMMU specification locationi
 2026-01-05 15:19 UTC  (2+ messages)

Possible regression after NFS eof page pollution fix (ext4 checksum errors)
 2026-01-05 15:20 UTC  (4+ messages)

[PATCH] ARM64: dts: Layerscape: workaround v6.19-rc1 DT sync DWC3 breakage
 2026-01-05 15:19 UTC 

[PATCH] ufs: amd-versal2: Fix reset names with binding
 2026-01-05 15:18 UTC  (2+ messages)

[PATCH] ufs: amd-versal2: Fix clock name with binding
 2026-01-05 15:18 UTC  (2+ messages)


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.