linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-11 11:20:47 to 2025-06-18 07:08:36 UTC [more...]

[PATCH RESEND v4 0/7] futex: Create set_robust_list2
 2025-06-18  7:08 UTC  (9+ messages)
` [PATCH RESEND v4 1/7] selftests/futex: Add ASSERT_ macros
` [PATCH RESEND v4 2/7] selftests/futex: Create test for robust list
` [PATCH RESEND v4 3/7] futex: Use explicit sizes for compat_exit_robust_list
` [PATCH RESEND v4 4/7] futex: Create set_robust_list2
` [PATCH RESEND v4 5/7] futex: Wire up set_robust_list2 syscall
` [PATCH RESEND v4 6/7] futex: Remove the limit of elements for sys_set_robust_list2 lists
` [PATCH RESEND v4 7/7] selftests: futex: Expand robust list test for the new interface

[RFC 00/19] Kernel API Specification Framework
 2025-06-17 22:58 UTC  (25+ messages)
` [RFC 01/19] kernel/api: introduce kernel API specification framework
` [RFC 02/19] eventpoll: add API specification for epoll_create1
` [RFC 03/19] eventpoll: add API specification for epoll_create
` [RFC 04/19] eventpoll: add API specification for epoll_ctl
` [RFC 05/19] eventpoll: add API specification for epoll_wait
` [RFC 06/19] eventpoll: add API specification for epoll_pwait
` [RFC 07/19] eventpoll: add API specification for epoll_pwait2
` [RFC 08/19] exec: add API specification for execve
` [RFC 09/19] exec: add API specification for execveat
` [RFC 10/19] mm/mlock: add API specification for mlock
` [RFC 11/19] mm/mlock: add API specification for mlock2
` [RFC 12/19] mm/mlock: add API specification for mlockall
` [RFC 13/19] mm/mlock: add API specification for munlock
` [RFC 14/19] mm/mlock: add API specification for munlockall
` [RFC 15/19] kernel/api: add debugfs interface for kernel API specifications
` [RFC 16/19] kernel/api: add IOCTL specification infrastructure
` [RFC 17/19] fwctl: add detailed IOCTL API specifications
` [RFC 18/19] binder: "
` [RFC 19/19] tools/kapi: Add kernel API specification extraction tool

[PATCH 07/10] fs: introduce FALLOC_FL_WRITE_ZEROES to fallocate
 2025-06-12 11:37 UTC  (2+ messages)

[PATCH] man/man2/memfd_secret.2: Correct the flags
 2025-06-12  9:45 UTC 

[DISCUSSION] proposed mctl() API
 2025-06-10 17:02 UTC  (30+ messages)

[PATCH RFT v17 0/8] fork: Support shadow stacks in clone3()
 2025-06-10 15:14 UTC  (10+ messages)
` [PATCH RFT v17 1/8] arm64/gcs: Return a success value from gcs_alloc_thread_stack()
` [PATCH RFT v17 2/8] Documentation: userspace-api: Add shadow stack API documentation
` [PATCH RFT v17 3/8] selftests: Provide helper header for shadow stack testing
` [PATCH RFT v17 4/8] fork: Add shadow stack support to clone3()
` [PATCH RFT v17 5/8] selftests/clone3: Remove redundant flushes of output streams
` [PATCH RFT v17 6/8] selftests/clone3: Factor more of main loop into test_clone3()
` [PATCH RFT v17 7/8] selftests/clone3: Allow tests to flag if -E2BIG is a valid error code
` [PATCH RFT v17 8/8] selftests/clone3: Test shadow stack support

[PATCH net-next v3 0/6] tcp: support preloading data on a listening socket
 2025-06-09 16:26 UTC  (8+ messages)
` [PATCH net-next v3 1/6] tcp: support writing to a socket in listening state
` [PATCH net-next v3 2/6] tcp: copy write-data from listen socket to accept child socket
` [PATCH net-next v3 3/6] tcp: fastopen: add write-data to fastopen synack packet
` [PATCH net-next v3 4/6] tcp: transmit any pending data on receipt of 3rd-ack
` [PATCH net-next v3 5/6] tcp: fastopen: retransmit data when only the SYN of a synack-with-data is acked
` [PATCH net-next v3 6/6] tcp: fastopen: extend retransmit-queue trimming to handle linear sk_buff

Extending clone_args for clone3()
 2025-06-04 11:05 UTC  (4+ messages)

[PATCH 5.4 193/204] pidfd: check pid has attached task in fdinfo
 2025-06-02 13:48 UTC 

[RFC v2 00/16] Live Update Orchestrator
 2025-05-26  6:32 UTC 

