linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-24 19:06:58 to 2020-07-31 20:08:09 UTC [more...]

[PATCH v1 0/4] [RFC] Implement Trampoline File Descriptor
 2020-07-31 20:08 UTC  (31+ messages)
  ` [PATCH v1 1/4] [RFC] fs/trampfd: Implement the trampoline file descriptor API
  ` [PATCH v1 2/4] [RFC] x86/trampfd: Provide support for the trampoline file descriptor
  ` [PATCH v1 3/4] [RFC] arm64/trampfd: "
  ` [PATCH v1 4/4] [RFC] arm/trampfd: "

[PATCH v2 0/7] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-07-31 16:22 UTC  (15+ messages)
` [PATCH v2 1/7] mm: add definition of PMD_PAGE_ORDER
` [PATCH v2 2/7] mmap: make mlock_future_check() global
` [PATCH v2 3/7] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v2 4/7] arch, mm: wire up memfd_secret system call were relevant
` [PATCH v2 5/7] mm: secretmem: use PMD-size pages to amortize direct map fragmentation
` [PATCH v2 6/7] mm: secretmem: add ability to reserve memory at boot
` [PATCH v2 7/7] "

[PATCH v4 0/6] zone-append support in io-uring and aio
 2020-07-31 15:07 UTC  (38+ messages)
  ` [PATCH v4 1/6] fs: introduce FMODE_ZONE_APPEND and IOCB_ZONE_APPEND
  ` [PATCH v4 2/6] fs: change ki_complete interface to support 64bit ret2
  ` [PATCH v4 4/6] block: add zone append handling for direct I/O path
  ` [PATCH v4 5/6] block: enable zone-append for iov_iter of bvec type
  ` [PATCH v4 6/6] io_uring: add support for zone-append

improve compat handling for the i386 u64 alignment quirk v2
 2020-07-31 12:22 UTC  (4+ messages)
` [PATCH 1/3] compat: lift compat_s64 and compat_u64 to <asm-generic/compat.h>
` [PATCH 2/3] compat: add a compat_need_64bit_alignment_fixup() helper
` [PATCH 3/3] quota: simplify the quotactl compat handling

improve compat handling for the i386 u64 alignment quirk
 2020-07-31  8:41 UTC  (15+ messages)
` [PATCH 1/4] arm64: stop using <asm/compat.h> directly
` [PATCH 2/4] compat: lift compat_s64 and compat_u64 to <linux/compat.h>
  ` [PATCH 2/4 v2] "
` [PATCH 3/4] compat: add a compat_need_64bit_alignment_fixup() helper
` [PATCH 4/4] quota: simplify the quotactl compat handling

[RFC PATCH] Replacing "master-slave" terminology for pseudoterminals
 2020-07-31  7:48 UTC  (8+ messages)

add file system helpers that take kernel pointers for the init code v4
 2020-07-31  6:33 UTC  (29+ messages)
` [PATCH 01/23] fs: refactor do_mount
` [PATCH 02/23] fs: refactor ksys_umount
` [PATCH 03/23] fs: push the getname from do_rmdir into the callers
` [PATCH 04/23] devtmpfs: refactor devtmpfsd()
` [PATCH 05/23] init: initialize ramdisk_execute_command at compile time
` [PATCH 06/23] init: mark console_on_rootfs as __init
` [PATCH 07/23] init: mark create_dev "
` [PATCH 08/23] init: add an init_mount helper
` [PATCH 09/23] init: add an init_umount helper
` [PATCH 10/23] init: add an init_unlink helper
` [PATCH 11/23] init: add an init_rmdir helper
` [PATCH 12/23] init: add an init_chdir helper
` [PATCH 13/23] init: add an init_chroot helper
` [PATCH 14/23] init: add an init_chown helper
` [PATCH 15/23] init: add an init_chmod helper
` [PATCH 16/23] init: add an init_eaccess helper
` [PATCH 17/23] init: add an init_link helper
` [PATCH 18/23] init: add an init_symlink helper
` [PATCH 19/23] init: add an init_mkdir helper
` [PATCH 20/23] init: add an init_mknod helper
` [PATCH 21/23] init: add an init_stat helper
` [PATCH 22/23] init: add an init_utimes helper
` [PATCH 23/23] init: add an init_dup helper

