linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-07 17:04:21 to 2020-02-14 17:05:44 UTC [more...]

[PATCH v5 0/7] introduce memory hinting API for external process
 2020-02-14 17:05 UTC 

[RFC PATCH v1] pin_on_cpu: Introduce thread CPU pinning system call
 2020-02-14 16:54 UTC  (9+ messages)

[PATCH v4] mm: Add MREMAP_DONTUNMAP to mremap()
 2020-02-14 14:28 UTC  (16+ messages)
` [PATCH] mremap.2: Add information for MREMAP_DONTUNMAP
` [PATCH v5 1/2] mm: Add MREMAP_DONTUNMAP to mremap()
  ` [PATCH v5 2/2] selftest: Add MREMAP_DONTUNMAP selftest

[PATCH v8 00/11] proc: modernize proc to support multiple private instances
 2020-02-14 14:15 UTC  (48+ messages)
` [PATCH v8 01/11] proc: Rename struct proc_fs_info to proc_fs_opts
` [PATCH v8 02/11] proc: add proc_fs_info struct to store proc information
  ` [PATCH v8 03/11] proc: move /proc/{self|thread-self} dentries to proc_fs_info
  ` [PATCH v8 04/11] proc: move hide_pid, pid_gid from pid_namespace "
  ` [PATCH v8 06/11] proc: support mounting procfs instances inside same pid namespace
` [PATCH v8 05/11] proc: add helpers to set and get proc hidepid and gid mount options
` [PATCH v8 07/11] proc: flush task dcache entries from all procfs instances
` [PATCH v8 08/11] proc: instantiate only pids that we can ptrace on 'hidepid=4' mount option
` [PATCH v8 09/11] proc: add option to mount only a pids subset
` [PATCH v8 10/11] docs: proc: add documentation for "hidepid=4" and "subset=pidfs" options and new mount behavior
` [PATCH v8 11/11] proc: Move hidepid values to uapi as they are user interface to mount

[PATCH 1/1] prctl.2: doc PR_SET/GET_IO_FLUSHER
 2020-02-14 12:54 UTC  (4+ messages)

[PATCH ghak90 V8 00/16] audit: implement container identifier
 2020-02-13 21:58 UTC  (18+ messages)
` [PATCH ghak90 V8 13/16] audit: track container nesting
` [PATCH ghak90 V8 16/16] audit: add capcontid to set contid outside init_user_ns
` [PATCH ghak90 V8 07/16] audit: add contid support for signalling the audit daemon

[PATCH v4 0/2] vfs: have syncfs() return error when there are writeback errors
 2020-02-13 21:02 UTC  (3+ messages)
` [PATCH v4 1/2] vfs: track per-sb writeback errors and report them to syncfs
` [PATCH v4 2/2] buffer: record blockdev write errors in super_block that it backs

[PATCH v4 0/8] introduce memory hinting API for external process
 2020-02-13 17:35 UTC  (17+ messages)
` [PATCH v4 2/8] mm: introduce external memory hinting API
` [PATCH v4 3/8] mm: validate mm in do_madvise
` [PATCH v4 5/8] mm/madvise: employ mmget_still_valid for write lock
` [PATCH v4 6/8] mm/madvise: allow KSM hints for remote API
  ` [PATCH v4 1/8] mm: pass task to do_madvise
  ` [PATCH v4 4/8] mm: check fatal signal pending of target process
  ` [PATCH v4 7/8] pid: export pidfd_get_pid
` [PATCH v4 8/8] mm: support both pid and pidfd for process_madvise

[PATCH v6 0/6] clone3 & cgroups: allow spawning processes into cgroups
 2020-02-13 12:52 UTC  (3+ messages)

[PATCH v7 0/2] add performance reporting support to FPGA DFL drivers
 2020-02-13  2:51 UTC  (12+ messages)
  ` [PATCH v7 1/2] Documentation: fpga: dfl: add description for performance reporting support
  ` [PATCH v7 2/2] fpga: dfl: fme: add "

[PATCH v2 0/6] Harden userfaultfd
 2020-02-12 23:41 UTC  (28+ messages)
` [PATCH v2 1/6] Add a new flags-accepting interface for anonymous inodes
` [PATCH v2 2/6] Add a concept of a "secure" anonymous file
` [PATCH v2 3/6] Teach SELinux about a new userfaultfd class
  ` [PATCH v2 4/6] Wire UFFD up to SELinux
  ` [PATCH v2 5/6] Let userfaultfd opt out of handling kernel-mode faults
