All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-08-18 22:47:12 to 2026-08-19 00:14:55 UTC [more...]

[PATCH V2 00/38] XFS: Atomic multi-extent operations via rolling transactions
 2026-08-19  0:12 UTC  (7+ messages)
` [PATCH 01/38] xfs: fix dirty transaction cancellation in xfs_bmapi_convert_one_delalloc
` [PATCH 02/38] xfs: fix dirty transaction cancellation in xfs_attr_set
` [PATCH 03/38] xfs: fix isize update in xfs_iomap_write_unwritten to track conversion progress
` [PATCH 04/38] xfs: fix block reservation for zoned RT extent remapping
` [PATCH 05/38] xfs: factor xfs_trans_reserve_blocks() from xfs_trans_reserve()
` [PATCH 06/38] xfs: factor xfs_blockgc_start_flush() from xfs_blockgc_flush_all()

[PATCH v5 0/9] PCI passthru on Hyper-V
 2026-08-19  0:13 UTC  (8+ messages)
` [PATCH v5 7/9] x86/hyperv: Implement Hyper-V virtual IOMMU

[RFC PATCH 0/8] accel/tcg: cut per-block dispatch overhead
 2026-08-19  0:13 UTC  (10+ messages)
` [PATCH 3/8] accel/tcg: skip the can_do_io stores in user-only builds
` [PATCH 4/8] RFC: tcg: probe the TB jump cache inline instead of calling a helper
` [PATCH 6/8] RFC: accel/tcg: only poll for interrupts in blocks that can close a cycle

[PATCH 7.1 000/271] 7.1.9-rc1 review
 2026-08-19  0:12 UTC  (2+ messages)

[PATCH v4 00/10] KVM: SEV: Add support for IBPB-on-Entry and BTB Isolation
 2026-08-19  0:12 UTC  (4+ messages)
