linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-11 20:26:34 to 2020-06-29 20:38:53 UTC [more...]

[PATCH 00/18] multiple preferred nodes
 2020-06-29 10:16 UTC  (16+ messages)

[PATCH v4 0/3] Preventing job distribution to isolated CPUs
 2020-06-29 16:11 UTC  (7+ messages)
` [Patch v4 1/3] lib: Restrict cpumask_local_spread to houskeeping CPUs
` [Patch v4 2/3] PCI: Restrict probe functions to housekeeping CPUs
` [Patch v4 3/3] net: Restrict receive packets queuing "

[PATCH 1/3] glibc: Perform rseq registration at C startup and thread creation (v22)
 2020-06-29 19:00 UTC  (2+ messages)
` [PATCH 2/3] Linux: Use rseq in sched_getcpu if available (v9)

[PATCH ghak90 V9 00/13] audit: implement container identifier
 2020-06-27 13:20 UTC  (14+ messages)
` [PATCH ghak90 V9 01/13] audit: collect audit task parameters
` [PATCH ghak90 V9 02/13] audit: add container id
` [PATCH ghak90 V9 03/13] audit: read container ID of a process
` [PATCH ghak90 V9 04/13] audit: log drop of contid on exit of last task
` [PATCH ghak90 V9 05/13] audit: log container info of syscalls
` [PATCH ghak90 V9 06/13] audit: add contid support for signalling the audit daemon
` [PATCH ghak90 V9 07/13] audit: add support for non-syscall auxiliary records
` [PATCH ghak90 V9 08/13] audit: add containerid support for user records
` [PATCH ghak90 V9 09/13] audit: add containerid filtering
` [PATCH ghak90 V9 10/13] audit: add support for containerid to network namespaces
` [PATCH ghak90 V9 11/13] audit: contid check descendancy and nesting
` [PATCH ghak90 V9 12/13] audit: track container nesting
` [PATCH ghak90 V9 13/13] audit: add capcontid to set contid outside init_user_ns

[PATCH v8 0/4] introduce memory hinting API for external process
 2020-06-25 20:38 UTC  (14+ messages)
` [PATCH v8 1/4] mm/madvise: pass task and mm to do_madvise
` [PATCH v8 2/4] pid: move pidfd_get_pid() to pid.c
` [PATCH v8 3/4] mm/madvise: introduce process_madvise() syscall: an external memory hinting API
` [PATCH v8 4/4] mm/madvise: check fatal signal pending of target process

[RFC 0/4] futex2: Add new futex interface
 2020-06-25 14:38 UTC  (9+ messages)
` [RFC 1/4] "
` [RFC 2/4] selftests: futex: Add futex2 wake/wait test
` [RFC 3/4] selftests: futex: Add futex2 timeout test
` [RFC 4/4] selftests: futex: Add futex2 wouldblock test

[PATCH v3 0/1] Generalize poll events from eventfd
 2020-06-25  2:18 UTC  (5+ messages)
` [PATCH v3 1/1] eventfd: implementation of EFD_MASK flag

[PATCH v3 0/3] Preventing job distribution to isolated CPUs
 2020-06-24 23:31 UTC  (10+ messages)
` [Patch v3 1/3] lib: Restrict cpumask_local_spread to houskeeping CPUs
` [Patch v3 2/3] PCI: Restrict probe functions to housekeeping CPUs
` [Patch v3 3/3] net: Restrict receive packets queuing "

[PATCH 1/3] glibc: Perform rseq registration at C startup and thread creation (v21)
 2020-06-24 19:26 UTC  (8+ messages)
` [PATCH 2/3] Linux: Use rseq in sched_getcpu if available (v9)

[PATCH v4 0/3] nsproxy: attach to multiple namespaces
 2020-06-24 12:01 UTC  (5+ messages)
` [PATCH v4 2/3] nsproxy: attach to namespaces via pidfds

[PATCH v2 0/3] Preventing job distribution to isolated CPUs
 2020-06-23 13:18 UTC  (9+ messages)
` [Patch v2 1/3] lib: Restrict cpumask_local_spread to houskeeping CPUs
` [Patch v2 2/3] PCI: Restrict probe functions to housekeeping CPUs
` [Patch v2 3/3] net: Restrict receive packets queuing "

[PATCH v2] fcntl: Add 32bit filesystem mode
 2020-06-23 10:08 UTC  (2+ messages)

