All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-11 17:04:14 to 2026-06-11 17:45:16 UTC [more...]

[PATCH v6 0/6] [PATCH v6 0/6] Add reclaim to the dmem cgroup controller
 2026-06-11 17:45 UTC  (8+ messages)
` [PATCH v6 1/6] drm/amdgpu: Fix init ordering in amdgpu_vram_mgr_init()
` [PATCH v6 2/6] cgroup/dmem: Introduce struct dmem_cgroup_init for region initialization
` [PATCH v6 3/6] cgroup/dmem: Add reclaim callback for lowering max below current usage
` [PATCH v6 4/6] drm/ttm: Hook up a cgroup-aware reclaim callback for the dmem controller
` [PATCH v6 5/6] drm/xe: Wire up dmem cgroup reclaim for VRAM manager
` [PATCH v6 6/6] drm/amdgpu: "

[PATCH v3 2/4] mm/zswap: Implement proactive writeback
 2026-06-11 17:45 UTC  (11+ messages)

[PATCH v3 1/9] PCI/P2PDMA: Add CONFIG_PCI_P2PDMA_CORE
 2026-06-11 17:44 UTC  (2+ messages)

[PATCH v3] hwmon: add a driver for the temp/voltage sensor on PolarFire SoC
 2026-06-11 17:44 UTC  (6+ messages)

[PATCH v3 0/6] argo: few log fixes
 2026-06-11 17:43 UTC  (7+ messages)
` [PATCH v3 1/6] argo: lower level of noisy connection-refused log

git-diff in a worktree is an order of magnitude slower?
 2026-06-11 17:43 UTC  (5+ messages)

[PATCH net-next V3 0/7] devlink: Add boot-time eswitch mode defaults
 2026-06-11 17:43 UTC  (6+ messages)
` [PATCH net-next V3 2/7] netdevsim: Register devlink after device init

[PATCH v7 1/3] PCI: Add public pcie_valid_speed() for shared validation
 2026-06-11 17:43 UTC  (3+ messages)

[PATCH 1/6] cxl/region: Validate interleave selector bits
 2026-06-11 17:42 UTC  (3+ messages)

[PATCH 6/6] Documentation/cxl: Add region granularity and multi-level interleave guide
 2026-06-11 17:41 UTC  (3+ messages)

[PATCH v1 0/6] objtool: Fixup alternate feature relative addresses
 2026-06-11 17:40 UTC  (3+ messages)

AMD iopt levels question
 2026-06-11 17:41 UTC 

[PATCH v20 3/5] perf inject/aslr: Implement sample address remapping
 2026-06-11 17:41 UTC  (2+ messages)

[Intel-wired-lan] [PATCH v14 net-next 00/13] dpll/ice: Add generic DPLL type and full TX reference clock control for E825
 2026-06-11 17:41 UTC  (7+ messages)
` [Intel-wired-lan] [PATCH v14 net-next 03/13] dpll: fix stale iteration in dpll_pin_on_pin_unregister()
  `  "

[PATCH 5/6] cxl/test: Add a topology to test mixed-granularity regions
 2026-06-11 17:41 UTC  (3+ messages)

[PATCH v7 00/14] Allow AET to use PMT as loadable module
 2026-06-11 17:40 UTC  (11+ messages)
` [PATCH v7 07/14] x86/resctrl: Maintain a count of enabled monitor features
` [PATCH v7 08/14] fs,x86,mpam/resctrl: Handle change in number of RMIDs on each mount

[PATCH] dt-bindings: vendor-prefixes: add Gira
 2026-06-11 17:40 UTC  (2+ messages)

[PATCH v8 00/20] CMTG enablement
 2026-06-11 17:40 UTC  (5+ messages)
` [PATCH v8 09/20] drm/i915/cmtg: Program VRR fixed-rate timings for CMTG transcoder
` [PATCH v8 10/20] drm/i915/cmtg: Program VRR control register "

[PATCH RFC 0/2] pinctrl: Add support gpiod_to_irq
 2026-06-11 17:39 UTC  (4+ messages)
