linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-16 20:45:32 to 2020-07-05 15:11:45 UTC [more...]

[PATCH ghak90 V9 00/13] audit: implement container identifier
 2020-07-05 15:11 UTC  (24+ 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 0/3] readfile(2): a new syscall to make open/read/close faster
 2020-07-05 12:00 UTC  (14+ messages)

[PATCH 0/3] readfile(2): a new syscall to make open/read/close faster
 2020-07-05 11:47 UTC  (21+ messages)
` [PATCH 1/3] readfile: implement readfile syscall
` [PATCH 2/3] arch: wire up the "
` [PATCH 3/3] selftests: add readfile(2) selftests
` [PATCH] readfile.2: new page describing readfile(2)

[RFC]: mm,power: introduce MADV_WIPEONSUSPEND
 2020-07-04 11:48 UTC  (13+ messages)

[PATCH 1/3] glibc: Perform rseq registration at C startup and thread creation (v22)
 2020-07-03 17:50 UTC  (4+ messages)
` [PATCH 2/3] Linux: Use rseq in sched_getcpu if available (v9)

[PATCH v2 0/3] remove PROT_SAO support and disable
 2020-07-03  1:19 UTC  (4+ messages)
` [PATCH v2 1/3] powerpc: remove stale calc_vm_prot_bits comment
` [PATCH v2 2/3] powerpc/64s: remove PROT_SAO support
` [PATCH v2 3/3] powerpc/64s/hash: disable subpage_prot syscall by default

[PATCH v4 00/10] fanotify events with name info
 2020-07-02 12:57 UTC 

[PATCH v4 0/3] Preventing job distribution to isolated CPUs
 2020-07-01  0:47 UTC  (9+ 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 v3 0/3] Preventing job distribution to isolated CPUs
 2020-06-29  9:01 UTC  (11+ 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 00/18] multiple preferred nodes
 2020-06-29 10:16 UTC  (16+ messages)

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

[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 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  (11+ messages)
` [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 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  (5+ messages)
` [PATCH 3/8] seccomp: Introduce SECCOMP_PIN_ARCHITECTURE

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

[Patch v1 2/3] PCI: prevent work_on_cpu's probe to execute on isolated CPUs
 2020-06-16 22:03 UTC  (2+ messages)

[PATCH 4/8] seccomp: Implement constant action bitmaps
 2020-06-16 21:13 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).