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-05-13mem: Skip pre-dumping on hugetlb mappingsBui Quang Minh
2022-04-29criu/plugin: Skip plugin vmas during premapDavid Yat Sin
2022-04-29mem: Skip premapping hugetlb mappingBui Quang Minh
2021-09-03Run 'make indent' on all C filesAdrian Reber
2021-09-03protobuf: remove leading underscores from protobuf structsZeyad 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-03mem/pidfd: fix poll retry error checkingPavel Tikhomirov
2021-09-03criu: add pidfd based pid reuse detection for RPC clientsZeyad Yasser
2021-09-03cr-service: add pidfd_store_sk option to rpc.protoZeyad Yasser
2021-09-03criu: don't use errno for pr_errorKir Kolyshkin
2020-10-20img-streamer: introduction of criu-image-streamerNicolas Viennot
2020-04-25mem: avoid re-opening CR_FD_PAGES when not neededNicolas Viennot
2020-03-27criu: Remove compel.h includesDmitry Safonov
2020-02-04Skip adding PROT_READ to non-PROT_READ mappingsAbhishek Dubey
2020-02-04Handling iov generation for non-PROT_READ regionsAbhishek Dubey
2020-02-04Adding --pre-dump-mode optionAbhishek Dubey
2019-09-07mem/vma: Sanitize struct vm_area_listCyrill Gorcunov
2019-09-07inventory: skip warning in case of no parent directoryPavel Tikhomirov
2019-09-07criu/vdso: Purge CONFIG_VDSODmitry Safonov
2019-09-07mem: Update stats for overflow page pipesPavel Emelianov
2019-09-07mem: fix coverity RESOURCE_LEAKAdrian Reber
2019-09-07lazy-pages: fix stack detectionMike Rapoport
2018-10-30image/dedup: use userns_call to be able to open images for writePavel Tikhomirov
2018-10-30Fix typosRadostin Stoyanov
2018-10-30Fall back to opening image files readonly if readwrite fails.Pawel Stradomski
2018-10-30lazy-pages: don't mark current stack page as lazyMike Rapoport
2018-10-30criu: mem: introduce generate_vma_iovs helper functionMike Rapoport
2018-10-30Punch holes in input files when restoring anonymous non-shared memory if --au...Pawel Stradomski
2018-07-17inventory: save dump_uptime for criu dump if track_mem is setAndrei Vagin
2018-07-09mem: Fix typo in detect_pid_reuseCyrill Gorcunov
2018-07-09memory: don't use parent memdump if detected possible pid reusePavel Tikhomirov
2018-05-14mem: return -1 from __parasite_dump_pages_seized in error casesAndrei Vagin
2018-03-02Fix typosRadostin Stoyanov
2017-09-17page-xfer: Move lazy bool on xferPavel Emelyanov
2017-09-17page-xfer: Move iov offset on xferPavel Emelyanov
2017-09-16lazy-pages: fix memory corruption when combining pre-dump with lazy pagesMike Rapoport
2017-09-16mem: provide inline versions for page_{in_parent,is_zero}Mike Rapoport
2017-09-16Drop support for zero pagemap entriesMike Rapoport
2017-09-16criu: mem: count all pages actually written to image as "pages_written"Mike Rapoport
2017-09-16criu: mem: skip lazy pages during restore based on pagemap infoMike Rapoport
2017-09-16mem: make page_is_zero externally linkedEugene Batalov
2017-09-16criu: lazy-pages: enable remoting of lazy pagesMike Rapoport
2017-09-16criu: add ability to skip writing lazy pagesMike Rapoport
2017-09-16criu: pagemap: add entries for zero pagesMike Rapoport
2017-09-16criu: page_pipe_buf: add PPB_LAZY flagMike Rapoport
2017-09-16Try to include userfaultfd with criu (part 2)Adrian Reber
2017-08-15mem: kill trailing whitespaceMike Rapoport
2017-08-09s390:criu: Add TASK_SIZE check for dump and restoreMichael Holzheu
2017-06-27mem: Don't assume guard page is returned in procfs with new kernelsCyrill Gorcunov