public inbox for linux-api@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-05 03:45:43 to 2026-03-18 14:12:17 UTC [more...]

[PATCH 0/9] Kernel API Specification Framework
 2026-03-18 14:12 UTC  (30+ messages)
` [PATCH 1/9] kernel/api: introduce kernel API specification framework
` [PATCH 2/9] kernel/api: enable kerneldoc-based API specifications
` [PATCH 3/9] kernel/api: add debugfs interface for kernel "
` [PATCH 4/9] tools/kapi: Add kernel API specification extraction tool
` [PATCH 5/9] kernel/api: add API specification for sys_open
` [PATCH 6/9] kernel/api: add API specification for sys_close
` [PATCH 7/9] kernel/api: add API specification for sys_read
` [PATCH 8/9] kernel/api: add API specification for sys_write
` [PATCH 9/9] kernel/api: add runtime verification selftest

[PATCH net-next v2 00/14] tcp: preserve receive-window accounting across ratio drift
 2026-03-16 18:03 UTC  (25+ messages)
` [PATCH net-next v2 01/14] tcp: factor receive-memory accounting helpers
` [PATCH net-next v2 02/14] tcp: snapshot advertise-time scaling for rcv_wnd
` [PATCH net-next v2 03/14] tcp: refresh rcv_wnd snapshots at TCP write sites
` [PATCH net-next v2 04/14] tcp: snapshot the maximum advertised receive window
` [PATCH net-next v2 05/14] tcp: grow rcvbuf to back scaled-window quantization slack
` [PATCH net-next v2 06/14] tcp: regrow rcvbuf when scaling_ratio drops after advertisement
` [PATCH net-next v2 07/14] tcp: honor the maximum advertised window after live retraction
` [PATCH net-next v2 08/14] tcp: extend TCP_REPAIR_WINDOW for live and max-window snapshots
` [PATCH net-next v2 09/14] mptcp: refresh TCP receive-window snapshots on subflows
` [PATCH net-next v2 10/14] tcp: expose rmem and backlog in tcp and mptcp rcvbuf_grow tracepoints
` [PATCH net-next v2 11/14] selftests: tcp_ao: cover legacy, v1, and retracted repair windows
` [PATCH net-next v2 12/14] tun/selftests: add RX truesize injection for TCP window tests
` [PATCH net-next v2 13/14] netdevsim: add peer RX truesize support for selftests
` [PATCH net-next v2 14/14] netdevsim: release pinned PSP ext on drop paths

[PATCH v5 0/4] OPENAT2_REGULAR flag support for openat2
 2026-03-16 17:22 UTC  (19+ messages)
` [PATCH v5 1/4] openat2: new OPENAT2_REGULAR flag support
` [PATCH v5 2/4] kselftest/openat2: test for OPENAT2_REGULAR flag
` [PATCH v5 3/4] sparc/fcntl.h: convert O_* flag macros from hex to octal
` [PATCH v5 4/4] mips/fcntl.h: "

[RFC] Modernizing Linux authentication logs (lastlog, btmp, utmp, wtmp) with SQLite
 2026-03-13 18:51 UTC  (7+ messages)

[RFC PATCH v4] futex: Introduce __vdso_robust_futex_unlock and __vdso_robust_pi_futex_try_unlock
 2026-03-13 15:19 UTC  (3+ messages)

[RFC PATCH 0/2] futex: how to solve the robust_list race condition?
 2026-03-12 13:36 UTC  (23+ messages)
` [RFC PATCH 1/2] futex: Create reproducer for robust_list race condition
` [RFC PATCH 2/2] futex: hack: Add debug delays

[PATCH net 0/7] tcp: preserve advertised rwnd accounting across receive-memory decisions
 2026-03-12  1:49 UTC  (12+ messages)
` [PATCH net 1/7] tcp: track advertise-time scaling basis for rcv_wnd
` [PATCH net 2/7] tcp: preserve rcv_wnd snapshot when updating advertised windows
` [PATCH net 3/7] tcp: honor advertised receive window in memory admission and clamping
` [PATCH net 4/7] tcp: extend TCP_REPAIR_WINDOW with receive-window scaling snapshot
` [PATCH net 5/7] mptcp: refresh tcp rcv_wnd snapshot when syncing receive windows
` [PATCH net 6/7] tcp: expose rmem and backlog accounting in rcvbuf_grow tracepoints
` [PATCH net 7/7] selftests: tcp_ao: cover legacy and extended TCP_REPAIR_WINDOW layouts

[PATCH v2 1/5] fs: add generic write-stream management ioctl
 2026-03-10 20:44 UTC  (3+ messages)

[PATCH] sched/deadline: document new sched_getattr() feature for retrieving current parameters for DEADLINE tasks
 2026-03-09 16:17 UTC  (5+ messages)