close(2) with EINTR has been changed by POSIX.1-2024
 2025-05-24 19:25 UTC  (25+ messages)
    ` [RFC v1] man/man2/close.2: CAVEATS: Document divergence from POSIX.1-2024

[PATCH v5 0/7] fs: introduce file_getattr and file_setattr syscalls
 2025-05-22 22:26 UTC  (23+ messages)
` [PATCH v5 1/7] fs: split fileattr related helpers into separate file
` [PATCH v5 2/7] lsm: introduce new hooks for setting/getting inode fsxattr
` [PATCH v5 3/7] selinux: implement inode_file_[g|s]etattr hooks
` [PATCH v5 4/7] fs: split fileattr/fsxattr converters into helpers
` [PATCH v5 5/7] fs: make vfs_fileattr_[get|set] return -EOPNOSUPP
` [PATCH v5 6/7] fs: prepare for extending file_get/setattr()
` [PATCH v5 7/7] fs: introduce file_getattr and file_setattr syscalls

[RFC PATCH 0/5] add process_madvise() flags to modify behaviour
 2025-05-22 12:12 UTC 

[PATCH v3 0/7] prctl: introduce PR_SET/GET_THP_POLICY
 2025-05-22 12:10 UTC 

[PATCH v4 0/7] futex: Create set_robust_list2
 2025-05-22 11:39 UTC  (12+ messages)
` [PATCH v4 1/7] selftests/futex: Add ASSERT_ macros
` [PATCH v4 2/7] selftests/futex: Create test for robust list
` [PATCH v4 3/7] futex: Use explicit sizes for compat_exit_robust_list
` [PATCH v4 4/7] futex: Create set_robust_list2
` [PATCH v4 5/7] futex: Wire up set_robust_list2 syscall
` [PATCH v4 6/7] futex: Remove the limit of elements for sys_set_robust_list2 lists
` [PATCH v4 7/7] selftests: futex: Expand robust list test for the new interface

[PATCH net-next v2 0/6] tcp: support preloading data on a listening socket
 2025-05-22  7:36 UTC  (8+ messages)
` [PATCH net-next v2 1/6] tcp: support writing to a socket in listening state
` [PATCH net-next v2 2/6] tcp: copy write-data from listen socket to accept child socket
` [PATCH net-next v2 3/6] tcp: fastopen: add write-data to fastopen synack packet
` [PATCH net-next v2 4/6] tcp: transmit any pending data on receipt of 3rd-ack
` [PATCH net-next v2 5/6] tcp: fastopen: retransmit data when only the SYN of a synack-with-data is acked
` [PATCH net-next v2 6/6] tcp: fastopen: extend retransmit-queue trimming to handle linear sk_buff

mlock ulimits for SHM_HUGETLB
 2025-05-19 14:02 UTC  (6+ messages)

[PATCH 0/3] lsm: introduce lsm_manage_policy() syscall
 2025-05-17  7:59 UTC  (19+ messages)
` [PATCH 1/3] Wire up the lsm_manage_policy syscall
` [PATCH 2/3] lsm: introduce security_lsm_manage_policy hook

[PATCH 0/6] tcp: support preloading data on a listening socket
 2025-05-16 20:11 UTC  (12+ messages)
` [PATCH 1/6] tcp: support writing to a socket in listening state
` [PATCH 2/6] tcp: copy write-data from listen socket to accept child socket
` [PATCH 3/6] tcp: fastopen: add write-data to fastopen synack packet
` [PATCH 4/6] tcp: transmit any pending data on receipt of 3rd-ack
` [PATCH 5/6] tcp: fastopen: retransmit data when only the SYN of a synack-with-data is acked
` [PATCH 6/6] tcp: fastopen: extend retransmit-queue trimming to handle linear sk_buff

[PATCH v5 0/7] fs: introduce file_getattr and file_setattr syscalls
 2025-05-15  7:50 UTC  (8+ messages)
` [PATCH v5 1/7] fs: split fileattr related helpers into separate file
` [PATCH v5 2/7] lsm: introduce new hooks for setting/getting inode fsxattr

[PATCH v5 0/7] fs: introduce file_getattr and file_setattr syscalls
 2025-05-13  8:24 UTC  (7+ messages)
` [PATCH v5 1/7] fs: split fileattr related helpers into separate file
` [PATCH v5 2/7] lsm: introduce new hooks for setting/getting inode fsxattr
` [PATCH v5 3/7] selinux: implement inode_file_[g|s]etattr hooks
` [PATCH v5 4/7] fs: split fileattr/fsxattr converters into helpers

[PATCH v5 5/7] fs: make vfs_fileattr_[get|set] return -EOPNOSUPP
 2025-05-12 13:28 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).