linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-24 19:55:19 to 2024-11-19 16:47:08 UTC [more...]

[PATCH v6 00/15] integrity: Introduce the Integrity Digest Cache
 2024-11-19 16:46 UTC  (19+ messages)
` [PATCH v6 01/15] lib: Add TLV parser
` [PATCH v6 02/15] module: Introduce ksys_finit_module()
` [PATCH v6 03/15] integrity: Introduce the Integrity Digest Cache
` [PATCH v6 04/15] digest_cache: Initialize digest caches
` [PATCH v6 05/15] digest_cache: Add securityfs interface
` [PATCH v6 06/15] digest_cache: Add hash tables and operations
` [PATCH v6 07/15] digest_cache: Allow registration of digest list parsers
` [PATCH v6 08/15] digest_cache: Parse tlv digest lists
` [PATCH v6 09/15] digest_cache: Populate the digest cache from a digest list
` [PATCH v6 10/15] digest_cache: Add management of verification data
` [PATCH v6 11/15] digest_cache: Add support for directories
` [PATCH v6 12/15] digest cache: Prefetch digest lists if requested
` [PATCH v6 13/15] digest_cache: Reset digest cache on file/directory change
` [PATCH v6 14/15] selftests/digest_cache: Add selftests for the Integrity Digest Cache
` [PATCH v6 15/15] docs: Add documentation of "

[PATCH] uapi: add EROBLK
 2024-11-19 16:22 UTC  (2+ messages)

A Proposal
 2024-11-18 22:38 UTC 

[PATCH net-next v2 00/12] Begin upstreaming Homa transport protocol
 2024-11-18 21:23 UTC  (27+ messages)
` [PATCH net-next v2 01/12] net: homa: define user-visible API for Homa
` [PATCH net-next v2 02/12] net: homa: define Homa packet formats
` [PATCH net-next v2 03/12] net: homa: create shared Homa header files
` [PATCH net-next v2 04/12] net: homa: create homa_pool.h and homa_pool.c
` [PATCH net-next v2 05/12] net: homa: create homa_rpc.h and homa_rpc.c
` [PATCH net-next v2 06/12] net: homa: create homa_peer.h and homa_peer.c
` [PATCH net-next v2 07/12] net: homa: create homa_sock.h and homa_sock.c
` [PATCH net-next v2 08/12] net: homa: create homa_incoming.c
` [PATCH net-next v2 09/12] net: homa: create homa_outgoing.c
` [PATCH net-next v2 10/12] net: homa: create homa_timer.c
` [PATCH net-next v2 11/12] net: homa: create homa_plumbing.c homa_utils.c
` [PATCH net-next v2 12/12] net: homa: create Makefile and Kconfig

[PATCH] statmount: add flag to retrieve unescaped options
 2024-11-15  8:10 UTC  (8+ messages)

[PATCH net 0/1] net/ipv6: Netlink flag for new IPv6 Default Routes
 2024-11-14 20:42 UTC  (12+ messages)
` [PATCH net 1/1] "

[PATCH v21 0/6] Script execution control (was O_MAYEXEC)
 2024-11-12 19:18 UTC  (7+ messages)
` [PATCH v21 1/6] exec: Add a new AT_EXECVE_CHECK flag to execveat(2)
` [PATCH v21 2/6] security: Add EXEC_RESTRICT_FILE and EXEC_DENY_INTERACTIVE securebits
` [PATCH v21 3/6] selftests/exec: Add 32 tests for AT_EXECVE_CHECK and exec securebits
` [PATCH v21 4/6] selftests/landlock: Add tests for execveat + AT_EXECVE_CHECK
` [PATCH v21 5/6] samples/check-exec: Add set-exec
` [PATCH v21 6/6] samples/check-exec: Add an enlighten "inc" interpreter and 28 tests

[RFC PATCH 0/4] Add fbind() and NUMA mempolicy support for KVM guest_memfd
 2024-11-11 22:14 UTC  (12+ messages)
` [RFC PATCH 1/4] mm: Add mempolicy support to the filemap layer
` [RFC PATCH 2/4] Introduce fbind syscall
  ` [RFC PATCH 3/4] KVM: guest_memfd: Pass file pointer instead of inode in guest_memfd APIs
  ` [RFC PATCH 4/4] KVM: guest_memfd: Enforce NUMA mempolicy if available

