The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2026-08-10 20:17:46 to 2026-08-10 22:55:18 UTC [more...]

[PATCH v9 00/21] KVM: x86: Cleaning up the KVM clock mess, part 1
 2026-08-10 22:54 UTC  (13+ messages)
` [PATCH v9 01/21] KVM: x86: Update "last guest TSC" snapshot prior to enabling IRQs/preemption
` [PATCH v9 02/21] KVM: x86: Improve accuracy of KVM clock when TSC scaling is in force
` [PATCH v9 03/21] KVM: x86: Explicitly disable TSC scaling without CONSTANT_TSC
` [PATCH v9 04/21] KVM: x86: Activate master clock immediately on vCPU creation
` [PATCH v9 05/21] KVM: x86: Compute kvmclock base without pvclock_gtod_data
` [PATCH v9 06/21] KVM: x86: Avoid NTP frequency skew for KVM clock on 32-bit host
` [PATCH v9 07/21] KVM: x86: Drop unnecessary CPU pinning when computing/getting kvmclock
` [PATCH v9 08/21] KVM: x86: Move "no master clock" fallback from __get_kvmclock() to get_kvmclock()
` [PATCH v9 09/21] KVM: x86: Wrap all of __get_kvmclock_master_clock() with CONFIG_X86_64=y
` [PATCH v9 10/21] KVM: x86: Fall back to non-master-clock if clockread fails in get_kvmclock()
` [PATCH v9 11/21] KVM: x86: Fix KVM clock precision in get_kvmclock() with TSC scaling
` [PATCH v9 12/21] KVM: x86: Use get_kvmclock() in kvm_get_wall_clock_epoch()

[PATCH 00/17] nova-core: GPU interrupt support and GSP event delivery
 2026-08-10 22:53 UTC  (5+ messages)
` [PATCH 03/17] rust: pci: expose the allocated interrupt type

[PATCH net-next V5 2/2] net/mlx5: implement max_sfs parameter
 2026-08-10 22:51 UTC  (2+ messages)

[PATCH 0/5] Rework PCI IRQ vector code
 2026-08-10 22:47 UTC  (6+ messages)
` [PATCH 1/5] rust: irq: add anchor generic to IrqRequest and Registration
` [PATCH 2/5] rust: pci: convert IrqVectorRegistration to a lifetime-managed owning type
` [PATCH 3/5] rust: pci: remove IrqVector and resolve IrqRequest directly
` [PATCH 4/5] PCI: add pci_irq_type() to query the allocated interrupt type
` [PATCH 5/5] rust: pci: expose "

[PATCH 0/2] block: expose blkcg io.stat to BPF
 2026-08-10 22:46 UTC  (4+ messages)
` [PATCH 1/2] block: add BPF kfuncs to read blkcg io.stat

[PATCH] drm/panel: samsung-s6d16d0: Use mipi_dsi_*_multi(); fix minor bugs
 2026-08-10 22:46 UTC  (3+ messages)

[PATCH v4 00/18] tracing/remotes: Add printk, dump_on_panic and boot parameters
 2026-08-10 22:46 UTC  (5+ messages)
` [PATCH v4 06/18] tracing/remotes: Add dmesg tracefs file
` [PATCH v4 07/18] tracing/remotes: selftests: Add a test for the "

[PATCH 0/6] Apple NVMe fixes for macOS 15+ firmware / M4 support
 2026-08-10 22:44 UTC  (2+ messages)

[PATCH] ASoC: dwc: Propagate -EPROBE_DEFER from IRQ lookup
 2026-08-10 14:39 UTC  (2+ messages)

[PATCH v3 0/3] mtd/spi-mem: Enable DQS support
 2026-08-10 17:01 UTC  (2+ messages)
` (subset) "

-next status as at v7.2-rc7
 2026-08-10 22:43 UTC 

[PATCH 6.18 000/396] 6.18.44-rc1 review
 2026-08-10 22:40 UTC  (2+ messages)

[syzbot] [kernel?] KASAN: slab-use-after-free Write in bus_for_each_drv
 2026-08-10 22:39 UTC  (2+ messages)

Missing signoff in the gpio-brgl-fixes tree
 2026-08-10 22:38 UTC  (2+ messages)

[PATCH v5] mm/hugetlb_cma: Fix null nodemask dereference in hugetlb_cma_alloc_frozen_folio
 2026-08-10 22:36 UTC  (6+ messages)

