linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-12 18:51:14 to 2021-01-21 12:45:40 UTC [more...]

[PATCH v16 00/11] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-01-21 12:27 UTC  (12+ messages)
` [PATCH v16 01/11] mm: add definition of PMD_PAGE_ORDER
` [PATCH v16 02/11] mmap: make mlock_future_check() global
` [PATCH v16 03/11] riscv/Kconfig: make direct map manipulation options depend on MMU
` [PATCH v16 04/11] set_memory: allow set_direct_map_*_noflush() for multiple pages
` [PATCH v16 05/11] set_memory: allow querying whether set_direct_map_*() is actually enabled
` [PATCH v16 06/11] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v16 07/11] secretmem: use PMD-size pages to amortize direct map fragmentation
` [PATCH v16 08/11] secretmem: add memcg accounting
` [PATCH v16 09/11] PM: hibernate: disable when there are active secretmem users
` [PATCH v16 10/11] arch, mm: wire up memfd_secret system call where relevant
` [PATCH v16 11/11] secretmem: test: add basic selftest for memfd_secret(2)

[PATCH v15 00/11] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-01-21  0:12 UTC  (15+ messages)
` [PATCH v15 01/11] mm: add definition of PMD_PAGE_ORDER
` [PATCH v15 02/11] mmap: make mlock_future_check() global
` [PATCH v15 03/11] riscv/Kconfig: make direct map manipulation options depend on MMU
` [PATCH v15 04/11] set_memory: allow set_direct_map_*_noflush() for multiple pages
` [PATCH v15 05/11] set_memory: allow querying whether set_direct_map_*() is actually enabled
` [PATCH v15 06/11] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v15 07/11] secretmem: use PMD-size pages to amortize direct map fragmentation
` [PATCH v15 08/11] secretmem: add memcg accounting
` [PATCH v15 09/11] PM: hibernate: disable when there are active secretmem users
` [PATCH v15 10/11] arch, mm: wire up memfd_secret system call where relevant
` [PATCH v15 11/11] secretmem: test: add basic selftest for memfd_secret(2)

[PATCH v2 1/1] mm/madvise: replace ptrace attach requirement for process_madvise
 2021-01-20 20:46 UTC  (13+ messages)

[PATCH 1/1] process_madvise.2: Add process_madvise man page
 2021-01-20 20:23 UTC 

[PATCH v14 00/10] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-01-20 17:04 UTC  (6+ messages)
` [PATCH v14 05/10] "

[PATCH v4 0/4] x86: Improve Minimum Alternate Stack Size
 2021-01-20 16:14 UTC  (6+ messages)
` [PATCH v4 1/4] x86/signal: Introduce helpers to get the maximum signal frame size
` [PATCH v4 2/4] x86/elf: Support a new ELF aux vector AT_MINSIGSTKSZ
` [PATCH v4 3/4] x86/signal: Detect and prevent an alternate signal stack overflow
` [PATCH v4 4/4] selftest/x86/signal: Include test cases for validating sigaltstack

[PATCH v5 00/42] idmapped mounts
 2021-01-20 12:03 UTC  (82+ messages)
` [PATCH v5 01/42] namespace: take lock_mount_hash() directly when changing flags
` [PATCH v5 02/42] mount: make {lock,unlock}_mount_hash() static
` [PATCH v5 03/42] namespace: only take read lock in do_reconfigure_mnt()
` [PATCH v5 04/42] fs: split out functions to hold writers
` [PATCH v5 05/42] fs: add attr_flags_to_mnt_flags helper
` [PATCH v5 06/42] fs: add mount_setattr()
` [PATCH v5 07/42] tests: add mount_setattr() selftests
` [PATCH v5 08/42] fs: add id translation helpers
` [PATCH v5 09/42] mount: attach mappings to mounts
` [PATCH v5 10/42] capability: handle idmapped mounts
` [PATCH v5 11/42] namei: make permission helpers idmapped mount aware
` [PATCH v5 12/42] inode: make init and "
` [PATCH v5 13/42] attr: handle idmapped mounts
` [PATCH v5 14/42] acl: "
` [PATCH v5 15/42] fs: add file_user_ns() helper
` [PATCH v5 16/42] xattr: handle idmapped mounts
` [PATCH v5 17/42] commoncap: "
` [PATCH v5 18/42] stat: "
` [PATCH v5 19/42] namei: handle idmapped mounts in may_*() helpers
` [PATCH v5 20/42] namei: introduce struct renamedata
` [PATCH v5 21/42] namei: prepare for idmapped mounts
` [PATCH v5 22/42] open: handle idmapped mounts in do_truncate()
` [PATCH v5 23/42] open: handle idmapped mounts
` [PATCH v5 24/42] af_unix: "
` [PATCH v5 25/42] utimes: "
` [PATCH v5 26/42] fcntl: "
` [PATCH v5 27/42] notify: "
` [PATCH v5 28/42] init: "
` [PATCH v5 29/42] ioctl: "
` [PATCH v5 30/42] would_dump: "
` [PATCH v5 31/42] exec: "
` [PATCH v5 32/42] fs: make helpers idmap mount aware
` [PATCH v5 33/42] apparmor: handle idmapped mounts
` [PATCH v5 34/42] ima: "
` [PATCH v5 35/42] fat: "
` [PATCH v5 36/42] ext4: support "
` [PATCH v5 37/42] xfs: "
` [PATCH v5 38/42] ecryptfs: do not mount on top of "
` [PATCH v5 39/42] overlayfs: "
` [PATCH v5 40/42] fs: introduce MOUNT_ATTR_IDMAP
` [PATCH v5 41/42] tests: extend mount_setattr tests
` [PATCH v5 42/42] generic/622: add fstests for idmapped mounts

[PATCH] entry: Use different define for selector variable in SUD
 2021-01-20 11:41 UTC  (2+ messages)

[PATCH -V9 0/3] numa balancing: Migrate on fault among multiple bound nodes
 2021-01-20  6:12 UTC  (2+ messages)
` [PATCH -V9 1/3] "

[PATCH v17 00/26] Control-flow Enforcement: Shadow Stack
 2021-01-19 19:36 UTC  (7+ messages)
` [PATCH v17 02/26] x86/cet/shstk: Add Kconfig option for user-mode control-flow protection
` [PATCH v17 06/26] x86/cet: Add control-protection fault handler

[PATCH v8 0/1] ns: introduce binfmt_misc namespace
 2021-01-18 19:51 UTC  (4+ messages)
` [PATCH v8 1/1] ns: add binfmt_misc to the user namespace

[PATCH] Adds a new ioctl32 syscall for backwards compatibility layers
 2021-01-17 18:31 UTC  (13+ messages)
  ` [PATCH v2] "

[PATCH] futex: Change 'utime' parameter to be 'const ... *'
 2021-01-17 16:32 UTC  (2+ messages)
  ` Ping: "

[PATCH v26 00/12] Landlock LSM
 2021-01-16 17:16 UTC  (15+ messages)
` [PATCH v26 02/12] landlock: Add ruleset and domain management
` [PATCH v26 07/12] landlock: Support filesystem access-control
` [PATCH v26 11/12] samples/landlock: Add a sandbox manager example

[PATCH v5 0/2] add sysfs exports for TPM 2 PCR registers
 2021-01-15 21:14 UTC  (16+ messages)
` [PATCH v5 1/2] tpm: add sysfs exports for all banks of "
` [PATCH v5 2/2] ABI: add sysfs description for tpm exports "

[PATCH 0/6] fs-verity: add an ioctl to read verity metadata
 2021-01-15 18:18 UTC  (7+ messages)
` [PATCH 1/6] fs-verity: factor out fsverity_get_descriptor()
` [PATCH 2/6] fs-verity: don't pass whole descriptor to fsverity_verify_signature()
` [PATCH 3/6] fs-verity: add FS_IOC_READ_VERITY_METADATA ioctl
` [PATCH 4/6] fs-verity: support reading Merkle tree with ioctl
` [PATCH 5/6] fs-verity: support reading descriptor "
` [PATCH 6/6] fs-verity: support reading signature "

[PATCH v5 0/1] add sysfs exports for TPM 2 PCR registers
 2021-01-15 18:04 UTC  (10+ messages)
` [PATCH v5 1/1] tpm: add sysfs exports for all banks of "

[PATCH v2 0/5] Add sysfs interface to collect reports from debugging tools
 2021-01-15 13:09 UTC  (2+ messages)

[PATCH v5 0/2] add sysfs exports for TPM 2 PCR registers
 2021-01-13 23:18 UTC 

[PATCH v21 1/2] signal: define the SA_EXPOSE_TAGBITS bit in sa_flags
 2021-01-13 15:46 UTC  (4+ messages)
` [PATCH v21 2/2] arm64: expose FAR_EL1 tag bits in siginfo

[PATCH v9] mm: Optional full ASLR for mmap(), mremap(), vdso, stack and heap
 2021-01-13 11:24 UTC  (2+ messages)

[PATCH v17 04/26] x86/cpufeatures: Introduce X86_FEATURE_CET and setup functions
 2021-01-13 10:04 UTC  (5+ messages)

[PATCH v2 01/10] vfs: move cap_convert_nscap() call into vfs_setxattr()
 2021-01-12 18:49 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).