` [PATCH RFC 1/2] dt-bindings: pinctl: amlogic,pinctrl-a4: Add gpio irq property

[PATCH v3 1/4] mm/zswap: Make shrink_worker writeback cursor per-memcg
 2026-06-11 17:39 UTC  (11+ messages)

[PATCH v11 00/32] Secure IPL Support for SCSI Scheme of virtio-blk/virtio-scsi Devices
 2026-06-11 17:37 UTC  (4+ messages)
` [PATCH v11 22/32] pc-bios/s390-ccw: Add signed component address overlap checks

[PATCH] locking/lockdep: Fix NULL pointer dereference in __lock_set_class()
 2026-06-11 17:38 UTC 

[PATCH v11 00/19] perf python: Modernize and extend Python API (Phase 1)
 2026-06-11 17:38 UTC  (24+ messages)
` [PATCH v12 "
  ` [PATCH v12 01/19] perf util: Sort includes and add missed explicit dependencies
  ` [PATCH v12 02/19] perf python: Add "
  ` [PATCH v12 03/19] perf evsel/evlist: Avoid unnecessary #includes
  ` [PATCH v12 04/19] perf data: Add open flag
  ` [PATCH v12 05/19] perf evlist: Add reference count
  ` [PATCH v12 06/19] perf evsel: "
  ` [PATCH v12 07/19] perf evlist: Add reference count checking
  ` [PATCH v12 08/19] perf python: Use evsel in sample in pyrf_event
  ` [PATCH v12 09/19] perf python: Add wrapper for perf_data file abstraction
  ` [PATCH v12 10/19] perf python: Add python session abstraction wrapping perf's session
  ` [PATCH v12 11/19] perf python: Refactor and add accessors to sample event
  ` [PATCH v12 12/19] perf python: Add mmap2 event
  ` [PATCH v12 13/19] perf python: Add callchain support
  ` [PATCH v12 14/19] perf python: Extend API for stat events in python.c
  ` [PATCH v12 15/19] perf python: Expose brstack in sample event
  ` [PATCH v12 16/19] perf python: Add syscall name/id to convert syscall number and name
  ` [PATCH v12 17/19] perf python: Add config file access
  ` [PATCH v12 18/19] perf python: Add perf.pyi stubs file
  ` [PATCH v12 19/19] perf python: Add LiveSession helper

[PATCH v2] ls-files: filter pathspec before lstat
 2026-06-11 17:38 UTC  (5+ messages)

[PATCH v4 08/20] rust: pci: io: make `ConfigSpace` a view
 2026-06-11 17:37 UTC  (2+ messages)

[PATCH] pnfs: fix refcount leak in pnfs_report_layoutstat()
 2026-06-11 17:36 UTC  (2+ messages)

i40e: panic when ethtool -G command is interrupted
 2026-06-11 17:35 UTC  (2+ messages)

[PATCH v7 3/3] PCI: cadence: Add LGA IP debugfs for LTSSM status
 2026-06-11 17:35 UTC  (2+ messages)

[PATCHv7 bpf-next 00/29] bpf: tracing_multi link
 2026-06-11 17:35 UTC  (8+ messages)
