Linux userland API discussions
 help / color / mirror / Atom feed
 messages from 2026-06-18 08:19:21 to 2026-07-10 01:04:56 UTC [more...]

[PATCH v2 00/19] crypto: cmh - add CRI CryptoManager Hub driver
 2026-07-10  1:04 UTC  (21+ messages)
` [PATCH v2 01/19] dt-bindings: crypto: add Rambus CryptoManager Hub
` [PATCH v2 02/19] crypto: cmh - add core platform driver
` [PATCH v2 03/19] crypto: cmh - add key provisioning and management
` [PATCH v2 04/19] crypto: cmh - add SHA-2/SHA-3/SHAKE ahash
` [PATCH v2 05/19] crypto: cmh - add HMAC ahash
` [PATCH v2 06/19] crypto: cmh - add CSHAKE/KMAC ahash
` [PATCH v2 07/19] crypto: cmh - add SM3 ahash
` [PATCH v2 08/19] crypto: cmh - add AES skcipher/aead/cmac
` [PATCH v2 09/19] crypto: cmh - add SM4 skcipher/aead/cmac/xcbc
` [PATCH v2 10/19] crypto: cmh - add ChaCha20-Poly1305
` [PATCH v2 11/19] crypto: cmh - add DRBG hwrng
` [PATCH v2 12/19] crypto: cmh - add RSA akcipher
` [PATCH v2 13/19] crypto: cmh - add ECDSA/SM2 sig
` [PATCH v2 14/19] crypto: cmh - add ECDH/X25519 kpp
` [PATCH v2 15/19] crypto: cmh - add ML-KEM/ML-DSA (QSE)
` [PATCH v2 16/19] crypto: cmh - add SLH-DSA/LMS/XMSS (HCQ)
` [PATCH v2 17/19] Documentation: ioctl: add CMH ioctl documentation and register 'J'
` [PATCH v2 18/19] selftests: crypto: cmh - add kselftest for management ioctl
` [PATCH v2 19/19] MAINTAINERS: add Rambus CryptoManager Hub (CMH)

[PATCH] ovl: add ioctls to retrieve layer file descriptors
 2026-07-09 14:32 UTC  (19+ messages)

[PATCH 0/2] erofs: fd-based source and backing file introspection
 2026-07-08 15:20 UTC  (7+ messages)
` [PATCH 1/2] erofs: accept source file descriptor via fsconfig
` [PATCH 2/2] erofs: add ioctl to retrieve the backing source file descriptor

[RFC] Null Namespaces
 2026-07-06 17:10 UTC  (38+ messages)
      ` Directory capability brain dump (Re: [RFC] Null Namespaces)

[PATCH] drm/fourcc: Add P212, P410 and P412 formats
 2026-07-02 21:23 UTC 

[PATCH v3 0/9] vDSO: Respect COMPAT_32BIT_TIME
 2026-07-02  8:21 UTC  (10+ messages)
` [PATCH v3 1/9] time: Respect COMPAT_32BIT_TIME for old time type functions
` [PATCH v3 2/9] vdso/gettimeofday: Validate system call existence for time() and gettimeofday()
` [PATCH v3 3/9] x86/vdso: Respect COMPAT_32BIT_TIME
` [PATCH v3 4/9] arm64: vdso32: "
` [PATCH v3 5/9] ARM: VDSO: "
` [PATCH v3 6/9] powerpc/vdso: "
` [PATCH v3 7/9] MIPS: VDSO: "
` [PATCH v3 8/9] sparc: vdso: "
` [PATCH v3 9/9] vdso/gettimeofday: Verify COMPAT_32BIT_TIME interactions

[PATCH v2 0/7] vmsplice: fix some problems in my previous vmsplice patchset
 2026-07-01 19:16 UTC  (14+ messages)
` [PATCH v2 1/7] vmsplice: open-code do_writev and do_readv
` [PATCH v2 2/7] vmsplice: change argument type back to "int"
` [PATCH v2 3/7] splice: turn wait_for_space flags argument into bool
` [PATCH v2 4/7] pipe: move wait_for_space to fs/pipe.c and rename it
` [PATCH v2 5/7] vmsplice: make sure we don't wait after writing some data
` [PATCH v2 6/7] vmsplice: return -EINVAL for particular combination of flags
` [PATCH v2 7/7] pipe: set FMODE_NOWAIT for named FIFOs

[PATCH v2 0/9] vDSO: Respect COMPAT_32BIT_TIME
 2026-07-01 13:11 UTC  (19+ messages)