[PATCH 0/1] Add version check for setting ForceRM
 2026-08-10 22:35 UTC  (4+ messages)

[PATCH bpf-next v5] libbpf: avoid overflow in BTF.ext bounds check
 2026-08-10 22:33 UTC 

[PATCH 1/2] KVM: arm64: nv: Allocate the shadow S2 MMUs individually
 2026-08-10 22:32 UTC  (7+ messages)

[PATCH 6.12 000/337] 6.12.103-rc1 review
 2026-08-10 22:30 UTC  (2+ messages)

[PATCH v3 00/11] KVM: arm64: Restore type-checking across the host/hyp hypercall boundary
 2026-08-10 22:30 UTC  (3+ messages)
` [PATCH v3 01/11] tracing: Include linux/types.h in trace_remote_event.h

[PATCH v7 00/36] Cleaning up the KVM clock mess
 2026-08-10 21:05 UTC  (6+ messages)
` [PATCH v7 17/36] KVM: x86: Allow KVM master clock mode when TSCs are offset from each other

[PATCH net-next v9] net: phy: Add driver for Motorcomm Quad 2.5GbE phy
 2026-08-10 22:26 UTC  (2+ messages)

[PATCH v3 00/11] Virtual Swap Space (Swap Table Edition)
 2026-08-10 22:27 UTC  (4+ messages)
` [PATCH v3 08/11] mm, swap: only charge physical swap entries

[PATCH] scsi: aacraid: fix DMA mapping leak in aac_send_raw_srb()
 2026-08-10 22:27 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 0/6] ring-buffer: Fixes for subbuf resizing and persistent buffers
 2026-08-10 22:27 UTC  (3+ messages)
` [PATCH 1/6] ring-buffer: Fix subbuf resize concurrency

[PATCH v2 00/12] gpu: nova-core: add PRAMIN window support
 2026-08-10 22:26 UTC  (10+ messages)
` [PATCH v2 01/12] rust: num: use const_assert! in Bounded
` [PATCH v2 02/12] rust: num: reject Bounded::shr overshifts at build time
` [PATCH v2 03/12] rust: num: add Bounded::shr_exact
` [PATCH v2 04/12] gpu: nova-core: mm: Add VramAddress type

[PATCH v10 00/41] guest_memfd: In-place conversion support
 2026-08-10 22:26 UTC  (11+ messages)
` [PATCH v10 11/41] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH v10 15/41] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check

[syzbot] [rdma?] WARNING in res_to_rt
 2026-08-10 22:24 UTC  (3+ messages)

[PATCH 6.6 000/261] 6.6.151-rc1 review
 2026-08-10 22:21 UTC  (2+ messages)

[PATCH v3 0/3] implement GPU reset API
 2026-08-10 22:19 UTC  (4+ messages)
` [PATCH v3 3/3] drm/tyr: add GPU reset infrastructure

[PATCH bpf-next v4] libbpf: avoid overflow in BTF.ext bounds check
 2026-08-10 22:18 UTC 

[PATCH v2 0/4] mm, swap: keep hibernation swap slots out of the swap cache
 2026-08-10 22:16 UTC  (2+ messages)

[PATCH] drm/xe/oa: Fix sync entry leak on OA config emit failure
 2026-08-10 22:15 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2 1/1] arm64: dts: ti: k3-j722s-evm: Switch audio codec clock from audio_refclk1 to external clock
 2026-08-10 22:15 UTC  (2+ messages)

[PATCH] ipvs: fix reversed sequence option serialization
 2026-08-10 22:13 UTC 

[PATCH] ipvs: reject invalid states in connection template sync records
 2026-08-10 22:10 UTC 

[PATCHSET sched_ext/for-7.2-fixes] sched_ext: Fix core scheduling
 2026-08-10 22:10 UTC  (4+ messages)
` [PATCH 2/6] sched/core: Make core-sched flips wait for in-flight selections

[PATCH v2 0/9] workqueue: base pwq pool release and nr_active on the backing pool
 2026-08-10 22:10 UTC  (4+ messages)
` [PATCH v2 4/9] workqueue: account nr_active by "

[PATCH v4 00/20] mm/rmap: index MAP_PRIVATE file-backed folios by anonymous pgoff
 2026-08-10 22:10 UTC  (4+ messages)
