linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-16 02:53:38 to 2020-01-27 14:12:07 UTC [more...]

[PATCHv8 00/34] kernel: Introduce Time Namespace
 2020-01-27 14:12 UTC  (3+ messages)
` [PATCHv8 03/34] ns: "

[PATCH] Add prctl support for controlling mem reclaim V4
 2020-01-27 13:02 UTC  (6+ messages)

[PATCH] mm: Add MREMAP_DONTUNMAP to mremap()
 2020-01-27 10:13 UTC  (10+ messages)
  ` [PATCH v2] "
  ` [PATCH v3] "

[PATCH 0/4] Add the ability to get a pidfd on seccomp user notifications
 2020-01-27  5:06 UTC  (12+ messages)
` [PATCH 1/4] pid: Add pidfd_create_file helper
` [PATCH 2/4] fork: Use newly created "
` [PATCH 3/4] seccomp: Add SECCOMP_USER_NOTIF_FLAG_PIDFD to get pidfd on listener trap
  ` [PATCH 4/4] selftests/seccomp: test SECCOMP_USER_NOTIF_FLAG_PIDFD

[RFC PATCH 00/14] pipe: Keyrings, Block and USB notifications [ver #3]
 2020-01-26 15:47 UTC  (3+ messages)
` [RFC PATCH 07/14] Add sample notification program "

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

[PATCH AUTOSEL 5.4 077/107] selftests: mlxsw: qos_mc_aware: Fix mausezahn invocation
 2020-01-24 14:17 UTC 

Proposal to fix pwrite with O_APPEND via pwritev2 flag
 2020-01-24 14:07 UTC  (3+ messages)

[PATCH AUTOSEL 5.4 04/33] libbpf: Fix BTF-defined map's __type macro handling of arrays
 2020-01-24  1:16 UTC 

[PATCH ghak90 V8 00/16] audit: implement container identifier
 2020-01-23 21:47 UTC  (27+ messages)
` [PATCH ghak90 V8 02/16] audit: add container id
` [PATCH ghak90 V8 04/16] audit: convert to contid list to check for orch/engine ownership
` [PATCH ghak90 V8 05/16] audit: log drop of contid on exit of last task
` [PATCH ghak90 V8 07/16] audit: add contid support for signalling the audit daemon
` [PATCH ghak90 V8 11/16] audit: add support for containerid to network namespaces
` [PATCH ghak90 V8 12/16] audit: contid check descendancy and nesting
` [PATCH ghak90 V8 13/16] audit: track container nesting
` [PATCH ghak90 V8 14/16] audit: check contid depth and add limit config param
` [PATCH ghak90 V8 15/16] audit: check contid count per netns and add config param limit
` [PATCH ghak90 V8 16/16] audit: add capcontid to set contid outside init_user_ns

[PATCH v2 0/5] introduce memory hinting API for external process
 2020-01-23  9:13 UTC  (39+ messages)
` [PATCH v2 1/5] mm: factor out madvise's core functionality
  ` [PATCH v2 2/5] mm: introduce external memory hinting API
                  `  "
                                      `  "
` [PATCH v2 3/5] mm/madvise: employ mmget_still_valid for write lock
` [PATCH v2 4/5] mm/madvise: allow KSM hints for remote API
` [PATCH v2 5/5] mm: support both pid and pidfd for process_madvise

[RFC PATCH v1] pin_on_cpu: Introduce thread CPU pinning system call
 2020-01-23  8:19 UTC  (10+ messages)

[RESEND Patch v6 0/2] add performance reporting support to FPGA DFL drivers
 2020-01-23  2:05 UTC  (6+ messages)
  ` [RESEND Patch v6 1/2] Documentation: fpga: dfl: add description for performance reporting support
