linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-30 06:27:31 to 2020-04-09 15:29:24 UTC [more...]

[PATCH 00/12] "Task_isolation" mode
 2020-04-09 15:28 UTC  (21+ messages)
` [PATCH v2 "
  ` [PATCH v2 03/12] task_isolation: userspace hard isolation from kernel
  ` [PATCH v2 10/12] task_isolation: ringbuffer: don't interrupt CPUs running isolated tasks on buffer resize
  ` [PATCH v3 00/13] "Task_isolation" mode
    ` [PATCH 01/13] task_isolation: vmstat: add quiet_vmstat_sync function
    ` [PATCH 02/13] task_isolation: vmstat: add vmstat_idle function
    ` [PATCH v3 03/13] task_isolation: add instruction synchronization memory barrier
    ` [PATCH v3 04/13] task_isolation: userspace hard isolation from kernel
    ` [PATCH 05/13] task_isolation: Add task isolation hooks to arch-independent code
    ` [PATCH 06/13] task_isolation: arch/x86: enable task isolation functionality
    ` [PATCH v3 07/13] task_isolation: arch/arm64: "
    ` [PATCH v3 08/13] task_isolation: arch/arm: "
    ` [PATCH v3 09/13] task_isolation: don't interrupt CPUs with tick_nohz_full_kick_cpu()
    ` [PATCH v3 10/13] task_isolation: net: don't flush backlog on CPUs running isolated tasks
    ` [PATCH v3 11/13] task_isolation: ringbuffer: don't interrupt CPUs running isolated tasks on buffer resize
    ` [PATCH v3 12/13] task_isolation: kick_all_cpus_sync: don't kick isolated cpus
    ` [PATCH v3 13/13] task_isolation: CONFIG_TASK_ISOLATION prevents distribution of jobs to non-housekeeping CPUs

[PATCH v10 0/9] proc: modernize proc to support multiple private instances
 2020-04-09 14:32 UTC  (16+ messages)
` [PATCH v10 2/9] proc: allow to mount many instances of proc in one pid namespace
` [PATCH v10 7/9] proc: move hidepid values to uapi as they are user interface to mount
` [PATCH v10 8/9] proc: use human-readable values for hidehid
  ` [PATCH v11 "

[PATCH RESEND v11 0/8] proc: modernize proc to support multiple private instances
 2020-04-09 14:13 UTC  (12+ messages)
` [PATCH RESEND v11 1/8] proc: rename struct proc_fs_info to proc_fs_opts
` [PATCH RESEND v11 2/8] proc: allow to mount many instances of proc in one pid namespace
` [PATCH RESEND v11 3/8] proc: move hide_pid, pid_gid from pid_namespace to proc_fs_info
` [PATCH RESEND v11 4/8] proc: instantiate only pids that we can ptrace on 'hidepid=4' mount option
` [PATCH RESEND v11 5/8] proc: add option to mount only a pids subset
` [PATCH RESEND v11 6/8] docs: proc: add documentation for "hidepid=4" and "subset=pid" options and new mount behavior
` [PATCH RESEND v11 7/8] proc: use human-readable values for hidepid
` [PATCH RESEND v11 8/8] proc: use named enums for better readability

[PATCH 0/8] loopfs
 2020-04-09  8:33 UTC  (16+ messages)
` [PATCH 1/8] kobject_uevent: remove unneeded netlink_ns check
` [PATCH 2/8] loopfs: implement loopfs
` [PATCH 3/8] loop: use ns_capable for some loop operations
` [PATCH 4/8] kernfs: handle multiple namespace tags
` [PATCH 5/8] kernfs: let objects opt-in to propagating from the initial namespace
` [PATCH 6/8] genhd: add minimal namespace infrastructure
` [PATCH 7/8] loopfs: start attaching correct namespace during loop_add()
` [PATCH 8/8] loopfs: only show devices in their correct instance

[PATCH man-pages v2 0/2] document openat2(2)
 2020-04-08 21:29 UTC  (12+ messages)
` [PATCH man-pages v2 1/2] path_resolution.7: update to mention openat2(2) features
` [PATCH man-pages v2 2/2] openat2.2: document new openat2(2) syscall

[RFC PATCH v9 00/27] Control-flow Enforcement: Shadow Stack
 2020-04-08 18:18 UTC  (13+ messages)
` [RFC PATCH v9 09/27] x86/mm: Introduce _PAGE_DIRTY_SW
` [RFC PATCH v9 11/27] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [RFC PATCH v9 14/27] mm: Handle Shadow Stack page fault

CLONE_INTO_CGROUP documentation?
 2020-04-08 11:12 UTC 

[RESEND] RFC: pidfd_getfd(2) manual page
 2020-04-08 10:58 UTC  (4+ messages)
    ` AW: "

RFC: time_namespaces(7) manual page
 2020-04-07 15:32 UTC  (10+ messages)

