linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-08 21:40:20 to 2020-03-12 19:30:55 UTC [more...]

[PATCH ghak90 V8 00/16] audit: implement container identifier
 2020-03-12 19:30 UTC  (7+ messages)
` [PATCH ghak90 V8 07/16] audit: add contid support for signalling the audit daemon

[PATCH 00/14] VFS: Filesystem information [ver #18]
 2020-03-12 19:25 UTC  (38+ messages)
` [PATCH 01/14] VFS: Add additional RESOLVE_* flags "
` [PATCH 02/14] fsinfo: Add fsinfo() syscall to query filesystem information "
    ` [PATCH v19 01/14] fsinfo: Add fsinfo() syscall to query filesystem information
      ` [PATCH v19 14/14] arch: wire up fsinfo syscall
` [PATCH 03/14] fsinfo: Provide a bitmap of supported features [ver #18]
` [PATCH 04/14] fsinfo: Allow retrieval of superblock devname, options and stats "
` [PATCH 05/14] fsinfo: Allow fsinfo() to look up a mount object by ID "
` [PATCH 06/14] fsinfo: Add a uniquifier ID to struct mount "
` [PATCH 07/14] fsinfo: Allow mount information to be queried "
` [PATCH 08/14] fsinfo: Allow the mount topology propogation flags to be retrieved "
` [PATCH 09/14] fsinfo: Provide notification overrun handling support "
` [PATCH 10/14] fsinfo: sample: Mount listing program "
` [PATCH 11/14] fsinfo: Add API documentation "
` [PATCH 12/14] fsinfo: Add support for AFS "
` [PATCH 13/14] fsinfo: Example support for Ext4 "
` [PATCH 14/14] fsinfo: Example support for NFS "

[PATCHv5] exec: Fix a deadlock in ptrace
 2020-03-12 15:23 UTC  (115+ messages)
                            ` [PATCHv6] "
                                ` [PATCH 0/2] Infrastructure to allow fixing exec deadlocks
                                  ` [PATCH 0/5] "
                                    ` [PATCH v2 1/5] exec: Only compute current once in flush_old_exec
                                    ` [PATCH v2 2/5] exec: Factor unshare_sighand out of de_thread and call it separately
                                    ` [PATCH v2 3/5] exec: Move cleanup of posix timers on exec out of de_thread
                                                ` [PATCH] pidfd: Stop taking cred_guard_mutex
                                    ` [PATCH v2 4/5] exec: Move exec_mmap right after de_thread in flush_old_exec
                                    ` [PATCH v2 5/5] exec: Add a exec_update_mutex to replace cred_guard_mutex
                                                          ` [PATCH 0/4] Use new infrastructure to fix deadlocks in execve
                                                              ` [PATCH 0/4] Use new infrastructure in more simple cases
                                                              ` [PATCH 1/4] kernel/kcmp.c: Use new infrastructure to fix deadlocks in execve
                                                              ` [PATCH 2/4] proc: "
                                                              ` [PATCH 3/4] proc: io_accounting: "
                                                              ` [PATCH 4/4] perf: "
                                                          ` [PATCH 1/4] exec: Fix a deadlock in ptrace
                                                          ` [PATCH 2/4] selftests/ptrace: add test cases for dead-locks
                                                          ` [PATCH 3/4] mm: docs: Fix a comment in process_vm_rw_core
                                                          ` [PATCH 4/4] kernel: doc: remove outdated comment cred.c

[PATCH v7 0/7] introduce memory hinting API for external process
 2020-03-12 12:40 UTC  (27+ messages)
` [PATCH v7 2/7] mm: introduce external memory hinting API
` [PATCH v7 3/7] mm: check fatal signal pending of target process
` [PATCH v7 5/7] mm: support both pid and pidfd for process_madvise
` [PATCH v7 6/7] mm/madvise: employ mmget_still_valid for write lock
` [PATCH v7 7/7] mm/madvise: allow KSM hints for remote API

[RFC PATCH v14 00/10] Landlock LSM
 2020-03-11 23:38 UTC  (3+ messages)

[PATCH] binfmt_misc: pass binfmt_misc P flag to the interpreter
 2020-03-11  9:09 UTC  (2+ messages)

[PATCH v4 0/9] fs: interface for directly reading/writing compressed data
 2020-03-11  8:47 UTC  (6+ messages)
` [PATCH man-pages v4] Document encoded I/O

[PATCH v3] mm: Proactive compaction
 2020-03-10 22:25 UTC 

[v3 PATCH] move_pages.2: Returning positive value is a new error case
 2020-03-10 18:24 UTC  (4+ messages)

[RFC PATCH v9 00/27] Control-flow Enforcement: Shadow Stack
 2020-03-10  2:13 UTC  (21+ messages)
` [RFC PATCH v9 01/27] Documentation/x86: Add CET description

[PATCH 00/12] "Task_isolation" mode
 2020-03-09 16:59 UTC  (12+ messages)
` [PATCH 08/12] task_isolation: don't interrupt CPUs with tick_nohz_full_kick_cpu()
    ` [EXT] "
` [PATCH 11/12] task_isolation: kick_all_cpus_sync: don't kick isolated cpus
    ` [EXT] "
` [PATCH v2 00/12] "Task_isolation" mode
  ` [PATCH v2 06/12] task_isolation: arch/arm64: enable task isolation functionality

[RFC PATCH 00/17] pipe: Keyrings, mount and superblock notifications [ver #4]
 2020-03-09 12:19 UTC  (18+ messages)
` [RFC PATCH 01/17] uapi: General notification queue definitions "
` [RFC PATCH 02/17] security: Add hooks to rule on setting a watch "
` [RFC PATCH 03/17] security: Add a hook for the point of notification insertion "
` [RFC PATCH 04/17] pipe: Add O_NOTIFICATION_PIPE "
` [RFC PATCH 05/17] pipe: Add general notification queue support "
` [RFC PATCH 06/17] watch_queue: Add a key/keyring notification facility "
` [RFC PATCH 07/17] Add sample notification program "
` [RFC PATCH 08/17] pipe: Allow buffers to be marked read-whole-or-error for notifications "
` [RFC PATCH 09/17] pipe: Add notification lossage handling "
` [RFC PATCH 10/17] selinux: Implement the watch_key security hook "
` [RFC PATCH 11/17] smack: Implement the watch_key and post_notification hooks "
` [RFC PATCH 12/17] watch_queue: Add security hooks to rule on setting mount and sb watches "
` [RFC PATCH 13/17] watch_queue: Implement mount topology and attribute change notifications "
` [RFC PATCH 14/17] watch_queue: sample: Display mount tree "
` [RFC PATCH 15/17] watch_queue: Introduce a non-repeating system-unique superblock ID "
` [RFC PATCH 16/17] watch_queue: Add superblock notifications "
` [RFC PATCH 17/17] watch_queue: sample: Display "

[PATCH v8 0/2] add performance reporting support to FPGA DFL drivers
 2020-03-09  7:47 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).