linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-16 19:13:35 to 2025-06-25 16:23:22 UTC [more...]

[RFC 00/19] Kernel API Specification Framework
 2025-06-25 16:23 UTC  (38+ 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 v3 0/3] lsm: introduce lsm_config_self_policy() and lsm_config_system_policy() syscalls
 2025-06-25  1:21 UTC  (7+ messages)
` [PATCH v3 1/3] Wire up lsm_config_self_policy and lsm_config_system_policy syscalls
` [PATCH v3 2/3] lsm: introduce security_lsm_config_*_policy hooks
` [PATCH v3 3/3] AppArmor: add support for lsm_config_self_policy and lsm_config_system_policy

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

[PATCH v2 0/3] lsm: introduce lsm_config_self_policy() and lsm_config_system_policy() syscalls
 2025-06-20 10:54 UTC  (9+ messages)
` [PATCH v2 1/3] Wire up lsm_config_self_policy and lsm_config_system_policy syscalls
` [PATCH v2 2/3] lsm: introduce security_lsm_config_*_policy hooks
` [PATCH v2 3/3] AppArmor: add support for lsm_config_self_policy and lsm_config_system_policy

[PATCH RESEND v4 0/7] futex: Create set_robust_list2
 2025-06-18 17:03 UTC  (12+ 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

[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  (13+ messages)
` [RFC v1] man/man2/close.2: CAVEATS: Document divergence from POSIX.1-2024

[PATCH v5 3/7] selinux: implement inode_file_[g|s]etattr hooks
 2025-05-22 22:26 UTC  (2+ messages)

[PATCH v5 2/7] lsm: introduce new hooks for setting/getting inode fsxattr
 2025-05-22 22:26 UTC  (2+ messages)

[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

[PATCH v5 0/7] fs: introduce file_getattr and file_setattr syscalls
 2025-05-21 10:44 UTC  (12+ messages)

close(2) with EINTR has been changed by POSIX.1-2024
 2025-05-20 23:16 UTC  (8+ messages)

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  (10+ messages)
` [PATCH 1/3] Wire up the lsm_manage_policy syscall

[PATCH 0/6] tcp: support preloading data on a listening socket
 2025-05-16 20:11 UTC  (6+ messages)
` [PATCH 2/6] tcp: copy write-data from listen socket to accept child socket


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).