linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-09-06 19:15:15 to 2016-09-21 18:58:19 UTC [more...]

[PATCH v5 0/6] x86/arch_prctl Add ARCH_[GET|SET]_CPUID for controlling the CPUID instruction
 2016-09-21 18:58 UTC  (2+ messages)
  ` [PATCH v5 1/6] x86/arch_prctl/64 Use SYSCALL_DEFINE2 to define sys_arch_prctl

Naming O_TMPFILE files
 2016-09-21 11:50 UTC 

[RFC v2 00/10] Landlock LSM: Unprivileged sandboxing
 2016-09-20 17:08 UTC  (3+ messages)

[RFC v3 00/22] Landlock LSM: Unprivileged sandboxing
 2016-09-20 17:02 UTC  (61+ messages)
  ` [RFC v3 01/22] landlock: Add Kconfig
  ` [RFC v3 09/22] seccomp: Move struct seccomp_filter in seccomp.h
` [RFC v3 02/22] bpf: Move u64_to_ptr() to BPF headers and inline it
` [RFC v3 03/22] bpf,landlock: Add a new arraymap type to deal with (Landlock) handles
` [RFC v3 04/22] bpf: Set register type according to is_valid_access()
` [RFC v3 05/22] bpf,landlock: Add eBPF program subtype and is_valid_subtype() verifier
` [RFC v3 06/22] landlock: Add LSM hooks
` [RFC v3 07/22] landlock: Handle file comparisons
              ` lsm naming dilemma. "
` [RFC v3 08/22] seccomp: Fix documentation for struct seccomp_filter
` [RFC v3 10/22] seccomp: Split put_seccomp_filter() with put_seccomp()
` [RFC v3 11/22] seccomp,landlock: Handle Landlock hooks per process hierarchy
` [RFC v3 12/22] bpf: Cosmetic change for bpf_prog_attach()
` [RFC v3 13/22] bpf/cgroup: Replace struct bpf_prog with union bpf_object
` [RFC v3 14/22] bpf/cgroup: Make cgroup_bpf_update() return an error code
` [RFC v3 15/22] bpf/cgroup: Move capability check
` [RFC v3 16/22] bpf/cgroup,landlock: Handle Landlock hooks per cgroup
` [RFC v3 17/22] cgroup: Add access check for cgroup_get_from_fd()
` [RFC v3 18/22] cgroup,landlock: Add CGRP_NO_NEW_PRIVS to handle unprivileged hooks
` [RFC v3 19/22] landlock: Add interrupted origin
` [RFC v3 20/22] landlock: Add update and debug access flags
` [RFC v3 21/22] bpf,landlock: Add optional skb pointer in the Landlock context
` [RFC v3 22/22] samples/landlock: Add sandbox example

[PATCH] mm/mempolicy.c: forbid static or relative flags for local NUMA mode
 2016-09-20 16:23 UTC  (2+ messages)

[PATCH v5 0/3] mm, proc: Implement /proc/<pid>/totmaps
 2016-09-20  0:29 UTC  (21+ messages)
` [PATCH v5 1/3] "
` [PATCH v5 2/3] Documentation/filesystems: Fixed typo

[Documentation] State of CPU controller in cgroup v2
 2016-09-19 21:53 UTC  (25+ messages)

[PATCH v4 0/6] x86/arch_prctl Add ARCH_[GET|SET]_CPUID for controlling the CPUID instruction
 2016-09-19 14:05 UTC  (8+ messages)
  ` [PATCH v4 1/6] x86/arch_prctl/64 Use SYSCALL_DEFINE2 to define sys_arch_prctl
  ` [PATCH v4 2/6] x86/arch_prctl/64 Rename do_arch_prctl to do_arch_prctl_64
  ` [PATCH v4 3/6] x86/arch_prctl Add a new do_arch_prctl
  ` [PATCH v4 4/6] x86/syscalls/32 Wire up arch_prctl on x86-32
  ` [PATCH v4 6/6] x86/arch_prctl Add ARCH_[GET|SET]_CPUID
` [PATCH v4 5/6] x86/cpufeature Detect CPUID faulting support

[PATCH v8 0/6] vfs: help support reflink for XFS
 2016-09-19  0:11 UTC  (15+ messages)
` [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 v3] arch_prctl,x86 Add ARCH_[GET|SET]_CPUID for controlling the CPUID instruction
 2016-09-16 15:56 UTC  (11+ messages)
` [PATCH v3 1/3] syscalls,x86 Expose arch_prctl on x86-32
` [PATCH v3 2/3] x86 Test and expose CPUID faulting capabilities in /proc/cpuinfo
  ` [PATCH v3 3/3] x86,arch_prctl Add ARCH_[GET|SET]_CPUID for controlling the CPUID instruction

[PATCH] vfs: cap dedupe request structure size at PAGE_SIZE
 2016-09-15  3:20 UTC 

[PATCH] vfs: fix return type of ioctl_file_dedupe_range
 2016-09-15  3:20 UTC 

[PATCH] prctl,x86 Add PR_[GET|SET]_CPUID for controlling the CPUID instruction
 2016-09-14 19:42 UTC  (16+ messages)

[PATCH 0/5] [RFCv5] add manpages for Memory Protection Keys
 2016-09-13 19:46 UTC  (6+ messages)
` [PATCH 1/5] pkey.7: New page with overview of "
` [PATCH 2/5] mprotect.2: add pkey_mprotect() syscall
` [PATCH 3/5] pkey_alloc.2: New page describing protection key allocation and free
` [PATCH 4/5] sigaction.2: describe siginfo changes from pkey-induced signals
` [PATCH 5/5] proc.5: describe new ProtectionKey smaps field

[RFC PATCH 0/3] syscall/tracing: compat syscall support
 2016-09-13 19:09 UTC  (7+ messages)
  ` [RFC PATCH 1/3] tracing/syscalls: remove syscall_nr from syscall metadata
` [RFC PATCH 2/3] tracing/syscalls: add handling for compat tasks
` [RFC PATCH 3/3] tracing/syscalls: add compat syscall metadata

[RFC PATCH 1/2] mm, mincore2(): retrieve dax and tlb-size attributes of an address range
 2016-09-13 18:44 UTC  (12+ messages)
` [RFC PATCH 2/2] x86: wire up mincore2()

[PATCH v15 00/13] support "task_isolation" mode
 2016-09-13 16:12 UTC  (27+ messages)
` [PATCH v15 04/13] task_isolation: add initial support
` Ping: [PATCH v15 00/13] support "task_isolation" mode

FUND TRANSFER
 2016-09-12 20:47 UTC 

[PATCH] x86/pkeys: fix pkeys build breakage for some non-x86 arches
 2016-09-12 20:38 UTC 

Build failures in -next: sys_pkey_mprotect etc. undefined
 2016-09-12 20:34 UTC  (8+ messages)

[PATCH v8 0/3] man-pages: fix reflink/dedupe ioctl manpages
 2016-09-11 18:56 UTC  (9+ messages)
` [PATCH 3/3] ioctl_xfs_ioc_getfsmap.2: document XFS_IOC_GETFSMAP ioctl
    ` [PATCH v3 3/3] ioctl_getfsmap.2: document the GETFSMAP ioctl

[PATCH v14 00/14] support "task_isolation" mode
 2016-09-09 18:54 UTC  (12+ messages)
` [PATCH v14 04/14] task_isolation: add initial support

Talent Scout
 2016-09-07  2:39 UTC 


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