Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-02cgroup-v2: Dump cgroup controllers of every threads in a processBui Quang Minh
2022-04-29rseq: fail dump if rseq is used but host doesn't support get_rseq_conf featureAlexander Mikhalitsyn
2021-09-03Run 'make indent' on all C filesAdrian Reber
2021-09-03posix-timers: fallback notify thread id encoding for non-pidns and non-nspidPavel Tikhomirov
2021-09-03timers: save tid from a task pid namespaceAndrei Vagin
2021-09-03criu: dump and restore notify_thread_id of posix timerLiu Chao
2021-09-03x86/compel/fault-inject: Add a fault-injection for corrupting extended regsetDmitry Safonov
2021-09-03x86: Use PTRACE_GET_THREAD_AREA instead of sys_get_thread_area()Dmitry Safonov
2020-10-20compel: allocate the GOT table to avoid memory corruptionNicolas Viennot
2020-10-20mips:criu: Enable mips in criuGuoyun Sun
2020-03-27criu: Remove compel.h includesDmitry Safonov
2020-02-04parasite-syscall: Log if can't cure on failed infectionDmitry Safonov
2018-10-30criu: parasite_prepare_threads: free memory on error pathMike Rapoport
2018-10-30criu: dump: get stack pointers of all threads earlyMike Rapoport
2018-10-30criu: dump: prepare parasite control for threads at infect timeMike Rapoport
2018-03-02compel/x86: Add workaround on ptrace() bug on SkylakeDmitry Safonov
2017-11-23build: Move generated config.h into include/common/Dmitry Safonov
2017-08-15compel: Save thread registers before executing parasite codeAlice Frosi
2017-05-10img: Move sigactions into corePavel Emelyanov
2017-05-10ia32: Rename has_compat_sigreturn => compat_crDmitry Safonov
2017-04-02criu/Makefile: rm criu/pie from -iquoteKir Kolyshkin
2017-03-15compel: split sanitize ptrace.hKir Kolyshkin
2017-03-15criu/compat: remove serialization of parasite's answersDmitry Safonov
2017-03-15criu/pie: drop second compat parasiteDmitry Safonov
2017-03-15compel: simplify usage wrt idsKir Kolyshkin
2017-03-15compel: Remove size/bsize from blob descPavel Emelyanov
2017-03-15compel: Prepare for several ways to load blob into libcompelPavel Emelyanov
2017-03-15compel: Handle sigchilds in compelPavel Emelyanov
2017-03-15compel: Add compel_prepare_noctxPavel Emelyanov
2017-03-15compel: check whether a parasite socket is prepared each timeAndrei Vagin
2017-03-15compel: Relax the thread mgmt APIPavel Emelyanov
2017-03-15compel: Prepare to hide parasite_thread_ctlPavel Emelyanov
2017-03-15compel: Introduce parasite_thread_ctlPavel Emelyanov
2017-03-15compel: Introduce compel_thread_sigmaskPavel Emelyanov
2017-03-15compel: Move in parasite engineCyrill Gorcunov
2017-03-15infect: Introduce and use parasite_blob_descPavel Emelyanov
2017-03-15infect: Add log_fd on ictxPavel Emelyanov
2017-03-15infect arm & aarch64: Remove kdatPavel Emelyanov
2017-03-15infect x86: Remove kdatPavel Emelyanov
2017-03-15compel: Include compel headers as system onesCyrill Gorcunov
2017-03-15infect: Remove criu util.h from infectPavel Emelyanov
2017-03-15infect: Remove parasite-syscall.h from infectPavel Emelyanov
2017-03-15infect: Move ptrace_get/set_regs() into ptrace.cPavel Emelyanov
2017-03-15infect: Move get_task_regs-s into arch/infect.cPavel Emelyanov
2017-03-15infect: Introduce API to configure the infectionPavel Emelyanov
2017-03-15infect: Move sigmask getter (from ctl) into infec.cPavel Emelyanov
2017-03-15infect: Move seized_native() into infect.cPavel Emelyanov
2017-03-15infect: Move parasite RPC code into infect-rpc.cPavel Emelyanov
2017-03-15infect: Move pie tracing code into infect.cPavel Emelyanov
2017-03-15infect: Move parasite_map_exchange() into infect.cPavel Emelyanov