` [PATCH v4 02/20] mm: provide vma_[flags_]is_cow_mapping() and remove is_cow_mapping()

[PATCH] nvme: ratelimit the completion-path messages driven by device data
 2026-08-10 22:02 UTC 

[PATCH] scsi: libsas: Handle errors in sas_set_ex_phy()
 2026-08-10 22:00 UTC 

[PATCH v10 00/12] ZTE zx297520v3 clock bindings and driver
 2026-08-10 21:59 UTC  (11+ messages)
` [PATCH v10 05/12] clk: zte: Add Clock registration infrastructure
` [PATCH v10 07/12] clk: zte: Add zx PLL support infrastructure
` [PATCH v10 08/12] clk: zte: Introduce a driver for zx297520v3 top clocks
` [PATCH v10 09/12] clk: zte: Introduce a driver for zx297520v3 matrix clocks
` [PATCH v10 10/12] clk: zte: Introduce a driver for zx297520v3 LSP clocks

[PATCH] eventfs: Add warning for out of bounds pos in __eventfs_iterate()
 2026-08-10 21:59 UTC 

[PATCH v2] iio: accel: bmc150: use IIO_DECLARE_BUFFER_WITH_TS
 2026-08-10 21:58 UTC  (2+ messages)

[PATCH 0/5] kcov: suppress timer and scheduler coverage leaks
 2026-08-10 21:57 UTC  (4+ messages)
` [PATCH 5/5] sched: pause KCOV in wake_up_new_task()

[PATCH 0/3] iio: light: stk3310: per-chip match data and STK36C61 support
 2026-08-10 21:52 UTC  (7+ messages)
` [PATCH 2/3] iio: light: stk3310: add per-chip match data
` [PATCH 3/3] iio: light: stk3310: support the Sensortek STK36C61

[PATCH 1/2] arm64: Select HAVE_SHARED_GPIOS for ARCH_MXC
 2026-08-10 21:54 UTC  (4+ messages)
` [PATCH 2/2] arm64: dts: imx8mn: Expand EEPROM description on ifm VHIP4 EvalBoard

[PATCH] platform/x86: Fix NULL deref in amd_isp_probe
 2026-08-10 21:52 UTC  (2+ messages)

[PATCH v6 0/6] PCI: endpoint: Expose endpoint DMA resources (part 2/3)
 2026-08-10 21:52 UTC  (7+ messages)
` [PATCH v6 4/6] dmaengine: dw-edma: Add delegated channel request helpers

[PATCH net] macsec: check offload ops before inserting TX tag
 2026-08-10 21:50 UTC  (2+ messages)

[RFC PATCH 0/1] vfio/pci: Disable sriov on PF device close
 2026-08-10 21:47 UTC  (4+ messages)
` [RFC PATCH 1/1] "

[PATCHES v5 0/7] perf build: Add target to install devel packages needed to build perf
 2026-08-10 21:46 UTC  (8+ messages)
` [PATCH 1/7] tools build: Only probe the compiler at parse time when it is installed
` [PATCH 2/7] perf build: Add install-build-deps framework to install devel packages
` [PATCH 3/7] perf build: install-build-deps: add Fedora devel package mapping
` [PATCH 4/7] perf build: install-build-deps: add Ubuntu "
` [PATCH 5/7] perf build: install-build-deps: add Debian "
` [PATCH 6/7] perf build: Remove leftover feature tests for removed cxx and clang support
` [PATCH 7/7] perf build: install-build-deps: add RHEL family devel package mapping

[PATCH v3 00/26] mm: Add ALLOC_UNMAPPED and AS_NO_DIRECT_MAP
 2026-08-10 21:46 UTC  (8+ messages)
` [PATCH v3 03/26] mm: introduce AS_NO_DIRECT_MAP

[PATCH] net: atheros: atl1: Fix use-after-free in atl1_remove due to race condition
 2026-08-10 21:45 UTC  (2+ messages)

[PATCH] net: natsemi: ns83820: Fix use-after-free in ns83820_remove_one due to race condition
 2026-08-10 21:45 UTC  (2+ messages)

[PATCH RESEND 1/1] checkpatch: Skip CamelCase cache for --no-tree without root
 2026-08-10 21:44 UTC  (2+ messages)

[PATCH] net: calxeda: xgmac: Fix use-after-free in xgmac_remove due to race condition
 2026-08-10 21:43 UTC  (2+ messages)

[PATCH] platform/chrome: cros_ec_proto: Fix deferred response payload handling
 2026-08-10 21:43 UTC 