` [PATCH v2] "

[PATCH bpf-next v10 0/8] bpf: Extend BPF syscall with common attributes support
 2026-03-04  6:17 UTC  (19+ messages)
` [PATCH bpf-next v10 1/8] "
` [PATCH bpf-next v10 2/8] libbpf: Add support for extended bpf syscall
` [PATCH bpf-next v10 3/8] bpf: Refactor reporting log_true_size for prog_load
` [PATCH bpf-next v10 4/8] bpf: Add syscall common attributes support "
` [PATCH bpf-next v10 5/8] bpf: Add syscall common attributes support for btf_load
` [PATCH bpf-next v10 6/8] bpf: Add syscall common attributes support for map_create
` [PATCH bpf-next v10 7/8] libbpf: "
` [PATCH bpf-next v10 8/8] selftests/bpf: Add tests to verify map create failure log

[PATCH 1/2] mount: add OPEN_TREE_NAMESPACE
 2026-03-02 10:15 UTC  (6+ messages)

[PATCH v8 00/17] Subject: Exposing case folding behavior
 2026-02-27 11:41 UTC  (22+ messages)
` [PATCH v8 01/17] fs: Move file_kattr initialization to callers
` [PATCH v8 02/17] fs: Add case sensitivity flags to file_kattr
` [PATCH v8 03/17] fat: Implement fileattr_get for case sensitivity
` [PATCH v8 04/17] exfat: "
` [PATCH v8 05/17] ntfs3: "
` [PATCH v8 06/17] hfs: "
` [PATCH v8 07/17] hfsplus: Report case sensitivity in fileattr_get
` [PATCH v8 08/17] ext4: "
` [PATCH v8 09/17] xfs: "
` [PATCH v8 10/17] cifs: Implement fileattr_get for case sensitivity
` [PATCH v8 11/17] nfs: "
` [PATCH v8 12/17] f2fs: Add case sensitivity reporting to fileattr_get
` [PATCH v8 13/17] vboxsf: Implement fileattr_get for case sensitivity
` [PATCH v8 14/17] isofs: "
` [PATCH v8 15/17] nfsd: Report export case-folding via NFSv3 PATHCONF
` [PATCH v8 16/17] nfsd: Implement NFSv4 FATTR4_CASE_INSENSITIVE and FATTR4_CASE_PRESERVING
` [PATCH v8 17/17] ksmbd: Report filesystem case sensitivity via FS_ATTRIBUTE_INFORMATION

[PATCH 0/2] mount: add OPEN_TREE_NAMESPACE
 2026-02-19 23:42 UTC  (2+ messages)

[PATCH bpf-next v11 0/8] bpf: Extend BPF syscall with common attributes support
 2026-02-16 15:04 UTC  (9+ messages)
` [PATCH bpf-next v11 1/8] "
` [PATCH bpf-next v11 2/8] libbpf: Add support for extended BPF syscall
` [PATCH bpf-next v11 3/8] bpf: Refactor reporting log_true_size for prog_load
` [PATCH bpf-next v11 4/8] bpf: Add syscall common attributes support "
` [PATCH bpf-next v11 5/8] bpf: Add syscall common attributes support for btf_load
` [PATCH bpf-next v11 6/8] bpf: Add syscall common attributes support for map_create
` [PATCH bpf-next v11 7/8] libbpf: "
` [PATCH bpf-next v11 8/8] selftests/bpf: Add tests to verify map create failure log

[PATCH v3 0/3] introduce PIDFD_SELF* sentinels
 2026-02-13 11:02 UTC  (8+ messages)
` [PATCH v3 3/3] selftests: pidfd: add tests for PIDFD_SELF_*

[GIT PULL] asm-generic header updates for 7.0
 2026-02-11  5:18 UTC  (2+ messages)

[PATCH net-next v2 0/4] net: uapi: Provide an UAPI definition of 'struct sockaddr'
 2026-02-09 13:34 UTC  (11+ messages)

[PATCH] arch: m68k: remove incomplete, unusable Apollo hardware support
 2026-02-09  1:47 UTC  (4+ messages)

close(2) with EINTR has been changed by POSIX.1-2024
 2026-02-06 15:13 UTC  (6+ messages)
` [RFC v1] man/man2/close.2: CAVEATS: Document divergence from POSIX.1-2024

[PATCH bpf-next v9 0/9] bpf: Extend BPF syscall with common attributes support
 2026-02-06  2:50 UTC  (14+ messages)
` [PATCH bpf-next v9 4/9] bpf: Add syscall common attributes support for prog_load
` [PATCH bpf-next v9 8/9] libbpf: Add syscall common attributes support for map_create
` [PATCH bpf-next v9 9/9] selftests/bpf: Add tests to verify map create failure log

[RFC v1] man/man2/close.2: CAVEATS: Document divergence from POSIX.1-2024
 2026-02-05  9:34 UTC  (11+ messages)


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