[PATCH v8] mm: Proactive compaction
 2020-06-23  6:42 UTC  (8+ messages)

[PATCH glibc 1/3] glibc: Perform rseq registration at C startup and thread creation (v20)
 2020-06-22 15:33 UTC  (10+ messages)

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

[PATCH man-pages v2 2/2] openat2.2: document new openat2(2) syscall
 2020-06-19 13:00 UTC  (3+ messages)
` [PATCH] symlink.7: document magic-links more completely

[PATCH v5 0/7] Add seccomp notifier ioctl that enables adding fds
 2020-06-19  8:20 UTC  (11+ messages)
` [PATCH v5 1/7] net/scm: Regularize compat handling of scm_detach_fds()
` [PATCH v5 2/7] fs: Move __scm_install_fd() to __fd_install_received()
` [PATCH v5 3/7] fs: Add fd_install_received() wrapper for __fd_install_received()
` [PATCH v5 4/7] pidfd: Replace open-coded partial fd_install_received()
` [PATCH v5 5/7] fs: Expand __fd_install_received() to accept fd
` [PATCH v5 6/7] seccomp: Introduce addfd ioctl to seccomp user notifier
` [PATCH v5 7/7] selftests/seccomp: Test SECCOMP_IOCTL_NOTIF_ADDFD

[PATCH v4 00/11] Add seccomp notifier ioctl that enables adding fds
 2020-06-18 22:16 UTC  (28+ messages)
` [PATCH v4 01/11] net/scm: Regularize compat handling of scm_detach_fds()
` [PATCH v4 02/11] fs: Move __scm_install_fd() to __fd_install_received()
` [PATCH v4 03/11] fs: Add fd_install_received() wrapper for __fd_install_received()
` [PATCH v4 04/11] pidfd: Replace open-coded partial fd_install_received()
` [PATCH v4 05/11] fs: Expand __fd_install_received() to accept fd
` [PATCH v4 06/11] seccomp: Introduce addfd ioctl to seccomp user notifier
` [PATCH v4 07/11] selftests/seccomp: Test SECCOMP_IOCTL_NOTIF_ADDFD
` [PATCH v4 08/11] selftests/seccomp: Make kcmp() less required
` [PATCH v4 09/11] selftests/seccomp: Rename user_trap_syscall() to user_notif_syscall()
` [PATCH v4 10/11] seccomp: Switch addfd to Extensible Argument ioctl
` [PATCH v4 11/11] seccomp: Fix ioctl number for SECCOMP_IOCTL_NOTIF_ID_VALID

[PATCH v3] seccomp: Add find_notification helper
 2020-06-18  6:04 UTC  (5+ messages)

[RFC][PATCH 0/8] seccomp: Implement constant action bitmaps
 2020-06-17 15:31 UTC  (24+ messages)
` [PATCH 1/8] selftests/seccomp: Improve calibration loop
` [PATCH 2/8] seccomp: Use pr_fmt
` [PATCH 3/8] seccomp: Introduce SECCOMP_PIN_ARCHITECTURE
` [PATCH 4/8] seccomp: Implement constant action bitmaps
` [PATCH 5/8] selftests/seccomp: Compare bitmap vs filter overhead
` [PATCH 6/8] x86: Provide API for local kernel TLB flushing
` [PATCH 7/8] x86: Enable seccomp constant action bitmaps
` [PATCH 8/8] [DEBUG] seccomp: Report bitmap coverage ranges

[PATCH v1 0/3] Preventing job distribution to isolated CPUs
 2020-06-16 23:22 UTC  (6+ messages)
` [Patch v1 2/3] PCI: prevent work_on_cpu's probe to execute on "

[PATCH v7] mm: Proactive compaction
 2020-06-16 16:51 UTC  (3+ messages)

[RFC PATCH] seccomp: Add extensibility mechanism to read notifications
 2020-06-16  5:12 UTC  (5+ messages)

[PATCH v2 1/4] capability: add ns_capable_cred()
 2020-06-15 15:45 UTC  (4+ messages)
` [PATCH v2 3/4] nsproxy: attach to namespaces via pidfds

[PATCH v6] mm: Proactive compaction
 2020-06-15 14:34 UTC  (4+ messages)

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

Linux powerpc new system call instruction and ABI
 2020-06-14  9:26 UTC  (3+ messages)

[RFC] unexport linux/elfcore.h
 2020-06-11 21:35 UTC  (4+ 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).