` [PATCH v4 02/10] cpu/bugs: Allow forcing Automatic IBRS with SNP active using spectre_v2=eibrs

[PATCH v25 net-next 00/10] nbl driver for Nebulamatrix NICs
 2026-08-19  0:11 UTC  (9+ messages)
` [PATCH v25 net-next 01/10] net/nebula-matrix: add minimum nbl build framework
` [PATCH v25 net-next 02/10] net/nebula-matrix: add core driver architecture and HW layer initialization
` [PATCH v25 net-next 03/10] net/nebula-matrix: add channel layer
` [PATCH v25 net-next 04/10] net/nebula-matrix: add common resource implementation
` [PATCH v25 net-next 05/10] net/nebula-matrix: add intr "
` [PATCH v25 net-next 07/10] net/nebula-matrix: dispatch: add control-level routing core infrastructure
` [PATCH v25 net-next 09/10] net/nebula-matrix: add common/ctrl dev init/remove operation
` [PATCH v25 net-next 10/10] net/nebula-matrix: add common dev start/stop operation

[GIT PULL] Please pull FWCTL subsystem changes
 2026-08-19  0:11 UTC 

[PATCH 0/6] drm/nouveau/kms/nv50-: Obliterate nv_encoder->crtc
 2026-08-19  0:10 UTC  (19+ messages)
` [PATCH 1/6] drm/nouveau/kms/nv50-: Move DPCD backlight disable into its own function
` [PATCH 2/6] drm/nouveau/kms/nv50-: Add nv50_outp_get_old_crtc()
` [PATCH 3/6] drm/nouveau/kms/nv50-: Stop using nv_encoder->crtc in nv50_sor_atomic_disable()
` [PATCH 4/6] drm/nouveau/kms/nv50-: Stop using nv_encoder->crtc in nv50_disp_atomic_commit_core()
` [PATCH 5/6] drm/nouveau/kms/nv50-: Add nouveau_encoder->audio.crtc
` [PATCH 6/6] drm/nouveau/kms/nv50-: Obliterate nouveau_encoder->crtc

[PATCH 0/2] rust: kunit: enforce test configurability
 2026-08-19  0:10 UTC  (6+ messages)

[PATCH net v4] xsk: fix NULL pointer dereference in __xsk_rcv()
 2026-08-19  0:08 UTC  (2+ messages)

[PATCH v2 0/2] iio: accel: kionix-kx022a: unify staging buffer and convert to iio_push_to_buffers_with_ts()
 2026-08-19  0:09 UTC  (2+ messages)

[PATCH] hw/misc/aspeed_scu: Set both AST2600 protection key registers on reset
 2026-08-19  0:06 UTC  (4+ messages)

[PATCH net-next 0/8] Netfilter/IPVS fixes for net-next
 2026-08-19  0:04 UTC  (2+ messages)

[PATCH 1/1] KVM: x86: lapic: update apic_base and APIC ID together
 2026-08-19  0:03 UTC  (3+ messages)

[PATCH v4 00/40] bsd-user: Upstream most of the remaining system calls
 2026-08-18 23:56 UTC  (41+ messages)
` [PATCH v4 01/40] bsd-user: Rename cpu_env to env throughout bsd-user
` [PATCH v4 02/40] bsd-user: Fix copy direciton in preadv
` [PATCH v4 03/40] bsd-user: Add bsd-signal.h with sigaction through sigreturn
` [PATCH v4 04/40] bsd-user: Add signal shims sigwait through kill and os-signal.h
` [PATCH v4 05/40] bsd-user: Add signal system call dispatch
` [PATCH v4 06/40] bsd-user: move sys/shm.h lines
` [PATCH v4 07/40] bsd-user: Remove mmap defines
` [PATCH v4 08/40] bsd-user: Use target_suseconds_t
` [PATCH v4 09/40] bsd-user: Move sys/uuid.h defines
` [PATCH v4 10/40] bsd-user: Fix realpathat for FreeBSD 15.0 and newer
` [PATCH v4 11/40] bsd-user: Add os-file.h with chflagsat, close_range, and more
` [PATCH v4 12/40] bsd-user: Add poll, poll2, lseek, pipe, and swap system call shims
` [PATCH v4 13/40] bsd-user: Add FreeBSD socket helpers and sockaddr conversion
` [PATCH v4 14/40] bsd-user: Add bsd-socket.h with bind through getsockname
` [PATCH v4 15/40] bsd-user: Add socket shims socketpair through shutdown
` [PATCH v4 16/40] bsd-user: Commit the generated os-sockopt.h files
` [PATCH v4 17/40] bsd-user: Implement both getsockopt and setsockopt
` [PATCH v4 18/40] bsd-user: Add FreeBSD socket system calls
` [PATCH v4 19/40] bsd-user: Add os-socket.[ch] sendmsg, recvmsg and cmsg
` [PATCH v4 20/40] bsd-user: Add socket system call dispatch
` [PATCH v4 21/40] bsd-user: Add os-time.h with clock and time-of-day functions
` [PATCH v4 22/40] bsd-user: Add utimes, futimes, and ktimer functions to os-time.h
` [PATCH v4 23/40] bsd-user: Add select, pselect, and ppoll "
` [PATCH v4 24/40] bsd-user: Add kqueue and kevent functions "
` [PATCH v4 25/40] bsd-user: Add sigtimedwait, itimer, and futimens "
` [PATCH v4 26/40] bsd-user: Add os-time.c and time-related type definitions
` [PATCH v4 27/40] bsd-user: Add time system call dispatch
` [PATCH v4 28/40] bsd-user: Add cpu_copy and make init_task_state non-static
` [PATCH v4 29/40] bsd-user: Add os-thread.h with thr and context functions
` [PATCH v4 30/40] bsd-user: Add do_freebsd__umtx_op to os-thread.h
` [PATCH v4 31/40] bsd-user: Add thread system call dispatch
` [PATCH v4 32/40] bsd-user: Add os-extattr.h with file and fd extattr functions
` [PATCH v4 33/40] bsd-user: Add link and list extattr functions to os-extattr.h
` [PATCH v4 34/40] bsd-user: Add ACL system call shims "
` [PATCH v4 35/40] bsd-user: Add os-extattr.c with ACL conversion functions
` [PATCH v4 36/40] bsd-user: Add extended attribute and ACL system call dispatch
` [PATCH v4 37/40] bsd-user: Add scheduler and cpuset functions to os-misc.h
` [PATCH v4 38/40] bsd-user: Add scheduler, cpuset, kmod, and misc syscall dispatch
` [PATCH v4 39/40] bsd-user: Move qemu_guest_random_seed_main to same as linux-user
` [PATCH v4 40/40] bsd-user Update random_seed on thread creation

[PATCH v4 0/2] drm/nouveau: NVAC (MCP79) stability: MSI rearm and a NULL crtc guard
 2026-08-19  0:02 UTC  (3+ messages)

[BUG] lockd: KASAN: slab-use-after-free in nlm_async_call
 2026-08-18 23:58 UTC 

[PATCH] hugetlb: add cond_resched() to __unmap_hugepage_range()
 2026-08-18 23:59 UTC  (5+ messages)

[PATCH v2 0/2] cgroup: expose cpu.stat to BPF
 2026-08-18 23:59 UTC  (6+ messages)
` [PATCH v2 1/2] cgroup: add BPF kfuncs to read a cpu cgroup's stats