` [PATCH v2 6/6] Add a new sysctl for limiting userfaultfd to user mode faults

[RFC PATCH] mm: extend memfd with ability to create "secret" memory areas
 2020-02-12 21:10 UTC  (6+ messages)

[PATCH 00/24] user_namespace: introduce fsid mappings
 2020-02-12 18:53 UTC  (29+ messages)
` [PATCH 01/24] user_namespace: introduce fsid mappings infrastructure
` [PATCH 02/24] proc: add /proc/<pid>/fsuid_map
` [PATCH 04/24] fsuidgid: add fsid mapping helpers
` [PATCH 05/24] proc: task_state(): use from_kfs{g,u}id_munged
` [PATCH 06/24] fs: add is_userns_visible() helper
` [PATCH 07/24] namei: may_{o_}create(): handle fsid mappings
` [PATCH 08/24] inode: inode_owner_or_capable(): "
` [PATCH 09/24] capability: privileged_wrt_inode_uidgid(): "
` [PATCH 10/24] stat: "
` [PATCH 11/24] open: chown_common(): "
` [PATCH 12/24] posix_acl: "
` [PATCH 13/24] attr: notify_change(): "
  ` [PATCH 03/24] proc: add /proc/<pid>/fsgid_map
  ` [PATCH 14/24] commoncap: cap_task_fix_setuid(): handle fsid mappings
  ` [PATCH 15/24] commoncap:cap_bprm_set_creds(): "
  ` [PATCH 21/24] sys:__sys_setregid(): "
` [PATCH 16/24] sys: __sys_setfsuid(): "
` [PATCH 17/24] sys: __sys_setfsgid(): "
` [PATCH 18/24] sys:__sys_setuid(): "
` [PATCH 19/24] sys:__sys_setgid(): "
` [PATCH 20/24] sys:__sys_setreuid(): "
` [PATCH 22/24] sys:__sys_setresuid(): "
` [PATCH 23/24] sys:__sys_setresgid(): "
` [PATCH 24/24] devpts: "

[PATCH v3 0/3] vfs: have syncfs() return error when there are writeback errors
 2020-02-12 12:21 UTC  (15+ messages)
` [PATCH v3 1/3] vfs: track per-sb writeback errors and report them to syncfs
` [PATCH v3 2/3] buffer: record blockdev write errors in super_block that it backs
` [PATCH v3 3/3] vfs: add a new ioctl for fetching the superblock's errseq_t

[PATCH v3 0/5] introduce memory hinting API for external process
 2020-02-11 21:11 UTC  (11+ messages)
` [PATCH v3 1/5] mm: factor out madvise's core functionality
` [PATCH v3 2/5] mm: introduce external memory hinting API
` [PATCH v3 5/5] mm: support both pid and pidfd for process_madvise

[PATCH 1/1] prctl.2: doc PR_SET/GET_IO_FLUSHER
 2020-02-11 14:17 UTC  (3+ messages)

[RFC PATCH 00/14] pipe: Keyrings, Block and USB notifications [ver #3]
 2020-02-11  0:56 UTC  (3+ messages)

[PATCH] mm: Add MREMAP_DONTUNMAP to mremap()
 2020-02-10 10:35 UTC  (9+ messages)
` [PATCH v2] "

[v3 PATCH] move_pages.2: Returning positive value is a new error case
 2020-02-10  9:36 UTC  (2+ messages)

[PATCH -manpage 0/2]
 2020-02-08 11:58 UTC  (5+ messages)
` [PATCH -manpage 1/2] fcntl.2: Update manpage with new memfd F_SEAL_FUTURE_WRITE seal
` [PATCH -manpage 2/2] memfd_create.2: "


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