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-08-31Fix, not ignore, shellcheck SC1091 warningsKir Kolyshkin
2022-05-13crit: Use same version as criuRadostin Stoyanov
2022-05-13Add flog to CRIUprakritigoyal19
2022-04-29ci: add codespell to lint targetKir Kolyshkin
2022-04-29criu/plugin: Support AMD ROCm Checkpoint Restore with KFDRajneesh Bhardwaj
2022-04-29make: Explicitly enable FPU on ARMv7 buildsSalvatore Bonaccorso
2022-04-29ci: replace deprecated codecov bash uploaderAdrian Reber
2022-04-29make: enable lint for coredumpRadostin Stoyanov
2022-04-29criu/plugin: Implement dummy amdgpu plugin hooksRajneesh Bhardwaj
2021-10-12Makefile: add shellcheck test/others/libcriu/*.shRadostin Stoyanov
2021-09-03criu: introduce clang-format to format source codeAdrian Reber
2021-09-03scripts: run lint also on criu-nsAdrian Reber
2021-09-03criu: add unit testing for config file parserAdrian Reber
2021-09-03test: add tests for configuration file parsingAdrian Reber
2021-09-03criu: end pr_(err|warn|msg|info|debug) with \nKir Kolyshkin
2021-09-03Whitespace at EOL cleanup and checkKir Kolyshkin
2021-09-03scripts: fix shellcheck warningsKir Kolyshkin
2021-09-03Makefile: amend lint with pr_perror/fail checksKir Kolyshkin
2021-09-03Makefile: docker-test don't use interactive ttyRadostin Stoyanov
2021-09-03Makefile: update excluded tests for docker-testRadostin Stoyanov
2021-09-03docker-test: use host cgroup & network nsRadostin Stoyanov
2021-09-03Dockerfile: add missing test dependenciesRadostin Stoyanov
2021-09-03test: fix crit test and extend itAdrian Reber
2021-09-03ci: move coverage run to githubAdrian Reber
2020-11-09CI: rename 'travis' to 'ci'Adrian Reber
2020-10-20CI: add Travis test script to 'lint'Adrian Reber
2020-10-20scripts: run shellcheck on the scripts folderAdrian Reber
2020-10-20Set Makefile config variables for libbpfAbhishek Vijeev
2020-10-20mips:criu: Enable mips in criuGuoyun Sun
2020-02-04style: Enforce kernel style -Wstrict-prototypesNicolas Viennot
2020-02-04style: Enforce kernel style -Wdeclaration-after-statementNicolas Viennot
2020-02-04build: Use SUBARCHDmitry Safonov
2020-02-04build: Remove SRCARCHDmitry Safonov
2020-02-04Makefile hack for travis aarch64/armv8lAdrian Reber
2019-09-07pyimages: Add pb2dict.py to checked and fix warnings/errorsPavel Emelyanov
2019-09-07lint: Print flake8 version before checkingPavel Emelyanov
2019-09-07page-xfer: Add TLS support with X509 certificatesRadostin Stoyanov
2019-09-07criu/vdso: Purge CONFIG_VDSODmitry Safonov
2019-09-07arm: Build {pie-, }util-vdso with CONFIG_VDSO_32Dmitry Safonov
2019-09-07make: Move CR_NOGLIBC into CFLAGS_PIEDmitry Safonov
2019-09-07build: Move __ASSEMBLY__ define to the top MakefileDmitry Safonov
2019-09-07arm/build: Move -marm cflag to CFLAGS_PIEDmitry Safonov
2018-10-30lint: check test/inhfd/ scriptsAndrey Vagin
2018-10-30tests: add configuration file test via RPCAdrian Reber
2018-07-09crit: enable python2 or python3 based critAdrian Reber
2018-05-12make: Don't set $(MAKEFLAGS)Dmitry Safonov
2018-05-12[v2] criu: add -fprofile-update=atomic for builds with gcovAndrei Vagin
2017-11-23build: Move generated config.h into include/common/Dmitry Safonov
2017-11-23build: Reused .FORCE from nmkCyrill Gorcunov
2017-09-16ppc64le: fix build with UFFDMike Rapoport