linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-28 08:57:09 to 2023-12-14 20:08:20 UTC [more...]

[PATCH v3 00/11] mempolicy2, mbind2, and weighted interleave
 2023-12-14 20:07 UTC  (15+ messages)
` [PATCH v3 01/11] mm/mempolicy: implement the sysfs-based weighted_interleave interface
` [PATCH v3 02/11] mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleaving
` [PATCH v3 03/11] mm/mempolicy: refactor sanitize_mpol_flags for reuse
` [PATCH v3 04/11] mm/mempolicy: create struct mempolicy_args for creating new mempolicies
` [PATCH v3 05/11] mm/mempolicy: refactor kernel_get_mempolicy for code re-use
` [PATCH v3 06/11] mm/mempolicy: allow home_node to be set by mpol_new
` [PATCH v3 07/11] mm/mempolicy: add userland mempolicy arg structure
` [PATCH v3 08/11] mm/mempolicy: add set_mempolicy2 syscall
` [PATCH v3 09/11] mm/mempolicy: add get_mempolicy2 syscall
` [PATCH v3 10/11] mm/mempolicy: add the mbind2 syscall
` [PATCH v3 11/11] mm/mempolicy: extend set_mempolicy2 and mbind2 to support weighted interleave

vt: Improve CSI parsing
 2023-12-14 12:10 UTC  (3+ messages)
` [PATCH 3/4] vt: ignore csi sequences with intermediate characters

[PATCH v2 1/3] pidfd: allow pidfd_open() on non-thread-group leaders
 2023-12-13 19:18 UTC  (6+ messages)
` [PATCH v2 2/3] selftests/pidfd: add non-thread-group leader tests
` [PATCH v2 3/3] clone: allow CLONE_THREAD | CLONE_PIDFD together

[PATCH v2 00/11] mempolicy2, mbind2, and weighted interleave
 2023-12-13  2:44 UTC  (21+ messages)
` [PATCH v2 01/11] mm/mempolicy: implement the sysfs-based weighted_interleave interface
` [PATCH v2 02/11] mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleaving
` [PATCH v2 03/11] mm/mempolicy: refactor sanitize_mpol_flags for reuse
` [PATCH v2 04/11] mm/mempolicy: create struct mempolicy_args for creating new mempolicies
` [PATCH v2 05/11] mm/mempolicy: refactor kernel_get_mempolicy for code re-use
` [PATCH v2 06/11] mm/mempolicy: allow home_node to be set by mpol_new
` [PATCH v2 07/11] mm/mempolicy: add userland mempolicy arg structure
` [PATCH v2 08/11] mm/mempolicy: add set_mempolicy2 syscall
` [PATCH v2 09/11] mm/mempolicy: add get_mempolicy2 syscall
` [PATCH v2 10/11] mm/mempolicy: add the mbind2 syscall
` [PATCH v2 11/11] mm/mempolicy: extend set_mempolicy2 and mbind2 to support weighted interleave

[PATCH] ELF: supply userspace with available page shifts (AT_PAGE_SHIFT_LIST)
 2023-12-12 21:09 UTC  (16+ messages)
  ` [PATCH v2] ELF: supply userspace with available page shifts (AT_PAGE_SHIFT_MASK)
    ` [PATCH v3] ELF: AT_PAGE_SHIFT_MASK -- supply userspace with available page shifts

[PATCH RFT v4 0/5] fork: Support shadow stacks in clone3()
 2023-12-09  1:06 UTC  (28+ messages)
` [PATCH RFT v4 1/5] mm: Introduce ARCH_HAS_USER_SHADOW_STACK
` [PATCH RFT v4 2/5] fork: Add shadow stack support to clone3()
` [PATCH RFT v4 3/5] selftests/clone3: Factor more of main loop into test_clone3()
` [PATCH RFT v4 4/5] selftests/clone3: Allow tests to flag if -E2BIG is a valid error code
` [PATCH RFT v4 5/5] kselftest/clone3: Test shadow stack support

[RFC 1/3] pidfd: allow pidfd_open() on non-thread-group leaders
 2023-12-08 20:04 UTC  (23+ messages)
` [RFC 2/3] selftests/pidfd: add non-thread-group leader tests
` [RFC 3/3] clone: allow CLONE_THREAD | CLONE_PIDFD together

[PATCH 0/4] listmount changes
 2023-12-08 13:07 UTC  (11+ messages)
` [PATCH 1/4] listmount: rip out flags
` [PATCH 2/4] listmount: list mounts in ID order
` [PATCH 3/4] listmount: small changes in semantics
` [PATCH 4/4] listmount: allow continuing

[RFC PATCH 00/11] mempolicy2, mbind2, and weighted interleave
 2023-12-08  0:11 UTC  (19+ messages)
` [RFC PATCH 01/11] mm/mempolicy: implement the sysfs-based weighted_interleave interface
` [RFC PATCH 02/11] mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleaving
` [RFC PATCH 03/11] mm/mempolicy: refactor sanitize_mpol_flags for reuse
` [RFC PATCH 04/11] mm/mempolicy: create struct mempolicy_args for creating new mempolicies
` [RFC PATCH 05/11] mm/mempolicy: refactor kernel_get_mempolicy for code re-use
` [RFC PATCH 06/11] mm/mempolicy: allow home_node to be set by mpol_new
` [RFC PATCH 07/11] mm/mempolicy: add userland mempolicy arg structure
` [RFC PATCH 08/11] mm/mempolicy: add set_mempolicy2 syscall
` [RFC PATCH 09/11] mm/mempolicy: add get_mempolicy2 syscall
` [RFC PATCH 10/11] mm/mempolicy: add the mbind2 syscall
` [RFC PATCH 11/11] mm/mempolicy: extend set_mempolicy2 and mbind2 to support weighted interleave

[RFC] proposed libc interface and man page for listmount
 2023-12-06 16:53 UTC  (7+ messages)

[RFC PATCH 0/2] Node migration between memory tiers
 2023-12-06 15:22 UTC  (14+ messages)
` [RFC PATCH 1/2] base/node: Add sysfs for adistance_offset
` [RFC PATCH 2/2] memory tier: Support node migration between tiers
  ` [EXT] Re: [RFC PATCH 0/2] Node migration between memory tiers

[PATCH 00/21] block atomic writes
 2023-12-05 13:59 UTC  (26+ messages)
` [PATCH 02/21] block: Limit atomic writes according to bio and queue limits
` [PATCH 10/21] block: Add fops atomic write support
` [PATCH 17/21] fs: xfs: iomap "

[RFC PATCH 0/2] Node migration between memory tiers
 2023-12-04  8:52 UTC  (4+ messages)
` [RFC PATCH 1/2] base/node: Add sysfs for adistance_offset
` [RFC PATCH 2/2] memory tier: Support node migration between tiers

[RFC PATCH] mm/mbind: Introduce process_mbind() syscall for external memory binding
 2023-12-01 13:53 UTC  (6+ messages)

[RFC] new mempolicy syscalls (mempolicy2 and pidfd)
 2023-11-29 21:56 UTC 

[RFC PATCH 00/11] mm/mempolicy: Make task->mempolicy externally modifiable via syscall and procfs
 2023-11-28 18:08 UTC  (20+ messages)
` [RFC PATCH 02/11] mm/mempolicy: swap cond reference counting logic in do_get_mempolicy
` [RFC PATCH 04/11] mm/mempolicy: modify get_mempolicy call stack to take a task argument
` [RFC PATCH 05/11] mm/mempolicy: modify set_mempolicy_home_node "
` [RFC PATCH 06/11] mm/mempolicy: modify do_mbind to operate on task argument instead of current


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