[RFC PATCH 00/12] virtio: support devices that own their virtqueue memory
 2026-08-10 21:42 UTC  (8+ messages)

[PATCH net-next v10 0/7] r8169: add RSS support for RTL8127
 2026-08-10 21:41 UTC  (8+ messages)
` [PATCH net-next v10 3/7] r8169: add support for new interrupt mapping
` [PATCH net-next v10 5/7] r8169: add support and enable rss
` [PATCH net-next v10 7/7] r8169: support setting rx queue numbers via ethtool

[PATCH v3] tracefs: Add read-only eventfs filesystem at /sys/kernel/events
 2026-08-10 21:39 UTC  (2+ messages)

[PATCH bpf-next v11 00/10] bpf: Introduce global percpu data
 2026-08-10 21:38 UTC  (3+ messages)
` [PATCH bpf-next v11 02/10] bpf: Factor out check_map_mem_read helper in verifier

[PATCH] x86/pm: Save AMD CPUID leaf 7 across S3
 2026-08-10 21:33 UTC  (8+ messages)

[PATCH v9 00/11] Dynamic PAMT
 2026-08-10 21:33 UTC  (4+ messages)
` [PATCH v9 09/11] x86/virt/tdx: Enable "

[PATCH v12 00/11] clk / reset: realtek: Add RTD1625 clock and reset support
 2026-08-10 21:32 UTC  (7+ messages)
` [PATCH v12 08/11] clk: realtek: Add support for MMC-tuned PLL clocks
` [PATCH v12 09/11] clk: realtek: Add RTD1625-CRT clock controller driver
` [PATCH v12 10/11] clk: realtek: Add RTD1625-ISO "

[PATCH net-next v10 4/7] r8169: enable new interrupt mapping
 2026-08-10 21:31 UTC  (2+ messages)

[GIT PULL] KVM (mostly s390) fixes for Linux 7.2-rc7
 2026-08-10 21:30 UTC  (6+ messages)

[PATCH bpf-next v2 0/2] bpf: Eliminate unnecessary clone/restore due to constants blinding
 2026-08-10 21:27 UTC  (5+ messages)
` [PATCH bpf-next v2 1/2] bpf: Eliminate dup/restore of insn_aux_data
` [PATCH bpf-next v2 2/2] bpf: Remove unnecessary dup/restore subprog_starts and prog clone

[PATCH net-next v10 2/7] r8169: refactor RX path to prepare for multi-queue
 2026-08-10 21:26 UTC  (2+ messages)

linux-next: manual merge of the tip tree with the rust tree
 2026-08-10 21:25 UTC  (2+ messages)

[RFC PATCH 0/2] KVM: arm64: fix VGICv3 redistributor rollback
 2026-08-10 21:22 UTC  (4+ messages)
` [RFC PATCH 1/2] KVM: arm64: vgic-v3: Roll back failed redistributor region setup

[PATCH net 0/2] net: mcast: do not write past optlen in the source filter getsockopt
 2026-08-10 21:21 UTC  (5+ messages)
` [PATCH net 1/2] ipv4: mcast: getsockopt: do not overwrite past optlen

[PATCH] EDAC/thunderx: Replace strlcat() with snprintf() and seq_buf
 2026-08-10 21:16 UTC  (6+ messages)

[PATCH net-next v9] selftests/net/openvswitch: add SCTP flow key support and test
 2026-08-10 21:16 UTC  (2+ messages)

[REGRESSION] mainline/master: PCI link creation fails on Apalis iMX6
 2026-08-10 21:12 UTC  (2+ messages)

[RFC] PCI_IRQ_AFFINITY limits MSI-X allocation on 384 CPU / 1000+ NVMe system
 2026-08-10 21:11 UTC  (11+ messages)

[PATCH] audit: use copied skb length in kauditd_send_multicast_skb()
 2026-08-10 21:10 UTC  (6+ messages)

[PATCH] scsi: libsas: Handle errors in sas_ex_add_parent_port()
 2026-08-10 21:09 UTC 

[PATCH 1/1] HID: logitech: add Bolt receiver support for Logitech HID++ devices
 2026-08-10 21:07 UTC  (6+ messages)
` [PATCH v2 0/1] "
  ` [PATCH v2 1/1] "

[PATCH bpf-next v3 2/3] MIPS: uasm: Add signed div/mod emitters
 2026-08-10 21:05 UTC  (2+ messages)

