linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-08-16 11:03:03 to 2016-08-30 16:06:30 UTC [more...]

[RFC v2 00/10] Landlock LSM: Unprivileged sandboxing
 2016-08-30 16:06 UTC  (47+ messages)
` [RFC v2 01/10] landlock: Add Kconfig
` [RFC v2 02/10] bpf: Move u64_to_ptr() to BPF headers and inline it
` [RFC v2 03/10] bpf,landlock: Add a new arraymap type to deal with (Landlock) handles
` [RFC v2 04/10] seccomp: Split put_seccomp_filter() with put_seccomp()
` [RFC v2 05/10] seccomp: Handle Landlock
` [RFC v2 06/10] landlock: Add LSM hooks
` [RFC v2 07/10] landlock: Add errno check
` [RFC v2 08/10] landlock: Handle file system comparisons
` [RFC v2 09/10] landlock: Handle cgroups
        ` [RFC v2 09/10] landlock: Handle cgroups (performance)
        ` [RFC v2 09/10] landlock: Handle cgroups (netfilter match)
        ` [RFC v2 09/10] landlock: Handle cgroups (program types)
` [RFC v2 10/10] samples/landlock: Add sandbox example
    ` [RFC v2 00/10] Landlock LSM: Unprivileged sandboxing (cgroup delegation)

[PATCH v14 00/14] support "task_isolation" mode
 2016-08-30 15:41 UTC  (7+ messages)
` [PATCH v14 04/14] task_isolation: add initial support

[PATCH v15 00/13] support "task_isolation" mode
 2016-08-30 15:32 UTC  (13+ messages)
` [PATCH v15 04/13] task_isolation: add initial support
` [PATCH v15 12/13] task_isolation: add user-settable notification signal
  ` [PATCH] Fix /proc/stat freezes (was [PATCH v15] "task_isolation" mode)
` Ping: [PATCH v15 00/13] support "task_isolation" mode

[PATCH 1/2] tracing/syscalls: allow multiple syscall numbers per syscall
 2016-08-30  8:14 UTC  (3+ messages)

[RFC PATCH v8 0/9] Restartable sequences system call
 2016-08-30  2:01 UTC  (26+ messages)
  ` [RFC PATCH v8 1/9] "
  ` [RFC PATCH v8 2/9] tracing: instrument restartable sequences
  ` [RFC PATCH v8 3/9] Restartable sequences: ARM 32 architecture support
  ` [RFC PATCH v8 4/9] Restartable sequences: wire up ARM 32 system call
  ` [RFC PATCH v8 5/9] Restartable sequences: x86 32/64 architecture support
` [RFC PATCH v8 6/9] Restartable sequences: wire up x86 32/64 system call
` [RFC PATCH v8 7/9] Restartable sequences: powerpc architecture support
` [RFC PATCH v8 8/9] Restartable sequences: Wire up powerpc system call
` [RFC PATCH v8 9/9] Restartable sequences: self-tests

[Documentation] State of CPU controller in cgroup v2
 2016-08-29 22:35 UTC  (15+ messages)

[PATCH v8 0/3] man-pages: fix reflink/dedupe ioctl manpages
 2016-08-29 21:34 UTC  (5+ messages)
  ` [PATCH 1/3] man2/fallocate.2: document behavior with shared blocks
  ` [PATCH 2/3] man2/ioctl_fideduperange.2: clarify operation some more
  ` [PATCH 3/3] ioctl_xfs_ioc_getfsmap.2: document XFS_IOC_GETFSMAP ioctl

[PATCH v2 1/8] pipe: relocate round_pipe_size() above pipe_set_size()
 2016-08-29  0:22 UTC  (8+ messages)
` [PATCH v2 2/8] pipe: move limit checking logic into pipe_set_size()
` [PATCH v2 3/8] pipe: refactor argument for account_pipe_buffers()
  ` [PATCH v2 4/8] pipe: fix limit checking in pipe_set_size()
` [PATCH v2 5/8] pipe: simplify logic in alloc_pipe_info()
` [PATCH v2 6/8] pipe: fix limit checking "
` [PATCH v2 7/8] pipe: make account_pipe_buffers() return a value, and use it
` [PATCH v2 8/8] pipe: cap initial pipe capacity according to pipe-max-size limit