` [PATCH v2 1/9] time: Respect COMPAT_32BIT_TIME for old time type functions
` [PATCH v2 2/9] vdso/gettimeofday: Validate system call existence for time() and gettimeofday()
` [PATCH v2 3/9] x86/vdso: Respect COMPAT_32BIT_TIME
` [PATCH v2 4/9] arm64: vdso32: "
` [PATCH v2 5/9] ARM: VDSO: "
` [PATCH v2 6/9] powerpc/vdso: "
` [PATCH v2 7/9] MIPS: VDSO: "
` [PATCH v2 8/9] sparc: vdso: "
` [PATCH v2 9/9] vdso/gettimeofday: Verify COMPAT_32BIT_TIME interactions

[PATCH v2 1/2] man/man3/errno.3: Document EFTYPE error code
 2026-06-29 21:02 UTC  (5+ messages)

[RFC PATCH 0/3] fs: support tasks with a null root or cwd
 2026-06-29  9:19 UTC  (5+ messages)
` [RFC PATCH 1/3] fs: Add documentation to some `struct fs_struct` fields
` [RFC PATCH 2/3] fs: support tasks with a null root or cwd
` [RFC PATCH 3/3] fs: add KUnit tests for "

[PATCH 00/19] crypto: cmh - add CRI CryptoManager Hub driver
 2026-06-28  8:41 UTC  (28+ messages)
` [PATCH 01/19] dt-bindings: crypto: add Rambus CryptoManager Hub
` [PATCH 02/19] crypto: cmh - add core platform driver
` [PATCH 03/19] crypto: cmh - add key provisioning and management
` [PATCH 04/19] crypto: cmh - add SHA-2/SHA-3/SHAKE ahash
` [PATCH 05/19] crypto: cmh - add HMAC ahash
` [PATCH 06/19] crypto: cmh - add CSHAKE/KMAC ahash
` [PATCH 07/19] crypto: cmh - add SM3 ahash
` [PATCH 08/19] crypto: cmh - add AES skcipher/aead/cmac
` [PATCH 09/19] crypto: cmh - add SM4 skcipher/aead/cmac/xcbc
` [PATCH 10/19] crypto: cmh - add ChaCha20-Poly1305
` [PATCH 11/19] crypto: cmh - add DRBG hwrng
` [PATCH 12/19] crypto: cmh - add RSA akcipher
` [PATCH 13/19] crypto: cmh - add ECDSA/SM2 sig
` [PATCH 14/19] crypto: cmh - add ECDH/X25519 kpp
` [PATCH 15/19] crypto: cmh - add ML-KEM/ML-DSA (QSE)
` [PATCH 16/19] crypto: cmh - add SLH-DSA/LMS/XMSS (HCQ)
` [PATCH 17/19] Documentation: ioctl: add CMH ioctl documentation and register 'J'
` [PATCH 18/19] selftests: crypto: cmh - add kselftest for management ioctl
` [PATCH 19/19] MAINTAINERS: add Rambus CryptoManager Hub (CMH)

[PATCH v6 3/3] xfs: add support for FALLOC_FL_WRITE_ZEROES
 2026-06-25 12:29 UTC  (18+ messages)

[PATCH 0/3] vmsplice: make vmsplice a trivial wrapper for preadv2/pwritev2
 2026-06-25  9:03 UTC  (2+ messages)

[PATCH 0/3] vmsplice: make vmsplice a trivial wrapper for preadv2/pwritev2
 2026-06-25  8:53 UTC  (4+ messages)

[ANNOUNCE/CFP] Linux Plumbers 2026 Containers and Checkpoint/Restore Microconference
 2026-06-25  3:55 UTC 

PATCH v2 0/2] Power: supply: Add PbAc, NiZn, RAM, and ZnAr support
 2026-06-24 13:57 UTC  (3+ messages)
` [PATCH v2 1/2] power: "
` [PATCH v2 2/2] power: supply: sbs-battery: "

[PATCH v8 00/17] Subject: Exposing case folding behavior
 2026-06-24  8:59 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH v14 00/15] Exposing case folding behavior
 2026-06-24  8:59 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH] crypto: af_alg - Document the deprecation of AF_ALG
 2026-06-23 19:19 UTC  (5+ messages)

[PATCH 0/3] vmsplice: make vmsplice a trivial wrapper for preadv2/pwritev2
 2026-06-23 17:29 UTC  (3+ messages)

[RFC] signal: per-thread control over alternate signal stack delivery for selected signals
 2026-06-23  6:30 UTC 

[PATCH 0/2] fuse: allow FUSE_SYNCFS for privileged userspace servers
 2026-06-19 17:02 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] "
  ` [PATCH v2 2/2] selftests/fuse: add test for FUSE_HAS_SYNCFS privilege gating

[PATCH 1/2] fuse: allow FUSE_SYNCFS for privileged userspace servers
 2026-06-19 16:33 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