[PATCH v2 4/4] drm/amd/display: Add HDMI ALLM support
 2026-08-10 21:04 UTC  (2+ messages)

[PATCH v4 0/5] mm: Unconditional per-VMA locks and cleanups
 2026-08-10 21:00 UTC  (6+ messages)
` [PATCH v4 2/5] binder: Make shrinker rely solely on per-VMA lock

[PATCH] staging: rtl8723bs: fix comparison to true in dequeue_xmitframes_to_sleeping_queue
 2026-08-10 21:59 UTC 

[PATCH net-next] net: devmem: add netdev_has_dmabuf_binding() helper
 2026-08-10 17:54 UTC 

[PATCH 00/16] ARM: omap3: pandora: Modernize audio and backlight to Device Tree to finally remove pdata-quirks
 2026-08-10 20:56 UTC  (9+ messages)
` [PATCH 15/16] backlight: remove pandora_bl
              ` [Letux-kernel] "

[PATCH v2] pci: quirks: Disable native PCIe hotplug on MSI Claw A8 root bridge
 2026-08-10 20:57 UTC  (7+ messages)

[PATCH net v2] tcp: reset late connection after listening socket close
 2026-08-10 20:56 UTC 

[PATCH v2 1/1] HID: logitech: add Bolt receiver support for Logitech HID++ devices
 2026-08-10 20:56 UTC  (3+ messages)
` [PATCH v3 0/1] "
  ` [PATCH v3 1/1] "

[PATCH] selftests/namespaces: Fix racy pipe handshake in timens and pidns_separate
 2026-08-10 20:56 UTC 

[PATCH] sched/cache: honor migrate_llc_task semantics in active load balance
 2026-08-10 20:56 UTC  (3+ messages)
` [PATCH v2] "

[PATCH bpf-next v3 0/2] bpf: htab: Reduce memory use of hash maps
 2026-08-10 20:55 UTC  (7+ messages)
` [PATCH bpf-next v3 1/2] bpf: htab: Split htab_elem_lru and htab_elem_pcpu off of htab_elem
` [PATCH bpf-next v3 2/2] bpf: htab: Reduce elem_size by 8 bytes for small key sizes

[RESEND RFC PATCH v2] nvme-pci: add adaptive interrupt polling
 2026-08-10 20:55 UTC  (2+ messages)

[PATCH net v2 2/2] net: pse-pd: guard regulator ops against freed PI data during unregister
 2026-08-10 20:52 UTC  (4+ messages)

[PATCH v2 0/6] Add SRAM Nodes for VPU
 2026-08-10 20:52 UTC  (7+ messages)
` [PATCH v2 1/6] arm64: dts: ti: k3-j721s2-main: Add mmio-sram node to main_navss
` [PATCH v2 2/6] arm64: dts: ti: k3-j784s4-j742s2-main-common: "
` [PATCH v2 3/6] arm64: dts: ti: k3-j721s2-main: Assign SRAM to VPU node
` [PATCH v2 4/6] arm64: dts: ti: k3-j784s4-j742s2-main-common: Assign SRAM to VPU nodes
` [PATCH v2 5/6] arm64: dts: ti: k3-am62a-main: Assign SRAM to VPU node
` [PATCH v2 6/6] arm64: dts: ti: k3-am62p-j722s-common-main: "

[PATCH v5 0/6] KVM: arm64: nv: Implement nested stage-2 reverse map (new data structure)
 2026-08-10 20:50 UTC  (7+ messages)
` [PATCH v5 1/6] KVM: arm64: Use a variable for the canonical IPA in kvm_s2_fault_map()
` [PATCH v5 2/6] KVM: arm64: nv: Introduce guest stage-2 tracking structures
` [PATCH v5 3/6] KVM: arm64: nv: Track guest stage-2 mapping creation
` [PATCH v5 4/6] KVM: arm64: nv: Track guest stage-2 mapping removal
` [PATCH v5 5/6] KVM: arm64: nv: Avoid full shadow stage-2 unmap
` [PATCH v5 6/6] KVM: arm64: Refactor kvm_unmap_gfn_range() with common variables

[PATCH 0/4] KVM: x86/mmu: Fix pre-fault and map private loops
 2026-08-10 20:43 UTC  (6+ messages)
