[PATCH v3 0/10] x86/fpu: Restore and reinforce signal frame portability
2026-06-30 19:23 UTC (25+ messages)
` [PATCH 01/10] x86/fpu: Document "
` [PATCH 02/10] x86/fpu: Clean up and rename variables in signal frame handling
` [PATCH 03/10] x86/fpu: Split __fpu_restore_sig to extract compat path
` [PATCH 04/10] x86/fpu: Document reasoning of FX-only fallback
` [PATCH 05/10] x86/fpu: Fix potential underflow in xstate_calculate_size()
` [PATCH 06/10] selftests/x86: Add a test for signal frame FPU portability
` [PATCH 07/10] x86/fpu: Pre-fault only required size of xstate buffer
` [PATCH 08/10] selftests/x86: Add a sigframe insufficient xstate_size test
` [PATCH 09/10] x86/fpu: Allow restoring signal frames with larger xstate_size
` [PATCH 10/10] selftests/x86: Check restoring FPU state "
[PATCH 0/3] vmsplice: make vmsplice a trivial wrapper for preadv2/pwritev2
2026-06-25 8:53 UTC (7+ messages)
[ANNOUNCE/CFP] Linux Plumbers 2026 Containers and Checkpoint/Restore Microconference
2026-06-25 3:55 UTC
[PATCH RESEND v3 0/4] Add two new system call mq_recvmmsg() and mq_sendmmsg() to posix ipc mqueue
2026-06-21 8:12 UTC (7+ messages)
` [PATCH RESEND v3 1/4] IPC: Added two new system call mq_recvmmsg() and mq_sendmmsg()
` [PATCH RESEND v3 2/4] IPC: Added system call entry in all of most common architectures
` [PATCH RESEND v3 3/4] IPC: Added system call entry in performance tool
` [PATCH RESEND v3 4/4] Test: Added self-testing and documentation
[PATCH v3 0/4] Add two new system call mq_recvmmsg() and mq_sendmmsg() to posix ipc mqueue
2026-06-20 22:36 UTC (5+ messages)
` [PATCH v3 1/4] IPC: Added two new system call mq_recvmmsg() and mq_sendmmsg()
` [PATCH v3 2/4] IPC: Added system call entry in all of most common architectures
` [PATCH v3 3/4] IPC: Added system call entry in performance tool
` [PATCH v3 4/4] Test: Added self-testing and documentation
[PATCH v3 0/4] Add two new system call mq_recvmmsg() and mq_sendmmsg() to posix ipc mqueue
2026-06-20 20:29 UTC (6+ messages)
` [PATCH v3 1/4] IPC: Added two new system call mq_recvmmsg() and mq_sendmmsg()
` [PATCH v3 2/4] IPC: Added system call entry in all of most common architectures
` [PATCH v3 3/4] IPC: Added system call entry in performance tool
` [PATCH v3 4/4] Test: Added self-testing and documentation
[PATCH v3 0/4] Add two new system call mq_recvmmsg() and mq_sendmmsg() to posix ipc mqueue
2026-06-14 14:37 UTC (9+ messages)
` [PATCH v3 1/4] IPC: Added two new system call mq_recvmmsg() and mq_sendmmsg()
` [PATCH v3 2/4] IPC: Added system call entry in all of most common architectures
` [PATCH v3 3/4] IPC: Added system call entry in performance tool
` [PATCH v3 4/4] Test: Added self-testing and documentation
[PATCH v2 0/4] x86/fpu: Restore and reinforce signal frame portability
2026-06-05 9:50 UTC (7+ messages)
` [PATCH 1/4] x86/fpu: Document "
` [PATCH 2/4] selftests/x86: Add a test for "
` [PATCH 3/4] x86/fpu: Add consistency check between xstate_size and xfeatures
` [PATCH 4/4] selftests/x86: Add a consistency test for signal frames
[PATCH 0/5] x86/fpu: Restore and reinforce signal frame portability
2026-06-03 15:13 UTC (9+ messages)
` [PATCH 1/5] Revert "x86/fpu: Refine and simplify the magic number check during signal return"
` [PATCH 2/5] x86/fpu: Document signal frame portability
` [PATCH 3/5] selftests/x86: Add a test for "
` [PATCH 4/5] x86/fpu: Add consistency check between xstate_size and xfeatures
` [PATCH 5/5] selftests/x86: Add a consistency test for signal frames
[PATCH] Revert "x86/fpu: Refine and simplify the magic number check during signal return"
2026-05-07 17:39 UTC (14+ messages)
[REGRESSION] rseq: refactoring in v6.19 broke everyone on arm64 and tcmalloc everywhere
2026-04-27 21:06 UTC (4+ messages)
[PATCH 0/3] Patches to allow amdgpu restore without kfd file
2026-04-22 13:58 UTC (15+ messages)
` [PATCH 1/3] plugin/amdgpu: Add plugin to inventory even if there are no vmas
` [PATCH 2/3] plugin/amdgpu: Add topology dump file
` [PATCH 3/3] plugins/amdgpu: Make next_fd without kfd
[PATCH 0/4 v5] exec: inherit HWCAPs from the parent process
2026-04-15 19:27 UTC (14+ messages)
` [PATCH 1/4] "
` [PATCH 2/4] arm64: elf: clear MMF_USER_HWCAP on architecture switch
` [PATCH 3/4] mm: synchronize saved_auxv access with arg_lock
` [PATCH 4/4] selftests/exec: add test for HWCAP inheritance
[PATCH v3 0/5] Add new system call for non-destructive peek and inspection to posix ipc mqueue
2026-04-14 16:39 UTC (14+ messages)
` [PATCH v3 1/5]IPC: Added New system call do_mq_timedreceive2() for non-destructive peek on posix mqueue
` [PATCH v3 2/5]IPC: Added system call number in all most common arch
` [PATCH v3 3/5]IPC: Prepared Documentation and test
` [PATCH v3 4/5]IPC:Added entry in performance tools for new system call
` [PATCH v3 5/5]Added bitmask flag and user struct argument size as input for extensibility
Question about compatibility between major kernel upgrades
2026-04-14 16:10 UTC (2+ messages)
[PATCH v2 00/23] Amdgpu plugin cleanups and fixes
2026-04-13 20:03 UTC (27+ messages)
` [PATCH v2 01/23] plugins/amgdpu: Fix one error message
` [PATCH v2 02/23] plugins/amdgpu: Remove unused current_pid global variable
` [PATCH v2 03/23] plugins/amdgpu: Remove unused new_minor from struct vma_metadata
` [PATCH v2 04/23] plugins/amdgpu: Fix drm pages size header
` [PATCH v2 05/23] plugins/amdgpu: Fix logging of failures to open files during restore init
` [PATCH v2 06/23] plugins/amdgpu: Propagate failure to save buffer object content
` [PATCH v2 07/23] plugins/amdgpu: Close the directory when image probing fails
` [PATCH v2 08/23] plugins/amdgpu: Close dma-buf image file if the read fails
` [PATCH v2 09/23] plugins/amdgpu: Flatten amdgpu_restore_init a bit
` [PATCH v2 10/23] plugins/amdgpu: Add error handling for seek operations
` [PATCH v2 11/23] plugins/amdgpu: Consolidate vm_info collection
` [PATCH v2 12/23] plugins/amdgpu: Remove plugin_log_msg()
` [PATCH v2 13/23] plugins/amdgpu: Reduce amount of debug logging a little bit
` [PATCH v2 14/23] plugins/amdgpu: Do not eat the errno in kmtIoctl
` [PATCH v2 15/23] plugins/amdgpu: Fix open_drm_render_device()
` [PATCH v2 16/23] plugins/amdgpu: Check sdma operation type early and once
` [PATCH v2 17/23] plugins/amdgpu: Add plugin to inventory even if process has no vmas
` [PATCH v2 18/23] plugins/amdgpu: Move drm file dump and restore into helpers
` [PATCH v2 19/23] plugins/amdgpu: Use the load_img helper in drm file restore
` [PATCH v2 20/23] plugins/amdgpu: Convert away from libc buffered file IO
` [PATCH v2 21/23] plugins/amdgpu: Use save_vma_updates for all call sites
` [PATCH v2 22/23] plugins/amdgpu: amdgpu_plugin_drm_restore_file() does not need to use libdrm
` [PATCH v2 23/23] plugins/amdgpu: Fix remaining wrong usages of pr_perror
[PATCH 00/25] Amdgpu plugin cleanups and fixes
2026-04-10 8:30 UTC (18+ messages)
` [PATCH 07/25] plugins/amdgpu: Close the directory when image probing fails
` [PATCH 14/25] plugins/amdgpu: Remove plugin_log_msg()
` [PATCH 15/25] plugins/amdgpu: Reduce amount of debug logging a little bit
` [PATCH 16/25] plugins/amdgpu: Do not eat the errno in kmtIoctl
` [PATCH 17/25] plugins/amdgpu: Fix open_drm_render_device()
` [PATCH 18/25] plugins/amdgpu: Check sdma operation type early and once
` [PATCH 19/25] plugins/amdgpu: Add plugin to inventory even if process has no vmas
` [PATCH 20/25] plugins/amdgpu: Move drm file dump and restore into helpers
` [PATCH 21/25] plugins/amdgpu: Use the load_img helper in drm file restore
` [PATCH 22/25] plugins/amdgpu: Convert away from libc buffered file IO
` [PATCH 23/25] plugins/amdgpu: Use save_vma_updates for all call sites
` [PATCH 24/25] plugins/amdgpu: amdgpu_plugin_drm_restore_file() does not need to use libdrm
` [PATCH 25/25] plugins/amdgpu: Fix remaining wrong usages of pr_perror
[PATCH] prctl: require checkpoint_restore_ns_capable for PR_SET_MM_MAP
2026-04-02 17:46 UTC
[RFC] Add new system call for non-destructive peek and inspection to posix ipc mqueue
2026-03-29 17:46 UTC
[GSOC 2026] Request for feedback of proposal
2026-03-28 0:33 UTC (2+ messages)
Question regarding possible approaches for COW memory dump optimization in CRIU
2026-03-25 1:29 UTC
[PATCH 0/4 v4] exec: inherit HWCAPs from the parent process
2026-03-23 18:19 UTC (5+ messages)
` [PATCH 2/4] "
GSoC 2026 Proposal – Request for Feedback (CRIU)
2026-03-22 7:47 UTC
[GSoC 2026] Optimize COW Memory Dumping Proposal
2026-03-19 19:03 UTC
[PATCH] man/man2/statmount.2: Fix STATMOUNT_MNT_{UID,GID}MAP documentation
2026-03-19 16:44 UTC (5+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] man/man2/statmount.2: Fix incorrect naming of STATMOUNT_MNT_{UID,GID}MAP flags
GSoC 2026 Draft Proposal (Checkpointing of POSIX Message Queues)
2026-03-18 23:39 UTC (2+ messages)
page: next (older)
- 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