[PATCH v2 0/8] pipe: fix limit handling
 2016-08-29  0:20 UTC 

[PATCH 0/4 v2] Add an interface to discover relationships between namespaces
 2016-08-26 23:08 UTC  (5+ messages)
  ` [PATCH 1/4] kernel: add a helper to get an owning user namespace for a namespace
  ` [PATCH 2/4] nsfs: add ioctl to get an owning user namespace for ns file descriptor
  ` [PATCH 3/4] nsfs: add ioctl to get a parent namespace
  ` [PATCH 4/4] tools/testing: add a test to check nsfs ioctl-s

[PATCH v10 0/3] fallocate for block devices
 2016-08-26  2:15 UTC  (5+ messages)
` [PATCH 1/3] block: invalidate the page cache when issuing BLKZEROOUT
` [PATCH 2/3] block: require write_same and discard requests align to logical block size
` [PATCH 3/3] block: implement (some of) fallocate for block devices

[PATCH v8 0/6] vfs: help support reflink for XFS
 2016-08-25 23:31 UTC  (7+ messages)
` [PATCH 1/6] vfs: fix return type of ioctl_file_dedupe_range
` [PATCH 2/6] vfs: cap dedupe request structure size at PAGE_SIZE
` [PATCH 3/6] vfs: support FS_XFLAG_REFLINK and FS_XFLAG_COWEXTSIZE
` [PATCH 4/6] fs: add iomap_file_dirty
` [PATCH 5/6] iomap: don't set FIEMAP_EXTENT_MERGED for extent based filesystems
  ` [PATCH 6/6] iomap: add a flag to report shared extents

[PATCH v6 00/20] kthread: Use kthread worker API more widely
 2016-08-25 11:44 UTC  (5+ messages)
` [PATCH v6 20/20] thermal/intel_powerclamp: Convert the kthread to kthread worker API

Continue a discussion about the netlink interface
 2016-08-24 22:16 UTC 

[PATCH 1/8] pipe: relocate round_pipe_size() above pipe_set_size()
 2016-08-22 19:37 UTC  (20+ messages)
` [PATCH 3/8] pipe: refactor argument for account_pipe_buffers()
` [PATCH 4/8] pipe: fix limit checking in pipe_set_size()
` [PATCH 5/8] pipe: simplify logic in alloc_pipe_info()
  ` [PATCH 2/8] pipe: move limit checking logic into pipe_set_size()
  ` [PATCH 6/8] pipe: fix limit checking in alloc_pipe_info()
` [PATCH 7/8] pipe: make account_pipe_buffers() return a value, and use it
` [PATCH 8/8] pipe: cap initial pipe capacity according to pipe-max-size limit

Context switch latency in tickless isolated CPU
 2016-08-22 16:35 UTC  (11+ messages)

[PATCH 0/8] pipe: fix limit handling
 2016-08-19  5:25 UTC 

[PATCH 1/2] pipe: check limits only when increasing pipe capacity
 2016-08-19  5:07 UTC  (12+ messages)
` [PATCH 2/2] pipe: make pipe user buffer limit checks more precise

Donation Funds
 2016-08-19  2:03 UTC 

Hello....!!
 2016-08-18 21:23 UTC 

[PATCH v4 1/3] ACPI / debugger: Add kernel flushing support
 2016-08-17  2:39 UTC  (3+ messages)

[PACTH v4 0/3] Implement /proc/<pid>/totmaps
 2016-08-16 22:33 UTC  (4+ messages)
  ` [PACTH v4 1/3] mm, proc: "
` [PACTH v4 2/3] Documentation/filesystems: Fixed typo
` [PACTH v4 3/3] Documentation/filesystems: Added /proc/PID/totmaps documentation

[PACTH v3 0/3] Implement /proc/<pid>/totmaps
 2016-08-16 18:47 UTC  (9+ messages)
` [PACTH v3 1/3] mm, proc: "
` [PACTH v3 2/3] Documentation/filesystems: Fixed typo
` [PACTH v3 3/3] Documentation/filesystems: Added /proc/PID/totmaps documentation

[PATCH v25 00/22] Richacls (Core and Ext4)
 2016-08-16 11:03 UTC  (2+ messages)
` [PATCH v25 22/22] ext4: Add richacl feature flag


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