Linux-api Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-30 22:04:51 to 2023-12-28 12:24:21 UTC [more...]

[PATCH v3] posix-timers: add multi_clock_gettime system call
 2023-12-28 12:24 UTC 

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

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

[PATCH AUTOSEL 6.6 38/39] posix-timers: Get rid of [COMPAT_]SYS_NI() uses
 2023-12-26  0:19 UTC 

[PATCH v3 00/11] mempolicy2, mbind2, and weighted interleave
 2023-12-18 17:15 UTC  (19+ 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  (23+ messages)
` [PATCH RFT v4 2/5] fork: Add shadow stack support to clone3()
` [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  (20+ messages)

[PATCH 0/4] listmount changes
 2023-12-08 13:07 UTC  (5+ messages)
` [PATCH 3/4] listmount: small changes in semantics

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

[RFC PATCH] mm/mbind: Introduce process_mbind() syscall for external memory binding
 2023-12-01 13:53 UTC  (6+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).