linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-07 03:23:26 to 2020-04-19 05:03:01 UTC [more...]

[PATCH 00/12] "Task_isolation" mode
 2020-04-19  5:02 UTC  (19+ messages)
` [PATCH v2 "
  ` [PATCH v3 00/13] "
    ` [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
        ` [EXT] "
    ` [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] vfs: add faccessat2 syscall
 2020-04-18 20:22 UTC  (5+ messages)

[PATCH v2 0/3] support setting sysctl parameters from kernel command line
 2020-04-18 10:12 UTC  (19+ messages)
` [PATCH v2 1/3] kernel/sysctl: "
` [PATCH v2 2/3] kernel/sysctl: support handling command line aliases
` [PATCH v2 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-18  0:46 UTC  (2+ messages)

[PATCH v9 0/2] add performance reporting support to FPGA DFL drivers
 2020-04-18  0:07 UTC  (4+ messages)
` [PATCH v9 1/2] Documentation: fpga: dfl: add description for performance reporting support
` [PATCH v9 2/2] fpga: dfl: fme: add "

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

[PATCH RESEND v11 0/8] proc: modernize proc to support multiple private instances
 2020-04-17 19:05 UTC  (14+ 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] mm: Fix MREMAP_DONTUNMAP accounting on VMA merge
 2020-04-17 17:25 UTC 

[PATCH RFC 0/3] document openat2(2) patch series
 2020-04-17 15:37 UTC  (4+ messages)
` [PATCH RFC 1/3] symlink.7: document magic-links more completely

[PATCH v4 0/9] fs: interface for directly reading/writing compressed data
 2020-04-16 20:39 UTC  (5+ messages)
` [PATCH man-pages v4] Document encoded I/O

[PATCH v2 00/16] Fanotify event with name info
 2020-04-16 12:16 UTC  (3+ messages)
` [PATCH v2 13/16] fanotify: report name info for FAN_DIR_MODIFY event

[PATCH v16 00/10] Landlock LSM
 2020-04-16 10:39 UTC  (11+ messages)
` [PATCH v16 01/10] landlock: Add object management
` [PATCH v16 02/10] landlock: Add ruleset and domain management
` [PATCH v16 03/10] landlock: Set up the security framework and manage credentials
` [PATCH v16 04/10] landlock: Add ptrace restrictions
` [PATCH v16 05/10] fs,landlock: Support filesystem access-control
` [PATCH v16 06/10] landlock: Add syscall implementation
` [PATCH v16 07/10] arch: Wire up landlock() syscall
` [PATCH v16 08/10] selftests/landlock: Add initial tests
` [PATCH v16 09/10] samples/landlock: Add a sandbox manager example
` [PATCH v16 10/10] landlock: Add user and kernel documentation

[PATCH v6 0/2] vfs: have syncfs() return error when there are writeback errors
 2020-04-16 11:41 UTC  (4+ messages)
` [PATCH v6 1/2] vfs: track per-sb writeback errors and report them to syncfs
` [PATCH v6 2/2] buffer: record blockdev write errors in super_block that it backs

[v3 PATCH] move_pages.2: Returning positive value is a new error case
 2020-04-16 11:35 UTC  (2+ messages)

[PATCH v5 0/2] vfs: have syncfs() return error when there are writeback errors
 2020-04-16 11:31 UTC  (7+ messages)
` [PATCH v5 1/2] vfs: track per-sb writeback errors and report them to syncfs
` [PATCH v5 2/2] buffer: record blockdev write errors in super_block that it backs

[PATCH] timens: show clock symbolic names in /proc/pid/timens_offsets
 2020-04-16  9:52 UTC  (11+ messages)
    ` [PATCH v2] "

Removal of the ioctl_list(2) manual page (was: Re: ioctl_list.2: complete overhaul needed)
 2020-04-16  7:10 UTC 

[PATCH man-pages v2 0/2] document openat2(2)
 2020-04-15 20:24 UTC  (10+ messages)
` [PATCH man-pages v2 2/2] openat2.2: document new openat2(2) syscall

[PATCH v7 1/2] mm: Add MREMAP_DONTUNMAP to mremap()
 2020-04-15 15:24 UTC  (4+ messages)
` [PATCH v7] mremap.2: Add information for MREMAP_DONTUNMAP

[PATCH v30 00/12] /dev/random - a new approach with full SP800-90B
 2020-04-15 10:15 UTC  (13+ messages)
` [PATCH v30 01/12] Linux Random Number Generator
` [PATCH v30 02/12] LRNG - allocate one DRNG instance per NUMA node
` [PATCH v30 03/12] LRNG - sysctls and /proc interface
` [PATCH v30 04/12] LRNG - add switchable DRNG support
` [PATCH v30 05/12] crypto: DRBG - externalize DRBG functions for LRNG
` [PATCH v30 06/12] LRNG - add SP800-90A DRBG extension
` [PATCH v30 07/12] LRNG - add kernel crypto API PRNG extension
` [PATCH v30 08/12] crypto: provide access to a static Jitter RNG state
` [PATCH v30 09/12] LRNG - add Jitter RNG fast noise source
` [PATCH v30 10/12] LRNG - add SP800-90B compliant health tests
` [PATCH v30 11/12] LRNG - add interface for gathering of raw entropy
` [PATCH v30 12/12] LRNG - add power-on and runtime self-tests

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

[PATCH 0/3] support setting sysctl parameters from kernel command line
 2020-04-15  6:08 UTC  (14+ messages)
` [PATCH 1/3] kernel/sysctl: "

[PATCH 0/8] loopfs
 2020-04-14 10:39 UTC  (29+ 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] utimensat: immutable flag returns -EPERM
 2020-04-14  9:25 UTC  (2+ messages)

What about adding AT_NO_AUTOMOUNT analogue to openat2?
 2020-04-11 10:51 UTC  (5+ messages)

CLONE_INTO_CGROUP documentation?
 2020-04-10 20:18 UTC  (3+ messages)
` [PATCH] clone.2: Document CLONE_INTO_CGROUP

[selftests/landlock] d9d464ccf6: kernel-selftests.landlock.test_base.fail
 2020-04-10  8:45 UTC  (2+ messages)

A further though on /proc/PID/timens_offsets
 2020-04-10  5:27 UTC  (5+ messages)

[PATCH v10 0/9] proc: modernize proc to support multiple private instances
 2020-04-09 14:32 UTC  (4+ messages)
` [PATCH v10 8/9] proc: use human-readable values for hidehid

[RFC PATCH v9 00/27] Control-flow Enforcement: Shadow Stack
 2020-04-08 18:18 UTC  (6+ messages)
` [RFC PATCH v9 14/27] mm: Handle Shadow Stack page fault

[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  (9+ messages)

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