` [PATCH 3/4] KVM: x86/mmu: Top-up memory caches when retrying "map private PFN"

[PATCH] platform/x86: think-lmi: Free system certificate signatures
 2026-08-10 20:41 UTC 

[PATCH 1/2] vfs: Annotate struct fdtable's fd field with __counted_by_ptr
 2026-08-10 20:41 UTC  (2+ messages)
` [PATCH 2/2] vfs: Add KUnit tests for fdtable

[PATCH 0/3] drm/nouveau/uvmm: fix VM_BIND submit/unwind error-path bugs
 2026-08-10 20:38 UTC  (4+ messages)
` [PATCH 1/3] drm/nouveau/uvmm: fix NULL deref unwinding an OP_MAP_SPARSE op
` [PATCH 2/3] drm/nouveau/uvmm: fix premature region free on failed OP_UNMAP_SPARSE
` [PATCH 3/3] drm/nouveau/uvmm: clear the dirty flag when unwinding an OP_UNMAP_SPARSE

[PATCH v4 0/5] nfs: modernize direct I/O path
 2026-08-10 20:38 UTC  (2+ messages)

[PATCH bpf-next v3] libbpf: avoid overflow in BTF.ext bounds check
 2026-08-10 20:37 UTC  (2+ messages)

[PATCH 0/2] iommu/amd: Do not request ACS when IOMMU is not going to be initialized
 2026-08-10 20:36 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] iommu/amd: Remove ad-hoc checks that are never true

[PATCH net-next V2 00/13] net/mlx5e: Add support for HW-GRO to PSP
 2026-08-10 20:33 UTC  (9+ messages)
` [PATCH net-next V2 12/13] selftests: drv-net: psp: Fix responder parsing
` [PATCH net-next V2 13/13] selftests: drv-net: psp: Add a test for PSP with HW-GRO

[PATCH v9 00/26] netfs: Keep track of folios in a segmented bio_vec[] chain
 2026-08-10 20:31 UTC  (4+ messages)
` [PATCH v9 04/26] Add a function to kmap one page of a multipage bio_vec

[PATCH 1/2] alpha: run the remote RTC access in a worker, not an IPI callback
 2026-08-10 20:28 UTC  (2+ messages)
` [PATCH 2/2] alpha: annotate hardirqs-off on IPL 7 interrupt entry

[PATCH 0/2] Document amd_pmc delay_suspend quirk
 2026-08-10 20:28 UTC  (8+ messages)
` [PATCH 2/2] Documentation/arch/x86/amd-debugging: Add section about delay_suspend

[PATCH] dt-bindings: gpu: arm,mali-utgard: add mt6572
 2026-08-10 20:16 UTC 

[PATCH v13 00/12] famfs: the Fabric-Attached Memory File System (standalone)
 2026-08-10 20:26 UTC  (13+ messages)
  ` [PATCH v13 01/12] dax: replace exported dax_dev_get() with non-allocating dax_dev_find()
  ` [PATCH v13 02/12] famfs: Module operations, fs_context, and mount
  ` [PATCH v13 03/12] famfs: Add daxdev table and dax notify_failure support
  ` [PATCH v13 04/12] famfs: Introduce inode_operations and super_operations
  ` [PATCH v13 05/12] famfs: Introduce file_operations read/write
  ` [PATCH v13 06/12] famfs: Introduce mmap and VM fault handling
  ` [PATCH v13 07/12] famfs: MAP_CREATE ioctl and fmap ingest (ABI 44)
  ` [PATCH v13 08/12] famfs: iomap_begin and file-to-dax offset resolution
  ` [PATCH v13 09/12] famfs: Register secondary daxdevs by path (FAMFSIOC_DAXDEV_OPEN)
  ` [PATCH v13 10/12] famfs: Add runtime operation-permission (opts) framework
  ` [PATCH v13 11/12] famfs: Report device capacity via statfs so df works
  ` [PATCH v13 12/12] famfs: Add documentation

[PATCH v4 0/8] Add StarFive JHB100 syscon modules
 2026-08-10 20:23 UTC  (3+ messages)
` [PATCH v4 2/8] clk: starfive: Add system-0 domain PLL clock driver

[PATCH] zram: fix slot lock bit position on big-endian 64-bit
 2026-08-10 20:22 UTC 

[RFC PATCH 0/3] Neural Storage Driver - learning page cache prefetcher
 2026-08-10 20:19 UTC  (4+ messages)

[PATCH] timekeeping: Check the return value of tk_get_aux_ts64 in __do_adjtimex()
 2026-08-10 20:17 UTC  (2+ messages)
` [tip: timers/core] "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox