linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-25 07:36:58 to 2020-09-04 20:34:16 UTC [more...]

[RESEND RFC PATCH 0/5] Remote mapping
 2020-09-04 20:34 UTC  (24+ messages)
` [RESEND RFC PATCH 1/5] mm: add atomic capability to zap_details
` [RESEND RFC PATCH 2/5] mm: let the VMA decide how zap_pte_range() acts on mapped pages
` [RESEND RFC PATCH 3/5] mm/mmu_notifier: remove lockdep map, allow mmu notifier to be used in nested scenarios
` [RESEND RFC PATCH 4/5] mm/remote_mapping: use a pidfd to access memory belonging to unrelated process
` [RESEND RFC PATCH 5/5] pidfd_mem: implemented remote memory mapping system call

[PATCH v6 0/9] Syscall User Dispatch
 2020-09-04 20:31 UTC  (10+ messages)
` [PATCH v6 1/9] kernel: Support TIF_SYSCALL_INTERCEPT flag
` [PATCH v6 2/9] kernel: entry: Support TIF_SYSCAL_INTERCEPT on common entry code
` [PATCH v6 3/9] x86: vdso: Expose sigreturn address on vdso to the kernel
` [PATCH v6 4/9] signal: Expose SYS_USER_DISPATCH si_code type
` [PATCH v6 5/9] kernel: Implement selective syscall userspace redirection
` [PATCH v6 6/9] kernel: entry: Support Syscall User Dispatch for common syscall entry
` [PATCH v6 7/9] x86: Enable Syscall User Dispatch
` [PATCH v6 8/9] selftests: Add kselftest for syscall user dispatch
` [PATCH v6 9/9] doc: Document Syscall User Dispatch

[PATCH 21/23] init: add an init_stat helper
 2020-09-04 16:04 UTC  (3+ messages)
` [PATCH] init: fix error check in clean_path()

[PATCH v20 00/12] Landlock LSM
 2020-09-04 14:06 UTC  (6+ messages)
` [PATCH v20 05/12] LSM: Infrastructure management of the superblock

[RFC PATCH 0/5] Remote mapping
 2020-09-04 11:34 UTC  (2+ messages)

[PATCH v2 0/4] Support non-blocking pidfds
 2020-09-04 10:30 UTC  (16+ messages)
` [PATCH v2 1/4] pidfd: support PIDFD_NONBLOCK in pidfd_open()
` [PATCH v2 2/4] exit: support non-blocking pidfds
` [PATCH v2 3/4] tests: port pidfd_wait to kselftest harness
` [PATCH v2 4/4] tests: add waitid() tests for non-blocking pidfds

[PATCH v9 0/3] introduce memory hinting API for external process
 2020-09-04  9:36 UTC  (9+ messages)
` [PATCH v9 1/3] mm/madvise: pass mm to do_madvise
` [PATCH v9 2/3] pid: move pidfd_get_pid() to pid.c
` [PATCH v9 3/3] mm/madvise: introduce process_madvise() syscall: an external memory hinting API

[PATCH v11 0/9] Control-flow Enforcement: Indirect Branch Tracking, PTRACE
 2020-09-03 17:59 UTC  (27+ messages)
` [PATCH v11 6/9] x86/cet: Add PTRACE interface for CET
` [PATCH v11 8/9] x86/vdso: Insert endbr32/endbr64 to vDSO
` [PATCH v11 9/9] x86: Disallow vsyscall emulation when CET is enabled

[PATCH v4 0/6] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-09-03  7:46 UTC  (3+ messages)

[PATCH 1/5] Add manpage for open_tree(2)
 2020-09-02 20:14 UTC  (13+ messages)
` [PATCH 2/5] Add manpages for move_mount(2)
` [PATCH 3/5] Add manpage for fspick(2)
` [PATCH 4/5] Add manpage for fsopen(2) and fsmount(2)
` [PATCH 5/5] Add manpage for fsconfig(2)

[PATCH v11 00/25] Control-flow Enforcement: Shadow Stack
 2020-09-02 13:58 UTC  (42+ messages)
` [PATCH v11 25/25] x86/cet/shstk: Add arch_prctl functions for shadow stack

[PATCH v2] block: grant IOPRIO_CLASS_RT to CAP_SYS_NICE
 2020-09-01 22:51 UTC  (3+ messages)

[PATCH 0/4] Support non-blocking pidfds
 2020-09-01 16:53 UTC  (10+ messages)
` [PATCH 1/4] pidfd: support PIDFD_NONBLOCK in pidfd_open()
` [PATCH 2/4] exit: support non-blocking pidfds
` [PATCH 3/4] tests: port pidfd_wait to kselftest harness
` [PATCH 4/4] tests: add waitid() tests for non-blocking pidfds

[PATCH v1 0/4] [RFC] Implement Trampoline File Descriptor
 2020-09-01 15:42 UTC  (8+ messages)

[Question] About SECCOMP issue for ILP32
 2020-09-01 11:40 UTC  (2+ messages)

[PATCH v2] vfs: add RWF_NOAPPEND flag for pwritev2
 2020-08-31 17:05 UTC  (3+ messages)

[RESEND PATCH] vfs: add RWF_NOAPPEND flag for pwritev2
 2020-08-31 13:12 UTC  (12+ messages)

[PATCH v34 04/12] LRNG - add switchable DRNG support
 2020-08-31 10:03 UTC  (2+ messages)

[PATCH v32 00/12] /dev/random - a new approach with full SP800-90B compliance
 2020-08-31  9:24 UTC  (16+ messages)
` [PATCH v33 "
  ` [PATCH v34 "
    ` [PATCH v34 01/12] Linux Random Number Generator
    ` [PATCH v34 03/12] LRNG - sysctls and /proc interface
    ` [PATCH v34 05/12] crypto: DRBG - externalize DRBG functions for LRNG
    ` [PATCH v34 06/12] LRNG - add SP800-90A DRBG extension
    ` [PATCH v34 07/12] LRNG - add kernel crypto API PRNG extension
    ` [PATCH v34 08/12] crypto: provide access to a static Jitter RNG state
    ` [PATCH v34 09/12] LRNG - add Jitter RNG fast noise source
    ` [PATCH v34 10/12] LRNG - add SP800-90B compliant health tests
    ` [PATCH v34 11/12] LRNG - add interface for gathering of raw entropy
    ` [PATCH v34 12/12] LRNG - add power-on and runtime self-tests

[PATCH v8 0/4] introduce memory hinting API for external process
 2020-08-29  7:02 UTC  (9+ messages)
` [PATCH v8 3/4] mm/madvise: introduce process_madvise() syscall: an external memory hinting API

[PATCH] x86: Extend arch_prctl (int, ...) to 5 arguments
 2020-08-28 12:16 UTC 

[PATCH 00/18] VFS: Filesystem information [ver #21]
 2020-08-27 11:27 UTC  (3+ messages)
` [PATCH 02/18] fsinfo: Add fsinfo() syscall to query filesystem "

[PATCH 1/2] Add a manpage for watch_queue(7)
 2020-08-27 11:54 UTC  (2+ messages)

[RFC PATCH] mm: extend memfd with ability to create "secret" memory areas
 2020-08-26 19:01 UTC  (5+ messages)

[PATCH v20 22/23] LSM: Add /proc attr entry for full LSM context
 2020-08-26 18:02 UTC  (2+ messages)

[PATCH v33 01/12] Linux Random Number Generator
 2020-08-26 14:27 UTC  (3+ messages)

[PATCH 2/5] Add manpages for move_mount(2) and open_tree(2)
 2020-08-26  7:31 UTC  (5+ messages)
` [PATCH 1/5] Add manpage for open_tree(2)

[PATCH v5 0/9] fs: interface for directly reading/writing compressed data
 2020-08-25 17:20 UTC  (6+ messages)
` [PATCH v5 3/9] fs: add RWF_ENCODED for "

[RFC PATCH 0/5] Introduce /proc/all/ to gather stats from all processes
 2020-08-25 10:00 UTC  (9+ 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).