A further though on /proc/PID/timens_offsets
 2020-04-07 13:24 UTC 

[PATCH] kernel/time: Add max_time_namespaces ucount
 2020-04-07 10:43 UTC  (5+ messages)

[PATCH] ns: Fix time_for_children symlink
 2020-04-07  3:33 UTC  (4+ messages)

[PATCH V3] kernel/hung_task.c: Introduce sysctl to print all traces when a hung task is detected
 2020-04-06 18:44 UTC  (6+ messages)

/proc/sys/user/max_time_namespaces?
 2020-04-06 17:18 UTC  (2+ messages)

[PATCH 0/3] support setting sysctl parameters from kernel command line
 2020-04-06 17:08 UTC  (28+ messages)
` [PATCH 1/3] kernel/sysctl: "
` [PATCH 2/3] kernel/sysctl: support handling command line aliases
` [PATCH 3/3] kernel/hung_task convert hung_task_panic boot parameter to sysctl

[PATCH V3] panic: Add sysctl to dump all CPUs backtraces on oops event
 2020-04-06 12:29 UTC  (2+ messages)

[PATCH] prctl.2: doc PR_SET/GET_IO_FLUSHER - V4
 2020-04-06 11:00 UTC  (10+ messages)

[PATCH v11 0/8] proc: modernize proc to support multiple private instances
 2020-04-03 18:06 UTC  (9+ messages)
` [PATCH v11 1/8] proc: rename struct proc_fs_info to proc_fs_opts
` [PATCH v11 2/8] proc: allow to mount many instances of proc in one pid namespace
` [PATCH v11 3/8] proc: move hide_pid, pid_gid from pid_namespace to proc_fs_info
` [PATCH v11 4/8] proc: instantiate only pids that we can ptrace on 'hidepid=4' mount option
` [PATCH v11 5/8] proc: add option to mount only a pids subset
` [PATCH v11 6/8] docs: proc: add documentation for "hidepid=4" and "subset=pid" options and new mount behavior
` [PATCH v11 7/8] proc: use human-readable values for hidepid
` [PATCH v11 8/8] proc: use named enums for better readability

clock_settime(2) error for non-settable clocks
 2020-04-03 16:42 UTC  (13+ messages)
      ` [PATCH 1/1] clock_getres.2: dynamic POSIX clock devices can return other errors

[PATCH 00/17] pipe: Keyrings, mount and superblock notifications [ver #5]
 2020-04-02 15:19 UTC  (3+ messages)
` [PATCH 13/17] watch_queue: Implement mount topology and attribute change "

[PATCH 00/13] VFS: Filesystem information [ver #19]
 2020-04-02 14:14 UTC  (10+ messages)

[PATCH v6 00/16] Infrastructure to allow fixing exec deadlocks
 2020-04-02  7:43 UTC  (8+ messages)

[PATCH 1/1] prctl.2: doc PR_SET/GET_IO_FLUSHER
 2020-04-02  2:08 UTC  (2+ messages)

clone3: allow creation of time namespace with offset
 2020-04-01 12:15 UTC  (12+ messages)

[PATCH 1/1] prctl.2: doc PR_SET/GET_IO_FLUSHER
 2020-04-01  9:47 UTC  (3+ messages)

[PATCH] mm: allow checking length for hugetlb mapping in mmap()
 2020-03-31 22:04 UTC  (6+ messages)

[PATCH v9 0/4] Add pidfd_getfd syscall
 2020-03-31 20:11 UTC  (2+ messages)
` RFC: pidfd_getfd(2) manual page

[PATCH] fcntl: Add 32bit filesystem mode
 2020-03-31 13:35 UTC 

[RFC v2 1/2] kernel/sysctl: support setting sysctl parameters from kernel command line
 2020-03-30 22:09 UTC  (5+ messages)

[PATCH ghak90 V8 07/16] audit: add contid support for signalling the audit daemon
 2020-03-30 19:55 UTC  (16+ messages)

[PATCH v15 00/10] Landlock LSM
 2020-03-30 18:29 UTC  (3+ messages)
` [PATCH v15 05/10] fs,landlock: Support filesystem access-control

[RFC PATCH v14 00/10] Landlock LSM
 2020-03-30 18:26 UTC  (11+ messages)

[PATCH v6 15/16] exec: Fix dead-lock in de_thread with ptrace_attach
 2020-03-30 18:26 UTC  (5+ messages)
        ` [PATCH v7 "

[PATCH ghak90 V8 07/16] audit: add contid support for signalling the audit daemon
 2020-03-30 15:23 UTC  (11+ messages)

[RFC v4 01/25] arch: add __SYSCALL_DEFINE_ARCH
 2020-03-30 14:45 UTC 

Request for catalog and price list
 2020-03-30  4:09 UTC 

[RFC PATCH v2 1/3] meminfo_extra: introduce meminfo extra
 2020-03-29  8:19 UTC  (10+ 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).