linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-26 21:35:19 to 2020-03-04 16:14:01 UTC [more...]

[PATCH 00/12] "Task_isolation" mode
 2020-03-04 16:13 UTC  (10+ messages)
` [PATCH 01/12] task_isolation: vmstat: add quiet_vmstat_sync function
` [PATCH 02/12] task_isolation: vmstat: add vmstat_idle function
` [PATCH 03/12] task_isolation: userspace hard isolation from kernel
` [PATCH 04/12] task_isolation: Add task isolation hooks to arch-independent code
` [PATCH 05/12] task_isolation: arch/x86: enable task isolation functionality
` [PATCH 06/12] task_isolation: arch/arm64: "
` [PATCH 07/12] task_isolation: arch/arm: "
` [PATCH 08/12] task_isolation: don't interrupt CPUs with tick_nohz_full_kick_cpu()
` [PATCH 09/12] task_isolation: net: don't flush backlog on CPUs running isolated tasks

[PATCH 07/17] fsinfo: Add fsinfo() syscall to query filesystem information [ver #17]
 2020-03-04 16:10 UTC  (82+ messages)
` [PATCH 00/17] VFS: Filesystem information and notifications "
  ` [PATCH 10/17] fsinfo: Allow mount information to be queried "

[PATCHv5] exec: Fix a deadlock in ptrace
 2020-03-04 14:37 UTC  (7+ messages)

[PATCH] mm/compaction: Disable compact_unevictable_allowed on RT
 2020-03-04  9:27 UTC  (13+ messages)
  ` [PATCH v2] "
        ` [PATCH 1/2] =?UTF-8?q?mm/compaction:=20Really=20limit=20compact?= =?UTF-8?q?=5Funevictable=5Fallowed=20to=200=E2=80=A61?=
          ` [PATCH 2/2 v3] mm/compaction: Disable compact_unevictable_allowed on RT
          ` [PATCH 1/2] mm/compaction: Really limit compact_unevictable_allowed to 0…1

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

[PATCH v4 0/2] vfs: have syncfs() return error when there are writeback errors
 2020-03-03 13:10 UTC  (2+ messages)

[PATCH v7 0/7] introduce memory hinting API for external process
 2020-03-02 21:42 UTC  (10+ 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

[PATCH v6 0/7] introduce memory hinting API for external process
 2020-03-02 19:38 UTC  (15+ messages)
` [PATCH v6 1/7] mm: pass task and mm to do_madvise
` [PATCH v6 3/7] mm: check fatal signal pending of target process
` [PATCH v6 4/7] pid: move pidfd_get_pid function to pid.c
` [PATCH v6 5/7] mm: support both pid and pidfd for process_madvise
` [PATCH v6 6/7] mm/madvise: employ mmget_still_valid for write lock

Have RESOLVE_* flags superseded AT_* flags for new syscalls?
 2020-03-02 16:37 UTC  (27+ messages)

[PATCH v3 00/25] user_namespace: introduce fsid mappings
 2020-03-02 14:34 UTC  (3+ messages)

[RFC PATCH v14 00/10] Landlock LSM
 2020-03-02 10:03 UTC  (14+ messages)
` [RFC PATCH v14 01/10] landlock: Add object and rule management
` [RFC PATCH v14 05/10] fs,landlock: Support filesystem access-control
` [RFC PATCH v14 10/10] landlock: Add user and kernel documentation

[PATCH v4 0/9] fs: interface for directly reading/writing compressed data
 2020-03-01  7:26 UTC  (17+ messages)
` [PATCH man-pages v4] Document encoded I/O
` [PATCH v4 1/9] iov_iter: add copy_struct_from_iter()
` [PATCH v4 2/9] fs: add O_ALLOW_ENCODED open flag
` [PATCH v4 3/9] fs: add RWF_ENCODED for reading/writing compressed data
` [PATCH v4 4/9] btrfs: don't advance offset for compressed bios in btrfs_csum_one_bio()
` [PATCH v4 5/9] btrfs: add ram_bytes and offset to btrfs_ordered_extent
` [PATCH v4 6/9] btrfs: support different disk extent size for delalloc
` [PATCH v4 7/9] btrfs: optionally extend i_size in cow_file_range_inline()
` [PATCH v4 8/9] btrfs: implement RWF_ENCODED reads
` [PATCH v4 9/9] btrfs: implement RWF_ENCODED writes

[PATCH v3] binfmt_misc: pass binfmt_misc flags to the interpreter
 2020-03-01  0:47 UTC 

[PATCH v8 07/11] proc: flush task dcache entries from all procfs instances
 2020-02-29  2:59 UTC  (28+ messages)
                            ` [PATCH 0/7] proc: Dentry flushing without proc_mnt
                              ` [PATCH v2 0/6] "
                                ` [PATCH 0/3] proc: Actually honor the mount options
                                  ` [PATCH 1/3] uml: Don't consult current to find the proc_mnt in mconsole_proc
                                  ` [PATCH 2/3] uml: Create a private mount of proc for mconsole
                                  ` [PATCH 3/3] proc: Remove the now unnecessary internal mount of proc
                                  ` [PATCH 4/3] pid: Improve the comment about waiting in zap_pid_ns_processes

[RFC PATCH v9 00/27] Control-flow Enforcement: Shadow Stack
 2020-02-28 15:55 UTC  (27+ messages)
` [RFC PATCH v9 01/27] Documentation/x86: Add CET description
` [RFC PATCH v9 05/27] x86/cet/shstk: Add Kconfig option for user-mode Shadow Stack protection
` [RFC PATCH v9 09/27] x86/mm: Introduce _PAGE_DIRTY_SW
` [RFC PATCH v9 10/27] x86/mm: Update pte_modify, pmd_modify, and _PAGE_CHG_MASK for _PAGE_DIRTY_SW
` [RFC PATCH v9 11/27] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [RFC PATCH v9 12/27] x86/mm: Modify ptep_set_wrprotect and pmdp_set_wrprotect for _PAGE_DIRTY_SW
` [RFC PATCH v9 13/27] x86/mm: Shadow Stack page fault error checking
` [RFC PATCH v9 14/27] mm: Handle Shadow Stack page fault
` [RFC PATCH v9 16/27] mm: Update can_follow_write_pte() for Shadow Stack
` [RFC PATCH v9 17/27] x86/cet/shstk: User-mode Shadow Stack support


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).