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-12cgroup: Remove redundant code that handles zombie tasksHEADcriu-devBui Quang Minh
2022-11-02cgroup-v2: Dump cgroup controllers of every threads in a processBui Quang Minh
2022-07-19rseq: fix headers conflict on Mariner GNU/LinuxAlexander Mikhalitsyn
2022-07-02infect: add SIGTSTP supportYuriy Vasiliev
2022-05-13cr-dump: do not report success to logs if post-dump script failedPavel Tikhomirov
2022-04-29rseq: handle rseq/rseq_cs flags properlyAlexander Mikhalitsyn
2022-04-29cr-dump: fixup thread IP when inside rseq csAlexander Mikhalitsyn
2022-04-29rseq: fail dump if rseq is used but host doesn't support get_rseq_conf featureAlexander Mikhalitsyn
2022-04-29rseq: initial supportAlexander Mikhalitsyn
2022-04-29Fix some codespell warningsKir Kolyshkin
2022-04-29cr-dump: fix cr_imgset leak in dump_one_taskPavel Tikhomirov
2022-04-29cr-dump: fail dumping when zombie process with sid 0Liu Hua
2022-04-29clang-format: do automatic comment fixupsPavel Tikhomirov
2021-09-03dump: suspend/resume lsm on pre-dumpAndrei Vagin
2021-09-03lsm: support checkpoint/restore of stacked apparmor profilesTycho Andersen
2021-09-03lsm: change when LSM profiles are collectedTycho Andersen
2021-09-03Run 'make indent' on all C filesAdrian Reber
2021-09-03cr-service: move pidfd_store initialization to cr-serviceZeyad Yasser
2021-09-03pidfd_store: tidy up interface and hide unneeded detailsZeyad Yasser
2021-09-03pidfd_store: move pidfd_store to a separate fileZeyad Yasser
2021-09-03criu: add pidfd based pid reuse detection for RPC clientsZeyad Yasser
2021-09-03cr-dump: get_service_fd() is passed to a parameter that cannot be negativeAdrian Reber
2021-09-03dump: Potential leak of memory pointed to by 'si'Adrian Reber
2021-09-03cr-dump: Potential leak of memory pointed to by 'si'Adrian Reber
2020-10-20cr-dump: Resource leak (RESOURCE_LEAK)Adrian Reber
2020-10-20img-streamer: introduction of criu-image-streamerNicolas Viennot
2020-04-25criu: put statement continuation on the same line as the closing bracketPavel Tikhomirov
2020-04-25timens: restore processes in a new timens to restore clocksAndrei Vagin
2020-03-27memfd: add memory mapping supportNicolas Viennot
2020-02-04style: Enforce kernel style -Wstrict-prototypesNicolas Viennot
2020-02-04cr-dump: Warn if unmapping local memfd failedDmitry Safonov
2020-02-04cr-dump: Try to cure remote on err-pathesDmitry Safonov
2020-02-04Refactor time accounting macrosAbhishek Dubey
2020-02-04read mode pre-dump implementationAbhishek Dubey
2020-02-04Handling iov generation for non-PROT_READ regionsAbhishek Dubey
2020-02-04cr-dump: Remove redundant if-statementRadostin Stoyanov
2019-09-07mem/vma: Sanitize struct vm_area_listCyrill Gorcunov
2019-09-07mem/vma: Use vm_area_list_init where appropriateCyrill Gorcunov
2019-09-07Add support for migrating CHILD_SUBREAPER prctlMichał Cłapiński
2019-04-21criu: raise the task file limit for specific commandsAndrei Vagin
2019-04-21Fix typo in function nameRadostin Stoyanov
2019-04-21criu: fix segfault in pre-dumpAdrian Reber
2019-04-21dump: lazy-migration: don't try to cleanup zombie processesMike Rapoport
2019-04-21Remove duplicated include statementsRadostin Stoyanov
2019-04-21Remove unused #include <sys/sendfile.h>Radostin Stoyanov
2018-10-30service-fd: close a source file descriptor in install_service_fd()Andrei Vagin
2018-10-30x86: cpu -- Use special bit for image manipulationCyrill Gorcunov
2018-10-30criu: dump: prepare parasite control for threads at infect timeMike Rapoport
2018-10-30criu: dump and restore a thread nameAndrei Vagin
2018-10-30epoll: Use epoll queues to speedup multiple duped fdsCyrill Gorcunov