[PATCH 0/3] drm/nouveau: teardown ordering fixes for events and work
 2026-08-18 23:58 UTC  (3+ messages)

[PATCH 0/2] Convert some HW errors to use SIG ID helpers
 2026-08-18 23:57 UTC  (4+ messages)
` [PATCH 1/2] drm/xe/ras: Report internal HW errors from CSC
` [PATCH 2/2] drm/xe/ras: Report internal HW errors from PUNIT
` ✓ CI.KUnit: success for Convert some HW errors to use SIG ID helpers

[PATCH i-g-t v2 0/2] tests/intel/xe_prefetch_fault: Add L2 prefetch fault tests
 2026-08-18 23:56 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for tests/intel/xe_prefetch_fault: Add L2 prefetch fault tests (rev3)

[PATCH] drm/bridge: sii902x: Read "sil,i2s-data-lanes" as u32
 2026-08-18 23:56 UTC  (2+ messages)

[PATCH] drm/xe/pcode: Use int instead of u32 for mailbox status
 2026-08-18 23:56 UTC  (4+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "

[PATCH 6.18 000/250] 6.18.45-rc1 review
 2026-08-18 23:54 UTC  (2+ messages)

[PATCH v5 0/7] cxl: Sashiko bug fixes
 2026-08-18 23:51 UTC  (3+ messages)
` [PATCH v5 7/7] cxl/fwctl: Propagate feature RPC delivery errors

linux-next: build failure in the final build
 2026-08-18 23:49 UTC  (2+ messages)

[RFC PATCH 00/18] accel/tcg: Change tlb_fill/probe_access to (addr, first, last) tuple
 2026-08-18 23:47 UTC  (4+ messages)
` [RFC PATCH 16/18] target/riscv: Recognize watchpoints with first/last

[PATCH] mm/slab: reject unsupported kmalloc sizes
 2026-08-18 23:46 UTC  (3+ messages)

[PATCH v3 0/4] tdx-guest: Make Quote buffer size dynamic
 2026-08-18 23:46 UTC  (12+ messages)

[PATCH 6.6 000/156] 6.6.152-rc1 review
 2026-08-18 23:45 UTC  (2+ messages)

[syzbot] [mm?] WARNING in ep_write_iter
 2026-08-18 23:45 UTC  (12+ messages)

[PATCH 0/2] SUNRPC: Recycle sent Reply pages instead of freeing them
 2026-08-18 23:44 UTC  (8+ messages)
` [PATCH 1/2] NFSD: Use nfsd_iter_read() when ->splice_read is not zero-copy

[PATCH 6.1 000/609] 6.1.183-rc1 review
 2026-08-18 23:42 UTC  (2+ messages)

[PATCH v2] Documentation: hwmon: replace full-width colon by a standard ASCII colon
 2026-08-18 23:39 UTC  (2+ messages)

[PATCH v7 0/3] Rework TPS25990 direct conversions and add TPS1689 support
 2026-08-18 23:38 UTC  (7+ messages)
