January 2013 Archives by date
Starting: Sun Jan 6 05:48:11 EST 2013
Ending: Thu Jan 31 19:22:13 EST 2013
Messages: 659
- [CRIU] [PATCH 0/5] [RFC] util: clone service descriptors
Andrey Vagin
- [CRIU] [PATCH 1/5] log: don't use global variables for saving service fds
Andrey Vagin
- [CRIU] [PATCH 2/5] image: don't use global variables for saving service fds
Andrey Vagin
- [CRIU] [PATCH 3/5] proc: don't use global variables for saving service fds
Andrey Vagin
- [CRIU] [PATCH 4/5] tty: don't use global variables for saving service fds
Andrey Vagin
- [CRIU] [PATCH 5/5] util: clone service descriptors, if fd tables are shared for tasks
Andrey Vagin
- [CRIU] [PATCH 00/44] Prepare multiarch support (v2)
Alexander Kartashov
- [CRIU] [PATCH 01/44] Test suite: added support for the Debian distribution.
Alexander Kartashov
- [CRIU] [PATCH 02/44] x86: moved x86-specific files into the directory arch/x86.
Alexander Kartashov
- [CRIU] [PATCH 03/44] multiarch: removed target architecture checks from the following files:
Alexander Kartashov
- [CRIU] [PATCH 04/44] multiarch: introduced the multiarch support into the build system.
Alexander Kartashov
- [CRIU] [PATCH 05/44] parasite-syscall.c: moved the syscall instructions into the file arch/x86/crtools.c.
Alexander Kartashov
- [CRIU] [PATCH 06/44] parasite-syscall.c: moved the routine parasite_setup_regs() to the file arch/x86/crtools.c.
Alexander Kartashov
- [CRIU] [PATCH 07/44] parasite-syscall.c: moved the routine syscall_seized() into the file arch/x86/crtools.c.
Alexander Kartashov
- [CRIU] [PATCH 08/44] parasite-syscall.c: introduced the macro ARCH_SI_TRAP.
Alexander Kartashov
- [CRIU] [PATCH 09/44] parasite-syscall.c: introduced the macros REG_RES and REG_IP.
Alexander Kartashov
- [CRIU] [PATCH 10/44] parasite-syscall.c: don't dump pages above TASK_SIZE boundary.
Alexander Kartashov
- [CRIU] [PATCH 11/44] parasite: introduced the TLS area retrieval since ARM requires saving/restoring it.
Alexander Kartashov
- [CRIU] [PATCH 12/44] include/restorer.h: moved machine-independent sigframe structs to the file include/sigframe.h.
Alexander Kartashov
- [CRIU] [PATCH 13/44] include/restorer.h: moved machine-dependent sigframe structs to the file arch/x86/include/asm/restorer.h.
Alexander Kartashov
- [CRIU] [PATCH 14/44] include/restorer.h: use the alias UserRegsEntry for UserX86RegsEntry.
Alexander Kartashov
- [CRIU] [PATCH 15/44] restorer: moved the routine restore_gpregs() to the file arch/x86/restorer.c.
Alexander Kartashov
- [CRIU] [PATCH 16/44] restorer: moved the routine restore_fpu() to the file arch/x86/crtools.c.
Alexander Kartashov
- [CRIU] [PATCH 17/44] restorer: wrapped the assembly calling sys_rt_sigreturn into the macro ARCH_RT_SIGRETURN.
Alexander Kartashov
- [CRIU] [PATCH 18/44] restorer: wrapped the assembly code calling sys_clone into the macro RUN_CLONE_RESTORE_FN.
Alexander Kartashov
- [CRIU] [PATCH 19/44] restorer: wrapped the assembly code executed on a rt_sigreturn failure into the macro ARCH_FAIL_CORE_RESTORE.
Alexander Kartashov
- [CRIU] [PATCH 20/44] restorer: introduced the macro RT_SIGFRAME_UC to access the user context of a sigframe.
Alexander Kartashov
- [CRIU] [PATCH 21/44] restorer: introduced the macro SIGFRAME_OFFSET.
Alexander Kartashov
- [CRIU] [PATCH 22/44] restorer: don't touch VM above TASK_SIZE.
Alexander Kartashov
- [CRIU] [PATCH 23/44] restorer: reduce the shift value to fit the error code into ARM long integer.
Alexander Kartashov
- [CRIU] [PATCH 24/44] restorer: introduced the TLS restoration.
Alexander Kartashov
- [CRIU] [PATCH 25/44] cr-dump.c: moved the routine get_task_regs() to the file arch/x86/crtools.c.
Alexander Kartashov
- [CRIU] [PATCH 26/44] cr-dump.c: moved thread core initialization into the function arch_alloc_thread_info().
Alexander Kartashov
- [CRIU] [PATCH 27/44] cr-dump.c: moved the function core_free_entry() into the file arch/x86/crtools.c.
Alexander Kartashov
- [CRIU] [PATCH 28/44] cr-dump.c: implemented TLS dumping.
Alexander Kartashov
- [CRIU] [PATCH 29/44] cr-dump.c: introduced the macro CORE_ENTRY__MARCH to represent the target architecture.
Alexander Kartashov
- [CRIU] [PATCH 30/44] cr-dump.c: introduced the macro CORE_THREAD_INFO to access the machine-specific part of CoreEntry.
Alexander Kartashov
- [CRIU] [PATCH 31/44] cr-dump.c: introduced the macro TI_SP to access the stack pointer resgister in a machine-independent way.
Alexander Kartashov
- [CRIU] [PATCH 32/44] cr-dump.c: introduced the macro core_put_tls to store the thread TLS value in a machine-independent way.
Alexander Kartashov
- [CRIU] [PATCH 33/44] auxv: save and restore AUXV's in a machine-independent way.
Alexander Kartashov
- [CRIU] [PATCH 34/44] cr-restore.c: wrapped the restorer blob trampoline assembly into the macro JUMP_TO_RESTORER_BLOB.
Alexander Kartashov
- [CRIU] [PATCH 35/44] cr-restore.c: use the alias CORE_ENTRY__MARCH for CORE_ENTRY__MARCH__X86_64.
Alexander Kartashov
- [CRIU] [PATCH 36/44] cr-restore.c: use TASK_SIZE instead of TASK_SIZE_MAX.
Alexander Kartashov
- [CRIU] [PATCH 37/44] cr-restore.c: use the macro CORE_THREAD_INFO to access the machine-specific part of the struct CoreEntry.
Alexander Kartashov
- [CRIU] [PATCH 38/44] cr-restore.c: introduced the macro core_get_tls to extract the thread TLS value from a thread core in a machine-independent way.
Alexander Kartashov
- [CRIU] [PATCH 39/44] cr-restore.c: introduced the macro CONFIG_DEBUG_RESTORE to stop restoration after a fork.
Alexander Kartashov
- [CRIU] [PATCH 40/44] sys_getpgid: fixed the syscall prototype since it actually has one argument.
Alexander Kartashov
- [CRIU] [PATCH 41/44] parasite-syscall.c: introduced the macro MMAP_OFFSET.
Alexander Kartashov
- [CRIU] [PATCH 42/44] multiarch: prevented integer size mismatches.
Alexander Kartashov
- [CRIU] [PATCH 43/44] FPU: introduced the support for multiple FPU architectures.
Alexander Kartashov
- [CRIU] [PATCH 44/44] sys_mmap: fixed the error detection logic.
Alexander Kartashov
- [CRIU] [KERNEL] crtools-3.8-rc2
Cyrill Gorcunov
- [CRIU] [KERNEL] crtools-3.8-rc2
Cyrill Gorcunov
- [CRIU] [PATCH 1/5] log: don't use global variables for saving service fds
Pavel Emelyanov
- [CRIU] [PATCH 02/44] x86: moved x86-specific files into the directory arch/x86.
Pavel Emelyanov
- [CRIU] [PATCH] x86: moved x86-specific files into the directory arch/x86.
Alexander Kartashov
- [CRIU] [PATCH 36/44] cr-restore.c: use TASK_SIZE instead of TASK_SIZE_MAX.
Pavel Emelyanov
- [CRIU] [PATCH 39/44] cr-restore.c: introduced the macro CONFIG_DEBUG_RESTORE to stop restoration after a fork.
Pavel Emelyanov
- [CRIU] [PATCH 36/44] cr-restore.c: use TASK_SIZE instead of TASK_SIZE_MAX.
Alexander Kartashov
- [CRIU] [PATCH 36/44] cr-restore.c: use TASK_SIZE instead of TASK_SIZE_MAX.
Pavel Emelyanov
- [CRIU] [PATCH 39/44] cr-restore.c: introduced the macro CONFIG_DEBUG_RESTORE to stop restoration after a fork.
Alexander Kartashov
- [CRIU] [PATCH 00/44] Prepare multiarch support (v2)
Pavel Emelyanov
- [CRIU] [PATCH 00/44] Prepare multiarch support (v2)
Alexander Kartashov
- [CRIU] [PATCH 00/44] Prepare multiarch support (v2)
Pavel Emelyanov
- [CRIU] [PATCH 00/44] Prepare multiarch support (v2)
Alexander Kartashov
- [CRIU] [PATCH 00/44] Prepare multiarch support (v2)
Pavel Emelyanov
- [CRIU] [PATCH 00/44] Prepare multiarch support (v2)
Cyrill Gorcunov
- [CRIU] [PATCH 00/44] Prepare multiarch support (v2)
Alexander Kartashov
- [CRIU] [PATCH 00/44] Prepare multiarch support (v2)
Alexander Kartashov
- [CRIU] [PATCH 00/44] Prepare multiarch support (v2)
Pavel Emelyanov
- [CRIU] [PATCH 00/44] Prepare multiarch support (v2)
Alexander Kartashov
- [CRIU] [PATCH 2/3] signalfd: add ability to return siginfo in a raw format (v2)
Andrey Wagin
- [CRIU] [PATCH 0/15] Initial support of shared descriptor tables (v4)
Andrey Vagin
- [CRIU] [PATCH 01/15] zdtm: test shared file tables
Andrey Vagin
- [CRIU] [PATCH 02/15] sysctl: zero is a valid number for a file descriptor
Andrey Vagin
- [CRIU] [PATCH 03/15] mntns: close_proc before clean up mounts
Andrey Vagin
- [CRIU] [PATCH 04/15] util: clone service descriptors, if fd tables are shared for tasks
Andrey Vagin
- [CRIU] [PATCH 05/15] crtools: add ability to create and close a service fd
Andrey Vagin
- [CRIU] [PATCH 06/15] crtools: don't use global variables for saving service fds
Andrey Vagin
- [CRIU] [PATCH 07/15] crtools: put kobj-ids into separate image file
Andrey Vagin
- [CRIU] [PATCH 08/15] dump: save ids on pstree_item
Andrey Vagin
- [CRIU] [PATCH 09/15] pstree: allocate fdt shared data
Andrey Vagin
- [CRIU] [PATCH 10/15] files: close_old_fds before forking children
Andrey Vagin
- [CRIU] [PATCH 11/15] files: pass a file descriptor on an fdinfo image instead of cr_fdset
Andrey Vagin
- [CRIU] [PATCH 12/15] files: dump fdinfo per fdtable id instead of pid
Andrey Vagin
- [CRIU] [PATCH 13/15] lock: add futex_inc_and_wake and futex_wait_while_lt
Andrey Vagin
- [CRIU] [PATCH 14/15] restore: restore pocesses which share one fdtable (v4)
Andrey Vagin
- [CRIU] [PATCH 15/15] zdtm.sh: add fdt_shared to the list
Andrey Vagin
- [CRIU] [PATCH 03/15] mntns: close_proc before clean up mounts
Pavel Emelyanov
- [CRIU] [PATCH 02/15] sysctl: zero is a valid number for a file descriptor
Pavel Emelyanov
- [CRIU] [PATCH 10/15] files: close_old_fds before forking children
Pavel Emelyanov
- [CRIU] [PATCH 11/15] files: pass a file descriptor on an fdinfo image instead of cr_fdset
Pavel Emelyanov
- [CRIU] [PATCH 12/15] files: dump fdinfo per fdtable id instead of pid
Pavel Emelyanov
- [CRIU] [PATCH 03/15] mntns: close_proc before clean up mounts
Andrew Vagin
- [CRIU] [PATCH 09/15] pstree: allocate fdt shared data
Pavel Emelyanov
- [CRIU] [PATCH 14/15] restore: restore pocesses which share one fdtable (v4)
Pavel Emelyanov
- [CRIU] [PATCH 11/15] files: pass a file descriptor on an fdinfo image instead of cr_fdset
Andrew Vagin
- [CRIU] [PATCH 14/15] restore: restore pocesses which share one fdtable (v4)
Andrew Vagin
- [CRIU] [PATCH 00/44] Prepare multiarch support (v2)
Andrew Vagin
- [CRIU] [PATCH 01/44] Test suite: added support for the Debian distribution.
Pavel Emelyanov
- [CRIU] [PATCH 2/3] signalfd: add ability to return siginfo in a raw format (v2)
Michael Kerrisk (man-pages)
- [CRIU] [PATCH 1/2] zdtm.sh: check backward compatibility
Andrey Vagin
- [CRIU] [PATCH 2/2] crtools: fix backward compatibility
Andrey Vagin
- [CRIU] [PATCH 1/2] zdtm.sh: check backward compatibility
Cyrill Gorcunov
- [CRIU] [PATCH 1/2] zdtm.sh: check backward compatibility
Pavel Emelyanov
- [CRIU] [PATCH 00/14] Initial support of shared descriptor tables (v4)
Andrey Vagin
- [CRIU] [PATCH 01/14] zdtm: test shared file tables
Andrey Vagin
- [CRIU] [PATCH 02/14] mntns: close_proc before clean up mounts
Andrey Vagin
- [CRIU] [PATCH 03/14] util: clone service descriptors, if fd tables are shared for tasks (v3)
Andrey Vagin
- [CRIU] [PATCH 04/14] crtools: add ability to create and close a service fd
Andrey Vagin
- [CRIU] [PATCH 05/14] crtools: don't use global variables for saving service fds
Andrey Vagin
- [CRIU] [PATCH 06/14] crtools: put kobj-ids into separate image file
Andrey Vagin
- [CRIU] [PATCH 07/14] dump: save ids on pstree_item
Andrey Vagin
- [CRIU] [PATCH 08/14] pstree: allocate fdt shared data
Andrey Vagin
- [CRIU] [PATCH 09/14] files: close_old_fds before forking children
Andrey Vagin
- [CRIU] [PATCH 10/14] files: pass a file descriptor on an fdinfo image instead of cr_fdset
Andrey Vagin
- [CRIU] [PATCH 11/14] files: dump fdinfo per files_id instead of pid (v2)
Andrey Vagin
- [CRIU] [PATCH 12/14] lock: add futex_inc_and_wake and futex_wait_while_lt
Andrey Vagin
- [CRIU] [PATCH 13/14] restore: restore pocesses which share one fdtable (v4)
Andrey Vagin
- [CRIU] [PATCH 14/14] zdtm.sh: add fdt_shared to the list
Andrey Vagin
- [CRIU] [PATCH 12/14] lock: add futex_inc_and_wake and futex_wait_while_lt
Cyrill Gorcunov
- [CRIU] [PATCH 1/2] zdtm: add an error message if crtools is absent
Andrey Vagin
- [CRIU] [PATCH 2/2] zdtm.sh: detect unrecognized options
Andrey Vagin
- [CRIU] [PATCH 12/14] lock: add futex_inc_and_wake and futex_wait_while_lt (v2)
Andrey Vagin
- [CRIU] [PATCH 02/14] mntns: close_proc before clean up mounts
Pavel Emelyanov
- [CRIU] [PATCH 03/14] util: clone service descriptors, if fd tables are shared for tasks (v3)
Pavel Emelyanov
- [CRIU] [PATCH 04/14] crtools: add ability to create and close a service fd
Pavel Emelyanov
- [CRIU] [PATCH 05/14] crtools: don't use global variables for saving service fds
Pavel Emelyanov
- [CRIU] [PATCH 06/14] crtools: put kobj-ids into separate image file
Pavel Emelyanov
- [CRIU] [PATCH 08/14] pstree: allocate fdt shared data
Pavel Emelyanov
- [CRIU] [PATCH 09/14] files: close_old_fds before forking children
Pavel Emelyanov
- [CRIU] [PATCH 10/14] files: pass a file descriptor on an fdinfo image instead of cr_fdset
Pavel Emelyanov
- [CRIU] [PATCH 11/14] files: dump fdinfo per files_id instead of pid (v2)
Pavel Emelyanov
- [CRIU] [PATCH 12/14] lock: add futex_inc_and_wake and futex_wait_while_lt (v2)
Pavel Emelyanov
- [CRIU] [PATCH 13/14] restore: restore pocesses which share one fdtable (v4)
Pavel Emelyanov
- [CRIU] [PATCH 02/14] mntns: close_proc before clean up mounts
Andrew Vagin
- [CRIU] [PATCH 03/14] util: clone service descriptors, if fd tables are shared for tasks (v3)
Andrew Vagin
- [CRIU] [PATCH 04/14] crtools: add ability to create and close a service fd
Andrew Vagin
- [CRIU] [PATCH 06/14] crtools: put kobj-ids into separate image file
Andrew Vagin
- [CRIU] [PATCH 08/14] pstree: allocate fdt shared data
Andrew Vagin
- [CRIU] [PATCH 11/14] files: dump fdinfo per files_id instead of pid (v2)
Andrew Vagin
- [CRIU] [PATCH 2/2] zdtm.sh: detect unrecognized options
Pavel Emelyanov
- [CRIU] [PATCH 00/11] Initial support of shared descriptor tables (v6)
Andrey Vagin
- [CRIU] [PATCH 01/11] zdtm: test shared file tables
Andrey Vagin
- [CRIU] [PATCH 02/11] mntns: close_proc before clean up mounts
Andrey Vagin
- [CRIU] [PATCH 03/11] util: clone service descriptors, if fd tables are shared for tasks (v3)
Andrey Vagin
- [CRIU] [PATCH 04/11] crtools: add ability to create and close a service fd (v3)
Andrey Vagin
- [CRIU] [PATCH 05/11] crtools: put kobj-ids into separate image file (v2)
Andrey Vagin
- [CRIU] [PATCH 06/11] dump: save ids on pstree_item
Andrey Vagin
- [CRIU] [PATCH 07/11] pstree: allocate fdt shared data
Andrey Vagin
- [CRIU] [PATCH 08/11] files: close_old_fds before forking children (v2)
Andrey Vagin
- [CRIU] [PATCH 09/11] files: dump fdinfo per files_id instead of pid
Andrey Vagin
- [CRIU] [PATCH 10/11] restore: restore pocesses which share one fdtable (v4)
Andrey Vagin
- [CRIU] [PATCH 11/11] zdtm.sh: add fdt_shared to the list
Andrey Vagin
- [CRIU] [PATCH 0/4] prlimit proxy, v1
Cyrill Gorcunov
- [CRIU] [PATCH 1/4] make: Add utilities.mak
Cyrill Gorcunov
- [CRIU] [PATCH 2/4] make: Add test for prlimit libc call to exist
Cyrill Gorcunov
- [CRIU] [PATCH 3/4] x86: syscall -- Add sys_prlimit64 call
Cyrill Gorcunov
- [CRIU] [PATCH 4/4] Implement prlimit proxy
Cyrill Gorcunov
- [CRIU] [PATCH 00/18] fanotify c/r, v3
Cyrill Gorcunov
- [CRIU] [PATCH 01/18] fsnotify: Rename inotify files to fsnotify
Cyrill Gorcunov
- [CRIU] [PATCH 02/18] fsnotify: Rename inotify@ to fsnotify@ function names and structures
Cyrill Gorcunov
- [CRIU] [PATCH 03/18] fsnotify: Extend protobuf format to keep notification type and specific parameters
Cyrill Gorcunov
- [CRIU] [PATCH 04/18] fsnotify: inotify -- Add dumping of optional fields
Cyrill Gorcunov
- [CRIU] [PATCH 05/18] fsnotify: Add is_fanotify_link helper
Cyrill Gorcunov
- [CRIU] [PATCH 06/18] syscall: Add __NR_fanotify_init and __NR_fanotify_mark
Cyrill Gorcunov
- [CRIU] [PATCH 07/18] mount: Add lookup_mnt_id and lookup_mnt_sdev helpers
Cyrill Gorcunov
- [CRIU] [PATCH 08/18] fsnotify: Add try_open_handle helper
Cyrill Gorcunov
- [CRIU] [PATCH 09/18] fsnotify: Move debug printing into try_open_handle
Cyrill Gorcunov
- [CRIU] [PATCH 10/18] fsnotify: Update open_fsnotify_fd to choose helper depending on notif type
Cyrill Gorcunov
- [CRIU] [PATCH 11/18] fsnotify: Add verification of read data
Cyrill Gorcunov
- [CRIU] [PATCH 12/18] fsnotify: Add fanotify restore
Cyrill Gorcunov
- [CRIU] [PATCH 13/18] dump: Collect mount information on dump
Cyrill Gorcunov
- [CRIU] [PATCH 14/18] proc_parse: Add parsing of fanotify entries
Cyrill Gorcunov
- [CRIU] [PATCH 15/18] dump: Add dumping of fanotify objects
Cyrill Gorcunov
- [CRIU] [PATCH 16/18] fsnotify: inotify -- Add FIXME about disabling events
Cyrill Gorcunov
- [CRIU] [PATCH 17/18] fsnotify: Don't foget to put ref of remap object on error path
Cyrill Gorcunov
- [CRIU] [PATCH 18/18] zdtm: Add fanotify00 test
Cyrill Gorcunov
- [CRIU] [PATCH 1/5] zdtm.sh: fix absolute path to crtools
Andrey Vagin
- [CRIU] [PATCH 2/5] zdtm: remove mentions of test_init
Andrey Vagin
- [CRIU] [PATCH 3/5] zdtm: compile a test before constructing a new root
Andrey Vagin
- [CRIU] [PATCH 4/5] zdtm.sh: use another directory for a temporary crtools tree
Andrey Vagin
- [CRIU] [PATCH 5/5] zdtm.sh: execute all zdtm test case for a defined commit
Andrey Vagin
- [CRIU] [PATCH 0/4] prlimit proxy, v1
Pavel Emelyanov
- [CRIU] [PATCH 0/4] prlimit proxy, v1
Cyrill Gorcunov
- [CRIU] [PATCH 10/11] restore: restore pocesses which share one fdtable (v5)
Andrey Vagin
- [CRIU] [PATCH 18/18] zdtm: Add fanotify00 test
Andrew Vagin
- [CRIU] [PATCH 00/11] Initial support of shared descriptor tables (v6)
Pavel Emelyanov
- [CRIU] [PATCH 18/18] zdtm: Add fanotify00 test
Cyrill Gorcunov
- [CRIU] [PATCH 18/18] zdtm: Add fanotify00 test
Andrew Vagin
- [CRIU] [PATCH 18/18] zdtm: Add fanotify00 test
Cyrill Gorcunov
- [CRIU] [PATCH 0/5] log code update
Cyrill Gorcunov
- [CRIU] [PATCH 1/5] log: Beautify log.h
Cyrill Gorcunov
- [CRIU] [PATCH 2/5] log: Make pr_err_once to use pr_err
Cyrill Gorcunov
- [CRIU] [PATCH 3/5] log: Add generic __print_on_level helper
Cyrill Gorcunov
- [CRIU] [PATCH 4/5] log: Introduce print_on_level_perr helper
Cyrill Gorcunov
- [CRIU] [PATCH 5/5] log: Introduce pr_perr macro
Cyrill Gorcunov
- [CRIU] [PATCH 0/5] log code update
Andrew Vagin
- [CRIU] [PATCH 5/5] log: Introduce pr_perr macro
Andrew Vagin
- [CRIU] [PATCH 2/3] signalfd: add ability to return siginfo in a raw format (v2)
Oleg Nesterov
- [CRIU] [PATCH 0/5] log code update
Cyrill Gorcunov
- [CRIU] [PATCH 5/5] log: Introduce pr_perr macro
Cyrill Gorcunov
- [CRIU] [PATCH 0/5] log code update
Andrew Vagin
- [CRIU] [PATCH 0/5] log code update
Cyrill Gorcunov
- [CRIU] [PATCH 0/5] log code update
Andrew Vagin
- [CRIU] [PATCH 0/5] log code update
Cyrill Gorcunov
- [CRIU] [PATCH 0/5] log code update
Cyrill Gorcunov
- [CRIU] [PATCH 00/23] Prepare multiarch support - upd1
Alexander Kartashov
- [CRIU] [PATCH 01/23] cr: don't compile the suite for an unsupported architecture
Alexander Kartashov
- [CRIU] [PATCH 02/23] multiarch: removed target architecture checks from the following files:
Alexander Kartashov
- [CRIU] [PATCH 03/23] parasite-syscall.c: introduced the macro ARCH_SI_TRAP
Alexander Kartashov
- [CRIU] [PATCH 04/23] parasite-syscall.c: introduced the macros REG_RES and REG_IP
Alexander Kartashov
- [CRIU] [PATCH 05/23] include/restorer.h: use the alias UserRegsEntry for UserX86RegsEntry
Alexander Kartashov
- [CRIU] [PATCH 06/23] restorer: introduced the macro RT_SIGFRAME_UC to access the user context of a sigframe
Alexander Kartashov
- [CRIU] [PATCH 07/23] restorer: introduced the macro SIGFRAME_OFFSET
Alexander Kartashov
- [CRIU] [PATCH 08/23] cr-dump.c: introduced the macro CORE_ENTRY__MARCH to represent the target architecture
Alexander Kartashov
- [CRIU] [PATCH 09/23] cr-dump.c: introduced the macro CORE_THREAD_INFO to access the machine-specific part of CoreEntry
Alexander Kartashov
- [CRIU] [PATCH 10/23] cr-dump.c: introduced the macro TI_SP to access the stack pointer resgister in a machine-independent way
Alexander Kartashov
- [CRIU] [PATCH 11/23] cr-restore.c: use the alias CORE_ENTRY__MARCH for CORE_ENTRY__MARCH__X86_64
Alexander Kartashov
- [CRIU] [PATCH 12/23] cr-restore.c: use TASK_SIZE instead of TASK_SIZE_MAX
Alexander Kartashov
- [CRIU] [PATCH 13/23] cr-restore.c: use the macro CORE_THREAD_INFO to access the machine-specific part of the struct CoreEntry
Alexander Kartashov
- [CRIU] [PATCH 14/23] cr: introduced the macro P() to convert an integer to unsigned long
Alexander Kartashov
- [CRIU] [PATCH 15/23] cr: use unsigned long type for integers representing a virtual address
Alexander Kartashov
- [CRIU] [PATCH 16/23] cr: generalized format strings
Alexander Kartashov
- [CRIU] [PATCH 17/23] print_hex_l: don't print more than 8 hex digits on non x86_64 architectures
Alexander Kartashov
- [CRIU] [PATCH 18/23] zdtm: added target architecture checks into FPU tests
Alexander Kartashov
- [CRIU] [PATCH 19/23] zdtm: use architecture-specific atomic operations
Alexander Kartashov
- [CRIU] [PATCH 20/23] ptrace.c: don't seize the task that doesn't run in the userspace
Alexander Kartashov
- [CRIU] [PATCH 21/23] restorer: wrapped the syscall sys_setrlimit
Alexander Kartashov
- [CRIU] [PATCH 22/23] image.h: moved the macro AT_VECTOR_SIZE to the file asm/types.h
Alexander Kartashov
- [CRIU] [PATCH 23/23] parasite-syscall.c: moved the function mmap_seized() to the file arch/x86/crtools.c
Alexander Kartashov
- [CRIU] [PATCH 00/23] Prepare multiarch support - upd1
Alexander Kartashov
- [CRIU] [PATCH 00/23] Prepare multiarch support - upd1
Alexander Kartashov
- [CRIU] [PATCH 01/23] cr: don't compile the suite for an unsupported architecture
Alexander Kartashov
- [CRIU] [PATCH 02/23] multiarch: removed target architecture checks from the following files:
Alexander Kartashov
- [CRIU] [PATCH 03/23] parasite-syscall.c: introduced the macro ARCH_SI_TRAP
Alexander Kartashov
- [CRIU] [PATCH 04/23] parasite-syscall.c: introduced the macros REG_RES and REG_IP
Alexander Kartashov
- [CRIU] [PATCH 05/23] include/restorer.h: use the alias UserRegsEntry for UserX86RegsEntry
Alexander Kartashov
- [CRIU] [PATCH 06/23] restorer: introduced the macro RT_SIGFRAME_UC to access the user context of a sigframe
Alexander Kartashov
- [CRIU] [PATCH 07/23] restorer: introduced the macro SIGFRAME_OFFSET
Alexander Kartashov
- [CRIU] [PATCH 08/23] cr-dump.c: introduced the macro CORE_ENTRY__MARCH to represent the target architecture
Alexander Kartashov
- [CRIU] [PATCH 09/23] cr-dump.c: introduced the macro CORE_THREAD_INFO to access the machine-specific part of CoreEntry
Alexander Kartashov
- [CRIU] [PATCH 10/23] cr-dump.c: introduced the macro TI_SP to access the stack pointer resgister in a machine-independent way
Alexander Kartashov
- [CRIU] [PATCH 11/23] cr-restore.c: use the alias CORE_ENTRY__MARCH for CORE_ENTRY__MARCH__X86_64
Alexander Kartashov
- [CRIU] [PATCH 12/23] cr-restore.c: use TASK_SIZE instead of TASK_SIZE_MAX
Alexander Kartashov
- [CRIU] [PATCH 13/23] cr-restore.c: use the macro CORE_THREAD_INFO to access the machine-specific part of the struct CoreEntry
Alexander Kartashov
- [CRIU] [PATCH 14/23] cr: introduced the macro P() to convert an integer to unsigned long
Alexander Kartashov
- [CRIU] [PATCH 15/23] cr: use unsigned long type for integers representing a virtual address
Alexander Kartashov
- [CRIU] [PATCH 16/23] cr: generalized format strings
Alexander Kartashov
- [CRIU] [PATCH 17/23] print_hex_l: don't print more than 8 hex digits on non x86_64 architectures
Alexander Kartashov
- [CRIU] [PATCH 18/23] zdtm: added target architecture checks into FPU tests
Alexander Kartashov
- [CRIU] [PATCH 19/23] zdtm: use architecture-specific atomic operations
Alexander Kartashov
- [CRIU] [PATCH 20/23] ptrace.c: don't seize the task that doesn't run in the userspace
Alexander Kartashov
- [CRIU] [PATCH 21/23] restorer: wrapped the syscall sys_setrlimit
Alexander Kartashov
- [CRIU] [PATCH 22/23] image.h: moved the macro AT_VECTOR_SIZE to the file asm/types.h
Alexander Kartashov
- [CRIU] [PATCH 23/23] parasite-syscall.c: moved the function mmap_seized() to the file arch/x86/crtools.c
Alexander Kartashov
- [CRIU] CRIU support for ARM
Alexander Kartashov
- [CRIU] [PATCH 1/3] protobuf: replace the constant 4294967295 with 0xFFFFFFFF in generated sources
Alexander Kartashov
- [CRIU] [PATCH 2/3] core.proto: added ARM-specific parts to a Core message
Alexander Kartashov
- [CRIU] [PATCH 3/3] ARM: added ARM-specific files modelled after arch/x86
Alexander Kartashov
- [CRIU] [PATCH 03/18] fsnotify: Extend protobuf format to keep notification type and specific parameters
Pavel Emelyanov
- [CRIU] [PATCH 04/18] fsnotify: inotify -- Add dumping of optional fields
Pavel Emelyanov
- [CRIU] [PATCH 03/18] fsnotify: Extend protobuf format to keep notification type and specific parameters
Cyrill Gorcunov
- [CRIU] [PATCH 04/18] fsnotify: inotify -- Add dumping of optional fields
Cyrill Gorcunov
- [CRIU] [PATCH 08/18] fsnotify: Add try_open_handle helper
Pavel Emelyanov
- [CRIU] [PATCH 08/18] fsnotify: Add try_open_handle helper
Cyrill Gorcunov
- [CRIU] [PATCH 15/18] dump: Add dumping of fanotify objects
Pavel Emelyanov
- [CRIU] [PATCH 14/18] proc_parse: Add parsing of fanotify entries
Pavel Emelyanov
- [CRIU] [PATCH 17/18] fsnotify: Don't foget to put ref of remap object on error path
Pavel Emelyanov
- [CRIU] [PATCH 08/18] fsnotify: Add try_open_handle helper
Pavel Emelyanov
- [CRIU] [PATCH 1/3] protobuf: replace the constant 4294967295 with 0xFFFFFFFF in generated sources
Pavel Emelyanov
- [CRIU] [PATCH 08/18] fsnotify: Add try_open_handle helper
Cyrill Gorcunov
- [CRIU] [PATCH 02/23] multiarch: removed target architecture checks from the following files:
Pavel Emelyanov
- [CRIU] [PATCH 15/18] dump: Add dumping of fanotify objects
Cyrill Gorcunov
- [CRIU] [PATCH 14/18] proc_parse: Add parsing of fanotify entries
Cyrill Gorcunov
- [CRIU] [PATCH 17/18] fsnotify: Don't foget to put ref of remap object on error path
Cyrill Gorcunov
- [CRIU] [PATCH 14/18] proc_parse: Add parsing of fanotify entries
Pavel Emelyanov
- [CRIU] [PATCH 15/18] dump: Add dumping of fanotify objects
Pavel Emelyanov
- [CRIU] [PATCH 09/23] cr-dump.c: introduced the macro CORE_THREAD_INFO to access the machine-specific part of CoreEntry
Pavel Emelyanov
- [CRIU] [PATCH 15/18] dump: Add dumping of fanotify objects
Cyrill Gorcunov
- [CRIU] [PATCH 12/23] cr-restore.c: use TASK_SIZE instead of TASK_SIZE_MAX
Pavel Emelyanov
- [CRIU] [PATCH 17/23] print_hex_l: don't print more than 8 hex digits on non x86_64 architectures
Pavel Emelyanov
- [CRIU] [PATCH 18/23] zdtm: added target architecture checks into FPU tests
Pavel Emelyanov
- [CRIU] [PATCH 19/23] zdtm: use architecture-specific atomic operations
Pavel Emelyanov
- [CRIU] [PATCH 20/23] ptrace.c: don't seize the task that doesn't run in the userspace
Pavel Emelyanov
- [CRIU] [PATCH 21/23] restorer: wrapped the syscall sys_setrlimit
Pavel Emelyanov
- [CRIU] [PATCH 05/23] include/restorer.h: use the alias UserRegsEntry for UserX86RegsEntry
Pavel Emelyanov
- [CRIU] [PATCH 20/23] ptrace.c: don't seize the task that doesn't run in the userspace
Alexander Kartashov
- [CRIU] [PATCH 00/23] Prepare multiarch support - upd1
Pavel Emelyanov
- [CRIU] [PATCH 20/23] ptrace.c: don't seize the task that doesn't run in the userspace
Pavel Emelyanov
- [CRIU] [PATCH 0/5] log code update
Pavel Emelyanov
- [CRIU] [PATCH 20/23] ptrace.c: don't seize the task that doesn't run in the userspace
Alexander Kartashov
- [CRIU] [PATCH 21/23] restorer: wrapped the syscall sys_setrlimit
Alexander Kartashov
- [CRIU] [PATCH 12/23] cr-restore.c: use TASK_SIZE instead of TASK_SIZE_MAX
Andrey Vagin
- [CRIU] [PATCH 10/23] cr-dump.c: introduced the macro TI_SP to access the stack pointer resgister in a machine-independent way
Pavel Emelyanov
- [CRIU] [PATCH 18/23] zdtm: added target architecture checks into FPU tests
Andrey Vagin
- [CRIU] [PATCH 18/23] zdtm: added target architecture checks into FPU tests
Andrey Vagin
- [CRIU] [PATCH 12/23] cr-restore.c: use TASK_SIZE instead of TASK_SIZE_MAX
Alexander Kartashov
- [CRIU] [PATCH 20/23] ptrace.c: don't seize the task that doesn't run in the userspace
Pavel Emelyanov
- [CRIU] [PATCH 12/23] cr-restore.c: use TASK_SIZE instead of TASK_SIZE_MAX
Andrey Vagin
- [CRIU] [PATCH 21/23] restorer: wrapped the syscall sys_setrlimit
Pavel Emelyanov
- [CRIU] [PATCH 1/2] zdtm: check SO_REUSEADDR is restored
Andrey Vagin
- [CRIU] [PATCH 2/2] restore: don't desable tcp repair mode twice
Andrey Vagin
- [CRIU] [PATCH 1/3] protobuf: replace the constant 4294967295 with 0xFFFFFFFF in generated sources
Alexander Kartashov
- [CRIU] [PATCH 14/23] cr: introduced the macro P() to convert an integer to unsigned long
Pavel Emelyanov
- [CRIU] [PATCH 20/23] ptrace.c: don't seize the task that doesn't run in the userspace
Alexander Kartashov
- [CRIU] [PATCH 20/23] ptrace.c: don't seize the task that doesn't run in the userspace
Pavel Emelyanov
- [CRIU] [PATCH 14/23] cr: introduced the macro P() to convert an integer to unsigned long
Alexander Kartashov
- [CRIU] [PATCH 14/23] cr: introduced the macro P() to convert an integer to unsigned long
Pavel Emelyanov
- [CRIU] [PATCH 05/23] include/restorer.h: use the alias UserRegsEntry for UserX86RegsEntry
Alexander Kartashov
- [CRIU] [PATCH 05/23] include/restorer.h: use the alias UserRegsEntry for UserX86RegsEntry
Pavel Emelyanov
- [CRIU] [PATCH 1/5] zdtm.sh: fix absolute path to crtools
Pavel Emelyanov
- [CRIU] [PATCH 05/23] include/restorer.h: use the alias UserRegsEntry for UserX86RegsEntry
Alexander Kartashov
- [CRIU] [PATCH 14/23] cr: introduced the macro P() to convert an integer to unsigned long
Alexander Kartashov
- [CRIU] [PATCH 10/23] cr-dump.c: introduced the macro TI_SP to access the stack pointer resgister in a machine-independent way
Alexander Kartashov
- [CRIU] [PATCH 10/23] cr-dump.c: introduced the macro TI_SP to access the stack pointer resgister in a machine-independent way
Alexander Kartashov
- [CRIU] [PATCH 10/23] cr-dump.c: introduced the macro TI_SP to access the stack pointer resgister in a machine-independent way
Alexander Kartashov
- [CRIU] [PATCH 1/2] zdtm: check SO_REUSEADDR is restored
Andrew Vagin
- [CRIU] [PATCH 10/23] cr-dump.c: introduced the macro TI_SP to access the stack pointer resgister in a machine-independent way
Pavel Emelyanov
- [CRIU] [PATCH 14/23] cr: introduced the macro P() to convert an integer to unsigned long
Pavel Emelyanov
- [CRIU] [PATCH 18/23] zdtm: added target architecture checks into FPU tests
Pavel Emelyanov
- [CRIU] [PATCH 2/2] restore: don't desable tcp repair mode twice
Pavel Emelyanov
- [CRIU] [PATCH 1/2] zdtm: check SO_REUSEADDR is restored
Pavel Emelyanov
- [CRIU] [PATCH 00/22] fanotify c/r, v4
Cyrill Gorcunov
- [CRIU] [PATCH 01/22] fsnotify: Rename inotify files to fsnotify
Cyrill Gorcunov
- [CRIU] [PATCH 02/22] syscall: Add __NR_fanotify_init and __NR_fanotify_mark
Cyrill Gorcunov
- [CRIU] [PATCH 03/22] mount: Add lookup_mnt_id and lookup_mnt_sdev helpers
Cyrill Gorcunov
- [CRIU] [PATCH 04/22] fsnotify: Add is_fanotify_link helper
Cyrill Gorcunov
- [CRIU] [PATCH 05/22] protobuf: fsnotify -- Add fanotify entries
Cyrill Gorcunov
- [CRIU] [PATCH 06/22] image: fanotify -- Add scaffold code for fanotify objects
Cyrill Gorcunov
- [CRIU] [PATCH 07/22] fanotify: Introduce get_mark_path helper
Cyrill Gorcunov
- [CRIU] [PATCH 08/22] fsnotify: Move debug printing into get_mark_path
Cyrill Gorcunov
- [CRIU] [PATCH 09/22] fsnotify: Rename inotify_wd_info structure to fsnotify_mark_info
Cyrill Gorcunov
- [CRIU] [PATCH 10/22] fsnotify: Extend fsnotify_mark_info to carry fanotify marks
Cyrill Gorcunov
- [CRIU] [PATCH 11/22] fsnotify: Rename inotify_file_info to fsnotify_file_info
Cyrill Gorcunov
- [CRIU] [PATCH 12/22] fsnotify: Extend fsnotify_file_info to carry fanotify file entries
Cyrill Gorcunov
- [CRIU] [PATCH 13/22] fsnotify: Rename desc_ops to inotify_desc_ops
Cyrill Gorcunov
- [CRIU] [PATCH 14/22] fsnotify: Rename collect_one_ify to collect_one_inotify
Cyrill Gorcunov
- [CRIU] [PATCH 15/22] fsnotify: Rename collect_mark to collect_inotify_mark
Cyrill Gorcunov
- [CRIU] [PATCH 16/22] fsnotify: Rename info_head to inotify_info_head
Cyrill Gorcunov
- [CRIU] [PATCH 17/22] fsnotify: fanotify -- Add collecting of fanotify objects
Cyrill Gorcunov
- [CRIU] [PATCH 18/22] fsnotify: Add restore for fanotify
Cyrill Gorcunov
- [CRIU] [PATCH 19/22] dump: Collect mount information on dump
Cyrill Gorcunov
- [CRIU] [PATCH 20/22] proc-parse: Add parsing of fanotify objects
Cyrill Gorcunov
- [CRIU] [PATCH 21/22] fsnotify: Add dumping of fanotify objects
Cyrill Gorcunov
- [CRIU] [PATCH 22/22] zdtm: Add fanotify00 test
Cyrill Gorcunov
- [CRIU] [PATCH 0/3] signalfd: a kernel interface for dumping/restoring pending signals (v3)
Andrey Vagin
- [CRIU] [PATCH 1/3] signal: allow to send any siginfo to itself
Andrey Vagin
- [CRIU] [PATCH 2/3] signalfd: add ability to return siginfo in a raw format (v2)
Andrey Vagin
- [CRIU] [PATCH 3/3] signalfd: add ability to read siginfo-s without dequeuing signals (v4)
Andrey Vagin
- [CRIU] [PATCH] zdtm.sh: exit with zero in case of success
Andrey Vagin
- [CRIU] [PATCH] zdtm.sh: exit with zero in case of success
Pavel Emelyanov
- [CRIU] [PATCH 05/22] protobuf: fsnotify -- Add fanotify entries
Pavel Emelyanov
- [CRIU] [PATCH 05/22] protobuf: fsnotify -- Add fanotify entries
Cyrill Gorcunov
- [CRIU] [PATCH 05/22] protobuf: fsnotify -- Add fanotify entries
Pavel Emelyanov
- [CRIU] [PATCH 05/22] protobuf: fsnotify -- Add fanotify entries
Cyrill Gorcunov
- [CRIU] [PATCH 1/3] restore: close_old_fds after restoring namespaces
Andrey Vagin
- [CRIU] [PATCH 2/3] util: check that stdin are unused before closing
Andrey Vagin
- [CRIU] [PATCH 3/3] net: a file descriptor can be zero
Andrey Vagin
- [CRIU] [PATCH 3/3] net: a file descriptor can be zero
Pavel Emelyanov
- [CRIU] [PATCH] zdtm: fanotify00 -- Use exit instead of fail until test_daemon call
Cyrill Gorcunov
- [CRIU] [PATCH] zdtm: fanotify00 -- Use exit instead of fail until test_daemon call
Pavel Emelyanov
- [PATCH] fsnotify: fanotify -- Group objects in image
Cyrill Gorcunov
- [CRIU] [PATCH 05/22] protobuf: fsnotify -- Add fanotify entries
Cyrill Gorcunov
- [CRIU] [PATCH 21/23] restorer: wrapped the syscall sys_setrlimit
Alexander Kartashov
- [CRIU] [PATCH 21/23] restorer: wrapped the syscall sys_setrlimit
Pavel Emelyanov
- [CRIU] [PATCH 21/23] restorer: wrapped the syscall sys_setrlimit
Alexander Kartashov
- [CRIU] [PATCH 21/23] restorer: wrapped the syscall sys_setrlimit
Pavel Emelyanov
- [CRIU] [PATCH 05/22] protobuf: fsnotify -- Add fanotify entries
Pavel Emelyanov
- [CRIU] [PATCH 0/7] A few updates and bugfixes for fsnotify
Cyrill Gorcunov
- [CRIU] [PATCH 1/7] fsnotify: Drop parasite trailing \Space
Cyrill Gorcunov
- [CRIU] [PATCH 2/7] proc-parse: Add alloc_fhandle/free_fhandle helpers
Cyrill Gorcunov
- [CRIU] [PATCH 3/7] fsnotify: Rename collect_one_wd to collect_one_inotify_mark
Cyrill Gorcunov
- [CRIU] [PATCH 4/7] fsnotify: inotify -- Don't forget to init fields of fsnotify_mark_info
Cyrill Gorcunov
- [CRIU] [PATCH 5/7] fsnotify: fanotify -- Fix object read procedure
Cyrill Gorcunov
- [CRIU] [PATCH 6/7] fsnotify: fanotify -- Take into accout global flag assigned to fanotify object
Cyrill Gorcunov
- [CRIU] [PATCH 7/7] zdtm: fanotify00 -- Make test to check all flags we c/r
Cyrill Gorcunov
- [CRIU] [PATCH 0/9] Prepare multiarch support - upd2
Alexander Kartashov
- [CRIU] [PATCH 1/9] include/restorer.h: use the alias UserRegsEntry for UserX86RegsEntry
Alexander Kartashov
- [CRIU] [PATCH 2/9] x86: fixed the value of the macro TASK_SIZE to match the kernel one
Alexander Kartashov
- [CRIU] [PATCH 3/9] cr: introduced the macro P() to convert an integer to unsigned long
Alexander Kartashov
- [CRIU] [PATCH 4/9] cr: generalized format strings
Alexander Kartashov
- [CRIU] [PATCH 5/9] print_hex_l: specify the size of the argument explicitly
Alexander Kartashov
- [CRIU] [PATCH 6/9] zdtm: use architecture-specific atomic operations
Alexander Kartashov
- [CRIU] [PATCH 7/9] parasite-syscall.c: don't infect a VMA above TASK_SIZE
Alexander Kartashov
- [CRIU] [PATCH 8/9] restorer: introduced the struct krlimit
Alexander Kartashov
- [CRIU] [PATCH 9/9] protobuf: replace the constant 4294967295 with 0xFFFFFFFF in generated sources
Alexander Kartashov
- [CRIU] [PATCH 3/9] cr: introduced the macro P() to convert an integer to unsigned long
Stanislav Kinsbursky
- [CRIU] [PATCH 3/9] cr: introduced the macro P() to convert an integer to unsigned long
Alexander Kartashov
- [CRIU] [PATCH 14/23] cr: introduced the macro P() to convert an integer to unsigned long
Alexander Kartashov
- [CRIU] [PATCH] cr: introduced the macro P() to convert an integer to unsigned long
Alexander Kartashov
- [CRIU] [PATCH] cr: generalized format strings
Alexander Kartashov
- [CRIU] [PATCH 3/9] cr: introduced the macro P() to convert an integer to unsigned long
Andrew Vagin
- [CRIU] [PATCH 3/9] cr: introduced the macro P() to convert an integer to unsigned long
Alexander Kartashov
- [CRIU] [PATCH 6/9] zdtm: use architecture-specific atomic operations
Andrew Vagin
- [CRIU] [PATCH 6/9] zdtm: use architecture-specific atomic operations
Alexander Kartashov
- [CRIU] [PATCH 9/9] protobuf: replace the constant 4294967295 with 0xFFFFFFFF in generated sources
Andrew Vagin
- [CRIU] [PATCH 9/9] protobuf: replace the constant 4294967295 with 0xFFFFFFFF in generated sources
Alexander Kartashov
- [CRIU] [PATCH 9/9] protobuf: replace the constant 4294967295 with 0xFFFFFFFF in generated sources
Andrew Vagin
- [CRIU] [PATCH 0/7] A few updates and bugfixes for fsnotify
Pavel Emelyanov
- [CRIU] [PATCH 0/7] A few updates and bugfixes for fsnotify
Cyrill Gorcunov
- [CRIU] [PATCH] crtools: don't prevent to dump memory mappings on /dev/zero
Andrey Vagin
- [CRIU] [PATCH 9/9] protobuf: replace the constant 4294967295 with 0xFFFFFFFF in generated sources
Alexander Kartashov
- [CRIU] [PATCH 1/9] include/restorer.h: use the alias UserRegsEntry for UserX86RegsEntry
Pavel Emelyanov
- [CRIU] [PATCH 2/9] x86: fixed the value of the macro TASK_SIZE to match the kernel one
Pavel Emelyanov
- [CRIU] [PATCH 7/9] parasite-syscall.c: don't infect a VMA above TASK_SIZE
Pavel Emelyanov
- [CRIU] [PATCH 8/9] restorer: introduced the struct krlimit
Pavel Emelyanov
- [CRIU] [PATCH] cr: generalized format strings
Pavel Emelyanov
- [CRIU] [PATCH 7/9] parasite-syscall.c: don't infect a VMA above TASK_SIZE
Alexander Kartashov
- [CRIU] [PATCH] cr: introduced the macro P() to convert an integer to unsigned long
Pavel Emelyanov
- [CRIU] [PATCH 7/9] parasite-syscall.c: don't infect a VMA above TASK_SIZE
Pavel Emelyanov
- [CRIU] [PATCH 7/9] parasite-syscall.c: don't infect a VMA above TASK_SIZE
Alexander Kartashov
- [CRIU] [PATCH] crtools: don't prevent to dump memory mappings on /dev/zero
Pavel Emelyanov
- [CRIU] [PATCH 5/9] print_hex_l: specify the size of the argument explicitly
Pavel Emelyanov
- [CRIU] [PATCH 9/9] protobuf: replace the constant 4294967295 with 0xFFFFFFFF in generated sources
Pavel Emelyanov
- [CRIU] [PATCH 0/3] signalfd: a kernel interface for dumping/restoring pending signals (v3)
Oleg Nesterov
- [CRIU] [PATCH 5/9] print_hex_l: specify the size of the argument explicitly
Alexander Kartashov
- [CRIU] [PATCH 5/9] print_hex_l: specify the size of the argument explicitly
Pavel Emelyanov
- [CRIU] [PATCH] crtools: don't prevent to dump memory mappings on /dev/zero
Andrew Vagin
- [CRIU] [PATCH 2/3] signalfd: add ability to return siginfo in a raw format (v2)
Andrew Morton
- [CRIU] [PATCH 6/9] zdtm: use architecture-specific atomic operations
Andrey Wagin
- [CRIU] [PATCH 0/2] protobuf: Unweave x86 code out of core.proto
Cyrill Gorcunov
- [CRIU] [PATCH 1/2] protobuf: Move x86 dependent code to protobuf/arch/x86 directory
Cyrill Gorcunov
- [CRIU] [PATCH 2/2] protobuf: x86 -- Use thread-info.proto
Cyrill Gorcunov
- [CRIU] [PATCH 5/9] print_hex_l: specify the size of the argument explicitly
Alexander Kartashov
- [CRIU] [PATCH] cr: introduced the macro P() to convert an integer to unsigned long
Alexander Kartashov
- [CRIU] [PATCH 00/11] Add support for flock&posix file locks' dump/restore
Qiang Huang
- [CRIU] [PATCH 01/11] crtools: Add --file-locks option
Qiang Huang
- [CRIU] [PATCH 02/11] protobuf: add a new description for saving file-lock
Qiang Huang
- [CRIU] [PATCH 03/11] crtools: add a callback to show filelocks-%d.img
Qiang Huang
- [CRIU] [PATCH 04/11] crtools: add image contents for filelocks
Qiang Huang
- [CRIU] [PATCH 05/11] pstree: add a function to check if a task is in pstree
Qiang Huang
- [CRIU] [PATCH 06/11] crtools: collect and check file locks
Qiang Huang
- [CRIU] [PATCH 07/11] crtools: dump flock&posix file locks
Qiang Huang
- [CRIU] [PATCH 08/11] crtools: restore flock&posix file locks
Qiang Huang
- [CRIU] [PATCH 09/11] doc: update the manpage document for file lock c/r
Qiang Huang
- [CRIU] [PATCH 10/11] zdtm: add posix file lock's test case
Qiang Huang
- [CRIU] [PATCH 11/11] zdtm: add flock file lock's test case
Qiang Huang
- [CRIU] [PATCH 0/2] IPC: add objects creadentials restore
Kinsbursky Stanislav
- [CRIU] [PATCH 1/2] ipc: do some renaming to make the code looks more pleasant
Kinsbursky Stanislav
- [CRIU] [PATCH 2/2] ipc: restore IPC objects credentials
Kinsbursky Stanislav
- [CRIU] [PATCH] cr: introduced the macro P() to convert an integer to unsigned long
Pavel Emelyanov
- [CRIU] [PATCH 5/9] print_hex_l: specify the size of the argument explicitly
Pavel Emelyanov
- [CRIU] [PATCH] cr: introduced the macro P() to convert an integer to unsigned long
Cyrill Gorcunov
- [CRIU] [PATCH] cr: introduced the macro P() to convert an integer to unsigned long
Cyrill Gorcunov
- [CRIU] [PATCH] cr: introduced the macro P() to convert an integer to unsigned long
Alexander Kartashov
- [CRIU] [PATCH] crtools: don't prevent to dump memory mappings on /dev/zero (v2)
Andrey Vagin
- [CRIU] [PATCH 00/11] Add support for flock&posix file locks' dump/restore
Pavel Emelyanov
- [CRIU] [PATCH] crtools: don't prevent to dump memory mappings on /dev/zero (v2)
Pavel Emelyanov
- [CRIU] [KERNEL update] signalfd finally merged
Cyrill Gorcunov
- [CRIU] [KERNEL update] signalfd finally merged
Cyrill Gorcunov
- [CRIU] [PATCH 0/2] IPC: add objects creadentials restore
Pavel Emelyanov
- [CRIU] [PATCH 00/14] Dump/restore of pending signals (v4)
Andrey Vagin
- [CRIU] [PATCH 01/14] zdtm: add a test case for pending signals
Andrey Vagin
- [CRIU] [PATCH 02/14] zdtm: check private pending signals
Andrey Vagin
- [CRIU] [PATCH 03/14] syscall: add sigqueueinfo, signalfd and pread
Andrey Vagin
- [CRIU] [PATCH 04/14] signalfd: define SFD_RAW, SFD_{SHARED, PER_THREAD}_QUEUE_OFFSET
Andrey Vagin
- [CRIU] [PATCH 05/14] protobuf: add a new description for saving siginfo-s
Andrey Vagin
- [CRIU] [PATCH 06/14] crtools: add a callback to show signal=*.img
Andrey Vagin
- [CRIU] [PATCH 07/14] crtools: add image contants for pending signals (v2)
Andrey Vagin
- [CRIU] [PATCH 08/14] crtools: dump pending signals (v2)
Andrey Vagin
- [CRIU] [PATCH 09/14] crtools: restore pending signals (v2)
Andrey Vagin
- [CRIU] [PATCH 10/14] check: check that signalfd with SFD_RAW and sigqueueinfo with positive si_code
Andrey Vagin
- [CRIU] [PATCH 11/14] cr-restore: read core before forking
Andrey Vagin
- [CRIU] [PATCH 12/14] restore: set up a handler for collecting signals from zombies
Andrey Vagin
- [CRIU] [PATCH 13/14] restore: collect signals from zombies
Andrey Vagin
- [CRIU] [PATCH 14/14] zdtm.sh: add static/sigpending in the default set
Andrey Vagin
- [CRIU] [PATCH] fsnotify: Don't fail on old versions where no inotify/fanotify image present
Cyrill Gorcunov
- [CRIU] [PATCH] fsnotify: Don't fail on old versions where no inotify/fanotify image present
Cyrill Gorcunov
- [CRIU] [PATCH] fsnotify: Don't fail on old versions where no inotify/fanotify image present
Pavel Emelyanov
- [CRIU] [PATCH 2/3] signalfd: add ability to return siginfo in a raw format (v2)
Andrew Vagin
- [CRIU] [PATCH 00/11] Add support for flock&posix file locks' dump/restore
Qiang Huang
- [CRIU] [PATCH 00/11] Add support for flock&posix file locks' dump/restore
Gu Zheng
- [CRIU] [PATCH 0/8] Prepare multiarch support - upd3
Alexander Kartashov
- [CRIU] [PATCH 1/8] file-lock.c: generalized format strings
Alexander Kartashov
- [CRIU] [PATCH 2/8] cr: use the length modifier %z to print an integer of the type size_t
Alexander Kartashov
- [CRIU] [PATCH 3/8] cr: introduced the macro BITS_PER_ULONG
Alexander Kartashov
- [CRIU] [PATCH 4/8] print_hex_l: don't print more than 8 hex digits on a 32-bit machine
Alexander Kartashov
- [CRIU] [PATCH 5/8] parasite-syscall.c: don't infect a VMA above TASK_SIZE
Alexander Kartashov
- [CRIU] [PATCH 6/8] cr: use uint64_t to represent a virtual address
Alexander Kartashov
- [CRIU] [PATCH 7/8] cr: introduced the functions decode_pointer() and encode_pointer()
Alexander Kartashov
- [CRIU] [PATCH 8/8] protobuf: cast the result of the macro pb_repeated_size to size_t
Alexander Kartashov
- [CRIU] [PATCH 0/8] Prepare multiarch support - upd3
Pavel Emelyanov
- [CRIU] [PATCH 12/14] restore: set up a handler for collecting signals from zombies
Pavel Emelyanov
- [CRIU] [PATCH 03/14] syscall: add sigqueueinfo, signalfd and pread
Pavel Emelyanov
- [CRIU] [PATCH 11/14] cr-restore: read core before forking
Andrew Vagin
- [CRIU] [PATCH 13/14] restore: collect signals from zombies (v2)
Andrey Vagin
- [CRIU] [PATCH 12/14] restore: set up a handler for collecting signals from zombies
Andrew Vagin
- [CRIU] [PATCH 12/14] restore: set up a handler for collecting signals from zombies
Pavel Emelyanov
- [CRIU] [PATCH 13/14] restore: collect signals from zombies (v2)
Pavel Emelyanov
- [CRIU] [PATCH 1/5] zdtm: don't hardcode file names
Andrey Vagin
- [CRIU] [PATCH 2/5] zdtm: add ablitiy to execute cleanout per test
Andrey Vagin
- [CRIU] [PATCH 3/5] zdtm.sh: exec cleanout per test
Andrey Vagin
- [CRIU] [PATCH 4/5] tty: require stdin to be a terminal only if shell_job is set
Andrey Vagin
- [CRIU] [PATCH 5/5] test: add ability to execute tests in parallel
Andrey Vagin
- [CRIU] [PATCH 4/5] tty: require stdin to be a terminal only if shell_job is set
Cyrill Gorcunov
- [CRIU] [PATCH 12/14] restore: set up a handler for collecting signals from zombies
Andrew Vagin
- [CRIU] [PATCH 12/14] restore: set up a handler for collecting signals from zombies
Andrew Vagin
- [CRIU] [PATCH 12/14] restore: set up a handler for collecting signals from zombies
Andrew Vagin
- [CRIU] [PATCH 13/14] restore: collect signals from zombies (v2)
Andrew Vagin
- [CRIU] [PATCH 1/6] cr-dump: move parasite_drain_fds_seized out of dump_task_files
Andrey Vagin
- [CRIU] [PATCH 2/6] cr-dump: fix dumping file locks in a mount namespace
Andrey Vagin
- [CRIU] [PATCH 3/6] zdtm: move file_locks test-cases to the common list
Andrey Vagin
- [CRIU] [PATCH 4/6] app-emu/lxc: dump/restore file locks
Andrey Vagin
- [CRIU] [PATCH 5/6] zdtm: get a test file name from arguments
Andrey Vagin
- [CRIU] [PATCH 6/6] crtools: fix the name of --file-locks in the help message
Andrey Vagin
- [CRIU] [PATCH 2/3] signalfd: add ability to return siginfo in a raw format (v2)
Michael Kerrisk (man-pages)
- [CRIU] [PATCH 2/3] signalfd: add ability to return siginfo in a raw format (v2)
Andrey Wagin
- [CRIU] [PATCH] cr-dump: call stat for /proc/pid/fd/X directly
Andrey Vagin
- [CRIU] [PATCH 2/3] signalfd: add ability to return siginfo in a raw format (v2)
Michael Kerrisk (man-pages)
- [CRIU] CRIU and QEMU/KVM
Andres Toomsalu
- [CRIU] CRIU and QEMU/KVM
Andres Toomsalu
- [CRIU] [PATCH 2/3] signalfd: add ability to return siginfo in a raw format (v2)
Andrew Vagin
- [CRIU] [PATCH 2/3] signalfd: add ability to return siginfo in a raw format (v2)
Michael Kerrisk (man-pages)
- [CRIU] [PATCH 2/3] signalfd: add ability to return siginfo in a raw format (v2)
Oleg Nesterov
- [CRIU] [PATCH 2/3] signalfd: add ability to return siginfo in a raw format (v2)
Michael Kerrisk (man-pages)
- [CRIU] CRIU vs DMTCP
Andres Toomsalu
- [CRIU] CRIU vs DMTCP
Andrew Vagin
- [CRIU] CRIU and QEMU/KVM
Pavel Emelyanov
- [CRIU] CRIU and QEMU/KVM
Andres Toomsalu
- [CRIU] CRIU and QEMU/KVM
Pavel Emelyanov
- [CRIU] CRIU and QEMU/KVM
Andres Toomsalu
- [CRIU] CRIU and QEMU/KVM
Pavel Emelyanov
- [CRIU] [PATCH] zdtm: sched_prio -- Add missing headers
Cyrill Gorcunov
- [CRIU] [PATCH] zdtm: sched_prio -- Add missing headers
Pavel Emelyanov
- [CRIU] [PATCH] cr-dump: call stat for /proc/pid/fd/X directly
Pavel Emelyanov
- [CRIU] [PATCH 3/6] zdtm: move file_locks test-cases to the common list
Pavel Emelyanov
- [CRIU] [PATCH 4/6] app-emu/lxc: dump/restore file locks
Pavel Emelyanov
- [CRIU] [PATCH 1/5] zdtm: don't hardcode file names
Pavel Emelyanov
- [CRIU] [PATCH 5/6] zdtm: get a test file name from arguments
Pavel Emelyanov
- [CRIU] [PATCH 6/6] crtools: fix the name of --file-locks in the help message
Pavel Emelyanov
- [CRIU] [PATCH 2/3] signalfd: add ability to return siginfo in a raw format (v2)
Andrew Vagin
- [CRIU] [PATCH 0/2] protobuf: Unweave x86 code out of core.proto
Pavel Emelyanov
- [CRIU] [PATCH] protobuf: Move x86 core resources to core-x86.proto
Cyrill Gorcunov
- No subject
- No subject
- No subject
- No subject
- No subject
- [CRIU] [PATCH 2/3] signalfd: add ability to return siginfo in a raw format (v2)
Andrey Wagin
- [CRIU] CRIU support for ARM
Alexander Kartashov
- [CRIU] [PATCH 1/3] zdtm: moved lib/atomic.h to lib/arch/x86/include/asm/atomic.h
Alexander Kartashov
- [CRIU] [PATCH 2/3] core.proto: added ARM-specific parts to a Core message
Alexander Kartashov
- [CRIU] [PATCH 3/3] arm: added ARM-specific files modelled after arch/x86
Alexander Kartashov
- [CRIU] [PATCH 0/3] signalfd: a kernel interface for dumping pending signals
Andrey Vagin
- [CRIU] [PATCH 1/3] signal: add a helper for dequeuing signals from a specified queue
Andrey Vagin
- [CRIU] [PATCH 2/3] signalfd: add ability to choose a private or shared queue
Andrey Vagin
- [CRIU] [PATCH 3/3] signalfd: add ability to read siginfo-s without dequeuing signals
Andrey Vagin
- [CRIU] [PATCH] tcp: add ability to set a timestamp offset
Andrey Vagin
- [CRIU] [PATCH] tcp: add ability to set a timestamp offset
Pavel Emelyanov
- [CRIU] [PATCH 1/3] zdtm: moved lib/atomic.h to lib/arch/x86/include/asm/atomic.h
Pavel Emelyanov
- [CRIU] [PATCH] tcp: add ability to set a timestamp offset
Cyrill Gorcunov
- [CRIU] [PATCH] tcp: add ability to set a timestamp offset
Pavel Emelyanov
- [CRIU] [PATCH] tcp: add ability to set a timestamp offset
Cyrill Gorcunov
- [CRIU] [PATCH 4/5] tty: require stdin to be a terminal only if shell_job is set
Pavel Emelyanov
- [CRIU] [PATCH 5/5] test: add ability to execute tests in parallel
Pavel Emelyanov
- [CRIU] CRIU support for ARM
Pavel Emelyanov
- [CRIU] [PATCH 1/4] make: Split long lines
Cyrill Gorcunov
- [CRIU] [PATCH 2/4] make: Drop redundant DEBUG assignment
Cyrill Gorcunov
- [CRIU] [PATCH 3/4] make: Yield error on x86-32
Cyrill Gorcunov
- [CRIU] [PATCH 4/4] x86: Drop #ifdef CONFIG_X86_64 guard
Cyrill Gorcunov
- [CRIU] [PATCH net-next] tcp: add ability to set a timestamp offset
Andrey Vagin
- [CRIU] [PATCH net-next] tcp: add ability to set a timestamp offset
Rick Jones
- [CRIU] [PATCH net-next] tcp: add ability to set a timestamp offset
Neal Cardwell
- [CRIU] [PATCH net-next] tcp: add ability to set a timestamp offset
David Miller
- [CRIU] [PATCH 0/3] signalfd: a kernel interface for dumping pending signals
Michael Kerrisk (man-pages)
- [CRIU] [PATCH 0/3] signalfd: a kernel interface for dumping pending signals
Andrew Vagin
- [CRIU] [PATCH] [RFC] tcp: add ability to set a timestamp offset (v2)
Andrey Vagin
- [CRIU] [PATCH 0/3] signalfd: a kernel interface for dumping pending signals
Michael Kerrisk (man-pages)
- [CRIU] [PATCH] zdtm: autodetect the target machine
Alexander Kartashov
- [CRIU] [PATCH 0/3] signalfd: a kernel interface for dumping pending signals
Andrew Vagin
- [CRIU] [PATCH 4/4] x86: Drop #ifdef CONFIG_X86_64 guard
Pavel Emelyanov
- [CRIU] [PATCH] zdtm: autodetect the target machine
Pavel Emelyanov
- [CRIU] [PATCH] protobuf: Move x86 core resources to core-x86.proto
Pavel Emelyanov
- [CRIU] [PATCH] protobuf: Move x86 core resources to core-x86.proto
Cyrill Gorcunov
- [CRIU] [PATCH] protobuf: Move arch core resources to core-$(ARCH).proto
Cyrill Gorcunov
- [CRIU] [PATCH] zdtm: autodetect the target machine
Alexander Kartashov
- [CRIU] [PATCH] protobuf: Move arch core resources to core-$(ARCH).proto
Pavel Emelyanov
- [CRIU] [PATCH] zdtm: autodetect the target machine
Andrey Vagin
- [PATCH] make: Simplify ARCH retrieval
Cyrill Gorcunov
- [CRIU] [PATCH] make: Simplify ARCH retrieval
Cyrill Gorcunov
- [CRIU] [PATCH] [RFC] tcp: add ability to set a timestamp offset (v2)
Andrey Vagin
- [CRIU] [PATCH 1/2] tcp: make tcp_timestamp dependent on tcp_sock
Andrey Vagin
- [CRIU] [PATCH 2/2] tcp: add ability to set a timestamp offset (v2)
Andrey Vagin
- [CRIU] [PATCH] make: Simplify ARCH retrieval
Alexander Kartashov
- [CRIU] [PATCH] make: Simplify ARCH retrieval
Cyrill Gorcunov
- [CRIU] [PATCH 2/2] tcp: add ability to set a timestamp offset (v2)
Pavel Emelyanov
- [CRIU] [PATCH] zdtm: autodetect the target machine
Pavel Emelyanov
- [CRIU] [PATCH] make: Simplify ARCH retrieval
Alexander Kartashov
- [CRIU] [PATCH] make: Simplify ARCH retrieval
Alexander Kartashov
- [CRIU] [PATCH] make: Simplify ARCH retrieval
Cyrill Gorcunov
- [CRIU] [PATCH] make: Simplify ARCH retrieval
Cyrill Gorcunov
- [CRIU] [PATCH] [RFC] tcp: add ability to set a timestamp offset (v2)
Alexey Kuznetsov
- [CRIU] [PATCH 1/2] tcp: make tcp_timestamp dependent on tcp_sock
Eric Dumazet
- [CRIU] [PATCH 1/2] tcp: make tcp_timestamp dependent on tcp_sock
Christoph Paasch
- [CRIU] [PATCH 0/2] make: protobuf -- Gens protobuf deps and cleanup
Cyrill Gorcunov
- [CRIU] [PATCH 1/2] make: protobuf -- Generate protofiles deps
Cyrill Gorcunov
- [CRIU] [PATCH 2/2] make: protobuf -- Mangle integer constant on ARM only
Cyrill Gorcunov
- [CRIU] [PATCH] [RFC] tcp: add ability to set a timestamp offset (v2)
David Miller
- [CRIU] [PATCH 1/2] make: protobuf -- Generate protofiles deps
Cyrill Gorcunov
- [CRIU] [PATCH 0/3] make: protobuf update, v2
Cyrill Gorcunov
- [CRIU] [PATCH 1/3] make: protobuf -- Mangle integer constant on ARM only
Cyrill Gorcunov
- [CRIU] [PATCH 2/3] make: protobuf -- Generate protofiles deps
Cyrill Gorcunov
- [CRIU] [PATCH 3/3] make: protobuf -- Order .c files generation
Cyrill Gorcunov
- [CRIU] [PATCH] zdtm: autodetect the target machine v2
Alexander Kartashov
- [CRIU] [PATCH] zdtm: autodetect the target machine
Andrew Vagin
- [CRIU] [PATCH] zdtm: autodetect the target machine
Alexander Kartashov
- [CRIU] [PATCH] zdtm: autodetect the target machine
Andrew Vagin
- [CRIU] [PATCH] zdtm: autodetect the target machine
Alexander Kartashov
- [CRIU] [PATCH 1/2] tcp: make tcp_timestamp dependent on tcp_sock
Andrew Vagin
- [CRIU] [PATCH] zdtm: autodetect the target machine
Alexander Kartashov
- [CRIU] [PATCH] make: Simplify ARCH retrieval
Pavel Emelyanov
- [CRIU] [PATCH 0/3] make: protobuf update, v2
Pavel Emelyanov
- [CRIU] [PATCH] zdtm: autodetect the target machine v2
Andrey Vagin
- [CRIU] [KERNEL update] crtools-v3.8-rc4 is out
Cyrill Gorcunov
- [CRIU] [PATCH] zdtm: autodetect the target machine v2
Pavel Emelyanov
- [PATCH] make: protobuf -- Simplify sed'ing
Cyrill Gorcunov
- [CRIU] [PATCH] make: protobuf -- Simplify sed'ing
Cyrill Gorcunov
- [CRIU] [PATCH] make: protobuf -- Simplify sed'ing
Cyrill Gorcunov
- [CRIU] [PATCH] make: protobuf -- Simplify sed'ing
Cyrill Gorcunov
- [CRIU] [PATCH] docs: Put a \Backslash where needed
Cyrill Gorcunov
- [CRIU] [PATCH] make: protobuf -- Simplify sed'ing
Pavel Emelyanov
- [CRIU] [PATCH] docs: Put a \Backslash where needed
Pavel Emelyanov
- [CRIU] [PATCH 13/14] restore: collect signals from zombies (v2)
Pavel Emelyanov
- [CRIU] [PATCH] cr-restore: align the stack on 8-byte boundary
Alexander Kartashov
- [PATCH 10/11] make: protobuf -- Switch to new build scheme
Cyrill Gorcunov
- [CRIU] [PATCH 0/2] Make the test static/file_fown pass on ARM
Alexander Kartashov
- [CRIU] [PATCH 1/2] zdtm: introduced a local version of O_LARGEFILE
Alexander Kartashov
- [CRIU] [PATCH 2/2] static/file_fown: don't use the explicit value of the macro O_LARGEFILE
Alexander Kartashov
- [CRIU] [PATCH 0/2] Make the test static/file_fown pass on ARM
Alexander Kartashov
- [CRIU] [PATCH 0/2] Make the test static/file_fown pass on ARM
Cyrill Gorcunov
- [CRIU] [PATCH 1/2] zdtm: introduced a local version of O_LARGEFILE
Pavel Emelyanov
- [CRIU] [PATCH] cr-restore: align the stack on 8-byte boundary
Pavel Emelyanov
- [CRIU] [PATCH 0/2] Make the test static/file_fown pass on ARM
Pavel Emelyanov
- [CRIU] [PATCH 1/2] zdtm: introduced a local version of O_LARGEFILE
Alexander Kartashov
- [CRIU] [PATCH] atomic.h: make ARM version of atomic_set() return the previous value of the atomic variable
Alexander Kartashov
- [CRIU] [PATCH 1/2] atomic: atomic_set should return a previous value
Andrey Vagin
- [CRIU] [PATCH 2/2] lock: prevent unlocking an unlocked mutex
Andrey Vagin
- [CRIU] [PATCH] cr-restore: align the stack on 8-byte boundary
Cyrill Gorcunov
- [CRIU] [PATCH 1/2] sk-unix: dump/restore a file permissions
Andrey Vagin
- [CRIU] [PATCH 2/2] zdtm: check that file permissions are restored for unix sockets
Andrey Vagin
- [CRIU] [PATCH 0/2] Make the test static/file_fown pass on ARM
Alexander Kartashov
- [PATCH] arm: align the allocated memory unconditionally
Aleksandr Kartashov
- [CRIU] [PATCH 3/3] signalfd: add ability to read siginfo-s without dequeuing signals (v2)
Andrey Vagin
- [CRIU] [PATCH 1/2] zdtm: introduced a local version of O_LARGEFILE
Pavel Emelyanov
- [CRIU] [PATCH] atomic.h: make ARM version of atomic_set() return the previous value of the atomic variable
Pavel Emelyanov
- [CRIU] [PATCH 2/2] zdtm: check that file permissions are restored for unix sockets
Pavel Emelyanov
- [CRIU] [PATCH 1/2] zdtm: introduced a local version of O_LARGEFILE
Alexander Kartashov
- [CRIU] [PATCH 1/2] zdtm: introduced a local version of O_LARGEFILE
Pavel Emelyanov
- [CRIU] [PATCH 1/2] zdtm: introduced a local version of O_LARGEFILE
Cyrill Gorcunov
- [CRIU] [PATCH 1/2] zdtm: introduced a local version of O_LARGEFILE
Pavel Emelyanov
- [CRIU] [PATCH 1/2] zdtm: introduced a local version of O_LARGEFILE
Cyrill Gorcunov
- [CRIU] [PATCH 1/2] zdtm: introduced a local version of O_LARGEFILE
Pavel Emelyanov
- [CRIU] [PATCH 1/2] zdtm: introduced a local version of O_LARGEFILE
Cyrill Gorcunov
- [CRIU] Make the test transition/ipc pass on ARM
Alexander Kartashov
- [CRIU] Make the test transition/ipc pass on ARM
Cyrill Gorcunov
- [CRIU] Make the test transition/ipc pass on ARM
Alexander Kartashov
- [CRIU] Make the test transition/ipc pass on ARM
Cyrill Gorcunov
- [CRIU] [PATCH 1/2] zdtm: introduced a local version of O_LARGEFILE
Pavel Emelyanov
Last message date:
Thu Jan 31 19:22:13 EST 2013
Archived on: Tue Jun 11 12:21:19 EDT 2013
This archive was generated by
Pipermail 0.09 (Mailman edition).