` [PATCHv7 bpf-next 03/29] ftrace: Add add_ftrace_hash_entry function

[PATCH v2] wifi: ieee80211: validate MLE common info length
 2026-06-11 17:35 UTC 

[PATCH] KVM: SEV: Don't return a still-assigned gmem page to the host
 2026-06-11 17:34 UTC  (9+ messages)

[PATCH v5 0/6] timekeeping/ntp: Fix drift tracking precision
 2026-06-11 17:34 UTC  (2+ messages)

[PATCH v3 0/2] spi: ma35d1-qspi: Add Nuvoton MA35D1 QSPI controller
 2026-06-11 17:34 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: spi: nuvoton,ma35d1-qspi: Add Nuvoton MA35D1 QSPI

[PATCH v3] media: bcm2835-unicam: Fix log status runtime access
 2026-06-11 17:34 UTC  (4+ messages)

[PATCH net] pds_core: fix use-after-free on workqueue during remove
 2026-06-11 17:32 UTC  (2+ messages)

[PATCH 0/3] doc: config: fix AsciiDoc glitches
 2026-06-11 17:33 UTC  (9+ messages)
` [PATCH v2 "
  ` [PATCH v2 3/3] doc: git-config: escape erroneous highlight markup
` [PATCH v3 0/3] doc: config: fix AsciiDoc glitches
  ` [PATCH v3 2/3] doc: config/sideband: fix description list delimiter

[PATCH V5 0/9] Fixes to the previously-merged drivers/dax/fsdev series
 2026-06-11 17:33 UTC  (10+ messages)
  ` [PATCH V5 1/9] dax: fix misleading comment about share/index union in dax_folio_reset_order()
  ` [PATCH V5 2/9] dax/fsdev: fix multi-range offset in memory_failure handler
  ` [PATCH V5 3/9] dax/fsdev: clear vmemmap_shift when binding static pgmap
  ` [PATCH V5 4/9] dax/fsdev: don't leave a dangling dev_dax->pgmap on probe failure
  ` [PATCH V5 5/9] dax/fsdev: use __va(phys) for kaddr in direct_access
  ` [PATCH V5 6/9] dax/fsdev: fail probe on invalid pgmap offset
  ` [PATCH V5 7/9] dax: read holder_ops once in dax_holder_notify_failure()
  ` [PATCH V5 8/9] dax: fix holder_ops race in fs_put_dax()
  ` [PATCH V5 9/9] dax: fsdev.c minor formatting cleanup

[PATCH i-g-t v2] lib/amdgpu: poll reset state in hang slow test
 2026-06-11 17:32 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for "

[PATCH batadv v2 0/9] batman-adv: tp_meter: unacked list/state fixes and optimization
 2026-06-11 17:24 UTC  (10+ messages)
` [PATCH batadv v2 1/9] batman-adv: tp_meter: restrict number of unacked list entries
` [PATCH batadv v2 2/9] batman-adv: tp_meter: annotate last_recv_time access with READ/WRITE_ONCE
` [PATCH batadv v2 3/9] batman-adv: tp_meter: prevent parallel modifications of last_recv
` [PATCH batadv v2 4/9] batman-adv: tp_meter: handle overlapping packets
` [PATCH batadv v2 5/9] batman-adv: tp_meter: simplify unordered ack calculation
` [PATCH batadv v2 6/9] batman-adv: tp_meter: combine adjacent/overlapping unacked entries
` [PATCH batadv v2 7/9] batman-adv: tp_meter: keep unacked list for receivers
` [PATCH batadv v2 8/9] batman-adv: tp_meter: adjust name of receiver lock
` [PATCH batadv v2 9/9] batman-adv: tp_meter: delay allocation of unacked entry

[PATCH v4 07/20] rust: io: implement `Mmio` as view type
 2026-06-11 17:31 UTC  (2+ messages)

[PATCH v3 0/4] Enhance RPMsg buffer management
 2026-06-11 17:31 UTC  (7+ messages)
` [PATCH v3 3/4] rpmsg: virtio_rpmsg_bus: get buffer size from config space

[PATCH 0/9] net/dpaa2: NAPI-style Rx queue interrupts
 2026-06-11 17:30 UTC  (3+ messages)
` [PATCH 9/9] net/dpaa2: drop the fake software VLAN strip offload

[PATCH] NFS: fix refcount leak in nfs_direct_write_schedule_iovec()
 2026-06-11 17:31 UTC  (2+ messages)

[PATCH net-next v2 0/2] net: remove tls_toe
 2026-06-11 17:30 UTC  (3+ messages)
` [PATCH net-next v2 2/2] net: remove some unused EXPORT_SYMBOL()s

[rclaveau:b4/add-adla_npu-t7-vim4 3/3] checkpatch: ERROR:SWITCH_CASE_INDENT_LEVEL: switch and case should be at the same indent
 2026-06-11 17:29 UTC 

[PATCH v6 0/4] amd_pmc: Delay s2idle suspend for some devices
 2026-06-11 17:30 UTC  (3+ messages)

[PATCH 0/2] clk: ultrarisc: add DP1000 clock support
 2026-06-11 17:29 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: clock: ultrarisc: Add DP1000 Clock Controller

[PATCH 1/1] cgroup: rdma: free idle pools during cgroup teardown
 2026-06-11 17:29 UTC  (2+ messages)

[PATCH v2] index-pack: retain child bases in delta cache
 2026-06-11 17:29 UTC  (7+ messages)
` [PATCH v3] "

[PATCH v2] tests/qtest/migration: Add migration test on loongarch
 2026-06-11 17:27 UTC  (2+ messages)

[RFC PATCH 0/5] mm/slub: preserve previous object lifetime
 2026-06-11 17:28 UTC  (4+ messages)

[PATCH v5 3/6] cgroup/dmem: Add reclaim callback for lowering max below current usage
 2026-06-11 17:28 UTC  (3+ messages)

[PATCH v20 2/5] perf inject/aslr: Add ASLR tool infrastructure and MMAP tracking
 2026-06-11 17:28 UTC  (2+ messages)

[moderation/CI] Re: mm: Unconditional per-VMA locks and cleanups
 2026-06-11 17:27 UTC 

[PATCH net] net: bcmgenet: Use weighted round-robin TX DMA arbitration
 2026-06-11 17:27 UTC  (3+ messages)

[PATCH 0/2] hwmon: (pmbus/lm25066) Support SMBus Current Limit configuration
 2026-06-11 17:27 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: hwmon: pmbus: ti,lm25066: add current limit properties

[PATCH v5 1/6] drm/amdgpu: Fix init ordering in amdgpu_vram_mgr_init()
 2026-06-11 17:27 UTC  (3+ messages)

[PATCH v9 0/6] iommufd: Enable noiommu mode for cdev
 2026-06-11 17:26 UTC  (7+ messages)
` [PATCH v9 1/6] iommufd: Support a HWPT without an iommu driver for noiommu
` [PATCH v9 2/6] iommufd: Move igroup allocation to a function
` [PATCH v9 3/6] iommufd: Allow binding to a noiommu device
` [PATCH v9 4/6] iommufd: Add an ioctl to query PA from IOVA for noiommu mode
` [PATCH v9 5/6] vfio: Enable cdev noiommu mode under iommufd
` [PATCH v9 6/6] Documentation: Update VFIO NOIOMMU mode

[PATCH for-4.22 v2] xen/x86: Change stub page allocation/free
 2026-06-11 17:26 UTC  (2+ messages)

[PATCH v2 0/3] virtiofs: hiprio FORGET robustness and no-reply request completion
 2026-06-11 17:25 UTC  (3+ messages)

[PATCH v7 00/15] Add ACPI-based PMT discovery support for Intel PMC
 2026-06-11 17:24 UTC  (3+ messages)
` [PATCH v7 12/15] platform/x86/intel/pmc/ssram: Switch to static array with per-index probe state

[PATCH v3 00/18] firmware: qcom: scm: Add minidump SRAM destination support
 2026-06-11 17:24 UTC  (6+ messages)
` [PATCH v3 04/18] firmware: qcom: scm: Add minidump SRAM support

[PATCH] nfs: fix refcount leak in nfs_direct_read_schedule_iovec()
 2026-06-11 17:24 UTC  (2+ messages)

[Bug Report] Elevated PMD nr_anon after running selftests
 2026-06-11 17:24 UTC  (3+ messages)

[PATCH 01/17] net/cnxk: update mbuf next field for multi segment
 2026-06-11 17:23 UTC  (2+ messages)

[PATCH v7 2/3] PCI: Move pci_bus_speed2lnkctl2() to public header
 2026-06-11 17:23 UTC  (2+ messages)

[PATCH BlueZ v1 1/4] profiles/audio/bass: Use BASS_Modify_Source when assistant is active
 2026-06-11 17:22 UTC  (4+ messages)
` [PATCH BlueZ v1 2/4] profiles/audio/bass: Handle PA_SYNC_NO_SYNC in handle_mod_src_req
` [PATCH BlueZ v1 3/4] profiles/audio/bass: Fix delegator reprobing after disconnect
` [PATCH BlueZ v1 4/4] doc: Document Push behavior when MediaAssistant is active

[PATCH v7 2/3] PCI: cadence: Add HPA IP debugfs for LTSSM status
 2026-06-11 17:22 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: glymur: fix QUP serial engine IRQs
 2026-06-11 17:22 UTC 

[PATCH 0/4] nvmem: add support for the MediaTek mt6323 PMIC
 2026-06-11 17:22 UTC  (3+ messages)
` [PATCH 1/4] dt-bindings: mfd: mediatek: mt6397: add mt6323 PMIC EFUSE

[Kernel Bug] INFO: rcu detected stall in count_memcg_event_mm
 2026-06-11 17:21 UTC  (2+ messages)

[PATCH net-next v2] docs: networking: add guidance on what to push via extack
 2026-06-11 17:21 UTC 

[PATCH v4 06/20] rust: io: rename `Mmio` to `MmioOwned`
 2026-06-11 17:21 UTC  (2+ messages)

[PATCH v2] KVM: x86: Unconditionally recompute CR8 intercept on PPR update
 2026-06-11 17:20 UTC  (3+ messages)
` [syzbot ci] "

[PATCH] dt-bindings: i2c: mux-gpio: name correct maintainer
 2026-06-11 17:19 UTC  (2+ messages)

[PATCH] media: bcm2835-unicam: Fix querycap multiple caps
 2026-06-11 17:19 UTC  (3+ messages)
  ` {Spam?} "

[PATCH] dt-bindings: i2c: i2c-mux-pinctrl: change maintainer
 2026-06-11 17:18 UTC  (2+ messages)

[PATCH v8 4/8] perf cs-etm: Use thread-stack for last branch entries
 2026-06-11 17:18 UTC  (2+ messages)

[PATCH net 1/1] net: ipv4: bound TCP reordering sysctl writes
 2026-06-11 17:18 UTC  (5+ messages)

[PATCH net-next v2 00/15] mptcp: pm: drop TCP TS with ADD_ADDRv6 + port
 2026-06-11 17:18 UTC  (3+ messages)
` [PATCH net-next v2 05/15] tcp: allow mptcp to drop TS for some packets

[Bug 221637] New: Regression for Intel Corporation Device a876 (rev 10)
 2026-06-11 17:18 UTC  (2+ messages)
` [Bug 221637] "

[PATCH net-next 0/3] docs: net: more adjustments to docs
 2026-06-11 17:18 UTC  (4+ messages)
` [PATCH net-next 2/3] docs: net: tls-offload: document tls_dev_del, tls_dev_resync, and rekey

[PATCH] RDMA/rtrs-srv: Bound RDMA-Write length to chunk size in rdma_write_sg
 2026-06-11 17:15 UTC 

[PATCH 00/15] Enable TDX Module Extensions and DICE-based TDX Quoting
 2026-06-11 17:16 UTC  (5+ messages)
` [RFC PATCH 09/15] x86/virt/tdx: Add interface to generate a Quote
` [RFC PATCH 10/15] x86/tdx: Move and rename Quote request structure

[PATCH 0/5] mm/khugepaged: add collapse hint machanism for khugepaged and use in mglru
 2026-06-11 17:16 UTC  (6+ messages)

[PATCH v4 05/20] rust: io: generalize `MmioRaw` to pointer to arbitrary type
 2026-06-11 17:15 UTC  (2+ messages)

[PATCH net-next v3 0/6] pds_core: Add PLDM firmware update and host backed memory support
 2026-06-11 17:15 UTC  (4+ messages)

[RFC PATCH 00/15] kmem_cache instances with static storage duration
 2026-06-11 17:14 UTC  (15+ messages)
` [RFC PATCH 01/15] static kmem_cache instances for core caches
        ` [PATCH v2 0/9] kmem_cache instances with static storage duration
          ` [PATCH v2 1/9] static kmem_cache instances for core caches
          ` [PATCH v2 2/9] allow static-duration kmem_cache in modules
          ` [PATCH v2 3/9] VFS caches: switch from runtime_const() machinery to slab-static.h
          ` [PATCH v2 4/9] make inode_cache statically allocated
          ` [PATCH v2 5/9] make mnt_cache "
          ` [PATCH v2 6/9] make bh_cachep "
          ` [PATCH v2 7/9] make seq_file_cache "
          ` [PATCH v2 8/9] make thread component caches (fs_cachep, files_cachep, etc.) "
          ` [PATCH v2 9/9] make ufs_inode_cache "

[PATCH v7 00/30] Add HDMI 2.0 support to DW HDMI QP TX
 2026-06-11 17:14 UTC  (4+ messages)
` [PATCH v7 24/30] drm/vc4: hdmi: Use common TMDS char rate constants

[PATCH i-g-t] RFC: Add disk usage quota carryover for igt_runner
 2026-06-11 17:13 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for "

[PATCH v5] iio: tcs3472: implement wait time and sampling frequency
 2026-06-11 17:13 UTC  (2+ messages)

[folded-merged] selftests-mm-skip-uffd-stress-test-when-nr_pages_per_cpu-is-zero-fix.patch removed from -mm tree
 2026-06-11 17:12 UTC 

[PATCH v3 RESEND 00/10] KVM: selftests: add powerpc support
 2026-06-11 16:30 UTC  (4+ messages)
` [PATCH v3 RESEND 02/10] KVM: selftests: Add aligned guest physical page allocator

[folded-merged] selftests-mm-khugepaged-use-ksefltest-framework-fix.patch removed from -mm tree
 2026-06-11 17:11 UTC 

[PATCH v2 0/3] lis302dl/lis3lv02d: fix click thresholds and add legacy YAML binding
 2026-06-11 17:10 UTC  (3+ messages)
` [PATCH v2 3/3] dt-bindings: iio: accel: convert lis302 binding to YAML schema (v2)

[PATCH v7 1/3] PCI: cadence: Add HPA architecture flag
 2026-06-11 17:09 UTC  (2+ messages)

[PATCH] dt-bindings: iio: accel: Convert lis302 binding to YAML schema
 2026-06-11 17:09 UTC  (5+ messages)

[PATCH] power: supply: macsmc: Support macOS 27 SMC firmware
 2026-06-11 17:09 UTC  (2+ messages)

[PATCH] drm/xe/xe3: Apply Wa_16029380221 to media
 2026-06-11 17:09 UTC  (2+ messages)
` ✓ CI.KUnit: success for drm/xe/xe3: Apply Wa_16029380221 to media (rev2)

[PATCH v7 0/3] PCI: Refactor PCIe speed validation and conversion functions
 2026-06-11 17:07 UTC  (2+ messages)

[PATCH, mptcp-next 0/9] selftests: mptcp: skip the v6 subtests when CONFIG_MPTCP_IPV6=n
 2026-06-11 17:07 UTC  (10+ messages)
` [PATCH, mptcp-next 1/9] DO-NOT-MERGE: mptcp: test IPV6=m in docker-virtme
` [PATCH, mptcp-next 2/9] selftests: mptcp: mptcp_lib add runtime IPv6 availability detection helper
` [PATCH, mptcp-next 3/9] selftests: mptcp: mptcp_connect.sh degrades to v4-only when MPTCP IPv6 is missing
` [PATCH, mptcp-next 4/9] selftests: mptcp: mptcp_connect.sh don't fail because of nft rules in IPV6-less kernel
` [PATCH, mptcp-next 5/9] selftests: mptcp: mptcp_sockopt.sh skips v6 paths when MPTCP IPv6 is missing
` [PATCH, mptcp-next 6/9] selftests: mptcp: simult_flows.sh skips v6 setup "
` [PATCH, mptcp-next 7/9] selftests: mptcp: mptcp_join.sh: pick v4 bind default "
` [PATCH, mptcp-next 8/9] selftests: mptcp: mptcp_join.sh skips v6 subtests "
` [PATCH, mptcp-next 9/9] selftests: mptcp: userspace_pm.sh skips v6 paths "

[PATCH] net: qrtr: fix refcount leak in qrtr_send_resume_tx()
 2026-06-11 17:07 UTC 

[PATCH v4 04/20] rust: io: implement `Io` on reference types instead
 2026-06-11 17:07 UTC  (2+ messages)

[PATCH v7 0/6] Switch Arm SMCCC firmware services to an SMCCC bus
 2026-06-11 17:06 UTC  (3+ messages)
` [PATCH v7 5/6] firmware: smccc: arm-cca-guest: Bind the TSM provider to an SMCCC device

[PATCH] net/crc: add 4x folding loop for x86 SSE implementation
 2026-06-11 17:06 UTC  (2+ messages)

[PATCH 0/2] upboard pinctrl support for device id INTC1055
 2026-06-11 17:05 UTC  (5+ messages)

[PATCH V4 0/9] Fixes to the previously-merged drivers/dax/fsdev series
 2026-06-11 16:59 UTC  (4+ messages)
  ` [PATCH V4 2/9] dax/fsdev: fix multi-range offset in memory_failure handler

[PATCH v3 0/9] Add pinctrl/GPIO and SPI NOR support for Spacemit K1
 2026-06-11 15:01 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.