` [PATCH v7 1/3] hwmon: (pmbus/tps25990): Rework driver for multi-device support
` [PATCH v7 2/3] dt-bindings: hwmon: pmbus/tps25990: Add TPS1689
` [PATCH v7 3/3] hwmon: (pmbus/tps25990): Add TPS1689 support

[RFC PATCH] hwmon: Add fan monitoring support for HONOR FMI-XX
 2026-08-18 23:36 UTC  (5+ messages)
` [RFC PATCH v2] "
  ` [PATCH v3] "
    ` [PATCH v4] "

[Buildroot] [PATCH v3 1/2] package/fakeroot: bump to version 2.1.4
 2026-08-18 23:35 UTC  (4+ messages)
` [Buildroot] [PATCH v3 2/2] package/btrfs-progs: bump to version 7.1

[PATCH v2] hwmon: yogafan: add Lenovo Yoga Pro 9 16IMH9
 2026-08-18 23:35 UTC  (3+ messages)
` [PATCH] "

[PATCH 1/2] dt-bindings: hwmon: tmp102: Document TMP110
 2026-08-18 23:33 UTC  (2+ messages)

[chao:feature/cache 6/13] fs/f2fs/recovery.c:439:21: warning: variable 'rn' set but not used
 2026-08-18 23:30 UTC 

[PATCH RFC/RFT v1 00/12] Fix easy bits of the negative dentry problem
 2026-08-18 23:30 UTC  (8+ messages)
` [PATCH v1 03/12] fsnotify: don't hold a spin_lock across fsnotify_recalc_mask() calls

[PATCH 0/3] i3c: master: amd: Add IBI and hot-join support
 2026-08-18 23:29 UTC  (6+ messages)
` [PATCH 1/3] dt-bindings: i3c: xlnx: Add IBI and hot-join capability properties

[PATCH net 0/3] net: fixes for requests completing on a socket that no longer listens
 2026-08-18 23:28 UTC  (4+ messages)
` [PATCH net 1/3] ipv6: fix request socket use-after-free after IPV6_ADDRFORM

+ hugetlb-add-cond_resched-to-__unmap_hugepage_range.patch added to mm-unstable branch
 2026-08-18 23:28 UTC 

[PATCH v2] drm/xe/guc: Fix race around q->guc->suspend_pending access
 2026-08-18 23:27 UTC  (3+ messages)

[PATCH bpf-next v3 0/4] bpf: arena: handle memory.max on fault-in with reclaim/OOM
 2026-08-18 23:26 UTC  (5+ messages)
` [PATCH bpf-next v3 2/4] bpf: arena: allocate the fault-in page outside the lock
` [PATCH bpf-next v3 3/4] selftests/bpf: Add read_cgroup_file() to cgroup_helpers

[PATCH v2 0/1] hwmon: Add Minisforum UM780 XTX EC monitoring and fan control
 2026-08-18 23:24 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH v2 0/2] init, arch: make command line size and init arg limit configurable
 2026-08-18 23:23 UTC  (8+ messages)
` [PATCH v2 1/2] init, arch: make CONFIG_COMMAND_LINE_SIZE globally configurable
` [PATCH v2 2/2] init/Kconfig: make config INIT_ENV_ARG_LIMIT user-configurable

[PATCH 0/3] nfc: st-nci: Fairphone 5 NFC bring-up (ST21NFCD)
 2026-08-18 23:22 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: net: nfc: add st,st21nfcd-i2c

[PATCH net] net: dsa: mt7530: do not advertise EEE on MT7621 switch
 2026-08-18 23:22 UTC  (3+ messages)

[paulmckrcu:non-rcu/next 39/40] include/linux/hrtimer.h:355:16: sparse: sparse: incorrect type in return expression (different modifiers)
 2026-08-18 23:19 UTC  (2+ messages)

[PATCH] i2c: qcom-cci: fix device_node refcount leak in cci_probe()/cci_remove()
 2026-08-18 23:18 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] Adding stressor validation for stress-ng
 2026-08-18 23:15 UTC  (2+ messages)

v4 of perf weight annotation
 2026-08-18 23:15 UTC  (9+ messages)
` [PATCH v4 1/4] perf tools record: Modernize -W man page
` [PATCH v4 2/4] perf tools top: Add --weight option
` [PATCH v4 3/4] perf tools: Add support for displaying weights in annotate
` [PATCH v4 4/4] perf tools: Add test for weight annotation

[PATCH] io_uring: Add missing include for ITER_SOURCE and ITER_DEST
 2026-08-18 23:14 UTC  (2+ messages)

[BUG] sched/fair: divide error in __calc_prop_weight() from the enqueue path (flat-hierarchy series)
 2026-08-18 23:13 UTC 

[PATCH v2] kprobes: use DEFINE_DEBUGFS_ATTRIBUTE for the enabled knob
 2026-08-18 23:12 UTC  (3+ messages)

[PATCH v3] monitor: Refine 'info tlb' command
 2026-08-18 23:08 UTC  (3+ messages)

[PATCH v8 00/12] accel/rocket: RK3576 NPU (RKNN) enablement
 2026-08-18 23:09 UTC  (4+ messages)
` [PATCH v8 04/12] dt-bindings: npu: rockchip: add rockchip,rk3576-rknn-core

