linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-04 16:35:56 to 2020-03-09 20:16:18 UTC [more...]

[RFC PATCH v9 00/27] Control-flow Enforcement: Shadow Stack
 2020-03-09 20:16 UTC  (25+ messages)
` [RFC PATCH v9 01/27] Documentation/x86: Add CET description
` [RFC PATCH v9 04/27] x86/cet: Add control-protection fault handler
` [RFC PATCH v9 05/27] x86/cet/shstk: Add Kconfig option for user-mode Shadow Stack protection
` [RFC PATCH v9 14/27] mm: Handle Shadow Stack page fault
` [RFC PATCH v9 18/27] x86/cet/shstk: Introduce WRUSS instruction

[PATCHv5] exec: Fix a deadlock in ptrace
 2020-03-09 20:06 UTC  (62+ messages)
                                ` [PATCHv6] "
                                    ` [PATCH 0/2] Infrastructure to allow fixing exec deadlocks
                                      ` [PATCH 1/2] exec: Properly mark the point of no return
                                      ` [PATCH 2/2] exec: Add a exec_update_mutex to replace cred_guard_mutex
                                                    ` [PATCH] exec: make de_thread alloc new signal struct earlier
                                      ` [PATCH 0/5] Infrastructure to allow fixing exec deadlocks
                                        ` [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 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 00/14] VFS: Filesystem information [ver #18]
 2020-03-09 20:02 UTC  (18+ messages)
` [PATCH 01/14] VFS: Add additional RESOLVE_* flags "
` [PATCH 02/14] fsinfo: Add fsinfo() syscall to query filesystem information "
` [PATCH 03/14] fsinfo: Provide a bitmap of supported features "
` [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 "

[PATCH 00/12] "Task_isolation" mode
 2020-03-09 16:59 UTC  (34+ messages)
` [PATCH 03/12] task_isolation: userspace hard isolation from kernel
    ` [EXT] "
` [PATCH 06/12] task_isolation: arch/arm64: enable task isolation functionality
    ` [EXT] "
` [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 01/12] task_isolation: vmstat: add quiet_vmstat_sync function
  ` [PATCH v2 02/12] task_isolation: vmstat: add vmstat_idle function
  ` [PATCH v2 03/12] task_isolation: userspace hard isolation from kernel
      ` [EXT] "
  ` [PATCH v2 04/12] task_isolation: Add task isolation hooks to arch-independent code
  ` [PATCH v2 05/12] task_isolation: arch/x86: enable task isolation functionality
  ` [PATCH v2 06/12] task_isolation: arch/arm64: "
  ` [PATCH v2 07/12] task_isolation: arch/arm: "
  ` [PATCH v2 08/12] task_isolation: don't interrupt CPUs with tick_nohz_full_kick_cpu()
  ` [PATCH v2 09/12] task_isolation: net: don't flush backlog on CPUs running isolated tasks
  ` [PATCH v2 10/12] task_isolation: ringbuffer: don't interrupt CPUs running isolated tasks on buffer resize
  ` [PATCH v2 11/12] task_isolation: kick_all_cpus_sync: don't kick isolated cpus
  ` [PATCH v2 12/12] task_isolation: CONFIG_TASK_ISOLATION prevents distribution of jobs to non-housekeeping CPUs

[PATCH v7 0/7] introduce memory hinting API for external process
 2020-03-09 16:03 UTC  (26+ messages)
` [PATCH v7 1/7] mm: pass task and mm to do_madvise
` [PATCH v7 2/7] mm: introduce external memory hinting API
` [PATCH v7 3/7] mm: check fatal signal pending of target process
` [PATCH v7 4/7] pid: move pidfd_get_pid function to pid.c
` [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 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)

[PATCH 00/17] VFS: Filesystem information and notifications [ver #17]
 2020-03-07 20:48 UTC  (34+ messages)

'simple' futex interface [Was: [PATCH v3 1/4] futex: Implement mechanism to wait on any of several futexes]
 2020-03-06 16:57 UTC  (6+ messages)

[RFC][PATCH] Mark AT_* path flags as deprecated and add missing RESOLVE_ flags
 2020-03-06 14:56 UTC  (7+ messages)

Have RESOLVE_* flags superseded AT_* flags for new syscalls?
 2020-03-06 14:48 UTC  (17+ messages)

[PATCH] binfmt_misc: pass binfmt_misc P flag to the interpreter
 2020-03-06 12:07 UTC  (10+ messages)

[PATCH v2] mm: Proactive compaction
 2020-03-04 23:13 UTC  (2+ messages)

Have RESOLVE_* flags superseded AT_* flags for new syscalls?
 2020-03-02 15:24 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).