[PATCH v19 22/23] LSM: Add /proc attr entry for full LSM context
 2020-07-30 22:22 UTC  (5+ messages)

[net-next iproute2 PATCH v3 1/2] iplink: hsr: add support for creating PRP device similar to HSR
 2020-07-30 13:47 UTC  (2+ messages)

[net-next v5 PATCH 0/7] Add PRP driver
 2020-07-30 13:41 UTC  (6+ messages)

[PATCH 00/23] proc: Introduce /proc/namespaces/ directory to expose namespaces lineary
 2020-07-30 13:38 UTC 

[PATCH ghak90 V9 00/13] audit: implement container identifier
 2020-07-29 20:05 UTC  (10+ messages)
` [PATCH ghak90 V9 02/13] audit: add container id
` [PATCH ghak90 V9 05/13] audit: log container info of syscalls
` [PATCH ghak90 V9 06/13] audit: add contid support for signalling the audit daemon

[PATCH v31 00/12] /dev/random - a new approach with full SP800-90B
 2020-07-29  7:15 UTC  (3+ messages)

[RFC PATCH 0/5] madvise MADV_DOEXEC
 2020-07-28 13:40 UTC 

[PATCH] proc,fcntl: introduce F_SET_DESCRIPTION
 2020-07-28  6:25 UTC  (10+ messages)
` [PATCH v2] "
  ` [PATCH v3] This command attaches a description to a file descriptor for troubleshooting purposes. The free string is displayed in the process fdinfo file for that fd /proc/pid/fdinfo/fd
  ` [PATCH v3] proc,fcntl: introduce F_SET_DESCRIPTION

[PATCH v7 0/7] Add support for O_MAYEXEC
 2020-07-27 19:46 UTC  (7+ messages)
` [PATCH v7 4/7] fs: Introduce O_MAYEXEC flag for openat2(2)

[PATCH 4/6] arch, mm: wire up secretmemfd system call were relevant
 2020-07-26 17:44 UTC  (2+ messages)

add file system helpers that take kernel pointers for the init code v3
 2020-07-26 16:33 UTC  (30+ messages)
` [PATCH 01/21] fs: refactor do_mount
` [PATCH 02/21] fs: refactor ksys_umount
` [PATCH 03/21] fs: push the getname from do_rmdir into the callers
` [PATCH 04/21] devtmpfs: refactor devtmpfsd()
` [PATCH 05/21] init: initialize ramdisk_execute_command at compile time
` [PATCH 06/21] init: mark create_dev as __init
` [PATCH 07/21] init: add an init_mount helper
` [PATCH 08/21] init: add an init_umount helper
` [PATCH 09/21] init: add an init_unlink helper
` [PATCH 10/21] init: add an init_rmdir helper
` [PATCH 11/21] init: add an init_chdir helper
` [PATCH 12/21] init: add an init_chroot helper
` [PATCH 13/21] init: add an init_chown helper
` [PATCH 14/21] init: add an init_chmod helper
` [PATCH 15/21] init: add an init_eaccess helper
` [PATCH 16/21] init: add an init_link helper
` [PATCH 17/21] init: add an init_symlink helper
` [PATCH 18/21] init: add an init_mkdir helper
` [PATCH 19/21] init: add an init_mknod helper
` [PATCH 20/21] init: add an init_stat helper
` [PATCH 21/21] init: add an init_utimes helper

[PATCH 0/4] Mount notifications
 2020-07-24 20:45 UTC  (6+ messages)
` [PATCH 3/4] watch_queue: Implement mount topology and attribute change notifications


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