[PATCH v2 0/2] block: expose blkcg io.stat to BPF
 2026-08-18 23:01 UTC  (6+ messages)
` [PATCH v2 1/2] block: add BPF kfuncs to read blkcg io.stat

[PATCH v2] target/hexagon: Add HMP info tlb command
 2026-08-18 23:00 UTC  (2+ messages)

[RFC PATCH v3 0/4] mm: enable lru cache for smaller large folios
 2026-08-18 22:59 UTC  (5+ messages)
` [RFC PATCH v3 1/4] mm: allow smaller large folios to use lru_cache
` [RFC PATCH v3 2/4] mm: improve large folio reuse for LRU-cached folios
` [RFC PATCH v3 3/4] mm: drain LRU cache if necessary for splitting large folios
` [RFC PATCH v3 4/4] mm: batch lru_cache draining in deferred_split_scan

[PATCH 1/2] NFSD: Fix duplicate fsnotify access events for iterator READs
 2026-08-18 22:57 UTC  (2+ messages)
` [PATCH 2/2] NFSD: Update the atime "

[PATCH] kprobes: use DEFINE_DEBUGFS_ATTRIBUTE for the enabled knob
 2026-08-18 22:56 UTC  (3+ messages)

[PATCH v12 00/11] tracing: wprobe: x86: Add wprobe for watchpoint
 2026-08-18 22:56 UTC  (4+ messages)
` [PATCH v12 05/11] x86: hw_breakpoint: Add a kconfig to clarify when a breakpoint fires

[PATCH net] net: bnxt: ring the doorbell when SW USO exits early
 2026-08-18 22:54 UTC  (3+ messages)

[PATCH 0/4] Use SIGID API for PCODE and CSC
 2026-08-18 22:52 UTC  (6+ messages)
` [PATCH 4/4] drm/xe/ras: Report CSC errors using SIGID

[RFC/Discussion] eBPF-based runtime permission auditing tool for SELinux policies
 2026-08-18 22:52 UTC  (3+ messages)

[RFC bpf-next 0/6] bpf: track scalar equality across the low 32 bits
 2026-08-18 22:51 UTC  (3+ messages)
` [RFC bpf-next 2/6] bpf: move the linked-scalar flags into bpf_reg_state->flags [NFC]

[PATCH v3 0/2] tests/intel/xe_survivability: update ignored dmesg regex
 2026-08-18 22:50 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for tests/intel/xe_survivability: update ignored dmesg regex (rev4)

[PATCH] KVM: arm64: vgic-its: Fix O(C*I) loop in vgic_its_free_collection_list
 2026-08-18 22:47 UTC  (2+ messages)

[PATCH v2 0/5] media: iris: Fix DMA coherency, power-off ordering, and frame interval issues
 2026-08-18 22:47 UTC  (4+ messages)
` [PATCH v2 1/5] media: iris: Add dma sync calls for input and output buffers


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.