[PATCH v6 0/5] introduce PIDFD_SELF* sentinels
 2024-11-08 14:28 UTC  (10+ messages)
` [PATCH v6 1/5] pidfd: extend pidfd_get_pid() and de-duplicate pid lookup
` [PATCH v6 2/5] pidfd: add PIDFD_SELF_* sentinels to refer to own thread/process
` [PATCH v6 3/5] tools: testing: separate out wait_for_pid() into helper header
` [PATCH v6 4/5] selftests: pidfd: add pidfd.h UAPI wrapper
` [PATCH v6 5/5] selftests: pidfd: add tests for PIDFD_SELF_*

[PATCH v2 0/3] futex: Create set_robust_list2
 2024-11-05 12:18 UTC  (18+ messages)
` [PATCH v2 1/3] futex: Use explicit sizes for compat_exit_robust_list
` [PATCH v2 2/3] futex: Create set_robust_list2
` [PATCH v2 3/3] futex: Wire up set_robust_list2 syscall

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

[PATCH RFT v11 0/8] fork: Support shadow stacks in clone3()
 2024-10-30 21:42 UTC  (7+ messages)
` [PATCH RFT v11 1/8] arm64/gcs: Return a success value from gcs_alloc_thread_stack()
` [PATCH RFT v11 2/8] Documentation: userspace-api: Add shadow stack API documentation

[PATCH v4 0/5] implement lightweight guard pages
 2024-10-29 10:32 UTC  (9+ messages)
` [PATCH v4 1/5] mm: pagewalk: add the ability to install PTEs
` [PATCH v4 2/5] mm: add PTE_MARKER_GUARD PTE marker
` [PATCH v4 3/5] mm: madvise: implement lightweight guard page mechanism
` [PATCH v4 4/5] tools: testing: update tools UAPI header for mman-common.h
` [PATCH v4 5/5] selftests/mm: add self tests for guard page feature

[PATCH 0/6] futex: The remaining futex2 bits
 2024-10-28 22:37 UTC  (17+ messages)
` [PATCH 1/6] mm: Add vmalloc_huge_node()
` [PATCH 2/6] futex: Implement FUTEX2_NUMA
` [PATCH 3/6] futex: Propagate flags into futex_get_value_locked()
` [PATCH 4/6] futex: Enable FUTEX2_{8,16}
` [PATCH 5/6] futex,selftests: Extend the futex selftests
` [PATCH 6/6] futex,selftests: Extend the futex selftests for NUMA

[PATCH v1 00/14] futex: More futex2 bits
 2024-10-28 22:32 UTC  (7+ messages)
` [PATCH v1 11/14] futex: Implement FUTEX2_NUMA

[PATCH v3 0/5] implement lightweight guard pages
 2024-10-28 21:49 UTC  (28+ messages)
` [PATCH v3 1/5] mm: pagewalk: add the ability to install PTEs
` [PATCH v3 2/5] mm: add PTE_MARKER_GUARD PTE marker
` [PATCH v3 3/5] mm: madvise: implement lightweight guard page mechanism
` [PATCH v3 5/5] selftests/mm: add self tests for guard page feature

[PATCH v5 0/5] introduce PIDFD_SELF* sentinels
 2024-10-25 22:17 UTC  (16+ messages)
` [PATCH v5 1/5] pidfd: extend pidfd_get_pid() and de-duplicate pid lookup
` [PATCH v5 2/5] pidfd: add PIDFD_SELF_* sentinels to refer to own thread/process
` [PATCH v5 3/5] tools: testing: separate out wait_for_pid() into helper header
` [PATCH v5 4/5] selftests: pidfd: add pidfd.h UAPI wrapper
` [PATCH v5 5/5] selftests: pidfd: add tests for PIDFD_SELF_*

[PATCH v4 4/4] selftests: pidfd: add tests for PIDFD_SELF_*
 2024-10-25  8:48 UTC  (3+ messages)

[PATCH RFC 0/1] futex: Add a new robust list syscall
 2024-10-25  6:33 UTC  (6+ messages)
` [PATCH RFC 1/1] futex: Create set_robust_list2


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