` [RESEND Patch v6 2/2] fpga: dfl: fme: add "

[RFC PATCH v1] pin_on_cpu: Introduce thread CPU pinning system call
 2020-01-22 17:16 UTC 

[RFC PATCH v1] pin_on_cpu: Introduce thread CPU pinning system call
 2020-01-22 15:48 UTC 

Dear beloved,
 2020-01-21 17:56 UTC 

[PATCH v5 0/6] clone3 & cgroups: allow spawning processes into cgroups
 2020-01-21 15:48 UTC  (7+ messages)
` [PATCH v5 1/6] cgroup: unify attach permission checking
` [PATCH v5 2/6] cgroup: add cgroup_get_from_file() helper
` [PATCH v5 3/6] cgroup: refactor fork helpers
` [PATCH v5 4/6] cgroup: add cgroup_may_write() helper
  ` [PATCH v5 5/6] clone3: allow spawning processes into cgroups
` [PATCH v5 6/6] selftests/cgroup: add tests for cloning "

[PATCH v4 0/6] clone3 & cgroups: allow spawning processes into cgroups
 2020-01-20 21:38 UTC  (16+ messages)
  ` [PATCH v4 1/6] cgroup: unify attach permission checking
  ` [PATCH v4 2/6] cgroup: add cgroup_get_from_file() helper
  ` [PATCH v4 3/6] cgroup: refactor fork helpers
  ` [PATCH v4 4/6] cgroup: add cgroup_may_write() helper
  ` [PATCH v4 5/6] clone3: allow spawning processes into cgroups
` [PATCH v4 6/6] selftests/cgroup: add tests for cloning "

Contact Diplomatic Agent, Mr. Mcclaine John to receive your ATM CARD valued the sum of $12.8Million United States Dollars
 2020-01-20 19:31 UTC 

KASAN: slab-out-of-bounds Read in bitmap_ip_ext_cleanup
 2020-01-20 17:46 UTC  (3+ messages)

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

HELLO
 2020-01-19 18:44 UTC 

[PATCH RFC 0/1] mount: universally disallow mounting over symlinks
 2020-01-19 14:33 UTC  (12+ messages)
                  ` [RFC][PATCHSET][CFT] pathwalk cleanups and fixes

[PATCH RFC 0/1] mount: universally disallow mounting over symlinks
 2020-01-19  1:12 UTC  (8+ messages)
  ` [PATCH v3 0/2] openat2: minor uapi cleanups
    ` [PATCH v3 1/2] open: introduce openat2(2) syscall
      ` [PATCH v3 2/2] selftests: add openat2(2) selftests

942437c97f ("y2038: allow disabling time32 system calls"): init: timer.c:289: Assertion failed in nih_timer_poll: clock_gettime (CLOCK_MONOTONIC, &now) == 0
 2020-01-18  9:12 UTC 

[PATCH v8 0/3] Add pidfd_getfd syscall
 2020-01-17 23:14 UTC  (4+ messages)
` [PATCH v8 2/3] pid: Introduce "

[PATCH v2 0/3] clone3 & cgroups: allow spawning processes into cgroups
 2020-01-17 17:12 UTC  (10+ messages)
` [PATCH v2 2/3] clone3: "

[PATCH] fscrypt: reserve flags for hardware-wrapped keys feature
 2020-01-17 16:56 UTC  (4+ messages)

[PATCH v3 0/5] clone3 & cgroups: allow spawning processes into cgroups
 2020-01-17 16:54 UTC  (7+ messages)
` [PATCH v3 1/5] cgroup: unify attach permission checking
` [PATCH v3 3/5] cgroup: refactor fork helpers
` [PATCH v3 4/5] clone3: allow spawning processes into cgroups
  ` [PATCH v3 2/5] cgroup: add cgroup_get_from_file() helper
  ` [PATCH v3 5/5] selftests/cgroup: add tests for cloning into cgroups

[PATCH v3 1/2] fork: add clone3
 2020-01-16 11:25 UTC  (6+ messages)
` [PATCH v3 2/2] arch: wire-up clone3() syscall
      ` clone3 on ARC (was Re: [PATCH v3 2/2] arch: wire-up clone3() syscall)

[PATCH] mm/compaction: Disable compact_unevictable_allowed on RT
 2020-01-16 10:22 UTC  (2+ messages)

[PATCH v27 01/12] Linux Random Number Generator
 2020-01-16  6:41 UTC  (3+ messages)

[PATCH v6 0/2] add performance reporting support to FPGA DFL drivers
 2020-01-16  2:53 UTC  (11+ 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).