messages from 2024-10-21 17:00:59 to 2024-11-08 09:21:31 UTC [more...]
[RFC PATCH 0/4] Add fbind() and NUMA mempolicy support for KVM guest_memfd
2024-11-08 9:21 UTC (9+ messages)
` [RFC PATCH 1/4] mm: Add mempolicy support to the filemap layer
` [RFC PATCH 2/4] Introduce fbind syscall
` [RFC PATCH 3/4] KVM: guest_memfd: Pass file pointer instead of inode in guest_memfd APIs
` [RFC PATCH 4/4] KVM: guest_memfd: Enforce NUMA mempolicy if available
[PATCH net 0/1] net/ipv6: Netlink flag for new IPv6 Default Routes
2024-11-08 2:20 UTC (11+ messages)
` [PATCH net 1/1] "
[PATCH v2 0/3] futex: Create set_robust_list2
2024-11-05 12:18 UTC (18+ messages)
` [PATCH v2 1/3] futex: Use explicit sizes for compat_exit_robust_list
` [PATCH v2 2/3] futex: Create set_robust_list2
` [PATCH v2 3/3] futex: Wire up set_robust_list2 syscall
[PATCH RFT v12 0/8] fork: Support shadow stacks in clone3()
2024-11-01 22:45 UTC (13+ messages)
` [PATCH RFT v12 1/8] arm64/gcs: Return a success value from gcs_alloc_thread_stack()
` [PATCH RFT v12 2/8] Documentation: userspace-api: Add shadow stack API documentation
` [PATCH RFT v12 3/8] selftests: Provide helper header for shadow stack testing
` [PATCH RFT v12 4/8] fork: Add shadow stack support to clone3()
` [PATCH RFT v12 5/8] selftests/clone3: Remove redundant flushes of output streams
` [PATCH RFT v12 6/8] selftests/clone3: Factor more of main loop into test_clone3()
` [PATCH RFT v12 7/8] selftests/clone3: Allow tests to flag if -E2BIG is a valid error code
` [PATCH RFT v12 8/8] selftests/clone3: Test shadow stack support
[PATCH RFT v11 0/8] fork: Support shadow stacks in clone3()
2024-10-30 21:42 UTC (7+ messages)
` [PATCH RFT v11 1/8] arm64/gcs: Return a success value from gcs_alloc_thread_stack()
` [PATCH RFT v11 2/8] Documentation: userspace-api: Add shadow stack API documentation
[PATCH v6 0/5] introduce PIDFD_SELF* sentinels
2024-10-30 16:37 UTC (9+ messages)
` [PATCH v6 1/5] pidfd: extend pidfd_get_pid() and de-duplicate pid lookup
` [PATCH v6 2/5] pidfd: add PIDFD_SELF_* sentinels to refer to own thread/process
` [PATCH v6 3/5] tools: testing: separate out wait_for_pid() into helper header
` [PATCH v6 4/5] selftests: pidfd: add pidfd.h UAPI wrapper
` [PATCH v6 5/5] selftests: pidfd: add tests for PIDFD_SELF_*
[PATCH v4 0/5] implement lightweight guard pages
2024-10-29 10:32 UTC (9+ messages)
` [PATCH v4 1/5] mm: pagewalk: add the ability to install PTEs
` [PATCH v4 2/5] mm: add PTE_MARKER_GUARD PTE marker
` [PATCH v4 3/5] mm: madvise: implement lightweight guard page mechanism
` [PATCH v4 4/5] tools: testing: update tools UAPI header for mman-common.h
` [PATCH v4 5/5] selftests/mm: add self tests for guard page feature
[PATCH 0/6] futex: The remaining futex2 bits
2024-10-28 22:37 UTC (17+ messages)
` [PATCH 1/6] mm: Add vmalloc_huge_node()
` [PATCH 2/6] futex: Implement FUTEX2_NUMA
` [PATCH 3/6] futex: Propagate flags into futex_get_value_locked()
` [PATCH 4/6] futex: Enable FUTEX2_{8,16}
` [PATCH 5/6] futex,selftests: Extend the futex selftests
` [PATCH 6/6] futex,selftests: Extend the futex selftests for NUMA
[PATCH v1 00/14] futex: More futex2 bits
2024-10-28 22:32 UTC (7+ messages)
` [PATCH v1 11/14] futex: Implement FUTEX2_NUMA
[PATCH v3 0/5] implement lightweight guard pages
2024-10-28 21:49 UTC (29+ messages)
` [PATCH v3 1/5] mm: pagewalk: add the ability to install PTEs
` [PATCH v3 2/5] mm: add PTE_MARKER_GUARD PTE marker
` [PATCH v3 3/5] mm: madvise: implement lightweight guard page mechanism
` [PATCH v3 4/5] tools: testing: update tools UAPI header for mman-common.h
` [PATCH v3 5/5] selftests/mm: add self tests for guard page feature
[PATCH v5 0/5] introduce PIDFD_SELF* sentinels
2024-10-25 22:17 UTC (16+ messages)
` [PATCH v5 1/5] pidfd: extend pidfd_get_pid() and de-duplicate pid lookup
` [PATCH v5 2/5] pidfd: add PIDFD_SELF_* sentinels to refer to own thread/process
` [PATCH v5 3/5] tools: testing: separate out wait_for_pid() into helper header
` [PATCH v5 4/5] selftests: pidfd: add pidfd.h UAPI wrapper
` [PATCH v5 5/5] selftests: pidfd: add tests for PIDFD_SELF_*
[PATCH v4 4/4] selftests: pidfd: add tests for PIDFD_SELF_*
2024-10-25 8:48 UTC (3+ messages)
[PATCH RFC 0/1] futex: Add a new robust list syscall
2024-10-25 6:33 UTC (7+ messages)
` [PATCH RFC 1/1] futex: Create set_robust_list2
[PATCH v4 0/4] introduce PIDFD_SELF* sentinels
2024-10-23 17:24 UTC (8+ messages)
` [PATCH v4 1/4] pidfd: extend pidfd_get_pid() and de-duplicate pid lookup
` [PATCH v4 2/4] pidfd: add PIDFD_SELF_* sentinels to refer to own thread/process
[PATCH v2 0/5] implement lightweight guard pages
2024-10-23 11:40 UTC (13+ messages)
[PATCH v2 0/5] implement lightweight guard pages
2024-10-22 20:45 UTC (47+ messages)
` [PATCH v2 2/5] mm: add PTE_MARKER_GUARD PTE marker
` [PATCH v2 3/5] mm: madvise: implement lightweight guard page mechanism
` [PATCH v2 5/5] selftests/mm: add self tests for guard page feature
[PATCH RFC v3 00/10] extensible syscalls: CHECK_FIELDS to allow for easier feature detection
2024-10-21 21:38 UTC (3+ messages)
` (subset) "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).